log src/login-common/login-proxy-state.c @ 22715:20415dd0b85a

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Fri, 09 Sep 2016 18:10:29 +0300 Timo Sirainen Added asserts to make static analyzer happier.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Fri, 04 Sep 2015 01:18:04 +0300 Timo Sirainen login proxy: Added asserts to track that num_waiting_connections are correct.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Sun, 19 Aug 2012 13:55:34 +0300 Timo Sirainen Hash table API is now (mostly) type safe.
Sun, 19 Aug 2012 07:20:13 +0300 Timo Sirainen hash_table_create(): Removed table_pool parameter.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Wed, 07 Mar 2012 16:58:37 +0200 Timo Sirainen login proxy: Handle proxy-notify errors better.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 13 Sep 2010 13:10:31 +0100 Timo Sirainen login proxy: If proxy-login pipe isn't found, don't log an error.
Wed, 14 Jul 2010 15:01:37 +0100 Timo Sirainen login proxy: Set notify fd nonblocking.
Wed, 19 May 2010 17:07:46 +0200 Timo Sirainen Compiler warning fixes. HEAD
Wed, 19 May 2010 13:20:06 +0200 Timo Sirainen login: Don't log an error at startup if proxy-notify fifo hasn't been enabled. HEAD
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
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 16 Oct 2009 15:20:26 -0400 Timo Sirainen imap/pop3 proxy: Track "destination down" state separately for IP+ports, not just IPs. HEAD
Wed, 12 Aug 2009 18:25:31 -0400 Timo Sirainen login proxy: And added new files missing from previous commit. HEAD