log src/auth/passdb-blocking.c @ 8999:afc1b0ef120d HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 09 Mar 2008 12:37:26 +0200 Timo Sirainen Use auth-stream API to build all TAB-delimited strings to make sure strings HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Mon, 17 Sep 2007 11:15:50 +0300 Timo Sirainen Transfer also userdb information from blocking passdb workers, so prefetch 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 13:17:50 +0300 Timo Sirainen Pass extra_fields from auth worker to server also if authentication failed. 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 11:24:06 +0300 Timo Sirainen Removed enum passdb_credentials. Use scheme strings directly instead. This HEAD
Mon, 19 Feb 2007 21:59:48 +0200 Timo Sirainen Removed unused variable HEAD
Fri, 16 Feb 2007 19:23:01 +0200 Timo Sirainen Added auth_request_set_fields() and used it instead of duplicating the code HEAD
Tue, 06 Feb 2007 11:49:46 +0200 Timo Sirainen Assert-crashfixes HEAD
Tue, 16 Jan 2007 15:18:23 +0200 Timo Sirainen extra_fields == NULL and empty extra_fields (reset after each passdb HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Tue, 17 Oct 2006 14:26:43 +0300 Timo Sirainen Fixes to handling blocking passdb (ie. MySQL) failures. It ignored any HEAD
Sun, 15 Oct 2006 23:55:12 +0300 Timo Sirainen If blocking passdb (ie. MySQL) didn't return any extra fields, we didn't 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
Wed, 19 Oct 2005 16:37:22 +0300 Timo Sirainen Blocking passdb didn't set nologin/proxy/nodelay flags for the request. 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, 01 Oct 2005 13:52:14 +0300 Timo Sirainen Added ssl_username_from_cert setting. Not actually tested yet.. HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ HEAD
Thu, 16 Jun 2005 11:21:17 +0300 Timo Sirainen Last change caused user-given passwords to be cached, and later the password HEAD
Sun, 03 Apr 2005 01:00:49 +0300 Timo Sirainen passdb can now change the username that was used to log in. This is mostly HEAD
Mon, 07 Mar 2005 20:55:13 +0200 Timo Sirainen Replaced userdb/passdb settings with blocks so it's possible to give HEAD
Sat, 05 Mar 2005 13:48:13 +0200 Timo Sirainen Added state variable for auth_request and several assertions to make sure HEAD
Wed, 02 Mar 2005 22:46:25 +0200 Timo Sirainen Forgot to add for blocking passdb/userdb workers.. HEAD