log src/imap-login/client-authenticate.c @ 7121:05bc8679c886 HEAD

age author description
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
Mon, 18 Oct 2004 04:13:25 +0300 Timo Sirainen Implemented support for LOGIN-REFERRALS using "referral" and "reason" HEAD
Wed, 13 Oct 2004 19:38:32 +0300 Timo Sirainen Changed dovecot-auth protocol to ASCII based. Should be easier now to write HEAD
Mon, 11 Oct 2004 21:27:40 +0300 Timo Sirainen Changed the "internal error" message, once again. Hopefully this is finally HEAD
Mon, 11 Oct 2004 20:14:26 +0300 Timo Sirainen Login process cleanups. Share more authentication code between pop3/imap. HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Tue, 05 Oct 2004 19:00:18 +0300 Timo Sirainen auth_verbose now affects imap/pop3 login processes too. Every authentication HEAD
Wed, 15 Sep 2004 16:20:16 +0300 Timo Sirainen Compiler warning fixes and cleanups HEAD
Thu, 02 Sep 2004 22:18:14 +0300 Timo Sirainen Tell dovecot-auth if SSL/TLS is enabled. Nothing can done with it yet HEAD
Sun, 22 Aug 2004 14:00:05 +0300 Timo Sirainen AUTHENTICATE and AUTH commands were broken. HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 HEAD
Tue, 06 Jul 2004 08:55:46 +0300 Timo Sirainen Add "Error report written to server log." also to internal login error HEAD
Sat, 03 Jul 2004 01:03:36 +0300 Timo Sirainen Added APOP authentication for POP3. Patch by Andrey Panin. HEAD
Wed, 23 Jun 2004 21:05:14 +0300 Timo Sirainen crashfix if client closes connection while authenticating HEAD
Mon, 31 May 2004 21:04:46 +0300 Timo Sirainen Added %l, %r and %P variables and mail_log_prefix setting. HEAD
Sun, 30 May 2004 07:41:27 +0300 Timo Sirainen Use initial SASL response for LOGIN command internally. HEAD
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Sat, 29 May 2004 20:06:49 +0300 Timo Sirainen Don't use hardcoded protocol list for auth process, string is just fine. HEAD
Mon, 17 May 2004 04:32:16 +0300 Timo Sirainen Added ssl_require_client_cert auth-specific setting. Hide HEAD
Sat, 01 May 2004 22:09:34 +0300 Timo Sirainen Don't advertise AUTH=PLAIN unless transport is secure HEAD
Tue, 25 Nov 2003 03:26:26 +0200 Timo Sirainen IMAP AUTHENTICATE and POP3 AUTH commands could have left the process stuck HEAD
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like HEAD
Sun, 24 Aug 2003 10:55:23 +0300 Timo Sirainen disable_plaintext_auth defaults to yes now. ipv4 127.* and ipv6 ::1 HEAD
Fri, 22 Aug 2003 21:56:59 +0300 Timo Sirainen fixes. maybe it works now. HEAD
Fri, 22 Aug 2003 05:42:12 +0300 Timo Sirainen Moved client side code for auth process handling to lib-auth. Some other login process cleanups. HEAD
Fri, 23 May 2003 17:40:49 +0300 Timo Sirainen Removed I/O priorities. They were pretty much useless and were just getting HEAD
Fri, 16 May 2003 20:09:42 +0300 Timo Sirainen If client tries to do LOGIN even if it's disabled, send [ALERT] to user. HEAD
Fri, 16 May 2003 20:05:42 +0300 Timo Sirainen Don't advertise AUTH=PLAIN in capability if disable_plaintext_auth = yes and HEAD
Wed, 05 Mar 2003 00:38:07 +0200 Timo Sirainen login: Wait until we're connected to auth process before executing command HEAD
Sun, 02 Feb 2003 12:53:43 +0200 Timo Sirainen Send protocol with auth requests HEAD
Sun, 02 Feb 2003 12:46:20 +0200 Timo Sirainen Moved more auth code to login-common. HEAD