log src/director/login-connection.c @ 23017:c1d36f2575c7 default tip

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Sat, 04 Nov 2017 02:17:55 +0200 Timo Sirainen director: Avoid str_printfa() in login_host_callback()
Sat, 04 Nov 2017 02:05:26 +0200 Timo Sirainen director: Change request callback to take mail_host parameter
Thu, 20 Oct 2016 17:45:44 +0300 Timo Sirainen global: Replaced t_strsplit_tab() calls with t_strsplit_tabescaped()
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.
Wed, 31 Aug 2016 20:14:41 +0300 Phil Carmody Fix control flow and T_BEGIN/T_END hygiene
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 30 Nov 2015 21:36:51 +0200 Timo Sirainen director: Don't treat empty hostname the same as having it.
Mon, 19 Oct 2015 13:49:54 +0300 Timo Sirainen director: Remember backends' hostnames and send them in login reply.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Wed, 13 May 2015 16:22:27 +0300 Timo Sirainen director: Added "authreply" socket type.
Wed, 13 May 2015 13:57:24 +0300 Timo Sirainen director: Minor code cleanup - allow access to auth connection's ostream directly.
Wed, 13 May 2015 13:15:57 +0300 Timo Sirainen director: Reverted previous e178413a905d commit after all - do it a bit differently.
Wed, 13 May 2015 05:25:31 +0300 Timo Sirainen director: Added a new DIRECTOR-LOOKUP command that auth connections can use.
Wed, 29 Apr 2015 17:45:30 +0200 Timo Sirainen director: Log error if auth sends invalid lip/lport/port parameter.
Wed, 29 Apr 2015 11:33:21 +0200 Timo Sirainen director: Implemented director_proxy_maybe passdb extra field.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 12 Nov 2014 06:58:37 +0200 Timo Sirainen director: Added support for backend cluster "tags".
Fri, 13 Jun 2014 00:57:06 +0300 Timo Sirainen director: Fixed crash if master_user_separator is set, but we didn't do a proxy lookup.
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