log src/auth/auth.c @ 8958:16c286aee307 HEAD

age author description
Fri, 09 Jan 2009 11:15:56 -0500 Timo Sirainen auth: Code cleanup for specifying what passdb features auth mechanisms need. HEAD
Thu, 08 Jan 2009 11:41:30 -0500 Timo Sirainen auth worker processes shouldn't duplicate the auth cache. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Wed, 05 Dec 2007 17:22:21 +0200 Timo Sirainen Allocate auth_realms from auth pool instead of from data stack. HEAD
Sat, 27 Oct 2007 18:41:54 +0300 Timo Sirainen Master passdbs are in their own list, so allow pass=yes even if a master HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Tue, 03 Jul 2007 03:55:48 +0300 Timo Sirainen If no userdbs are defined, fallback to an empty static one. HEAD
Sun, 10 Jun 2007 12:58:06 +0400 Andrey Panin Further const'ification of struct mech_module. HEAD
Wed, 28 Mar 2007 00:41:59 +0300 Timo Sirainen Added auth_gssapi_hostname setting. HEAD
Fri, 19 Jan 2007 17:19:32 +0200 Timo Sirainen Several fixes to handling deinitialization without crashing. HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Wed, 12 Apr 2006 17:36:58 +0300 Timo Sirainen Added auth_username_format setting. HEAD
Fri, 07 Apr 2006 10:23:04 +0300 Timo Sirainen auth_verbose_debug_passwords=yes always sets now auth_verbose_debug=yes, and HEAD
Mon, 27 Mar 2006 15:54:24 +0300 Timo Sirainen Added auth_master_user_separator setting which allows giving the master username inside the normal username. HEAD
Sat, 25 Mar 2006 12:32:50 +0200 Timo Sirainen Changed "no user databases" error to be hopefully more easier to understand. HEAD
Sat, 25 Mar 2006 12:22:04 +0200 Timo Sirainen Removed master_no_passdb setting. Added pass setting which can be used to do HEAD
Mon, 20 Feb 2006 15:14:58 +0200 Timo Sirainen Added support for "master users" who can log in as other people. Currently works only with SASL PLAIN authentication by giving it authorization ID string. HEAD
Sun, 22 Jan 2006 13:33:27 +0200 Timo Sirainen Added auth_debug_passwords setting. If it's not enabled, hide all password HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Fri, 30 Dec 2005 17:43:38 +0200 Timo Sirainen Added authentication bind support. Patch by J.M. Maurer. HEAD
Wed, 28 Dec 2005 19:15:43 +0200 Timo Sirainen Removed need_passdb from mechanism definitions. passdb_need_plain/credentials is enough to know that. Also give a better error message if no passdbs are set and a mechanism requires passdb. HEAD
Thu, 27 Oct 2005 17:57:50 +0300 Timo Sirainen Added GSSAPI support. Patch by Jelmer Vernooij and some fixes by HEAD
Sun, 16 Oct 2005 17:06:59 +0300 Timo Sirainen Separated passdb_module's interface and the actual data struct. Now it's HEAD
Sat, 01 Oct 2005 13:52:14 +0300 Timo Sirainen Added ssl_username_from_cert setting. Not actually tested yet.. HEAD
Sat, 24 Sep 2005 15:55:23 +0300 Timo Sirainen Added deny password databases. HEAD
Sat, 16 Apr 2005 22:44:09 +0300 Timo Sirainen Raised initial pool sizes. HEAD
Mon, 07 Mar 2005 20:55:13 +0200 Timo Sirainen Replaced userdb/passdb settings with blocks so it's possible to give HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually HEAD
Sun, 09 Jan 2005 18:54:48 +0200 Timo Sirainen Changed the way multiple auth processes are handled. It no longer uses a pid HEAD
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Fri, 07 Jan 2005 21:55:49 +0200 Timo Sirainen Reorganized the code to have less global/static variables. HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. HEAD
Sun, 05 Jan 2003 17:19:50 +0200 Timo Sirainen Initial support for Cyrus SASL 2 library. I couldn't get it to work yet HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sun, 22 Dec 2002 10:18:29 +0200 Timo Sirainen t_strsplit() returns now const char **, which removes a few nasty casts. HEAD
Fri, 20 Dec 2002 01:56:23 +0200 Timo Sirainen Instead of just trusting randomness of authentication cookies between HEAD
Mon, 28 Oct 2002 11:46:02 +0200 Timo Sirainen Added --enable-asserts (default) and fixed some warnings when building HEAD
Wed, 09 Oct 2002 20:49:41 +0300 Timo Sirainen changed all "temporary memory pool" references to "data stack" HEAD
Thu, 22 Aug 2002 15:48:38 +0300 Timo Sirainen s/user_data/context/ and some s/Data/Context/ HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD