log src/auth/passdb-cache.c @ 9415:2a48aa6e2bce HEAD

age author description
Sun, 31 May 2009 23:35:56 -0400 Timo Sirainen auth_cache_negative_ttl is now also used for password mismatches. HEAD
Sat, 21 Feb 2009 14:51:32 -0500 Timo Sirainen auth: Improved logging for "password scheme not available" failures. HEAD
Sat, 21 Feb 2009 14:38:51 -0500 Timo Sirainen auth cache: Don't crash if trying to lookup credentials for NULL password. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 18 Jun 2008 06:30:51 +0300 Timo Sirainen Code cleanup: Don't mix up '\0' and NULL. HEAD
Thu, 21 Feb 2008 15:40:13 +0200 Timo Sirainen auth_debug: Hide passwords from "cache hit" log lines if HEAD
Thu, 21 Feb 2008 15:26:22 +0200 Timo Sirainen auth_debug: Show cache contents in "cache hit" lines. 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
Mon, 06 Aug 2007 18:02:48 +0300 Timo Sirainen Added auth_cache_negative_ttl setting. HEAD
Sat, 10 Mar 2007 15:24:15 +0200 Timo Sirainen Added more debug logging. 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
Thu, 15 Feb 2007 13:51:33 +0200 Timo Sirainen If looking up credentials for NULL passwords, return "scheme not available" HEAD
Thu, 15 Feb 2007 12:31:18 +0200 Timo Sirainen If last login was valid and the current one wasn't, we returned "not found HEAD
Fri, 13 Oct 2006 19:37:12 +0300 Timo Sirainen auth_cache: Try to handle changing passwords automatically: If password 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, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Tue, 06 Dec 2005 16:37:15 +0200 Timo Sirainen Don't crash if cache key isn't set but cache is enabled. HEAD
Sun, 16 Oct 2005 15:03:37 +0300 Timo Sirainen Fixes and cleanups to credentials handling. Also fixed auth caching to work HEAD
Fri, 07 Oct 2005 13:43:28 +0300 Timo Sirainen Added some more verbosity to cache lookups. HEAD
Wed, 15 Jun 2005 11:05:04 +0300 Timo Sirainen Auth cache wasn't working if password wasn't given (ie. didn't work for HEAD
Fri, 08 Apr 2005 13:28:40 +0300 Timo Sirainen Don't crash if cache is enabled and we're caching more than just HEAD
Fri, 08 Apr 2005 02:42:46 +0300 Timo Sirainen Try to keep scheme always included in auth_request->passdb_password. HEAD
Sat, 05 Mar 2005 13:48:13 +0200 Timo Sirainen Added state variable for auth_request and several assertions to make sure HEAD
Tue, 01 Mar 2005 00:41:33 +0200 Timo Sirainen Fallback to using expired records from auth cache if database lookups fail. 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
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Mon, 06 Dec 2004 18:46:49 +0200 Timo Sirainen Cached passwords didn't return scheme correctly. Patch by Andrey Panin. HEAD
Fri, 22 Oct 2004 17:15:32 +0300 Timo Sirainen Don't try to free cache if it doesn't exist. HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD