log src/auth/mech-cram-md5.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, 14 Aug 2009 02:54:41 -0400 Timo Sirainen auth: Check for potentially dangerous NULs in usernames. 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
Mon, 04 Aug 2008 15:48:18 -0400 Timo Sirainen Don't call hostpid_init(), it's always called at startup anyway. 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
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Tue, 22 May 2007 09:47:45 +0400 Andrey Panin Constify struct mech_module. HEAD
Sun, 13 May 2007 15:17:09 +0300 Timo Sirainen All password schemes can now be encoded with base64 or hex. The encoding is HEAD
Sun, 13 May 2007 13:18:50 +0300 Timo Sirainen hmac-md5 API cleanups. Use arrays with MD5_RESULTLEN and CRAM_MD5_CONTEXTLEN HEAD
Sun, 13 May 2007 11:24:06 +0300 Timo Sirainen Removed enum passdb_credentials. Use scheme strings directly instead. This HEAD
Sat, 31 Mar 2007 07:41:55 +0300 Timo Sirainen Reverted accidental commit. This code isn't ready yet. HEAD
Fri, 30 Mar 2007 17:12:46 +0300 Timo Sirainen Moved all storage destruction code to mail-storage.c and made destroy() 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
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
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, 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
Sat, 08 Jan 2005 17:59:49 +0200 Timo Sirainen Cleanups. 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
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Wed, 29 Sep 2004 18:44:38 +0300 Timo Sirainen Allow spaces in username. 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
Fri, 30 Jul 2004 10:53:26 +0300 Timo Sirainen cleanup HEAD
Fri, 30 Jul 2004 04:57:04 +0300 Timo Sirainen Merged CRAM-MD5 and NTLM hmac-md5 code. Patch by Joshua Goodall 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
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Tue, 11 Nov 2003 11:59:27 +0200 Timo Sirainen cram-md5 updates. HEAD
Mon, 10 Nov 2003 23:44:54 +0200 Timo Sirainen Don't treat data as NUL-terminated string. HEAD
Mon, 10 Nov 2003 22:36:02 +0200 Timo Sirainen CRAM-MD5 mechanism by Joshua Goodall, plus some cleanups. HEAD