log src/auth/db-passwd-file.h @ 9415:2a48aa6e2bce HEAD

age author description
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sat, 15 Sep 2007 15:58:27 +0300 Timo Sirainen Added username_format parameter for passwd-file passdb and userdb. HEAD
Sat, 25 Mar 2006 12:19:10 +0200 Timo Sirainen Allow empty uid/gid fields, they're required if we want to set extra fields HEAD
Mon, 20 Feb 2006 18:31:46 +0200 Timo Sirainen If passwd-file is being used as userdb, complain immediately if some entries HEAD
Mon, 20 Feb 2006 16:16:00 +0200 Timo Sirainen Updated passwd-file format to allow specifying any key=value fields. Since the value fields may contain ':' characters, this changes the file format a bit. Previously the last two fields were "flags" and "mail". Flags has been empty for last 3 years however, so the new format is used if the flags field contains something. In that case there is no separate mail field, it can instead be specified by adding userdb_mail=<mail> parameter. HEAD
Sun, 15 Jan 2006 15:38:32 +0200 Timo Sirainen If debug is enabled, tell how many users are found from passwd-file whenever 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
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, 22 Jul 2005 15:42:57 +0300 Timo Sirainen Added support for variables in passwd-file path. HEAD
Mon, 31 May 2004 21:57:25 +0300 Timo Sirainen Logging changes. Make sure we don't write control characters to log and also HEAD
Thu, 08 May 2003 07:28:30 +0300 Timo Sirainen Chrooting changes. Now all userdbs will support "<chroot>/./<homedir>" style HEAD
Wed, 16 Apr 2003 16:38:17 +0300 Timo Sirainen passwd-file fixes. passdb ignores now fields after password, so it can work 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