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

age author description
Wed, 01 Apr 2009 17:30:52 -0400 Timo Sirainen auth: Fixed loading known passdb/userdb plugins. HEAD
Sat, 21 Feb 2009 17:10:43 -0500 Timo Sirainen DIGEST-MD5: Fixed authentication with user@domain usernames. HEAD
Sat, 21 Feb 2009 14:59:33 -0500 Timo Sirainen auth workers: Return plaintext credentials to parent process if possible, so it gets cached instead of some other scheme. HEAD
Sat, 21 Feb 2009 14:51:32 -0500 Timo Sirainen auth: Improved logging for "password scheme not available" failures. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 02 Dec 2008 19:24:57 +0200 Timo Sirainen Fail if trying to give unknown parameters to passdb/userdb. HEAD
Sun, 26 Oct 2008 16:30:50 +0200 Timo Sirainen auth_debug_passwords: When converting plaintext password to another scheme, log how it's done. HEAD
Sun, 26 Oct 2008 16:01:45 +0200 Timo Sirainen auth: original_username should never be NULL, removed all code that checks for it. HEAD
Sun, 26 Oct 2008 15:52:47 +0200 Timo Sirainen Don't assume original_username is always set. HEAD
Wed, 24 Sep 2008 19:01:23 +0300 Timo Sirainen Separate "unknown passdb/userdb X" and "support for X not compiled in" error messages. HEAD
Sat, 13 Sep 2008 20:05:50 +0300 Timo Sirainen DIGEST-MD5 auth: Hash generation from plaintext passwords wasn't done with the original username. HEAD
Tue, 03 Jun 2008 02:46:32 +0300 Timo Sirainen auth_debug_passwords: Include the password when logging about "Requested x 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
Tue, 07 Aug 2007 00:51:16 +0300 Timo Sirainen --with-ldap=plugin builds LDAP passdb and userdb support as a plugin. 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:16:43 +0300 Timo Sirainen Added pass/userdb_register_module() functions and used them to register the HEAD
Wed, 16 May 2007 23:38:58 +0300 Timo Sirainen If wanted scheme is "" (userdb static lookup), switch it to the actual 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
Thu, 15 Feb 2007 13:51:33 +0200 Timo Sirainen If looking up credentials for NULL passwords, return "scheme not available" HEAD
Thu, 21 Dec 2006 17:46:30 +0200 Timo Sirainen Fix 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
Mon, 09 Oct 2006 00:25:15 +0300 Timo Sirainen Tru64 SIA authentication support. Patch by Simon L Jackson 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
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 30 Dec 2005 17:43:38 +0200 Timo Sirainen Added authentication bind support. Patch by J.M. Maurer. HEAD
Wed, 14 Dec 2005 19:45:06 +0200 Timo Sirainen Give a few helpul suggestions with "Unknown passdb/usedb driver" errors. 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
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 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). 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:42:12 +0200 Timo Sirainen Mechanism list / passdb compatibility checking wasn't working because we 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
Mon, 26 Jul 2004 19:21:29 +0300 Timo Sirainen Added dovecotpw utility. Patch by Joshua Goodall HEAD
Wed, 23 Jun 2004 20:47:06 +0300 Timo Sirainen Default to "" args instead of NULL to avoid some crashes HEAD
Wed, 23 Jun 2004 18:02:50 +0300 Timo Sirainen skip extra whitespace between "dbtype arguments" HEAD
Fri, 18 Jun 2004 06:40:12 +0300 Timo Sirainen Added checkpassword passdb. userdb has only beginnings. HEAD
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Mon, 10 May 2004 04:47:08 +0300 Timo Sirainen MySQL authentication patch by Matther Reimer 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
Wed, 29 Oct 2003 16:10:20 +0200 Timo Sirainen Added bsdauth support, patch by Dan Cross HEAD
Wed, 14 May 2003 21:31:02 +0300 Timo Sirainen AUTH_MODULES -> HAVE_MODULES HEAD