log src/auth/mech.h @ 9266:cd29b745c8dd 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
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 10 Jun 2007 12:58:06 +0400 Andrey Panin Further const'ification of struct mech_module. HEAD
Tue, 22 May 2007 09:47:45 +0400 Andrey Panin Constify struct mech_module. HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Sat, 17 Jun 2006 22:15:20 +0300 Timo Sirainen Added mech_generic_auth_internal() and mech_generic_auth_free() functions 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, 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 23:37:32 +0200 Timo Sirainen Another try with API cleanup. HEAD
Sat, 08 Jan 2005 23:22:52 +0200 Timo Sirainen API cleanup HEAD
Fri, 07 Jan 2005 21:55:49 +0200 Timo Sirainen Reorganized the code to have less global/static variables. HEAD
Fri, 07 Jan 2005 20:51:10 +0200 Timo Sirainen Split auth_request* functions from mech.c to auth-request.c HEAD
Fri, 07 Jan 2005 19:27:20 +0200 Timo Sirainen Make FAIL reply contain "temp" parameter if the authentication failed HEAD
Thu, 09 Dec 2004 00:35:50 +0200 Timo Sirainen When master looked for auth request, it didn't check if the authentication HEAD
Wed, 08 Dec 2004 04:27:39 +0200 Timo Sirainen Requests in failed response queue could still be found from request queue HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD
Tue, 19 Oct 2004 05:51:37 +0300 Timo Sirainen s/protocol/service/ in authentication HEAD
Mon, 18 Oct 2004 22:21:40 +0300 Timo Sirainen Added IMAP and POP3 proxying support. HEAD
Mon, 18 Oct 2004 04:00:42 +0300 Timo Sirainen Authentication OK and FAIL replies can now contain extra fields from passdb. HEAD
Wed, 13 Oct 2004 19:38:32 +0300 Timo Sirainen Changed dovecot-auth protocol to ASCII based. Should be easier now to write HEAD
Sun, 10 Oct 2004 16:55:09 +0300 Timo Sirainen Removed Cyrus SASL code completely. It hasn't worked for ages (if ever?) and HEAD
Tue, 31 Aug 2004 12:31:18 +0300 Timo Sirainen Changed "invalid username" error message. HEAD
Sat, 28 Aug 2004 16:25:42 +0300 Timo Sirainen Added auth_username_translation setting. HEAD
Mon, 31 May 2004 23:10:02 +0300 Timo Sirainen Delay reporting failed authentications HEAD
Mon, 31 May 2004 21:57:25 +0300 Timo Sirainen Logging changes. Make sure we don't write control characters to log and also HEAD
Mon, 31 May 2004 21:04:46 +0300 Timo Sirainen Added %l, %r and %P variables and mail_log_prefix setting. HEAD
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Sat, 29 May 2004 20:06:49 +0300 Timo Sirainen Don't use hardcoded protocol list for auth process, string is just fine. HEAD
Tue, 25 May 2004 01:33:50 +0300 Timo Sirainen Fixed var_expand() to take a table of variables rather than a few predefined HEAD
Mon, 17 May 2004 04:32:16 +0300 Timo Sirainen Added ssl_require_client_cert auth-specific setting. Hide HEAD
Fri, 22 Aug 2003 09:51:15 +0300 Timo Sirainen fixes HEAD
Fri, 22 Aug 2003 07:57:49 +0300 Timo Sirainen Fixed crash if login process connection died while there were some auth HEAD
Fri, 22 Aug 2003 05:42:12 +0300 Timo Sirainen Moved client side code for auth process handling to lib-auth. Some other login process cleanups. HEAD
Thu, 08 May 2003 06:24:57 +0300 Timo Sirainen Added support for ANONYMOUS SASL mechanism. HEAD
Wed, 02 Apr 2003 05:09:41 +0300 Timo Sirainen Moved auth_username_chars from db-pgsql to generic for all. Some other HEAD
Wed, 02 Apr 2003 04:00:02 +0300 Timo Sirainen Added auth_default_realm (based on patch by Kristian Hoffmann) HEAD
Tue, 18 Feb 2003 21:11:26 +0200 Timo Sirainen Added default_pass_scheme to LDAP. Support for more password schemes. Merged HEAD
Sun, 02 Feb 2003 12:16:42 +0200 Timo Sirainen auth: kill login connection if it leaves requests hanging too long. HEAD
Sun, 02 Feb 2003 02:19:34 +0200 Timo Sirainen more fixes HEAD
Sun, 02 Feb 2003 02:08:28 +0200 Timo Sirainen auth process fixes, LDAP seems to be working (with the kludge define or HEAD
Mon, 27 Jan 2003 10:08:14 +0200 Timo Sirainen Async userdb and passdb interface. HEAD
Mon, 27 Jan 2003 03:33:40 +0200 Timo Sirainen We have now separate "userdb" and "passdb". They aren't tied to each others HEAD