log

age author description
Mon, 08 Feb 2016 16:20:46 +0200 Timo Sirainen auth: If auth_stats=yes, send statistics to stats process.
Fri, 05 Feb 2016 11:36:32 -0700 Michael M Slusarz man: document dsync -m and -R options
Mon, 08 Feb 2016 12:20:34 +0200 Timo Sirainen lib-master: Fail if syslog_facility's value is unknown.
Mon, 08 Feb 2016 12:04:02 +0200 Timo Sirainen acl: If acl_user is set, use it for ACL username checks. Overrides master_user.
Fri, 05 Feb 2016 15:55:36 +0200 Timo Sirainen auth: Small code cleanup to auth cache - deduplicate code.
Fri, 05 Feb 2016 15:54:35 +0200 Timo Sirainen auth: Minor code cleanup - fix parameter type
Fri, 05 Feb 2016 15:48:25 +0200 Timo Sirainen auth: If auth cache lookup results in expired entry, it should be tracked in stats as a "miss"
Fri, 05 Feb 2016 15:26:15 +0200 Timo Sirainen stats: Removed accidentally commited i_panic() in abb242da
Fri, 05 Feb 2016 15:07:00 +0200 Timo Sirainen stats: Split stats-connection.[ch] to lib-stats/ and plugin's mail-specific parts.
Fri, 05 Feb 2016 14:55:56 +0200 Timo Sirainen stats: Added ADD-USER command to add stats to a user without having a session.
Fri, 05 Feb 2016 14:35:48 +0200 Timo Sirainen stats: Renamed mail-server-connection to fifo-input-connection.
Thu, 04 Feb 2016 14:02:42 +0200 Timo Sirainen lib-mail: Reading from istream-header-filter second time reverted callback's eoh change.
Thu, 04 Feb 2016 13:32:58 +0200 Timo Sirainen lib: Fixed calling json_parse_skip_next() within arrays
Thu, 04 Feb 2016 13:31:59 +0200 Timo Sirainen lib: If json-parser has JSON_PARSER_NO_ROOT_OBJECT set, return the ending root "]" and "}"
Wed, 03 Feb 2016 17:56:49 +0200 Timo Sirainen lib: Avoid typeof() if HAVE_TYPEOF isn't set, even if gcc version is high enough.
Wed, 03 Feb 2016 14:05:07 +0200 Timo Sirainen imap, pop3, imap-urlauth: Added -a <auth-master socket path> parameter
Wed, 03 Feb 2016 14:00:16 +0200 Timo Sirainen *-login: Added -l parameter to specify the socket where to connect to after authentication
Wed, 03 Feb 2016 13:56:09 +0200 Timo Sirainen imap: SETMETADATA shouldn't crash when value parameter is missing.
Wed, 03 Feb 2016 13:03:36 +0200 Timo Sirainen lib-sasl: Compiler warning fix for previous EXTERNAL change..
Wed, 03 Feb 2016 12:29:29 +0200 Timo Sirainen lib-sasl: Don't require authid for EXTERNAL mechanism, since we're not really authenticating.
Wed, 03 Feb 2016 12:26:10 +0200 Timo Sirainen lib-sasl: Added support for EXTERNAL SASL mechanism
Tue, 02 Feb 2016 22:06:38 +0200 Aki Tuomi doveadm: Reset JSON formatter context before reuse
Tue, 02 Feb 2016 12:32:49 +0200 Timo Sirainen pop3c: Compiler warning fixes to earlier change
Mon, 01 Feb 2016 23:32:15 +0200 Timo Sirainen imapc: Compare INBOX in STATUS case-insensitively.
Mon, 01 Feb 2016 22:48:22 +0200 Timo Sirainen sdbox: Failing after saved mails' UIDs were already assigned caused unlink()ing garbage
Mon, 01 Feb 2016 22:40:15 +0200 Timo Sirainen dsync: If mailbox importing fails, stop immediately without waiting for exporter to finish.
Mon, 01 Feb 2016 20:30:26 +0200 Timo Sirainen imap: Removed now-unused cmd_sync_callback(), which doesn't work very well.
Mon, 01 Feb 2016 20:26:19 +0200 Timo Sirainen imap: Removed special EXPUNGE callback for an Outlook workaround.
Mon, 01 Feb 2016 19:08:24 +0200 Timo Sirainen pop3-migration: Ignore mails returned as expunged by pop3c.
Mon, 01 Feb 2016 19:07:59 +0200 Timo Sirainen pop3c: If prefetch fails, treat it as if prefetching simply wasn't done.