log src/auth/passdb.h @ 9008:fc4f65a4ca60 HEAD

age author description
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Tue, 07 Aug 2007 13:15:28 +0300 Timo Sirainen Changed set_credentials() callback to take a bool success instead of HEAD
Mon, 06 Aug 2007 23:16:43 +0300 Timo Sirainen Added pass/userdb_register_module() functions and used them to register the 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
Sat, 16 Dec 2006 15:37:32 +0200 Timo Sirainen Changed the default naming for password schemes: HMAC-MD5 -> CRAM-MD5. MD5 HEAD
Sun, 12 Nov 2006 21:36:39 +0200 Timo Sirainen Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin. HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Fri, 16 Jun 2006 13:01:25 +0300 Timo Sirainen If password is expired, give "Password expired" error. Currently works only HEAD
Fri, 24 Feb 2006 12:49:05 +0200 Timo Sirainen And one more comma removal HEAD
Mon, 20 Feb 2006 15:14:58 +0200 Timo Sirainen Added support for "master users" who can log in as other people. Currently works only with SASL PLAIN authentication by giving it authorization ID string. 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, 30 Dec 2005 17:43:38 +0200 Timo Sirainen Added authentication bind support. Patch by J.M. Maurer. HEAD
Sun, 16 Oct 2005 17:06:59 +0300 Timo Sirainen Separated passdb_module's interface and the actual data struct. Now it's HEAD
Sun, 16 Oct 2005 15:03:37 +0300 Timo Sirainen Fixes and cleanups to credentials handling. Also fixed auth caching to work HEAD
Sat, 24 Sep 2005 15:55:23 +0300 Timo Sirainen Added deny password databases. HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ HEAD
Wed, 16 Mar 2005 22:18:13 +0200 Timo Sirainen Non-plaintext blocking passdb authentication wasn't working. Patch by Andrey HEAD
Mon, 07 Mar 2005 20:55:13 +0200 Timo Sirainen Replaced userdb/passdb settings with blocks so it's possible to give HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually HEAD
Sun, 27 Feb 2005 00:55:03 +0200 Timo Sirainen Moved cache handling from sql/ldap-specific code to generic auth-request HEAD
Sat, 08 Jan 2005 17:59:49 +0200 Timo Sirainen Cleanups. HEAD
Fri, 07 Jan 2005 22:01:08 +0200 Timo Sirainen Moved extern userdb/passdb declarations to .c files. 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 19:27:20 +0200 Timo Sirainen Make FAIL reply contain "temp" parameter if the authentication failed HEAD
Mon, 06 Dec 2004 18:39:02 +0200 Timo Sirainen Added name variable for userdb_module and passdb_module and changed their HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD
Sat, 16 Oct 2004 02:12:51 +0300 Timo Sirainen Created generic asynchronous SQL API and implemented MySQL and PostgreSQL HEAD
Tue, 21 Sep 2004 00:47:30 +0300 Timo Sirainen Added preinit() call to userdb/passdbs, which is called before dropping 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
Fri, 18 Jun 2004 06:40:12 +0300 Timo Sirainen Added checkpassword passdb. userdb has only beginnings. HEAD
Mon, 10 May 2004 04:47:08 +0300 Timo Sirainen MySQL authentication patch by Matther Reimer HEAD
Mon, 10 Nov 2003 22:36:02 +0200 Timo Sirainen CRAM-MD5 mechanism by Joshua Goodall, plus some cleanups. HEAD
Wed, 29 Oct 2003 16:10:20 +0200 Timo Sirainen Added bsdauth support, patch by Dan Cross HEAD
Fri, 07 Mar 2003 01:20:16 +0200 Timo Sirainen Added PostgreSQL support, patch by Alex Howansky HEAD
Tue, 18 Feb 2003 21:11:26 +0200 Timo Sirainen Added default_pass_scheme to LDAP. Support for more password schemes. Merged HEAD
Tue, 11 Feb 2003 11:55:58 +0200 Timo Sirainen passdb ldap added. fixes to userdb ldap. 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