log src/auth/auth-request-handler.c @ 9266:cd29b745c8dd HEAD

age author description
Tue, 07 Jul 2009 13:25:01 -0400 Timo Sirainen auth: Ignore empty initial response strings. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 19 Dec 2008 09:31:18 +0200 Timo Sirainen Increase failed login's reply delay by 5 seconds for each failure. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Sun, 14 Dec 2008 05:46:31 +0200 Timo Sirainen imap/pop3 proxy: Support master user logins. HEAD
Sat, 15 Nov 2008 21:29:59 +0200 Timo Sirainen Give a different error message if authentication succeeds but authorization fails. 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
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, 09 Mar 2008 01:10:14 +0200 Timo Sirainen Compiler warning fixes 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
Wed, 02 Jan 2008 00:03:41 +0200 Timo Sirainen Added auth_failure_delay setting. HEAD
Tue, 01 Jan 2008 23:53:29 +0200 Timo Sirainen Make sure failed auth requests stay in failure buffer for at least a second. HEAD
Tue, 01 Jan 2008 23:34:32 +0200 Timo Sirainen Converted some buffers to arrays. 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 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. 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
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
Fri, 26 Jan 2007 15:58:48 +0200 Timo Sirainen Cleanups and minor fixes HEAD
Fri, 26 Jan 2007 02:31:36 +0200 Timo Sirainen code cleanup HEAD
Fri, 19 Jan 2007 17:19:32 +0200 Timo Sirainen Several fixes to handling deinitialization without crashing. HEAD
Tue, 16 Jan 2007 15:18:23 +0200 Timo Sirainen extra_fields == NULL and empty extra_fields (reset after each passdb HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sat, 09 Dec 2006 17:11:48 +0200 Timo Sirainen We treated internal userdb lookup errors as "user unknown" errors. In such HEAD
Tue, 07 Nov 2006 15:59:31 +0200 Timo Sirainen Missing TAB before "pass" broke proxying. HEAD
Sun, 05 Nov 2006 18:12:14 +0200 Timo Sirainen Don't send "pass" back if it's already set, or if it's not known. HEAD
Sat, 04 Nov 2006 13:22:17 +0200 Timo Sirainen If passdb returned only userdb_ prefixed extra fields, don't add an extra HEAD
Sun, 15 Oct 2006 18:52:25 +0300 Timo Sirainen Require that the "resp" parameter for AUTH command is the last. HEAD
Thu, 03 Aug 2006 18:37:55 +0300 Timo Sirainen When logging in as master user, send it as "master_user" field to master HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Sat, 17 Jun 2006 18:14:15 +0300 Timo Sirainen Fixed memory leak in error handling. HEAD
Sat, 28 Jan 2006 23:09:43 +0200 Timo Sirainen If authentication client disconnects while it still has pending requests, HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to 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, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ HEAD
Fri, 29 Jul 2005 12:21:27 +0300 Timo Sirainen Removed unused code HEAD
Thu, 16 Jun 2005 11:21:17 +0300 Timo Sirainen Last change caused user-given passwords to be cached, and later the password HEAD
Tue, 26 Apr 2005 14:43:30 +0300 Timo Sirainen USER auth command requires now service parameter and supports also others HEAD
Tue, 19 Apr 2005 16:11:12 +0300 Timo Sirainen Allow multiple master connections for a single listener. HEAD
Sat, 05 Mar 2005 13:48:13 +0200 Timo Sirainen Added state variable for auth_request and several assertions to make sure 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, 09 Jan 2005 18:54:48 +0200 Timo Sirainen Changed the way multiple auth processes are handled. It no longer uses a pid HEAD
Sun, 09 Jan 2005 02:49:18 +0200 Timo Sirainen Moving code around. HEAD