log

age author description
Tue, 07 Feb 2017 21:07:54 +0200 Timo Sirainen quota: Clarify quota_count() return value.
Tue, 07 Feb 2017 20:41:41 +0200 Timo Sirainen quota: Make sure quota_warning doesn't wrap "quota before" value.
Tue, 07 Feb 2017 18:26:50 +0200 Timo Sirainen quota: When executing quota_warning/over_flag script, log the reason why.
Tue, 07 Feb 2017 13:19:17 +0200 Aki Tuomi lib: Check that output max size is non-zero when version specified
Sun, 22 Jan 2017 13:40:00 +0100 Stephan Bosch lib-storage: Added mail_user_init_ssl_client_settings().
Wed, 28 Dec 2016 12:02:14 -0600 johnkwoods lib-ldap: Remove extra return
Sun, 22 Jan 2017 17:24:02 -0600 J. Nick Koston fts-solr: Allow username/password for solr connction
Wed, 08 Feb 2017 23:01:32 +0200 Timo Sirainen pop3c: Increase timeout for PASS to 5 minutes.
Mon, 06 Feb 2017 14:05:47 +0200 Timo Sirainen indexer: Don't send more requests directly from worker status callback
Sun, 05 Feb 2017 16:49:05 +0200 Timo Sirainen imap: Add imap_fetch_failure setting
Mon, 02 May 2016 13:26:05 +0300 Martti Rannanjärvi lib-imap, imap: BINARY [UNKNOWNCTE] to [PARSE]
Sun, 05 Feb 2017 16:24:08 +0200 Timo Sirainen imap: Share mailbox closing code in SELECT/UNSELECT/CLOSE/LOGOUT/deinit
Sun, 05 Feb 2017 16:23:35 +0200 Timo Sirainen imap: Free search updates on CLOSE
Sun, 05 Feb 2017 16:10:44 +0200 Timo Sirainen imap: Don't send empty FETCH () on failure
Mon, 06 Feb 2017 11:02:46 +0200 Timo Sirainen lib-ssl-iostream: Fix memory leak in RSA_generate_key_ex() usage
Mon, 06 Feb 2017 11:23:50 +0200 Timo Sirainen auth: Handle delayed credentials identically in auth-workers
Mon, 06 Feb 2017 10:55:40 +0200 Timo Sirainen lib: Make sure NULL is defined to be ((void *)0)
Sat, 04 Feb 2017 13:51:13 +0200 Timo Sirainen lib-storage: Don't duplicate service user's settings into mail_user
Sat, 04 Feb 2017 13:38:17 +0200 Timo Sirainen lib-storage: Don't unnecessarily duplicate user's all setting strings
Sun, 05 Feb 2017 20:29:10 +0200 Timo Sirainen lib-ssl-iostream: Remove libdovecot_openssl_common.la
Sun, 05 Feb 2017 20:28:04 +0200 Timo Sirainen lib-ssl-iostream: Remove empty $(ssl_sources) from Makefile
Sun, 05 Feb 2017 20:26:12 +0200 Timo Sirainen lib-dcrypt: Link unit tests with libssl_iostream.la
Sun, 05 Feb 2017 20:24:41 +0200 Timo Sirainen lib-dcrypt: Remove unnecessary -shared link flag
Sun, 05 Feb 2017 20:22:27 +0200 Timo Sirainen lib-dcrypt: Don't link liblib.la to libdcrypt_openssl.so
Sun, 05 Feb 2017 20:20:37 +0200 Timo Sirainen lib-dcrypt: If dcrypt can't be initialized, log also the reason.
Sun, 05 Feb 2017 21:38:33 +0200 Timo Sirainen lib-ssl-iostream: Detect whether to call ERR_remove_[thread_]state() via configure
Sun, 05 Feb 2017 21:31:08 +0200 Timo Sirainen lib-ssl-iostream: Call OBJ_cleanup() for all OpenSSL versions
Sun, 05 Feb 2017 21:10:04 +0200 Timo Sirainen lib-ssl-iostream: Detect OPENSSL_cleanup() via configure
Sun, 05 Feb 2017 21:04:35 +0200 Timo Sirainen lib-ssl-iostream: Detect OpenSSL memory functions' parameters via configure
Sun, 05 Feb 2017 21:56:20 +0200 Timo Sirainen lib-ssl-iostream: Use ASN1_STRING_get0_data() if it exists