log src/auth/auth-worker-client.c @ 22614:cf66220d281e

age author description
Mon, 13 Mar 2017 14:23:11 +0200 Timo Sirainen auth: Auth workers shouldn't return username if it wasn't changed
Mon, 13 Mar 2017 13:49:04 +0200 Timo Sirainen auth: passdb/userdb lookups via auth-worker cached too much of the replies
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 12 Oct 2016 12:04:10 +0300 Aki Tuomi auth: Pass userdb fields to worker
Tue, 26 Jul 2016 13:52:44 -0400 Timo Sirainen auth: Set userdb_lookup flag correctly for blocking userdb lookups.
Sat, 09 Jul 2016 20:11:45 +0300 Aki Tuomi auth: Skip authentication with noauthenticate
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Fri, 23 Oct 2015 15:21:15 +0300 Timo Sirainen auth: Fixed userdb changing username via auth-worker
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Thu, 07 May 2015 17:18:44 +0300 Timo Sirainen auth: Added assert to make sure previous change is correct.
Thu, 07 May 2015 11:27:55 +0300 Timo Sirainen auth: Fixed credentials lookups via auth-workers when no actual password was returned.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 12 Mar 2014 12:26:09 +0200 Timo Sirainen auth worker: Log a warning if master disconnects us while handling a long request.
Wed, 12 Mar 2014 12:19:09 +0200 Timo Sirainen auth worker: Log a warning if master disconnects us while handling a long request.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 08 Dec 2013 20:48:03 +0200 Timo Sirainen auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's.
Sun, 03 Nov 2013 21:45:37 +0200 Timo Sirainen auth-worker: Potential crashfix at deinit
Sat, 21 Sep 2013 05:03:03 +0300 Timo Sirainen auth: Fixed user iteration hang due to earlier stream corking changes.
Fri, 12 Jul 2013 02:43:43 +0300 Timo Sirainen auth: If blocking passdb returned only NULLs for userdb_ fields, use userdb prefetch anyway.
Fri, 12 Jul 2013 02:29:00 +0300 Timo Sirainen auth: Use fewer syscalls for sending user list.
Fri, 12 Jul 2013 01:57:45 +0300 Timo Sirainen auth: Avoid wasting data stack when iterating users.
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, 30 Jan 2013 22:44:48 +0200 Timo Sirainen auth: Added passdb { result_* and skip } settings.
Wed, 30 Jan 2013 22:19:13 +0200 Timo Sirainen auth: Auth requests' flag fields were never passed to worker processes.
Wed, 30 Jan 2013 21:08:58 +0200 Timo Sirainen auth: Cleaned up flags in auth request. Removed those that already exist in extra_fields.
Wed, 30 Jan 2013 19:57:20 +0200 Timo Sirainen auth: Code cleanup: Renamed auth-stream to auth-fields.
Wed, 30 Jan 2013 19:46:58 +0200 Timo Sirainen auth: Code cleanup: Merged extra_cache_fields into extra_fields.
Wed, 30 Jan 2013 18:35:02 +0200 Timo Sirainen auth: Code cleanup: Removed unnecessary auth_stream_reply usage from auth-worker communication.
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
Mon, 27 Feb 2012 16:53:50 +0200 Timo Sirainen auth worker: reset idle time after running a command, not before.
Mon, 27 Feb 2012 16:52:44 +0200 Timo Sirainen auth worker: When idle_kill timeout is reached, change process title to indicate it.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 20 Jan 2012 18:28:40 +0200 Timo Sirainen auth: Make idle_kill work with auth worker processes.
Thu, 19 Jan 2012 17:46:52 +0200 Timo Sirainen auth: Throttle SQL auth worker process creation if they can't connect to database.
Thu, 19 Jan 2012 16:33:13 +0200 Timo Sirainen auth: Show a better auth worker process title.
Wed, 23 Nov 2011 22:07:08 +0200 Timo Sirainen auth: Support passing regular %variables to sql/ldap iterate queries.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Wed, 02 Jun 2010 18:27:08 +0100 Timo Sirainen Added version_string_verify() and removed code duplication with it. HEAD
Wed, 14 Apr 2010 16:06:59 +0300 Timo Sirainen auth: Fixed userdb tempfail to work with blocking userdbs. HEAD
Wed, 14 Apr 2010 15:57:43 +0300 Timo Sirainen auth: Removed userdb checking code from passdb code paths. HEAD
Wed, 07 Apr 2010 01:49:00 +0300 Timo Sirainen Started using str_to_*() functions instead of libc's ones. HEAD
Wed, 07 Apr 2010 00:45:00 +0300 Timo Sirainen auth: Code cleanup. HEAD
Wed, 31 Mar 2010 19:22:19 +0300 Timo Sirainen auth: If userdb lookup returns tempfail, return reason field (if any). HEAD
Fri, 26 Mar 2010 11:43:06 +0200 Timo Sirainen auth: Error handling fix. HEAD
Tue, 16 Mar 2010 18:26:25 +0200 Timo Sirainen auth worker: Verify that both client and server see the same passdb/userdb IDs. HEAD
Tue, 16 Mar 2010 18:08:27 +0200 Timo Sirainen auth: Fixed blocking userdb lookups. HEAD
Tue, 16 Mar 2010 18:02:53 +0200 Timo Sirainen auth worker: Fixes to handling invalid input from auth server. HEAD
Sat, 13 Mar 2010 22:54:41 +0200 Timo Sirainen auth: Initial support for per-protocol auth settings. HEAD
Sat, 13 Mar 2010 20:16:12 +0200 Timo Sirainen auth: passdb/userdb backends no longer know about struct auth_passdb/auth_userdb. HEAD
Sat, 13 Mar 2010 20:00:32 +0200 Timo Sirainen auth: Cleaned up struct auth_passdb/auth_userdb. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 12 Nov 2009 18:28:39 -0500 Timo Sirainen auth worker: Don't start breaking if connection to auth master dies. HEAD
Thu, 22 Oct 2009 22:31:06 -0400 Timo Sirainen auth worker client deinit fixes. HEAD
Thu, 22 Oct 2009 22:12:56 -0400 Timo Sirainen auth: Cleaned up auth worker client deinit code. HEAD
Fri, 22 May 2009 17:26:27 -0400 Timo Sirainen lib-master has now a global master_service variable that all binaries use. HEAD
Wed, 13 May 2009 17:51:16 -0400 Timo Sirainen Implemented support for listing all users in userdb. HEAD
Tue, 05 May 2009 11:57:04 -0400 Mark Washenberger Renamed headers to prevent collision if they were flattened on an install. HEAD