log src/auth/auth-request.c @ 14159:98d696965c91

age author description
Sat, 25 Feb 2012 05:42:05 +0200 Timo Sirainen auth: Added auth_proxy_self setting to specify IPs that are considered as "self" for proxy_maybe.
Sat, 25 Feb 2012 05:11:59 +0200 Timo Sirainen auth: Use proxy_timeout as DNS lookup timeout, if available. Warn if lookup takes >0.5s.
Sat, 25 Feb 2012 05:04:15 +0200 Timo Sirainen auth: Handle proxy_maybe=yes with host=hostname properly.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 19 Jan 2012 16:17:52 +0200 Timo Sirainen auth: Avoid adding duplicate extra fields to auth replies.
Tue, 10 Jan 2012 13:12:08 +0200 Timo Sirainen s/Fallbacking/Falling back/
Sat, 07 Jan 2012 20:28:42 +0200 Timo Sirainen Removed unnecessary code.
Thu, 24 Nov 2011 00:51:27 +0200 Timo Sirainen auth: If client gives "final-resp-ok" parameter, send it in OK reply with DIGEST-MD5, SCRAM-SHA-1
Fri, 18 Nov 2011 22:07:16 +0200 Timo Sirainen auth: Don't allow auth clients to set internal auth request fields.
Sat, 01 Oct 2011 16:48:17 +0300 Timo Sirainen auth: If password data isn't valid for specified scheme, give a better error message.
Tue, 30 Aug 2011 05:27:54 +0300 Timo Sirainen auth: Added default_fields and override_fields settings to all passdbs and userdbs.
Mon, 23 May 2011 15:37:43 +0300 Timo Sirainen auth: Give password scheme suggestions also when passdb data is invalid for scheme.
Sat, 30 Apr 2011 16:24:42 +0300 Timo Sirainen Merged changes from v2.0 tree.
Tue, 12 Apr 2011 17:13:27 +0300 Timo Sirainen auth: Export/import auth_request->successful for auth workers.
Thu, 31 Mar 2011 07:02:55 +0300 Timo Sirainen auth: Mention auth_username_chars in log when disallowing username because of it.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 18:51:46 +0200 Timo Sirainen auth: Allow clients to specify that they want to skip auth penalty check.
Mon, 28 Feb 2011 17:34:24 +0200 Timo Sirainen auth: Log a warning if ldap attribute has unexpectedly multiple values.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 11 Feb 2011 23:44:39 +0200 Timo Sirainen auth: If username contains invalid chars, log sanitized username even without auth_debug.
Wed, 19 Jan 2011 00:25:47 +0200 Timo Sirainen auth: Logging improvement for nopassword=y.
Tue, 07 Dec 2010 02:00:45 +0000 Timo Sirainen auth: Master user login + prefetch userdb changed username to master user.
Thu, 02 Dec 2010 19:10:23 +0000 Timo Sirainen auth: passdb credentials lookup fix when using multiple passdbs.
Tue, 02 Nov 2010 17:31:14 +0000 Timo Sirainen auth: Disable auth caching entirely for master users.
Mon, 18 Oct 2010 15:35:24 +0100 Timo Sirainen auth: Log userdb cache hits and misses with auth_debug=yes
Thu, 14 Oct 2010 15:59:11 +0100 Timo Sirainen auth: Give a better error message if pass=yes can't be used in master passdb.
Tue, 17 Aug 2010 19:16:03 +0100 Timo Sirainen auth: Pass requested_login_user to auth worker processes.
Tue, 17 Aug 2010 18:10:16 +0100 Timo Sirainen auth: Added more master user login debugging.
Mon, 02 Aug 2010 13:24:55 +0100 Timo Sirainen auth: Support "username" and "domain" extra fields also for userdb.
Tue, 08 Jun 2010 19:34:14 +0100 Timo Sirainen auth: Changed how auth deinitilization works. HEAD
Tue, 08 Jun 2010 18:47:24 +0100 Timo Sirainen auth: Removed unnecessary auth_request callback and context uses. HEAD
Mon, 07 Jun 2010 18:53:42 +0100 Timo Sirainen auth: Fixed prefetch userdb interaction with passdb changing username. HEAD
Wed, 02 Jun 2010 19:52:32 +0100 Timo Sirainen auth: Added %{login_user}, %{login_username} and %{login_domain} variables that are set for master logins. HEAD
Wed, 02 Jun 2010 16:48:55 +0100 Timo Sirainen auth: Fixes to destroying pending async userdb requests at deinit. HEAD
Wed, 02 Jun 2010 01:23:51 +0100 Timo Sirainen auth: Recent change caused userdb lookups to crash. HEAD
Tue, 01 Jun 2010 16:37:59 +0100 Timo Sirainen auth: Aborting pending async requests on deinit caused crashes. HEAD
Tue, 04 May 2010 01:31:54 +0300 Timo Sirainen auth: Minor code fix/cleanup. HEAD
Mon, 03 May 2010 16:58:36 +0300 Timo Sirainen auth: If verbose_proctitle=yes, show auth request counts in ps. HEAD
Wed, 14 Apr 2010 16:06:59 +0300 Timo Sirainen auth: Fixed userdb tempfail to work with blocking userdbs. HEAD
Wed, 07 Apr 2010 01:49:00 +0300 Timo Sirainen Started using str_to_*() functions instead of libc's ones. HEAD
Wed, 31 Mar 2010 19:18:01 +0300 Timo Sirainen auth: If userdb lookup fails internally, don't cache the result. HEAD
Fri, 26 Mar 2010 11:42:32 +0200 Timo Sirainen auth: Added "tempfail" userdb field. HEAD
Fri, 19 Mar 2010 21:39:10 +0200 Timo Sirainen auth: Previous change broke non-master logins.. HEAD
Fri, 19 Mar 2010 21:34:03 +0200 Timo Sirainen auth: Fixed master user logins. HEAD
Fri, 19 Mar 2010 17:51:28 +0200 Timo Sirainen auth: Do username checks/translations even when ssl_username_from_cert=yes HEAD
Sat, 13 Mar 2010 22:54:41 +0200 Timo Sirainen auth: Initial support for per-protocol auth settings. HEAD
Sat, 13 Mar 2010 20:00:32 +0200 Timo Sirainen auth: Cleaned up 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
Sat, 13 Mar 2010 16:52:50 +0200 Timo Sirainen auth: Moved some variables generated from settings to struct auth_settings. HEAD
Thu, 04 Mar 2010 20:19:02 +0200 Timo Sirainen auth_cache_negative_ttl is now also used for password mismatches. HEAD
Fri, 19 Feb 2010 04:20:25 +0200 Timo Sirainen auth: Don't loop through active requests every 5 seconds, looking for timeouts. HEAD
Fri, 12 Feb 2010 21:31:49 +0200 Timo Sirainen auth: When caching user-given passwords, cache their SHA1, not the plaintext. 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
Thu, 31 Dec 2009 15:15:54 -0500 Timo Sirainen auth_debug_passwords: If password is correct but scheme is wrong, try to detect and log it. HEAD
Tue, 10 Nov 2009 15:08:24 -0500 Timo Sirainen auth: Added auth failure penalty tracking based on remote IP address. HEAD
Fri, 16 Oct 2009 13:01:19 +0000 Pascal Volk Log debug-level messages with i_debug(). HEAD
Mon, 15 Jun 2009 21:03:08 -0400 Timo Sirainen auth: Don't assert-crash if trying to log in as master user but with empty login username. HEAD
Tue, 26 May 2009 13:48:18 -0400 Timo Sirainen auth: Improved "Password not in expected scheme" error message. HEAD