log src/director/user-directory.c @ 22633:9284bdc3c5c5

age author description
Sat, 04 Nov 2017 01:34:02 +0200 Timo Sirainen director: Don't recreate timeout on every user lookup
Sun, 05 Nov 2017 23:11:25 +0200 Timo Sirainen director: Fix off-by-one when checking if user weakness is stuck
Thu, 10 Aug 2017 17:50:04 +0300 Timo Sirainen director: Make sure users gets expired even on an idle director
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Tue, 01 Nov 2016 14:36:19 +0200 Aki Tuomi director: Code cleanup - typedef user_free_hook
Tue, 01 Nov 2016 14:40:49 +0200 Aki Tuomi director: Code cleanup - Reorder includes
Thu, 20 Oct 2016 20:31:33 +0300 Timo Sirainen director: Code cleanup - moved username_hash generation to director.h
Mon, 17 Oct 2016 01:07:50 +0300 Timo Sirainen director: Moved all user killing state to struct director_kill_context
Thu, 20 Oct 2016 16:46:31 +0300 Timo Sirainen director: Code cleanup - added USER_IS_BEING_KILLED() macro
Thu, 20 Oct 2016 16:41:23 +0300 Timo Sirainen director: Code cleanup - move enum user_kill_state to director.h
Tue, 25 Oct 2016 00:22:20 +0300 Timo Sirainen director: Prevent race conditions by adding USER_KILL_STATE_FLUSHING
Mon, 24 Oct 2016 22:39:56 +0300 Timo Sirainen director: Log user's kill_state with a human-readable string.
Thu, 24 Mar 2016 10:07:15 +0900 Timo Sirainen director: Make sure freeing a user doesn't leak a timeout.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 13 May 2015 04:11:34 +0300 Timo Sirainen director: Include useful statistics in process title.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody various - trivial NULL-related sparse cleanups
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Mon, 05 Aug 2013 22:21:29 +0300 Timo Sirainen Make static analyzer happier.
Mon, 29 Jul 2013 22:49:17 +0300 Timo Sirainen director: Update existing users' timestamps during handshake.
Mon, 29 Jul 2013 22:08:26 +0300 Timo Sirainen director: Expire users a bit more correctly.
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.
Mon, 29 Oct 2012 17:55:35 +0200 Timo Sirainen Merged changes from v2.1 tree.
Mon, 22 Oct 2012 15:29:27 +0300 Timo Sirainen director: If user's weak-flag appears to have gotten stuck, unset it.
Sun, 16 Sep 2012 16:12:03 +0300 Timo Sirainen Compiler warning fixes for 32bit systems.
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 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
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.
Fri, 20 Apr 2012 11:22:26 +0300 Timo Sirainen director: Removed special (time_t)-1 code, it's not actually needed.
Thu, 19 Apr 2012 22:17:34 +0300 Timo Sirainen director: Never set user's timestamp higher than our ioloop_time.
Thu, 19 Apr 2012 21:51:48 +0300 Timo Sirainen director: Optimized adding users to linked list during handshake.
Thu, 15 Mar 2012 18:24:15 +0200 Timo Sirainen Compiler warning fixes.
Thu, 08 Mar 2012 16:03:45 +0200 Timo Sirainen director: Avoid user getting redirected to different servers near its expiration.
Mon, 05 Mar 2012 17:28:06 +0200 Timo Sirainen Added director_username_hash setting to specify what part of the username is hashed.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Mon, 23 May 2011 14:54:02 +0300 Timo Sirainen director: Added support for moving user to another server with "doveadm director move".
Mon, 16 May 2011 15:53:13 +0300 Timo Sirainen Compiler warning fix on 32bit systems.
Wed, 11 May 2011 15:57:47 +0300 Timo Sirainen director: Avoid potential problems by making sure users list is always sorted by timestamp.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 21 Jun 2010 16:59:57 +0100 Timo Sirainen director: Minor code cleanup. HEAD
Wed, 19 May 2010 17:07:46 +0200 Timo Sirainen Compiler warning fixes. HEAD
Wed, 19 May 2010 09:56:49 +0200 Timo Sirainen Added initial implementation of a director process (for NFS users). HEAD