log src/imap-login/client-authenticate.c @ 9575:0a00dcc4f0ea HEAD

age author description
Wed, 14 Apr 2010 19:17:08 +0300 Timo Sirainen imap/pop3-login: ssl=yes shouldn't change port if port was already specified. HEAD
Wed, 14 Apr 2010 19:14:24 +0300 Timo Sirainen imap/pop3-login: If proxy returns ssl=yes, change the default port to 993/995. HEAD
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 23 Dec 2009 13:22:21 -0500 Timo Sirainen *-login: Don't assert-crash if trying to proxy caused the connection to be killed. HEAD
Tue, 29 Sep 2009 10:35:58 -0400 Timo Sirainen imap-login: Is dovecot-auth gives a reason for the failure, don't eat first 7 chars. HEAD
Wed, 12 Aug 2009 14:32:17 -0400 Timo Sirainen login proxy: Added client_proxy passdb extra field to specify proxy's connect timeout. HEAD
Thu, 09 Jul 2009 20:49:34 -0400 Timo Sirainen login processes: Auth code cleanups. Custom IMAP auth errors now have [ALERT] prefix. HEAD
Mon, 25 May 2009 23:33:56 -0400 Timo Sirainen imap: Don't send "Waiting for auth process" if it's the client that's waiting on AUTHENTICATE. HEAD
Tue, 28 Apr 2009 22:31:40 -0400 Timo Sirainen imap/pop3 proxy: Support SSL/TLS connections to remote servers. HEAD
Tue, 07 Apr 2009 16:38:47 -0400 Timo Sirainen imap-login: Use [resp-codes] to figure out when to replace remote's auth failed message with ours. HEAD
Thu, 15 Jan 2009 15:52:44 -0500 Timo Sirainen Renamed "ssl_disable" setting to "ssl". Added support for ssl=required. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 21 Dec 2008 09:43:20 +0200 Timo Sirainen imap/pop3-login: Cleaned up proxying code. Don't disconnect client on proxy failures. HEAD
Fri, 19 Dec 2008 09:46:46 +0200 Timo Sirainen login: Reset idle timeout only when input is actually read from client. HEAD
Fri, 19 Dec 2008 09:31:18 +0200 Timo Sirainen Increase failed login's reply delay by 5 seconds for each failure. HEAD
Wed, 17 Dec 2008 20:12:11 +0200 Timo Sirainen Mention SSL/TLS in "plaintext auth disallowed" error. HEAD
Sun, 14 Dec 2008 05:46:31 +0200 Timo Sirainen imap/pop3 proxy: Support master user logins. HEAD
Sat, 13 Dec 2008 13:16:54 +0200 Timo Sirainen Don't crash if trying to use an unsupported auth mechanism. HEAD
Sat, 15 Nov 2008 21:29:59 +0200 Timo Sirainen Give a different error message if authentication succeeds but authorization fails. HEAD
Sat, 15 Nov 2008 21:10:17 +0200 Timo Sirainen Moved imap-resp-codes to macros. HEAD
Sat, 15 Nov 2008 20:59:54 +0200 Timo Sirainen Implemented imap-response-codes draft. HEAD
Wed, 29 Oct 2008 18:23:31 +0200 Timo Sirainen login: If client pipelines multiple failing auth commands, don't stop handling after two. HEAD
Sun, 26 Oct 2008 15:52:07 +0200 Timo Sirainen Login prcesses: If auth_debug=yes, don't warn about "user" parameter being unknown. HEAD
Sat, 25 Oct 2008 16:07:28 +0300 Timo Sirainen Login processes: If auth_debug=yes, log about received unknown passdb extra fields. HEAD
Sun, 19 Oct 2008 14:00:57 +0300 Timo Sirainen Login process: Log auth failure reasons better in disconnect message. HEAD
Sat, 21 Jun 2008 12:50:28 +0300 Timo Sirainen Send login command OK reply in IMAP/POP3 process. HEAD
Sat, 21 Jun 2008 12:23:08 +0300 Timo Sirainen If commands are pipelined after the login command, pass them to the HEAD
Sat, 21 Jun 2008 10:39:45 +0300 Timo Sirainen Removed login_greeting_capability setting. Instead now a minimal pre-login HEAD
Wed, 26 Mar 2008 21:30:15 +0200 Timo Sirainen Log clearly with "auth failed, # attempts" if user gets disconnected before HEAD
Mon, 10 Mar 2008 04:52:23 +0200 Timo Sirainen If we sent client "waiting for auth process" message, we crashed later. HEAD
Sun, 06 Jan 2008 03:11:02 +0200 Timo Sirainen Fixed assert-crash when login fails to proxied server. HEAD
Sun, 06 Jan 2008 01:50:13 +0200 Timo Sirainen If proxying tries to loop to itself, fail the login and log an error. HEAD
Sun, 06 Jan 2008 01:38:52 +0200 Timo Sirainen Assert-crashfix HEAD
Thu, 03 Jan 2008 23:46:04 +0200 Timo Sirainen Use separate per-client timeouts instead of going through all clients in one HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Tue, 11 Dec 2007 19:13:38 +0200 Timo Sirainen Instead of logging only "Aborted login", log also if client tried to use HEAD
Sun, 18 Nov 2007 20:14:00 +0200 Timo Sirainen Disable processing input while it's not expected, otherwise we could get HEAD
Sat, 22 Sep 2007 18:23:52 +0300 Timo Sirainen If proxy points to the same host/port/user combination as we currently have, HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Wed, 08 Aug 2007 17:14:30 +0300 Timo Sirainen AUTHENTICATE "" command should return BAD instead of silence. HEAD
Sat, 30 Jun 2007 19:14:08 +0300 Timo Sirainen Initial implementation for mail_max_user_connections setting. HEAD
Fri, 29 Jun 2007 19:03:45 +0300 Timo Sirainen Added more consts to imap-parser API HEAD
Tue, 27 Mar 2007 01:20:01 +0300 Timo Sirainen Potential crashfix HEAD
Tue, 20 Feb 2007 13:51:11 +0200 Timo Sirainen If authentication failed but it still returns proxy, don't do the proxying. HEAD
Fri, 16 Feb 2007 15:42:03 +0200 Timo Sirainen If authentication fails and we've already destroyed the client, don't go HEAD
Wed, 20 Dec 2006 06:52:28 +0200 Timo Sirainen "Plaintext authentication disabled" -> "Plaintext authentication disallowed HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sun, 03 Dec 2006 14:13:51 +0200 Timo Sirainen Changed the service name from uppercase IMAP/POP3 to lowercase imap/pop3 so HEAD
Sun, 12 Nov 2006 14:41:32 +0200 Timo Sirainen Fixed potential problems with client disconnecting while master was handling HEAD
Tue, 07 Nov 2006 17:06:23 +0200 Timo Sirainen Crashfixes and more asserts. Mostly related to use of AUTHENTICATE/AUTH HEAD
Sat, 17 Jun 2006 22:48:36 +0300 Timo Sirainen Don't crash if the initial response isn't given for AUTHENTICATE.. HEAD
Sat, 17 Jun 2006 20:19:29 +0300 Timo Sirainen Added support for SASL-IR extension. HEAD
Mon, 05 Jun 2006 23:25:39 +0300 Timo Sirainen IMAP: Reply with tagged BAD if authentication is aborted because client sent HEAD
Sat, 28 Jan 2006 23:47:00 +0200 Timo Sirainen If client disconnected while we were trying to send authentication 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
Sat, 14 May 2005 23:32:03 +0300 Timo Sirainen Added configurable logging for login process. Added configurable pop3 logout HEAD
Fri, 07 Jan 2005 19:29:25 +0200 Timo Sirainen If authentication failed because of temporary failure, show different error HEAD
Tue, 19 Oct 2004 02:07:01 +0300 Timo Sirainen More smart IMAP and POP3 proxies. Now if remote login fails, it just HEAD
Mon, 18 Oct 2004 22:21:40 +0300 Timo Sirainen Added IMAP and POP3 proxying support. HEAD