log src/auth/auth-request.c @ 9626:ec7ce2647131 HEAD

age author description
Tue, 02 Nov 2010 17:31:14 +0000 Timo Sirainen auth: Disable auth caching entirely for master users. HEAD
Mon, 07 Jun 2010 19:01:23 +0100 Timo Sirainen auth: Fixed prefetch userdb interaction with passdb changing username. HEAD
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 31 Dec 2009 15:13:15 -0500 Timo Sirainen auth_debug_passwords: If password is correct but scheme is wrong, try to detect and log it. 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
Sun, 31 May 2009 23:35:56 -0400 Timo Sirainen auth_cache_negative_ttl is now also used for password mismatches. HEAD
Tue, 26 May 2009 13:48:39 -0400 Timo Sirainen auth: Improved "Password not in expected scheme" error message. HEAD
Sat, 21 Feb 2009 18:22:11 -0500 Timo Sirainen Authentication: system_user userdb extra field renamed to system_groups_user. HEAD
Sat, 21 Feb 2009 14:51:32 -0500 Timo Sirainen auth: Improved logging for "password scheme not available" failures. HEAD
Sat, 31 Jan 2009 20:15:12 +0200 Timo Sirainen auth: Using "username" or "domain" passdb fields caused problems with cache and blocking passdbs. HEAD
Thu, 08 Jan 2009 11:41:30 -0500 Timo Sirainen auth worker processes shouldn't duplicate the auth cache. HEAD
Wed, 07 Jan 2009 17:03:34 -0500 Timo Sirainen auth: Removed extra string escaping from places where it's not necessary (or is even harmful). HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 13 Dec 2008 18:04:55 +0200 Timo Sirainen var_expand(): Added support for long %{variable} names. HEAD
Wed, 19 Nov 2008 20:09:34 +0200 Timo Sirainen Add login username in "Attempted master login with no master passdbs" error. HEAD
Sat, 15 Nov 2008 19:07:04 +0200 Timo Sirainen auth: Improved "user not found from userdb" error message. HEAD
Sun, 26 Oct 2008 16:01:45 +0200 Timo Sirainen auth: original_username should never be NULL, removed all code that checks for it. HEAD
Sun, 26 Oct 2008 15:53:12 +0200 Timo Sirainen Pass original_username to auth-workers. 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
Fri, 05 Sep 2008 21:19:06 +0300 Timo Sirainen Added a special userdb_import field to add TAB-separated fields to userdb reply. HEAD
Wed, 27 Aug 2008 10:13:58 +0300 Timo Sirainen auth: %m variable didn't work with blocking passdbs HEAD
Sat, 21 Jun 2008 09:54:26 +0300 Timo Sirainen Created net_parse_range() from auth code. HEAD
Thu, 15 May 2008 07:43:13 +0300 Timo Sirainen Moved net_is_in_network() to lib/network.c. HEAD
Mon, 10 Mar 2008 04:24:06 +0200 Timo Sirainen Changing "user" from userdb crashed. HEAD
Sun, 09 Mar 2008 12:45:17 +0200 Timo Sirainen If trying to log in with password having illegal characters, make sure we 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, 02 Mar 2008 07:39:32 +0200 Timo Sirainen Fixed pass=yes with blocking passdbs. Also master_user wasn't exported HEAD
Thu, 21 Feb 2008 15:57:48 +0200 Timo Sirainen Fixed proxy_maybe handling. 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
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, 04 Jan 2008 03:31:05 +0200 Timo Sirainen If AUTH has "nologin" parameter, the request is freed when authentication is 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, 25 Nov 2007 03:15:07 +0200 Timo Sirainen Added "password_noscheme" field which assumes the password is in the default HEAD
Sun, 25 Nov 2007 03:09:20 +0200 Timo Sirainen When saving password, add scheme prefix also if password begins with { but 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, 21 Oct 2007 00:02:13 +0300 Timo Sirainen Added "username" and "domain" fields for modifying the username. 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 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 09 Aug 2007 15:05:12 +0300 Timo Sirainen Don't crash if blocking passdb doesn't support credential lookups. HEAD
Fri, 13 Jul 2007 17:25:00 +0300 Timo Sirainen Compile without IPv6 HEAD
Fri, 13 Jul 2007 05:48:54 +0300 Timo Sirainen Changed struct ip_addr to use union for ipv4/ipv6 structs so we don't have 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 04:05:28 +0300 Timo Sirainen If uidgid_file=<template_path> is set, the uid and gid are looked up by 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 21:47:42 +0300 Timo Sirainen Empty password doesn't anymore allow user to log in with any password, 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
Wed, 09 May 2007 19:45:47 +0300 Timo Sirainen %c wasn't exported to auth worker processes. Patch by Andrey Panin 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
Sun, 25 Mar 2007 21:31:37 +0300 Timo Sirainen If "nopassword" is set, don't crash if password is non-NULL. However give an HEAD
Wed, 14 Mar 2007 14:42:27 +0200 Timo Sirainen If unknown user was found from auth cache, we returned an invalid value HEAD
Sat, 10 Mar 2007 16:04:34 +0200 Timo Sirainen Added %c variable which expands to "secured" with SSL/TLS/localhost. HEAD
Fri, 09 Mar 2007 02:27:11 +0200 Timo Sirainen Added %m = mechanism name HEAD