log src/login-common/login-proxy.c @ 7238:983c6ea05de0 HEAD

age author description
Sun, 06 Jan 2008 02:18:51 +0200 Timo Sirainen Replaced clients hash with a linked list. 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
Sat, 22 Sep 2007 19:03:33 +0300 Timo Sirainen Renamed hash_size() -> hash_count(). 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 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Thu, 02 Aug 2007 18:23:22 +0300 Timo Sirainen Split o_stream_create_file() to _create_fd() and _create_fd_file(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Sun, 18 Mar 2007 04:40:28 +0200 Timo Sirainen Set login process's default_pool to system_clean_pool. Changed some 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:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. 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
Sun, 06 Aug 2006 23:05:32 +0300 Timo Sirainen Fixes to login process handling, especially with HEAD
Sun, 02 Apr 2006 13:46:42 +0300 Timo Sirainen Show client IP properly also with SSL connections. HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Mon, 20 Feb 2006 19:17:15 +0200 Timo Sirainen and fix for last cleanup.. HEAD
Mon, 20 Feb 2006 19:14:42 +0200 Timo Sirainen Minor cleanups 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, 07 Jan 2005 14:40:40 +0200 Timo Sirainen s/proxy/server/ for variables describing remote server. HEAD
Wed, 20 Oct 2004 20:07:32 +0300 Timo Sirainen Changed ostream's flush callback to have return value which can tell if HEAD
Wed, 20 Oct 2004 16:59:32 +0300 Timo Sirainen Logging changes. 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