log

age author description
Thu, 24 Nov 2011 01:45:59 +0200 Timo Sirainen login: Added ssl_crypto_device setting to set OpenSSL engine.
Thu, 24 Nov 2011 01:45:09 +0200 Timo Sirainen login: Save final SASL reply to client struct.
Thu, 24 Nov 2011 01:34:02 +0200 Timo Sirainen lib-ssl-iostream: Call OpenSSL_add_all_algorithms() to make some OpenSSL versions happy.
Thu, 24 Nov 2011 01:12:33 +0200 Timo Sirainen auth: LDAP iterate's debug message didn't use expanded base string.
Thu, 24 Nov 2011 00:53:37 +0200 Timo Sirainen lib-storage: Getting headers as UTF-8 could have returned garbage for multi-line headers.
Thu, 24 Nov 2011 00:52:09 +0200 Timo Sirainen login: Use AUTH_REQUEST_FLAG_SUPPORT_FINAL_RESP if protocol supports it.
Thu, 24 Nov 2011 00:51:41 +0200 Timo Sirainen lib-auth: Added AUTH_REQUEST_FLAG_SUPPORT_FINAL_RESP flag.
Thu, 24 Nov 2011 00:51:27 +0200 Timo Sirainen auth: If client gives "final-resp-ok" parameter, send it in OK reply with DIGEST-MD5, SCRAM-SHA-1
Wed, 23 Nov 2011 22:55:57 +0200 Timo Sirainen auth: Cleanups, fix and Dovecot code-stylifications to SCRAM-SHA-1.
Fri, 16 Sep 2011 02:24:00 +0200 Florian Zeitz auth: Implement the SCRAM-SHA-1 SASL mechanism
Fri, 16 Sep 2011 02:22:49 +0200 Florian Zeitz lib: Add hmac-sha1 adapted from hmac-md5
Wed, 23 Nov 2011 22:08:09 +0200 Timo Sirainen lib-auth: auth_master_user_list_init() now takes user_mask and info parameters.
Wed, 23 Nov 2011 22:07:08 +0200 Timo Sirainen auth: Support passing regular %variables to sql/ldap iterate queries.
Wed, 23 Nov 2011 21:40:04 +0200 Timo Sirainen auth: Don't leak memory in deinit.
Wed, 23 Nov 2011 21:14:11 +0200 Timo Sirainen Compiler warning fix
Wed, 23 Nov 2011 20:31:40 +0200 Timo Sirainen lib-auth: Log a warning about auth disconnection only if there are pending requests.
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