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

age author description
Wed, 01 Apr 2009 12:52:46 -0400 Timo Sirainen lib-signals: Changed callback API to return siginfo_t. HEAD
Wed, 21 Jan 2009 15:48:51 -0500 Timo Sirainen Sending SIGUSR2 to dovecot-auth now also logs statistics about cache inserts. HEAD
Wed, 07 Jan 2009 17:03:34 -0500 Timo Sirainen auth: Removed extra string escaping from places where it's not necessary (or is even harmful). HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Fri, 02 Nov 2007 17:09:46 +0200 Timo Sirainen Auth cache didn't work for usernames that got translated internally. 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 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Mon, 06 Aug 2007 18:02:48 +0300 Timo Sirainen Added auth_cache_negative_ttl setting. HEAD
Thu, 15 Feb 2007 13:06:35 +0200 Timo Sirainen If user is changed with "user=x" in extra_fields, cache the entry with the HEAD
Thu, 21 Dec 2006 18:01:15 +0200 Timo Sirainen Authentication cache caches now also userdb data. Code by Tommi Saviranta. HEAD
Wed, 08 Nov 2006 21:13:32 +0200 Timo Sirainen Add auth_cache_remove() function which will be used by OTP code to evict HEAD
Sun, 15 Oct 2006 19:43:14 +0300 Timo Sirainen auth cache didn't work properly with multiple passdbs. HEAD
Fri, 13 Oct 2006 19:37:12 +0300 Timo Sirainen auth_cache: Try to handle changing passwords automatically: If password HEAD
Wed, 31 May 2006 14:03:53 +0300 Timo Sirainen Escape SQL strings using sql_escape_string(). Fixes the problems with 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
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
Sun, 16 Oct 2005 17:06:59 +0300 Timo Sirainen Separated passdb_module's interface and the actual data struct. Now it's HEAD
Fri, 07 Oct 2005 13:23:01 +0300 Timo Sirainen Don't crash with SIGUSR2 if auth cache hasn't seen any hits HEAD
Sun, 25 Sep 2005 14:07:32 +0300 Timo Sirainen Implemented new signal handling framework, which makes handling signals much HEAD
Wed, 08 Jun 2005 18:45:41 +0300 Timo Sirainen Count cache hits and misses, report them on SIGUSR2. HEAD
Sat, 05 Mar 2005 13:57:29 +0200 Timo Sirainen auth_cache_insert(): Don't remove expired nodes just because they're HEAD
Tue, 01 Mar 2005 00:41:33 +0200 Timo Sirainen Fallback to using expired records from auth cache if database lookups fail. HEAD
Fri, 07 Jan 2005 20:51:10 +0200 Timo Sirainen Split auth_request* functions from mech.c to auth-request.c HEAD
Wed, 15 Dec 2004 21:31:06 +0200 Timo Sirainen Auth cache key was built wrong if any modifiers were used for %vars. HEAD
Wed, 15 Dec 2004 20:06:47 +0200 Timo Sirainen When building cache key, use each %key only once, more wastes only memory. HEAD
Sat, 06 Nov 2004 22:55:31 +0200 Timo Sirainen print info about cache clearing HEAD
Sat, 06 Nov 2004 22:23:13 +0200 Timo Sirainen SIGHUP now clears cache. HEAD
Fri, 05 Nov 2004 02:56:52 +0200 Timo Sirainen fix HEAD
Mon, 01 Nov 2004 14:18:04 +0200 Timo Sirainen memory leak fixes HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD