log src/auth/db-passwd-file.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
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Wed, 19 Nov 2008 16:28:46 +0200 Timo Sirainen Changed all config file readers to not ignore the last line if it's missing LF. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Sun, 04 May 2008 19:39:04 +0300 Timo Sirainen Memory pool allocation tweaks. HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and 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
Sat, 22 Sep 2007 19:03:33 +0300 Timo Sirainen Renamed hash_size() -> hash_count(). 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 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. 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
Sat, 15 Sep 2007 15:58:27 +0300 Timo Sirainen Added username_format parameter for passwd-file passdb and userdb. HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Tue, 03 Jul 2007 03:47:39 +0300 Timo Sirainen Allow passwd-file ti contain empty uid/gid fields. HEAD
Sun, 11 Mar 2007 23:03:15 +0200 Timo Sirainen If passwd-file wasn't found, don't crash. HEAD
Sat, 10 Mar 2007 15:24:15 +0200 Timo Sirainen Added more debug logging. HEAD
Sat, 01 Jul 2006 22:42:27 +0300 Timo Sirainen Don't require valid uid/gid fields if passwd-file isn't being used as a HEAD
Sun, 18 Jun 2006 00:02:36 +0300 Timo Sirainen extra_args field was ignored if the passwd-file wasn't also used as a HEAD
Wed, 31 May 2006 14:03:53 +0300 Timo Sirainen Escape SQL strings using sql_escape_string(). Fixes the problems with HEAD
Sun, 09 Apr 2006 12:29:54 +0300 Timo Sirainen Don't crash if passwd-file has entries without passwords. HEAD
Fri, 31 Mar 2006 18:02:37 +0300 Timo Sirainen Don't break if password contains '[' characters. 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
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of 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
Sat, 24 Sep 2005 16:41:27 +0300 Timo Sirainen When passwd-file has %d, drop domain names from username lookups only if %d HEAD
Sat, 24 Sep 2005 15:51:25 +0300 Timo Sirainen Read also users without password. HEAD
Fri, 22 Jul 2005 15:42:57 +0300 Timo Sirainen Added support for variables in passwd-file path. 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
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). 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, 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
Sun, 16 Mar 2003 16:33:29 +0200 Timo Sirainen Fixes to parsing userdb fields. HEAD
Mon, 10 Mar 2003 02:36:08 +0200 Timo Sirainen Added i_stream_read_next_line() HEAD
Thu, 20 Feb 2003 18:40:16 +0200 Timo Sirainen passwd-file changes. Moved flags before MAIL environment which is now last HEAD
Tue, 18 Feb 2003 21:11:26 +0200 Timo Sirainen Added default_pass_scheme to LDAP. Support for more password schemes. Merged HEAD
Sun, 09 Feb 2003 19:23:20 +0200 Timo Sirainen More realm fixes HEAD
Fri, 31 Jan 2003 08:56:57 +0200 Timo Sirainen Cleanups, LDAP support compiles again and generally looks ok, even if it HEAD