log src/auth/password-scheme.h @ 9266:cd29b745c8dd HEAD

age author description
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Mon, 06 Aug 2007 23:36:43 +0300 Timo Sirainen Added password_scheme_[un]register() and used it internally. Removed 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
Tue, 17 Apr 2007 17:07:08 +0300 Timo Sirainen Do scheme=MD5 password!=$1$.. -> PLAIN-MD5 change only with LDAP. HEAD
Sun, 12 Nov 2006 21:36:39 +0200 Timo Sirainen Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin. 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
Thu, 19 Aug 2004 06:56:01 +0300 Timo Sirainen Added Compuserve RPA authentication. Patch by Andrey Panin. 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
Sun, 30 May 2004 06:57:15 +0300 Timo Sirainen Added support for password scheme plugins. auth module dir defaults under HEAD
Mon, 10 Nov 2003 22:36:02 +0200 Timo Sirainen CRAM-MD5 mechanism by Joshua Goodall, plus some cleanups. HEAD
Tue, 18 Feb 2003 21:24:44 +0200 Timo Sirainen Fix realm usage with DIGEST-MD5. Support generating other password schemes HEAD