log src/auth/mech-digest-md5.c @ 9608:f30e6a345d73 HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 01 Sep 2009 12:21:14 -0400 Timo Sirainen auth: digest-md5, rpa mechanisms no longer require the realm to be listed in auth_realms. HEAD
Fri, 14 Aug 2009 02:54:41 -0400 Timo Sirainen auth: Check for potentially dangerous NULs in usernames. HEAD
Thu, 09 Apr 2009 14:44:02 -0400 Timo Sirainen digest-md5: If client sent no input, log it as such instead of a more cryptic error. HEAD
Sat, 21 Feb 2009 17:10:43 -0500 Timo Sirainen DIGEST-MD5: Fixed authentication with user@domain 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
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
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 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
Sun, 15 Oct 2006 16:05:27 +0300 Timo Sirainen If unknown QoP value is received, log what it is. HEAD
Sat, 17 Jun 2006 22:15:20 +0300 Timo Sirainen Added mech_generic_auth_internal() and mech_generic_auth_free() functions HEAD
Tue, 30 May 2006 11:39:37 +0300 Timo Sirainen Compiler warning fix HEAD
Mon, 15 May 2006 11:00:10 +0300 Timo Sirainen Trying to use subsequent authentication crashed. HEAD
Fri, 24 Feb 2006 12:05:16 +0200 Timo Sirainen If no realms are given in configuration file, advertise an empty realm. Also 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
Sun, 07 Nov 2004 20:06:02 +0200 Timo Sirainen DIGEST-MD5 was broken. 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
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
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Tue, 06 Jan 2004 07:09:22 +0200 Timo Sirainen removed unused trim() function HEAD
Tue, 06 Jan 2004 05:36:59 +0200 Timo Sirainen Remove service type checking from given URI. It was hardcoded to IMAP, but HEAD
Mon, 10 Nov 2003 22:36:02 +0200 Timo Sirainen CRAM-MD5 mechanism by Joshua Goodall, plus some cleanups. HEAD
Mon, 20 Oct 2003 10:33:21 +0300 Timo Sirainen recent change broke it HEAD
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like 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
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:24:44 +0200 Timo Sirainen Fix realm usage with DIGEST-MD5. Support generating other password schemes 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 11:30:18 +0200 Timo Sirainen fixes HEAD
Sun, 02 Feb 2003 02:32:21 +0200 Timo Sirainen finally working HEAD
Sun, 02 Feb 2003 02:21:17 +0200 Timo Sirainen maybe now? 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