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

age author description
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 22 Jan 2006 18:06:01 +0200 Timo Sirainen Removed unneeded enum declarations. 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
Sun, 16 Oct 2005 15:03:37 +0300 Timo Sirainen Fixes and cleanups to credentials handling. Also fixed auth caching to work 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
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD