log

age author description
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.