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

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. 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
Wed, 02 Jul 2008 09:45:24 +0300 Timo Sirainen "Empty password returned without no_password" message -> "nopassword". 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
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, 07 Aug 2007 13:15:28 +0300 Timo Sirainen Changed set_credentials() callback to take a bool success instead of 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 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
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Thu, 02 Nov 2006 23:19:44 +0200 Timo Sirainen Non-plaintext authentication didn't work with sql as passdb. Cleaned up the HEAD
Wed, 31 May 2006 14:03:53 +0300 Timo Sirainen Escape SQL strings using sql_escape_string(). Fixes the problems with HEAD
Tue, 14 Feb 2006 19:43:04 +0200 Timo Sirainen Check that we don't pass around key=value pairs with empty keys. HEAD
Sun, 22 Jan 2006 13:33:27 +0200 Timo Sirainen Added auth_debug_passwords setting. If it's not enabled, hide all password 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, 28 Oct 2005 15:02:36 +0300 Timo Sirainen cache_key was set wrong for sql/ldap passdbs, so auth_cache was completely HEAD
Thu, 20 Oct 2005 12:07:48 +0300 Timo Sirainen If passdb returned NULL password (ie. no password needed), it wasn't cached 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
Tue, 12 Jul 2005 15:58:47 +0300 Timo Sirainen Removed direct config.h including. I'm not sure why it was done before, HEAD
Thu, 09 Jun 2005 21:44:46 +0300 Timo Sirainen Don't connect to SQL database in main dovecot-auth process if we're using HEAD
Thu, 21 Apr 2005 19:15:44 +0300 Timo Sirainen Allow password field to be NULL. Needed with proxies. HEAD
Fri, 08 Apr 2005 13:25:50 +0300 Timo Sirainen Don't crash if password lookup failed. HEAD
Fri, 08 Apr 2005 02:42:46 +0300 Timo Sirainen Try to keep scheme always included in auth_request->passdb_password. 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, 12 Feb 2005 15:47:20 +0200 Timo Sirainen userdb can now return extra parameters to master. Removed special handling HEAD
Tue, 08 Feb 2005 12:52:40 +0200 Timo Sirainen Fixes credentials retrieving from sql passdb. Patch by Andrey Panin. HEAD
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Fri, 07 Jan 2005 19:27:20 +0200 Timo Sirainen Make FAIL reply contain "temp" parameter if the authentication failed HEAD
Thu, 06 Jan 2005 17:41:53 +0200 Timo Sirainen Added authentication debugging logging. HEAD
Mon, 06 Dec 2004 18:39:02 +0200 Timo Sirainen Added name variable for userdb_module and passdb_module and changed their HEAD
Mon, 01 Nov 2004 15:31:00 +0200 Timo Sirainen Fixed memory leaks. HEAD
Fri, 22 Oct 2004 20:47:28 +0300 Timo Sirainen Make it more clear that password query must return a "password" named field. HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD
Mon, 18 Oct 2004 22:23:49 +0300 Timo Sirainen Don't require boolean flags to be 'Y' for yes, only to be non-NULL. HEAD
Mon, 18 Oct 2004 22:21:40 +0300 Timo Sirainen Added IMAP and POP3 proxying support. HEAD
Mon, 18 Oct 2004 04:00:42 +0300 Timo Sirainen Authentication OK and FAIL replies can now contain extra fields from passdb. HEAD
Sat, 16 Oct 2004 02:12:51 +0300 Timo Sirainen Created generic asynchronous SQL API and implemented MySQL and PostgreSQL HEAD