log src/auth/userdb-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
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
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Tue, 03 Jul 2007 03:20:06 +0300 Timo Sirainen Changed userdb callback API. Don't require uid/gid to be returned by userdb. HEAD
Wed, 18 Apr 2007 14:53:43 +0300 Timo Sirainen s/User not found/Unknown user/ to be consistent HEAD
Thu, 21 Dec 2006 18:01:15 +0200 Timo Sirainen Authentication cache caches now also userdb data. Code by Tommi Saviranta. HEAD
Thu, 21 Dec 2006 17:57:30 +0200 Timo Sirainen "Password query" -> "User query" in error messages. HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sat, 09 Dec 2006 17:11:48 +0200 Timo Sirainen We treated internal userdb lookup errors as "user unknown" errors. In such 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
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Sun, 16 Oct 2005 17:34:39 +0300 Timo Sirainen Separated userdb_module's interface and the actual data struct. HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ 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
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually HEAD
Sat, 12 Feb 2005 15:47:20 +0200 Timo Sirainen userdb can now return extra parameters to master. Removed special handling HEAD
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Thu, 06 Jan 2005 22:13:26 +0200 Timo Sirainen If UID or GID isn't numeric, look it up from passwd/group. 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:34:36 +0200 Timo Sirainen And more leak fixes.. HEAD
Sat, 16 Oct 2004 02:12:51 +0300 Timo Sirainen Created generic asynchronous SQL API and implemented MySQL and PostgreSQL HEAD