log src/imap-login/client-authenticate.c @ 2768:d344be0bb70f HEAD

age author description
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
Sun, 02 Feb 2003 12:16:42 +0200 Timo Sirainen auth: kill login connection if it leaves requests hanging too long. HEAD
Tue, 28 Jan 2003 23:35:25 +0200 Timo Sirainen Moved common login process code to login-common, created pop3-login. HEAD