log src/pop3-login/pop3-proxy.c @ 8999:afc1b0ef120d HEAD

age author description
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
Tue, 24 Feb 2009 16:41:08 -0500 Timo Sirainen pop3-login: Don't crash after successful login. 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
Sun, 14 Dec 2008 05:46:31 +0200 Timo Sirainen imap/pop3 proxy: Support master user logins. HEAD
Sat, 30 Aug 2008 12:34:34 +0300 Timo Sirainen imap/pop3-proxy: If auth_verbose=yes, log proxy login failures. HEAD
Thu, 14 Aug 2008 03:10:34 -0400 Timo Sirainen Proxy: Log destuser in the "proxying" line if it's different from username. HEAD
Sat, 21 Jun 2008 12:23:08 +0300 Timo Sirainen If commands are pipelined after the login command, pass them to the HEAD
Thu, 24 Apr 2008 16:08:25 +0300 Timo Sirainen Send the success reply in one write. Based on patch by Onno Molenkamp. HEAD
Wed, 26 Mar 2008 21:30:15 +0200 Timo Sirainen Log clearly with "auth failed, # attempts" if user gets disconnected before HEAD
Wed, 06 Feb 2008 19:02:25 +0200 Timo Sirainen If proxy fails to log in to the backend server, forward the error message HEAD
Sun, 06 Jan 2008 01:56:37 +0200 Timo Sirainen Make sure all user input is sanitized before it's logged. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Thu, 15 Feb 2007 15:31:51 +0200 Timo Sirainen Don't crash if the remote server disconnects before we're logged in. HEAD
Fri, 19 Jan 2007 23:19:49 +0200 Timo Sirainen Log the proxy destination host:port. 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 22:02:49 +0200 Timo Sirainen Fixed crash with proxying. HEAD
Tue, 07 Nov 2006 17:19:34 +0200 Timo Sirainen Memory leak fix HEAD
Tue, 07 Nov 2006 17:06:23 +0200 Timo Sirainen Crashfixes and more asserts. Mostly related to use of AUTHENTICATE/AUTH HEAD
Sat, 14 Oct 2006 02:11:04 +0300 Timo Sirainen Reference counter fixing for client while it's being used in login proxy. HEAD
Fri, 11 Aug 2006 00:14:57 +0300 Timo Sirainen Fixes for handling near-full connection queues. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Sun, 09 Jan 2005 21:56:00 +0200 Timo Sirainen If login failed, send it as "-ERR [IN-USE]" rather as IMAP's "* BYE".. HEAD
Fri, 07 Jan 2005 18:46:29 +0200 Timo Sirainen proxy: When we can't connect to remote server, show "Temporary login HEAD
Thu, 04 Nov 2004 15:09:44 +0200 Timo Sirainen Check that PASS replies with OK. HEAD
Wed, 27 Oct 2004 17:20:21 +0300 Timo Sirainen Keep proxy_user stored until proxy is destroyed. HEAD
Wed, 20 Oct 2004 16:59:32 +0300 Timo Sirainen Logging changes. HEAD
Wed, 20 Oct 2004 16:49:04 +0300 Timo Sirainen Use USER/PASS instad for AUTH PLAIN. Also don't require "+OK" to have HEAD
Tue, 19 Oct 2004 18:47:45 +0300 Timo Sirainen crashfixes 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