log

age author description
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.
Sat, 02 Feb 2013 16:52:23 +0200 Timo Sirainen fts-solr: Deinit solr connection at plugin unload.
Fri, 01 Feb 2013 02:25:18 +0200 Timo Sirainen fts-solr: Reverted previous change, it only crashes.
Fri, 01 Feb 2013 02:18:54 +0200 Timo Sirainen fts-solr: Free the solr_connection at exit.
Fri, 01 Feb 2013 01:39:41 +0200 Stephan Bosch lib-http: Various bugfixes
Fri, 01 Feb 2013 01:03:05 +0200 Timo Sirainen auth: first/last_valid_uid settings shouldn't have had auth_ prefix.
Thu, 31 Jan 2013 22:59:13 +0200 Timo Sirainen ostream: If stream is closed with stream_errno=0, set it to EPIPE.
Thu, 31 Jan 2013 22:58:24 +0200 Timo Sirainen ostream: Default seek&write_at implementations should fail with ESPIPE, not EPIPE.
Thu, 31 Jan 2013 22:14:12 +0200 Timo Sirainen replicator: Don't try to reuse doveadm connections (and have them immediately fail)
Thu, 31 Jan 2013 22:13:36 +0200 Timo Sirainen replicator plugin: Use non-blocking open for the replicator fifo.
Thu, 31 Jan 2013 21:49:00 +0200 Timo Sirainen replicator: Use locking when running dsync.
Thu, 31 Jan 2013 21:01:09 +0200 Timo Sirainen replicator: Crashfix at deinit
Thu, 31 Jan 2013 19:58:34 +0200 Timo Sirainen dsync: More fixes to merging flag/keyword changes.
Thu, 31 Jan 2013 19:45:50 +0200 Timo Sirainen doveadm fetch: Added "modseq" field.
Thu, 31 Jan 2013 19:45:33 +0200 Timo Sirainen dsync: Fixed syncing message keywords.
Thu, 31 Jan 2013 19:44:28 +0200 Timo Sirainen dsync: If both local and remote have the same message flags, don't go changing them.
Thu, 31 Jan 2013 19:05:55 +0200 Timo Sirainen dsync: When we know that remote does a flag update, try to guess the remote's new modseq and set it
Thu, 31 Jan 2013 18:47:20 +0200 Timo Sirainen dsync: If mailbox UIDVALIDITY is 0, sync it to assign it instead of assert-crashing.
Thu, 31 Jan 2013 18:39:44 +0200 Timo Sirainen dsync: Fixed syncing keyword removals.
Thu, 31 Jan 2013 17:03:16 +0200 Timo Sirainen dsync: Increased "remote cmd exit wait" from 5 to 30 seconds.
Thu, 31 Jan 2013 17:01:46 +0200 Timo Sirainen dsync: Ignore GUID mismatch on expunged message pair.
Thu, 31 Jan 2013 00:14:28 +0200 Timo Sirainen dsync: If remote command child process doesn't die at exit, kill -9 it.
Wed, 30 Jan 2013 23:24:20 +0200 Timo Sirainen auth: Fixed compiling GSSAPI after recent changes.
Wed, 30 Jan 2013 22:44:48 +0200 Timo Sirainen auth: Added passdb { result_* and skip } settings.
Wed, 30 Jan 2013 22:23:09 +0200 Timo Sirainen auth: Code cleanup: Renamed some fields used in internal communication with worker.
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 22:18:09 +0200 Timo Sirainen auth: Fixed login USER reply broken by recent changes.
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 20:06:43 +0200 Timo Sirainen auth: Allocate auth-fields array lazily. Also some naming cleanups.