log src/auth/passdb-bsdauth.c @ 22614:cf66220d281e

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Thu, 11 Feb 2016 13:21:18 +0200 Timo Sirainen auth: Moved cache_key from passdb_module to auth_passdb.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 17 Apr 2014 14:21:55 +0200 Timo Sirainen auth: Use special AUTH_SUBSYS_DB/MECH parameters as auth_request_log*() subsystem.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 22 Sep 2013 02:32:05 +0300 Timo Sirainen auth: Use a common auth_request_log_unknown_user() for logging "unknown user" entries.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Fri, 23 Nov 2012 23:49:39 +0200 Timo Sirainen bsdauth: Use "auth-<service>" as the auth type.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 17 Mar 2011 16:21:00 +0200 Timo Sirainen Replaced all getpw/gr*() to use i_getpw/gr*() with improved error handling.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 04 May 2010 13:57:26 +0300 Timo Sirainen bsdauth: Crashfix HEAD
Sun, 14 Mar 2010 15:30:26 +0200 Timo Sirainen auth: passdb bsdauth, passwd and shadow are now blocking by default. HEAD
Sat, 13 Mar 2010 20:16:12 +0200 Timo Sirainen auth: passdb/userdb backends no longer know about struct auth_passdb/auth_userdb. HEAD
Sat, 13 Mar 2010 17:28:18 +0200 Timo Sirainen auth: auth_userdb and auth_passdb no longer has pointer to struct auth. HEAD
Tue, 26 Jan 2010 13:40:01 +0200 Timo Sirainen Added auth_verbose_passwords = no|plain|sha1. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 04 Dec 2009 13:52:35 -0600 Timo Sirainen Removed MEMBER() macro. Require C99 style struct initializer. HEAD
Mon, 12 Oct 2009 16:20:35 -0400 Timo Sirainen bsdauth: And compile fix to previous change.. HEAD
Mon, 12 Oct 2009 16:19:00 -0400 Timo Sirainen bsdauth: Use PLAIN as default_pass_scheme instead of CRYPT. HEAD
Mon, 12 Oct 2009 14:11:23 -0400 Timo Sirainen bsdauth: Set default pass scheme to CRYPT. HEAD
Tue, 05 May 2009 11:57:04 -0400 Mark Washenberger Renamed headers to prevent collision if they were flattened on an install. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 04 Jan 2009 06:59:31 -0500 Timo Sirainen bsdauth: Fix compiler warning + crash on 64bit systems. HEAD
Sat, 06 Dec 2008 20:42:29 +0200 Timo Sirainen Previous "Unknown setting" in passdb check changes were a bit broken. 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
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
Thu, 09 Aug 2007 14:34:41 +0300 Timo Sirainen Store cache_key via auth_cache_parse_key() which adds TABs between the HEAD
Sat, 10 Mar 2007 15:24:15 +0200 Timo Sirainen Added more debug logging. HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Mon, 16 Oct 2006 00:31:20 +0300 Timo Sirainen Don't check password field ourself. There's no point doing that and some 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
Sun, 16 Oct 2005 15:49:14 +0300 Timo Sirainen Make auth caching work with non-sql/ldap passdbs too. HEAD
Sat, 01 Oct 2005 13:52:14 +0300 Timo Sirainen Added ssl_username_from_cert setting. Not actually tested yet.. 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
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
Mon, 20 Sep 2004 23:49:22 +0300 Timo Sirainen warning fix 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, 29 Oct 2003 16:10:20 +0200 Timo Sirainen Added bsdauth support, patch by Dan Cross HEAD