log src/pop3-login/client-authenticate.c @ 22325:e01bc3015b2f

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 14 Oct 2015 17:28:11 +0300 Timo Sirainen imap/pop3-login: If LOGIN/USER is used with plaintext auth disabled, remember the username for logging.
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody various - 'static' sparse cleanup
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 16 Feb 2013 17:54:57 +0200 Timo Sirainen pop3: Use RFC 3206 [SYS/*] and [AUTH] response codes.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Fri, 10 Aug 2012 05:24:07 +0300 Timo Sirainen Merged changes from v2.1 tree.
Tue, 17 Jul 2012 15:28:24 +0300 Timo Sirainen login: Don't allow STARTTLS if ssl=no in client's settings, even if ssl=yes globally.
Mon, 13 Feb 2012 00:29:55 +0200 Timo Sirainen login-common API made more extensible for different kinds of protocols.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 27 Jan 2012 14:17:32 +0200 Timo Sirainen login: More verbose_auth -> auth_verbose changes.
Tue, 10 Jan 2012 23:10:04 +0200 Timo Sirainen imap/pop3-login: Include hostname and timestamp in "temporary auth failure" message.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sat, 02 Jan 2010 11:35:59 -0500 Timo Sirainen login-common: Renamed common.h to login-common.h HEAD
Tue, 10 Nov 2009 15:09:10 -0500 Timo Sirainen *-login: Removed per-connection auth failure penalties. Trust auth server to do it. HEAD
Wed, 07 Oct 2009 17:46:14 -0400 Timo Sirainen lib-auth: Changed API to connect to only a single specified auth socket. HEAD
Sun, 09 Aug 2009 22:00:30 -0400 Timo Sirainen *-login: Moved ssl=required checking to login-common. HEAD
Sun, 09 Aug 2009 21:53:14 -0400 Timo Sirainen *-login: Moved most of the common code to login-common. HEAD
Sun, 09 Aug 2009 17:55:43 -0400 Timo Sirainen *-login: Use a common client_send_line() API. HEAD
Sun, 09 Aug 2009 16:20:31 -0400 Timo Sirainen *-login: Moved common code to sasl_server_get_advertised_mechs(). 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
Tue, 07 Jul 2009 13:20:24 -0400 Timo Sirainen pop3: Fixed AUTH PLAIN command when SASL initial response wasn't specified. HEAD
Thu, 14 May 2009 19:01:28 -0400 Timo Sirainen login processes: Added initial support for per-connection configuration. HEAD
Tue, 05 May 2009 11:57:04 -0400 Mark Washenberger Renamed headers to prevent collision if they were flattened on an install. HEAD
Tue, 28 Apr 2009 22:55:03 -0400 Timo Sirainen imap/pop3 proxy: Support SSL/TLS connections to remote servers. HEAD
Tue, 27 Jan 2009 18:21:53 -0500 Timo Sirainen Initial commit for config rewrite. 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
Sun, 14 Dec 2008 05:46:31 +0200 Timo Sirainen imap/pop3 proxy: Support master user logins. HEAD
Sat, 13 Dec 2008 13:19:03 +0200 Timo Sirainen POP3: A bit more code for handling nicely unsupported auth mechanisms. HEAD
Sat, 13 Dec 2008 13:16:54 +0200 Timo Sirainen Don't crash if trying to use an unsupported auth mechanism. 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
Wed, 26 Mar 2008 21:30:15 +0200 Timo Sirainen Log clearly with "auth failed, # attempts" if user gets disconnected before 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
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sat, 30 Jun 2007 19:14:08 +0300 Timo Sirainen Initial implementation for mail_max_user_connections setting. 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