log src/auth/mech-anonymous.c @ 9575:0a00dcc4f0ea HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 09 Jan 2009 11:15:56 -0500 Timo Sirainen auth: Code cleanup for specifying what passdb features auth mechanisms need. 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
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. 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
Sat, 23 Apr 2005 12:11:49 +0300 Timo Sirainen Grow default auth_request pools to 512 bytes per request. 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
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
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
Wed, 13 Oct 2004 19:38:32 +0300 Timo Sirainen Changed dovecot-auth protocol to ASCII based. Should be easier now to write 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
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them 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