log src/auth/password-scheme.c @ 9658:8ba4253adc9b HEAD tip

age author description
Fri, 16 Apr 2010 13:22:00 +0300 Timo Sirainen auth: Removed special case check for MD5-CRYPT from wrong password scheme checking. HEAD
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 31 Dec 2009 15:13:15 -0500 Timo Sirainen auth_debug_passwords: If password is correct but scheme is wrong, try to detect and log it. HEAD
Thu, 21 May 2009 12:46:17 -0400 Timo Sirainen auth: Handle crypt() failing. HEAD
Wed, 25 Mar 2009 14:11:51 -0400 Timo Sirainen auth: hex vs. base64 autodetection didn't work with CRAM-MD5 scheme. HEAD
Mon, 02 Mar 2009 22:16:15 -0500 Timo Sirainen digest-md5 scheme generation was broken if username didn't contain @domain. HEAD
Sat, 21 Feb 2009 17:10:43 -0500 Timo Sirainen DIGEST-MD5: Fixed authentication with user@domain usernames. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 31 Dec 2008 01:49:50 +0200 Timo Sirainen auth: If MD5 scheme can't decode the password log an error. HEAD
Thu, 13 Nov 2008 12:05:54 +0200 Timo Sirainen Added support for SSHA256 password scheme. HEAD
Wed, 09 Jul 2008 17:50:29 +0530 Timo Sirainen MD5 scheme can now autodetect between MD5-CRYPT and PLAIN-MD5. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 27 Oct 2007 18:25:44 +0300 Timo Sirainen digest_md5_generate(): Fail with fatal instead of panic if username isn't 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
Mon, 06 Aug 2007 23:43:28 +0300 Timo Sirainen Changed plugin handling. We'll just load and call _init() functions for all HEAD
Mon, 06 Aug 2007 23:36:43 +0300 Timo Sirainen Added password_scheme_[un]register() and used it internally. Removed HEAD
Sat, 16 Jun 2007 04:02:20 +0300 Timo Sirainen Added support for SHA256. Based on patch by Jasper Slits. HEAD
Sat, 16 Jun 2007 03:45:09 +0300 Timo Sirainen SMD5 scheme was broken, it was using SHA1 constants. HEAD
Sun, 13 May 2007 21:47:42 +0300 Timo Sirainen Empty password doesn't anymore allow user to log in with any password, 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 14:30:16 +0300 Timo Sirainen Changed schemes_buf to schemes_arr array. HEAD
Sun, 13 May 2007 13:09:56 +0300 Timo Sirainen cleanup HEAD
Sun, 13 May 2007 11:24:06 +0300 Timo Sirainen Removed enum passdb_credentials. Use scheme strings directly instead. This HEAD
Tue, 17 Apr 2007 17:07:08 +0300 Timo Sirainen Do scheme=MD5 password!=$1$.. -> PLAIN-MD5 change only with LDAP. HEAD
Thu, 22 Feb 2007 16:36:01 +0200 Timo Sirainen Don't compare to PACKAGE_VERSION in lib/ core directly, rather make HEAD
Fri, 16 Feb 2007 15:12:05 +0200 Timo Sirainen module_dir_load() doesn't call init() functions anymore. Added a new HEAD
Sat, 16 Dec 2006 15:37:32 +0200 Timo Sirainen Changed the default naming for password schemes: HMAC-MD5 -> CRAM-MD5. MD5 HEAD
Sun, 03 Dec 2006 21:23:33 +0200 Timo Sirainen Don't crash if plain-md5, plain-md4 or sha1 password is invalid and we're HEAD
Sun, 12 Nov 2006 21:36:39 +0200 Timo Sirainen Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin. HEAD
Mon, 09 Oct 2006 02:18:17 +0300 Timo Sirainen Based on password length detect if it's hex-encoded or sha1-encoded. Also HEAD
Sat, 17 Jun 2006 19:01:14 +0300 Timo Sirainen Compiler warning fixes and some coding style cleanups. HEAD
Fri, 16 Jun 2006 13:28:53 +0300 Timo Sirainen Added PLAIN-MD4 password scheme. Patch by Andrey Panin. HEAD
Sun, 26 Feb 2006 14:15:34 +0200 Timo Sirainen Replaced mail_use_modules and mail_modules settings with mail_plugins and 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, 22 Jul 2005 20:01:47 +0300 Timo Sirainen digest_md5_generate(): If username isn't given, give an error message HEAD
Wed, 29 Dec 2004 12:56:26 +0200 Timo Sirainen comment cleanup. HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Thu, 19 Aug 2004 06:56:01 +0300 Timo Sirainen Added Compuserve RPA authentication. Patch by Andrey Panin. HEAD
Sun, 15 Aug 2004 06:52:09 +0300 Timo Sirainen oops, shouldn't have committed these HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 HEAD
Fri, 30 Jul 2004 04:43:21 +0300 Timo Sirainen Added LANMAN password scheme. Patch by Andrey Panin HEAD
Wed, 28 Jul 2004 18:39:29 +0300 Timo Sirainen NTLM authentication. Patch by Andrey Panin HEAD
Mon, 26 Jul 2004 19:21:29 +0300 Timo Sirainen Added dovecotpw utility. Patch by Joshua Goodall HEAD
Fri, 23 Jul 2004 21:07:14 +0300 Timo Sirainen crypt_generate and md5_generate used only 3 different characters for salt. HEAD
Sun, 30 May 2004 06:57:15 +0300 Timo Sirainen Added support for password scheme plugins. auth module dir defaults under HEAD
Sun, 30 May 2004 05:21:53 +0300 Timo Sirainen Allow either SHA or SHA1. HEAD
Sun, 30 May 2004 04:39:58 +0300 Timo Sirainen SHA1 support via OpenSSL HEAD
Tue, 11 Nov 2003 11:59:27 +0200 Timo Sirainen cram-md5 updates. HEAD
Mon, 10 Nov 2003 22:36:02 +0200 Timo Sirainen CRAM-MD5 mechanism by Joshua Goodall, plus some cleanups. HEAD
Fri, 04 Apr 2003 02:42:54 +0300 Timo Sirainen MD5crypt password fixes. HEAD
Wed, 19 Feb 2003 13:28:56 +0200 Timo Sirainen crypt-password checking was broken. added support for md5crypt passwords. HEAD
Tue, 18 Feb 2003 21:24:44 +0200 Timo Sirainen Fix realm usage with DIGEST-MD5. Support generating other password schemes HEAD