log src/auth/auth-request.h @ 15187:02451e967a06

age author description
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Wed, 03 Oct 2012 00:41:18 +0300 Timo Sirainen auth: Don't add proxy/pass fields when we're only authenticating (not logging in).
Wed, 26 Sep 2012 18:01:01 +0300 Timo Sirainen Merged changes from v2.1 tree.
Mon, 24 Sep 2012 16:49:29 +0300 Timo Sirainen ldap auth: Update %variables after each field update.
Fri, 14 Sep 2012 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Fri, 10 Aug 2012 05:24:07 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 04 Jul 2012 10:56:53 +0300 Timo Sirainen auth: Added CACHE-FLUSH command to flush some/all users from auth cache.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 20 May 2012 03:25:04 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 16 May 2012 16:14:01 +0300 Timo Sirainen auth: If user is disabled or password expired, tell about it to auth-client.
Sat, 28 Apr 2012 17:41:14 +0300 Timo Sirainen auth: Include session ID in log line prefix.
Fri, 23 Mar 2012 14:37:22 +0200 Timo Sirainen Compiler warning fixes.
Wed, 14 Mar 2012 14:55:25 +0200 Timo Sirainen auth: Fixed auth cache key generation to support %{long} variables
Sat, 10 Mar 2012 14:11:32 +0200 Timo Sirainen checkpassword: Escape transferred extra fields properly.
Mon, 27 Feb 2012 11:33:34 +0200 Timo Sirainen lib-dns: dns_lookup() returns now the lookup struct, and it can be aborted.
Sat, 25 Feb 2012 07:08:27 +0200 Timo Sirainen auth: Added proxy_always extra field.
Sat, 25 Feb 2012 05:04:15 +0200 Timo Sirainen auth: Handle proxy_maybe=yes with host=hostname properly.
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.
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.
Thu, 02 Dec 2010 19:10:23 +0000 Timo Sirainen auth: passdb credentials lookup fix when using multiple passdbs.
Thu, 30 Sep 2010 17:12:55 +0100 Timo Sirainen auth: Avoid crashing when finishing failed requests that already timed out.
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
Wed, 02 Jun 2010 16:48:55 +0100 Timo Sirainen auth: Fixes to destroying pending async userdb requests at deinit. 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
Sat, 13 Mar 2010 22:54:41 +0200 Timo Sirainen auth: Initial support for per-protocol auth settings. 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
Tue, 26 Jan 2010 13:40:01 +0200 Timo Sirainen Added auth_verbose_passwords = no|plain|sha1. HEAD
Tue, 10 Nov 2009 15:08:24 -0500 Timo Sirainen auth: Added auth failure penalty tracking based on remote IP address. HEAD
Sat, 21 Feb 2009 17:10:43 -0500 Timo Sirainen DIGEST-MD5: Fixed authentication with user@domain usernames. HEAD
Sat, 21 Feb 2009 14:59:33 -0500 Timo Sirainen auth workers: Return plaintext credentials to parent process if possible, so it gets cached instead of some other scheme. HEAD
Thu, 23 Oct 2008 20:31:41 +0300 Timo Sirainen Added %k variable to display valid-client-cert status. It expands to "valid" or empty. HEAD
Wed, 27 Aug 2008 10:13:58 +0300 Timo Sirainen auth: %m variable didn't work with blocking passdbs HEAD
Sun, 09 Mar 2008 12:37:26 +0200 Timo Sirainen Use auth-stream API to build all TAB-delimited strings to make sure strings HEAD
Sun, 06 Jan 2008 03:17:20 +0200 Timo Sirainen If proxy user has a password and authentication fails, don't return the HEAD
Sun, 06 Jan 2008 03:13:20 +0200 Timo Sirainen Added "proxy_maybe" field. If it's used instead of "proxy" and the HEAD
Fri, 02 Nov 2007 17:09:46 +0200 Timo Sirainen Auth cache didn't work for usernames that got translated internally. HEAD
Sat, 27 Oct 2007 18:31:05 +0300 Timo Sirainen Don't keep master username in original_username. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Tue, 03 Jul 2007 04:40:18 +0300 Timo Sirainen Send local/remote ports to dovecot-auth. They're now in %a and %b variables. HEAD
Tue, 03 Jul 2007 03:20:06 +0300 Timo Sirainen Changed userdb callback API. Don't require uid/gid to be returned by userdb. HEAD
Sun, 10 Jun 2007 12:58:06 +0400 Andrey Panin Further const'ification of struct mech_module. 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
Sun, 13 May 2007 11:24:06 +0300 Timo Sirainen Removed enum passdb_credentials. Use scheme strings directly instead. This HEAD
Fri, 11 May 2007 15:01:42 +0300 Timo Sirainen Changed auth_request->created to last_access and update it a bit more often. HEAD
Sat, 31 Mar 2007 07:41:55 +0300 Timo Sirainen Reverted accidental commit. This code isn't ready yet. HEAD
Fri, 30 Mar 2007 17:12:46 +0300 Timo Sirainen Moved all storage destruction code to mail-storage.c and made destroy() HEAD
Sat, 10 Mar 2007 16:04:34 +0200 Timo Sirainen Added %c variable which expands to "secured" with SSL/TLS/localhost. HEAD
Fri, 16 Feb 2007 19:23:01 +0200 Timo Sirainen Added auth_request_set_fields() and used it instead of duplicating the code HEAD
Thu, 15 Feb 2007 12:47:00 +0200 Timo Sirainen Special extra_fields weren't saved to auth cache. This was especially HEAD
Thu, 21 Dec 2006 18:01:15 +0200 Timo Sirainen Authentication cache caches now also userdb data. Code by Tommi Saviranta. HEAD
Sat, 09 Dec 2006 17:11:48 +0200 Timo Sirainen We treated internal userdb lookup errors as "user unknown" errors. In such HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Wed, 31 May 2006 14:03:53 +0300 Timo Sirainen Escape SQL strings using sql_escape_string(). Fixes the problems with HEAD
Mon, 27 Feb 2006 20:46:29 +0200 Timo Sirainen Added "allow_nets" extra field. If set, the user can log in only from HEAD
Fri, 24 Feb 2006 15:41:57 +0200 Timo Sirainen Digest-MD5 logins didn't work if passdb changed username. HEAD