log src/login-common/login-proxy.h @ 17503:75d254897442

age author description
Mon, 16 Jun 2014 19:21:36 +0300 Timo Sirainen login proxy: If passdb returns "source_ip" extra field, use it for outgoing connections.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Sun, 20 May 2012 03:25:04 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 25 Apr 2012 21:32:00 +0300 Timo Sirainen SSL proxying: Remote's host never matched cert, because auth process changed it to IP.
Sat, 25 Feb 2012 06:54:52 +0200 Timo Sirainen imap/pop3/lmtp proxy: Implemented detection of proxy loops with TTL.
Sat, 25 Feb 2012 05:13:27 +0200 Timo Sirainen login proxy: Removed host DNS lookup code, since auth does it now.
Wed, 19 May 2010 12:20:36 +0200 Timo Sirainen login proxy: If passdb returns proxy_refresh=<secs>, send username to proxy-notify fifo every n secs. HEAD
Sun, 31 Jan 2010 19:11:21 +0200 Timo Sirainen login: Proxying supports now doing DNS lookups for host names. HEAD
Sun, 31 Jan 2010 16:13:07 +0200 Timo Sirainen login: Proxy code API cleanup. HEAD
Fri, 23 Oct 2009 16:22:53 -0400 Timo Sirainen Handle shutdown_clients globally for all services. HEAD
Fri, 11 Sep 2009 13:43:37 -0400 Timo Sirainen *-login: Fixes to SSL/login proxy connection counting. HEAD
Wed, 12 Aug 2009 18:11:15 -0400 Timo Sirainen login-proxy: If proxy destination is known to be down, fail immediately. HEAD
Wed, 12 Aug 2009 18:02:20 -0400 Timo Sirainen login proxy: Added client_proxy passdb extra field to specify proxy's connect timeout. HEAD
Sun, 09 Aug 2009 21:53:14 -0400 Timo Sirainen *-login: Moved most of the common code to login-common. HEAD
Tue, 28 Apr 2009 22:55:03 -0400 Timo Sirainen imap/pop3 proxy: Support SSL/TLS connections to remote servers. HEAD
Thu, 23 Apr 2009 19:53:44 -0400 Timo Sirainen Initial commit for v2.0 master rewrite. Several features are still missing. 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, 20 Jun 2008 10:41:44 +0300 Timo Sirainen Added more consts, ATTR_CONSTs and ATTR_PUREs. 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 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 21 Jan 2007 12:35:23 +0200 Timo Sirainen Forgot to commit for the "log proxy destination" change. HEAD
Fri, 15 Dec 2006 20:10:51 +0200 Timo Sirainen Type safe callbacks weren't as easy as I thought. Only callback(void HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sun, 06 Aug 2006 23:05:32 +0300 Timo Sirainen Fixes to login process handling, especially with 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