log src/director/login-connection.c @ 17130:add8c00fb3cc

age author description
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Fri, 20 Sep 2013 09:46:31 +0300 Timo Sirainen director: Don't assert-crash if PASS lookup fails.
Fri, 12 Jul 2013 03:06:26 +0300 Timo Sirainen director: Don't log an error if login connection gets closed with ECONNRESET.
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].
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Thu, 19 Apr 2012 23:06:55 +0300 Timo Sirainen Use t_strsplit_tab() wherever possible
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Tue, 10 Jan 2012 21:37:54 +0200 Timo Sirainen director: If request is timed out, log an error.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 02 Jul 2010 18:47:43 +0100 Timo Sirainen director: Added support for LMTP proxying. HEAD
Mon, 31 May 2010 15:32:18 +0100 Timo Sirainen director: Update connection counts also on login connection deinit. HEAD
Wed, 19 May 2010 12:45:54 +0200 Timo Sirainen director: If we need to send a failure reply to login process, make it a temp failure. HEAD
Wed, 19 May 2010 12:23:32 +0200 Timo Sirainen director: Tell login proxy to notify director of open connections every director_user_expire/2 secs. HEAD
Wed, 19 May 2010 09:56:49 +0200 Timo Sirainen Added initial implementation of a director process (for NFS users). HEAD