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

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. 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
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. 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 13:38:34 +0300 Timo Sirainen Renamed strarray_length/remote() to str_array_length/remove() HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 09 Aug 2007 17:17:19 +0300 Timo Sirainen userdb passwd supports now adding key=value fields to args. They can HEAD
Thu, 09 Aug 2007 16:58:07 +0300 Timo Sirainen Minor cleanup HEAD
Tue, 03 Jul 2007 03:55:36 +0300 Timo Sirainen Don't require having uid/gid. HEAD
Tue, 03 Jul 2007 03:20:06 +0300 Timo Sirainen Changed userdb callback API. Don't require uid/gid to be returned by userdb. HEAD
Sun, 13 May 2007 15:17:09 +0300 Timo Sirainen All password schemes can now be encoded with base64 or hex. The encoding is HEAD
Sun, 13 May 2007 11:24:06 +0300 Timo Sirainen Removed enum passdb_credentials. Use scheme strings directly instead. This HEAD
Sat, 31 Mar 2007 07:41:55 +0300 Timo Sirainen Reverted accidental commit. This code isn't ready yet. HEAD
Fri, 30 Mar 2007 17:12:46 +0300 Timo Sirainen Moved all storage destruction code to mail-storage.c and made destroy() HEAD
Wed, 21 Mar 2007 22:12:59 +0200 Timo Sirainen If doing a plain userdb lookup with userdb static, verify the user's HEAD
Sat, 09 Dec 2006 17:11:48 +0200 Timo Sirainen We treated internal userdb lookup errors as "user unknown" errors. In such HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Tue, 14 Feb 2006 19:43:04 +0200 Timo Sirainen Check that we don't pass around key=value pairs with empty keys. 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:24:34 +0300 Timo Sirainen Don't crash if there are keys without =value part in static userdb template. HEAD
Sun, 14 Aug 2005 21:24:51 +0300 Timo Sirainen Added missing t_pop() call. static userdb was broken. HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ HEAD
Tue, 12 Jul 2005 15:58:47 +0300 Timo Sirainen Removed direct config.h including. I'm not sure why it was done before, HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually HEAD
Sat, 12 Feb 2005 15:47:20 +0200 Timo Sirainen userdb can now return extra parameters to master. Removed special handling 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
Tue, 21 Sep 2004 00:47:30 +0300 Timo Sirainen Added preinit() call to userdb/passdbs, which is called before dropping HEAD
Sat, 28 Aug 2004 23:07:39 +0300 Timo Sirainen Added mail setting and made home optional. HEAD
Tue, 25 May 2004 01:33:50 +0300 Timo Sirainen Fixed var_expand() to take a table of variables rather than a few predefined HEAD
Mon, 20 Oct 2003 07:15:16 +0300 Timo Sirainen Added t_strsplit_spaces(). HEAD
Tue, 18 Feb 2003 21:11:26 +0200 Timo Sirainen Added default_pass_scheme to LDAP. Support for more password schemes. Merged 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 10:08:14 +0200 Timo Sirainen Async userdb and passdb interface. 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