log

age author description
Thu, 08 May 2014 16:20:36 +0300 Timo Sirainen *-login: SSL connections didn't get closed when the client got destroyed. default tip
Tue, 27 Nov 2012 08:44:12 +0200 Timo Sirainen auth: userdb passwd lookups should have been done via worker processes by default.
Fri, 05 Oct 2012 00:25:02 +0300 Timo Sirainen lib-storage: Don't crash when searching multiple keywords.
Tue, 04 Sep 2012 20:27:10 +0300 Timo Sirainen dsync: Avoid errors about duplicate GUID when INBOX/INBOX exists.
Tue, 17 Jul 2012 16:20:20 +0300 Timo Sirainen auth: Fixed error handling in GSSAPI when __gss_userok() was used.
Mon, 02 Jul 2012 08:06:19 +0300 Timo Sirainen config: Fixed IPv6 address handling for parsing v1.x style listen/ssl_listen settings.
Sun, 24 Jun 2012 01:03:52 +0300 Timo Sirainen login proxy: Previous memory leak fix caused Dovecot to access freed memory.
Wed, 20 Jun 2012 02:21:54 +0300 Timo Sirainen message parser: Fixed infinite loop when parsing a specific message.
Tue, 12 Jun 2012 00:04:01 +0300 Timo Sirainen Added signature for changeset e95790d301b4
Tue, 12 Jun 2012 00:03:54 +0300 Timo Sirainen Added tag 2.0.21 for changeset e95790d301b4
Tue, 12 Jun 2012 00:03:54 +0300 Timo Sirainen Released v2.0.21. 2.0.21
Mon, 11 Jun 2012 16:14:13 +0300 Timo Sirainen lib-charset: Make sure convert_to_utf8*() never returns non-UTF8 output.
Mon, 04 Jun 2012 14:03:47 +0300 Timo Sirainen mdbox: Flush/fsync newly saved mail data before locking map.
Mon, 04 Jun 2012 13:59:40 +0300 Timo Sirainen mdbox: Make sure map transaction won't succeed after mdbox_map_atomic_set_failed()
Sat, 19 May 2012 22:25:27 +0300 Timo Sirainen auth: Fixed crash with DIGEST-MD5 when attempting to do master user login without master passdbs.
Tue, 29 May 2012 18:38:01 +0300 Timo Sirainen Fixed assert-crash on some situations when user had no supplementary groups.
Wed, 16 May 2012 18:57:05 +0300 Timo Sirainen sdbox: Avoid using too many fds when copying messages.
Wed, 25 Apr 2012 02:50:47 +0300 Timo Sirainen login proxy: Fixed memory leak when using SSL connections for remote server.
Mon, 16 Apr 2012 22:05:47 +0300 Timo Sirainen login: Fixed per-IP ssl_ca setting inside local/remote block.
Mon, 16 Apr 2012 21:51:58 +0300 Timo Sirainen login: Fixed memory leak when reading SSL server certificate with some settings.
Thu, 22 Mar 2012 16:03:29 +0200 Timo Sirainen imap-login: Memory leak fix.
Tue, 10 Apr 2012 18:05:36 +0300 Timo Sirainen dict file: Bugfix for previous lock change and changed its configuration syntax.
Tue, 10 Apr 2012 17:57:09 +0300 Timo Sirainen dict file: Optionally use fcntl/flock locking, instead of dotlocks.
Mon, 09 Apr 2012 13:13:47 +0300 Timo Sirainen Added signature for changeset cec3271fc830
Mon, 09 Apr 2012 13:13:44 +0300 Timo Sirainen Added tag 2.0.20 for changeset cec3271fc830
Mon, 09 Apr 2012 13:13:44 +0300 Timo Sirainen Released v2.0.20. 2.0.20
Mon, 09 Apr 2012 13:04:59 +0300 Timo Sirainen lib-storage: If mailbox deletion crashed, undelete the mailbox when opening it.
Mon, 09 Apr 2012 11:47:13 +0300 Timo Sirainen doveadm user: Added -m parameter to show some of the mail settings.
Wed, 04 Apr 2012 04:34:08 +0300 Timo Sirainen lib-storage: Fixed setting usable/unusable flags for shared namespaces.
Wed, 04 Apr 2012 03:44:04 +0300 Timo Sirainen lib-index: Don't assert-crash with broken extension record intros in log.
Thu, 22 Mar 2012 18:28:04 +0200 Timo Sirainen sdbox: Don't log "Rebuilding index" when another process already did it and we cancel it.
Thu, 22 Mar 2012 18:07:41 +0200 Timo Sirainen lib-storage: Don't access mail->box->view, but mail->transaction->view.
Wed, 21 Mar 2012 13:43:56 +0200 Timo Sirainen auth: Don't check client PID in non-login auth sockets.
Tue, 20 Mar 2012 17:46:06 +0200 Timo Sirainen doveadm import: Copy also message flags.
Thu, 15 Mar 2012 17:00:21 +0200 Timo Sirainen Added signature for changeset 4b680f5055c7
Thu, 15 Mar 2012 17:00:17 +0200 Timo Sirainen Added tag 2.0.19 for changeset 4b680f5055c7
Thu, 15 Mar 2012 17:00:17 +0200 Timo Sirainen Released v2.0.19. 2.0.19
Wed, 14 Mar 2012 13:39:00 +0200 Timo Sirainen anvil: s/memcpy/memmove/ for updating checksum list.
Wed, 14 Mar 2012 13:14:28 +0200 Timo Sirainen doveconf: Dump protocol/local/remote sections even if there was an error earlier.
Mon, 12 Mar 2012 12:59:54 +0200 Timo Sirainen Makefile: Delete dovecot-config on distclean
Sun, 11 Mar 2012 12:42:53 +0200 Timo Sirainen Makefile: Fixed compiling with automake 1.11.2+
Sat, 10 Mar 2012 18:33:25 +0200 Timo Sirainen mbox: Fixed accessing v1.x mbox index files without errors.
Sat, 10 Mar 2012 15:07:23 +0200 Timo Sirainen doveadm config: Don't fail on invalid config (e.g. plugin not found)
Sun, 04 Mar 2012 14:12:19 +0200 Timo Sirainen lib-mail: rfc822_parse_quoted_string() didn't remove '\' from the strings.
Sun, 04 Mar 2012 13:20:21 +0200 Timo Sirainen lib-storage: If mailbox is already open in mailbox_enable(), enable modseqs.
Sun, 04 Mar 2012 13:19:03 +0200 Timo Sirainen lib-storage: mailbox_enable() shouldn't actually open the mailbox.
Wed, 29 Feb 2012 19:57:26 +0200 Timo Sirainen fs layout: Crashfix to previous change.
Tue, 28 Feb 2012 05:10:41 +0200 Timo Sirainen fs layout: Mailbox listing returned duplicates when patterns contained a parent and its children.
Sat, 25 Feb 2012 07:29:15 +0200 Timo Sirainen imap-login: imap_id_* settings were ignored pre-login.
Tue, 21 Feb 2012 15:21:19 +0200 Timo Sirainen sdbox: Altmove flag changes weren't immediately marked as synced.
Wed, 15 Feb 2012 04:32:14 +0200 Timo Sirainen lib-master: Fixed crash on IPC client if server disconnected unexpectedly.
Mon, 13 Feb 2012 18:27:44 +0200 Timo Sirainen pop3: If UIDL using %f/%m/%g can't be fetched, mention pop3_uidl_format in error message.
Sun, 12 Feb 2012 23:31:15 +0200 Timo Sirainen Added signature for changeset 346526718aad
Sun, 12 Feb 2012 23:31:12 +0200 Timo Sirainen Added tag 2.0.18 for changeset 346526718aad
Sun, 12 Feb 2012 23:31:12 +0200 Timo Sirainen Released v2.0.18. 2.0.18
Sun, 12 Feb 2012 23:29:53 +0200 Timo Sirainen Make static analyzer happier.
Sun, 12 Feb 2012 23:06:52 +0200 Timo Sirainen master: If instance_name doesn't begin with "dovecot", add "dovecot-" prefix to process names.
Sun, 12 Feb 2012 05:45:04 +0200 Timo Sirainen dsync: Don't assert-crash if saving a message fails.
Sun, 12 Feb 2012 03:47:01 +0200 Timo Sirainen message_id_get_next(): Fixed parsing message-ids with no-fold-quotes.
Sun, 12 Feb 2012 03:31:24 +0200 Timo Sirainen SSL: Enable SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS flag for extra security.