log

age author description
Wed, 23 Nov 2011 19:51:06 +0200 Timo Sirainen master: Log a warning at startup if fd limit is too low.
Wed, 23 Nov 2011 19:51:01 +0200 Timo Sirainen Added restrict_get_fd_limit()
Wed, 23 Nov 2011 19:19:19 +0200 Timo Sirainen lib-storage: Track storage's all mailboxes to make it easier to debug if one isn't closed.
Wed, 23 Nov 2011 19:11:13 +0200 Timo Sirainen Compile fix for some compilers.
Wed, 23 Nov 2011 19:10:34 +0200 Timo Sirainen lib-index: Make sure we never go to infinite loop if fsck can't fix syncing problem.
Wed, 23 Nov 2011 19:04:15 +0200 Timo Sirainen file_cache_set_size(): Cleanup properly after mmap() failure.
Wed, 23 Nov 2011 19:01:28 +0200 Timo Sirainen lib-index: Handle transaction log read errors separately from log corruption.
Wed, 23 Nov 2011 17:01:51 +0200 Timo Sirainen fts-lucene: Crashfix when compiled without stemmer.
Wed, 23 Nov 2011 16:58:10 +0200 Timo Sirainen Compile fixes.
Wed, 23 Nov 2011 01:00:10 +0200 Timo Sirainen Compiling fix for non-gcc.
Tue, 22 Nov 2011 11:29:17 +0200 Timo Sirainen imapc: Added assert to make sure callback is never NULL.
Tue, 22 Nov 2011 11:28:33 +0200 Timo Sirainen imapc: Crashfix after having idled for 29 mins without IDLE.
Tue, 22 Nov 2011 00:12:53 +0200 Timo Sirainen mdbox: Don't assert-crash when having to open mail file during specific copying situations.
Mon, 21 Nov 2011 23:26:46 +0200 Timo Sirainen doveadm dump: Added support for dumping dbox headers/metadata.
Mon, 21 Nov 2011 23:26:41 +0200 Timo Sirainen dbox: Compiler warning fix if trying to include dbox-file.h directly.
Mon, 21 Nov 2011 23:26:18 +0200 Timo Sirainen hex2dec(): Allow data to contain also lowercase hex characters.
Mon, 21 Nov 2011 22:43:19 +0200 Timo Sirainen dbox: Removed unused message type from header.
Sat, 19 Nov 2011 23:42:05 +0200 Timo Sirainen login: Moved all i_fatal()s to preinit stage.
Sat, 19 Nov 2011 23:41:50 +0200 Timo Sirainen director: Moved all i_fatal()s to preinit stage.
Sat, 19 Nov 2011 23:41:17 +0200 Timo Sirainen auth: Moved all i_fatal()s to preinit stage.
Sat, 19 Nov 2011 23:28:18 +0200 Timo Sirainen auth: Handle auth worker creation failure without killing the whole auth process.
Sat, 19 Nov 2011 23:15:19 +0200 Timo Sirainen login: Show empty username in disconnect message.
Sat, 19 Nov 2011 23:14:59 +0200 Timo Sirainen auth: If auth fails due to invalid username, send the username in the FAIL message.
Sat, 19 Nov 2011 23:04:54 +0200 Timo Sirainen login: Log a different disconnect message if client didn't finish SASL auth.
Sat, 19 Nov 2011 22:29:31 +0200 Timo Sirainen env_clean(): Previous OSX compile fix broke the function completely.
Sat, 19 Nov 2011 21:48:14 +0200 Timo Sirainen Compile fix for OSX.
Sat, 19 Nov 2011 05:06:10 +0200 Timo Sirainen doc: Removed auth-protocol.txt from Makefile.
Fri, 18 Nov 2011 22:14:02 +0200 Timo Sirainen doc: Removed auth-protocol.txt. A more up to date version is in wiki docs.
Fri, 18 Nov 2011 22:07:16 +0200 Timo Sirainen auth: Don't allow auth clients to set internal auth request fields.
Fri, 18 Nov 2011 21:37:34 +0200 Timo Sirainen login: Call master_service_init_finish() later.
Fri, 18 Nov 2011 21:35:52 +0200 Timo Sirainen lib-master: Set service/client limits already in master_service_init()
Fri, 18 Nov 2011 21:31:15 +0200 Timo Sirainen login proxy: Added ssl_client_cert/key settings.
Fri, 18 Nov 2011 16:22:44 +0200 Timo Sirainen login: Added assert.
Fri, 18 Nov 2011 16:16:34 +0200 Timo Sirainen login: Differentiate between auth failure and auth process communication failure.
Fri, 18 Nov 2011 16:15:24 +0200 Timo Sirainen auth: Log a warning if auth client disconnects while it still has pending requests.
Fri, 18 Nov 2011 15:52:23 +0200 Timo Sirainen login: Minor potential authentication fix when service_count>1
Thu, 17 Nov 2011 02:02:30 +0200 Timo Sirainen login: Fixed a memory leak when SSL client connection was closed uncleanly.
Thu, 17 Nov 2011 00:49:30 +0200 Timo Sirainen passdb vpopmail: Fix to handling mixed cleartext/crypt passwords.
Thu, 17 Nov 2011 00:41:15 +0200 Timo Sirainen login proxy: Don't fail connection if CRL isn't found for some certificate.
Wed, 16 Nov 2011 22:59:36 +0200 Timo Sirainen i_getgr*(): Use a generic workaround for all OSes that report too small grbuf size.
Wed, 16 Nov 2011 22:13:35 +0200 Timo Sirainen checkpassword: Export all auth %variables to AUTH_* environment.
Wed, 16 Nov 2011 20:24:07 +0200 Timo Sirainen lmtp: Include local/remote port in userdb lookups.
Wed, 16 Nov 2011 20:23:50 +0200 Timo Sirainen lib-storage: Added local/remote port to struct mail_storage_service_input for userdb lookups.
Wed, 16 Nov 2011 20:00:37 +0200 Timo Sirainen lib-storage: Fixed listing subscriptions from prefix!="" namespace
Wed, 16 Nov 2011 19:48:01 +0200 Timo Sirainen lib-storage: Fixed error handling for mailbox_set_subscribed()
Wed, 16 Nov 2011 19:39:33 +0200 Timo Sirainen lib-storage: Fixed using "auto" driver with shared namespaces.
Wed, 16 Nov 2011 19:39:18 +0200 Timo Sirainen lib-storage: Improved storage creation failure error message for "auto" driver.
Wed, 16 Nov 2011 19:38:55 +0200 Timo Sirainen lib-storage: Crashfix for "auto" driver in some situations.
Wed, 16 Nov 2011 19:38:16 +0200 Timo Sirainen lib-storage: Use namespace owner user's home dir for autodetection (for shared namespaces).
Wed, 16 Nov 2011 19:14:43 +0200 Timo Sirainen man: Dovecot version numbers updated.
Wed, 16 Nov 2011 19:06:20 +0200 Timo Sirainen config: Skip spaces between '<' and value in "key=< value"
Wed, 16 Nov 2011 19:04:31 +0200 Timo Sirainen master: Don't log errors at shutdown about services' "command startup failed".
Wed, 16 Nov 2011 18:15:46 +0200 Timo Sirainen login: Improved auth failed log messages.
Wed, 16 Nov 2011 00:28:32 +0200 Timo Sirainen man: Fixes to previous doveadm-search-query.7 change.
Tue, 15 Nov 2011 22:24:18 +0200 Timo Sirainen man: Updated doveadm-search-query.7 to include MAILBOX[-GUID] as search keys.
Tue, 15 Nov 2011 20:58:48 +0200 Timo Sirainen master: Don't throttle successfully started services just because their processes didn't have clients.
Tue, 15 Nov 2011 20:56:59 +0200 Timo Sirainen stats: If process has crashed/restarted, hide initial "missing session GUID" warnings.
Tue, 15 Nov 2011 18:29:52 +0200 Timo Sirainen configure: Don't reorder --with-storages values.
Tue, 15 Nov 2011 18:29:14 +0200 Timo Sirainen mdbox: Added support for autodetection of ~/mdbox/ as mdbox storage.
Tue, 15 Nov 2011 18:21:39 +0200 Timo Sirainen lib-storage: Added "auto" mail storage driver for forcing autodetection.