log src/director/doveadm-connection.c @ 15187:02451e967a06

age author description
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Sat, 19 May 2012 21:18:04 +0300 Timo Sirainen director: Implemented ability to remove directors from a running ring.
Thu, 19 Apr 2012 23:06:55 +0300 Timo Sirainen Use t_strsplit_tab() wherever possible
Mon, 09 Apr 2012 08:17:52 +0300 Timo Sirainen director: Don't communicate with directors that recently sent invalid input.
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, 29 Aug 2011 06:18:16 +0300 Timo Sirainen director: Updated DIRECTOR-LIST doveadm command.
Mon, 23 May 2011 14:54:02 +0300 Timo Sirainen director: Added support for moving user to another server with "doveadm director move".
Tue, 03 May 2011 18:41:10 +0200 Timo Sirainen doveadm: Added "director dump" command.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 23 Jul 2010 18:05:26 +0100 Timo Sirainen director: If doveadm connection disconnects before handshake, don't loop forever.
Thu, 15 Jul 2010 15:28:32 +0100 Timo Sirainen doveadm: Added "director map" command to list user -> host mappings.
Thu, 24 Jun 2010 20:29:27 +0100 Timo Sirainen director: Lots of fixes. It should be pretty stable now. HEAD
Fri, 18 Jun 2010 19:21:50 +0100 Timo Sirainen director: A lot of fixes. HEAD
Wed, 02 Jun 2010 18:27:08 +0100 Timo Sirainen Added version_string_verify() and removed code duplication with it. HEAD
Tue, 25 May 2010 21:03:29 +0100 Timo Sirainen director: Update connection count when client disconnects. HEAD
Thu, 20 May 2010 13:35:38 +0200 Timo Sirainen Added doveadm director flush command for dropping user associations from memory. HEAD
Thu, 20 May 2010 12:37:15 +0200 Timo Sirainen doveadm director status user: Show more ways of what user's potential hosts are. HEAD
Thu, 20 May 2010 12:23:55 +0200 Timo Sirainen director: Code cleanup - keep mail hosts in a struct rather than in static variables. HEAD
Thu, 20 May 2010 11:46:21 +0200 Timo Sirainen doveadm director status username now returns which server the user is assigned to. HEAD
Wed, 19 May 2010 11:53:26 +0200 Timo Sirainen director: Memory leak fix. HEAD
Wed, 19 May 2010 09:56:49 +0200 Timo Sirainen Added initial implementation of a director process (for NFS users). HEAD