log src/lib-master/master-login-auth.c @ 17130:add8c00fb3cc

age author description
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Nov 2013 13:52:30 +0200 Timo Sirainen auth: Added %{session_pid} variable for userdb lookups in login requests.
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].
Fri, 14 Sep 2012 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Mon, 20 Aug 2012 09:47:28 +0300 Timo Sirainen Reverted "support for non-pointers" part of the hash table API changes.
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 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.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 03 Dec 2010 23:16:26 +0000 Timo Sirainen lib-master: Error message typofix.
Fri, 03 Dec 2010 10:05:38 +0000 Timo Sirainen Log login pid/id for internal failures to allow matching errors between processes.
Thu, 02 Dec 2010 21:42:18 +0000 Timo Sirainen lib-master: Try to use auth request ID numbers from wider range to ease debugging.
Thu, 02 Dec 2010 17:38:08 +0000 Timo Sirainen lib-master: Added extra debug info for a "user not found" error message.
Wed, 17 Nov 2010 17:52:52 +0000 Timo Sirainen lib-master: If auth master login fails, make sure error message is logged.
Tue, 09 Nov 2010 19:48:47 +0000 Timo Sirainen lib-master: Don't wait for handshake before sending auth-master request.
Tue, 02 Nov 2010 18:21:05 +0000 Timo Sirainen lib-master: Stop accepting new connections after auth-master gets disconnected.
Thu, 21 Oct 2010 17:12:19 +0100 Timo Sirainen Compiler warning fix.
Thu, 23 Sep 2010 19:00:31 +0100 Timo Sirainen lib-master: If auth server is restarted, still log a warning about aborted auth request.
Mon, 20 Sep 2010 17:50:29 +0100 Timo Sirainen lib-master: When finishing auth, don't send REQUEST if auth process has restarted.
Tue, 04 May 2010 01:33:20 +0300 Timo Sirainen auth/login related timeouts are now in one place and they make more sense. HEAD
Mon, 03 May 2010 16:01:09 +0300 Timo Sirainen lib-master: Don't crash after timeouting an auth-master request. HEAD
Wed, 07 Apr 2010 03:43:02 +0300 Timo Sirainen lib-master: Added timeout for auth master lookups. HEAD
Wed, 07 Apr 2010 01:49:00 +0300 Timo Sirainen Started using str_to_*() functions instead of libc's ones. HEAD
Wed, 31 Mar 2010 19:21:09 +0300 Timo Sirainen Added support for userdb lookup to fail with a reason (many API changes). HEAD
Wed, 27 Jan 2010 21:29:19 +0200 Timo Sirainen auth master lookups: If request isn't found, return FAIL instead of NOTFOUND. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sun, 13 Dec 2009 21:08:41 -0500 Timo Sirainen imap, pop3: Close auth/config connections when we stop accepting more connections. HEAD
Mon, 26 Oct 2009 23:41:54 -0400 Timo Sirainen lib-master: Fixes to handling master-login services. HEAD
Thu, 22 Oct 2009 22:25:31 -0400 Timo Sirainen Use net_connect_unix_with_retries() instead of duplicating the code everywhere. HEAD
Mon, 19 Oct 2009 21:42:09 -0400 Timo Sirainen Redesigned how login process passes connections to mail processes and changed related APIs. HEAD