log src/auth/userdb.c @ 9608:f30e6a345d73 HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 01 Apr 2009 17:30:52 -0400 Timo Sirainen auth: Fixed loading known passdb/userdb plugins. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 02 Dec 2008 19:24:57 +0200 Timo Sirainen Fail if trying to give unknown parameters to passdb/userdb. HEAD
Wed, 22 Oct 2008 00:29:54 +0300 Timo Sirainen Added support for userdb checkpassword. Patch by Sascha Wilde. 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
Tue, 07 Aug 2007 00:51:16 +0300 Timo Sirainen --with-ldap=plugin builds LDAP passdb and userdb support as a plugin. HEAD
Mon, 06 Aug 2007 23:43:28 +0300 Timo Sirainen Changed plugin handling. We'll just load and call _init() functions for all HEAD
Mon, 06 Aug 2007 23:16:43 +0300 Timo Sirainen Added pass/userdb_register_module() functions and used them to register the HEAD
Tue, 03 Jul 2007 03:29:23 +0300 Timo Sirainen Allow uid/gid names that begin with numbers, as long as it's not completely HEAD
Tue, 03 Jul 2007 03:24:46 +0300 Timo Sirainen minor fix HEAD
Tue, 03 Jul 2007 01:50:13 +0300 Timo Sirainen Added userdb nss which currently supports glibc-compatible NSS modules. HEAD
Sat, 04 Nov 2006 00:00:02 +0200 Timo Sirainen Error message string update. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Wed, 14 Dec 2005 19:45:06 +0200 Timo Sirainen Give a few helpul suggestions with "Unknown passdb/usedb driver" errors. HEAD
Wed, 19 Oct 2005 16:38:36 +0300 Timo Sirainen Renamed userdb passdb to prefetch. HEAD
Sun, 16 Oct 2005 17:34:39 +0300 Timo Sirainen Separated userdb_module's interface and the actual data struct. HEAD
Wed, 05 Oct 2005 22:16:32 +0300 Timo Sirainen Don't crash if we have blocking userdb but non-blocking passdb. HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ 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, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Fri, 07 Jan 2005 22:01:08 +0200 Timo Sirainen Moved extern userdb/passdb declarations to .c files. HEAD
Fri, 07 Jan 2005 21:55:49 +0200 Timo Sirainen Reorganized the code to have less global/static variables. HEAD
Fri, 07 Jan 2005 20:15:14 +0200 Timo Sirainen Added "passdb" userdb. It works only if passdb gives all the information 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
Mon, 06 Dec 2004 18:39:02 +0200 Timo Sirainen Added name variable for userdb_module and passdb_module and changed their HEAD
Sat, 16 Oct 2004 02:12:51 +0300 Timo Sirainen Created generic asynchronous SQL API and implemented MySQL and PostgreSQL HEAD
Tue, 21 Sep 2004 00:47:30 +0300 Timo Sirainen Added preinit() call to userdb/passdbs, which is called before dropping HEAD
Wed, 23 Jun 2004 20:47:06 +0300 Timo Sirainen Default to "" args instead of NULL to avoid some crashes HEAD
Wed, 23 Jun 2004 18:02:50 +0300 Timo Sirainen skip extra whitespace between "dbtype arguments" HEAD
Mon, 10 May 2004 04:47:08 +0300 Timo Sirainen MySQL authentication patch by Matther Reimer HEAD
Wed, 14 May 2003 21:31:02 +0300 Timo Sirainen AUTH_MODULES -> HAVE_MODULES HEAD
Sat, 15 Mar 2003 00:15:43 +0200 Timo Sirainen cleanups HEAD
Fri, 07 Mar 2003 01:20:16 +0200 Timo Sirainen Added PostgreSQL support, patch by Alex Howansky HEAD
Tue, 11 Feb 2003 20:01:38 +0200 Timo Sirainen Support for dynamic authentication modules. HEAD
Sun, 02 Feb 2003 02:08:28 +0200 Timo Sirainen auth process fixes, LDAP seems to be working (with the kludge define or HEAD
Fri, 31 Jan 2003 08:56:57 +0200 Timo Sirainen Cleanups, LDAP support compiles again and generally looks ok, even if it HEAD
Mon, 27 Jan 2003 03:33:40 +0200 Timo Sirainen We have now separate "userdb" and "passdb". They aren't tied to each others HEAD