log src/auth/passdb-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
Tue, 02 Dec 2008 19:24:57 +0200 Timo Sirainen Fail if trying to give unknown parameters to passdb/userdb. 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 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
Tue, 03 Jul 2007 04:11:41 +0300 Timo Sirainen Support changing default password scheme for passdb passwd-file. 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
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Sun, 15 Oct 2006 23:06:53 +0300 Timo Sirainen If auth cache is enabled and %vars are used in passwd-file path, get the HEAD
Sat, 24 Jun 2006 22:02:40 +0300 Timo Sirainen When using non-plaintext authentication with passdb passwd-file we didn't 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, 22 Jan 2006 13:33:27 +0200 Timo Sirainen Added auth_debug_passwords setting. If it's not enabled, hide all password 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
Sun, 01 Jan 2006 19:04:29 +0200 Timo Sirainen Don't crash if password is empty 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
Sun, 16 Oct 2005 15:49:14 +0300 Timo Sirainen Make auth caching work with non-sql/ldap passdbs too. HEAD
Sun, 16 Oct 2005 15:03:37 +0300 Timo Sirainen Fixes and cleanups to credentials handling. Also fixed auth caching to work 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
Sun, 03 Apr 2005 01:00:49 +0300 Timo Sirainen passdb can now change the username that was used to log in. This is mostly HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually HEAD
Sun, 27 Feb 2005 00:55:03 +0200 Timo Sirainen Moved cache handling from sql/ldap-specific code to generic auth-request HEAD
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Fri, 07 Jan 2005 19:27:20 +0200 Timo Sirainen Make FAIL reply contain "temp" parameter if the authentication failed HEAD
Mon, 06 Dec 2004 18:39:02 +0200 Timo Sirainen Added name variable for userdb_module and passdb_module and changed their HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD
Tue, 21 Sep 2004 00:47:30 +0300 Timo Sirainen Added preinit() call to userdb/passdbs, which is called before dropping 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
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, 08 Apr 2003 19:59:52 +0300 Timo Sirainen default is CRYPT, not DES (which doesn't even exist) HEAD
Tue, 18 Feb 2003 21:24:44 +0200 Timo Sirainen Fix realm usage with DIGEST-MD5. Support generating other password schemes 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, 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 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