log

age author description
Sat, 16 Oct 2010 00:34:28 +0100 Timo Sirainen lib-storage: mail_user_get_home(): Make sure user_r is always set.
Sat, 16 Oct 2010 00:30:50 +0100 Timo Sirainen lib-storage: mailbox_get_guid() crashed if storage didn't support GUIDs.
Sat, 16 Oct 2010 00:23:20 +0100 Timo Sirainen istream-concat: Fixed another memory leak.
Sat, 16 Oct 2010 00:21:35 +0100 Timo Sirainen lmtp: Don't access freed memory if input couldn't be opened as raw mail.
Fri, 15 Oct 2010 19:50:51 +0100 Timo Sirainen istream-header-filter: Assert-crash if headers aren't given sorted.
Fri, 15 Oct 2010 19:40:06 +0100 Timo Sirainen Compiler warning/error fix to recent logging API changes.
Fri, 15 Oct 2010 19:30:04 +0100 Timo Sirainen lmtp: Reverted last change after all. Besides, the error code was wrong.
Fri, 15 Oct 2010 19:21:43 +0100 Timo Sirainen lmtp: Don't allow saving zero byte sized messages.
Fri, 15 Oct 2010 19:04:42 +0100 Timo Sirainen epoll: Suggest not-so-UUOC if epoll_ctl() fails for stdin
Fri, 15 Oct 2010 18:55:52 +0100 Timo Sirainen istream-concat: Fixed a memory leak.
Fri, 15 Oct 2010 18:50:44 +0100 Timo Sirainen lib-storage: Added assert to transaction rollback to make sure all mails are freed.
Fri, 15 Oct 2010 16:24:25 +0100 Timo Sirainen auth: Make sure auth request is kept referenced during the lookup.
Fri, 15 Oct 2010 16:16:23 +0100 Timo Sirainen lib-master: Properly fixed accepting FIFO connections with BSDI.
Fri, 15 Oct 2010 16:09:13 +0100 Timo Sirainen log: Avoid calling time() unnecessary when logging multiple lines.
Fri, 15 Oct 2010 16:08:12 +0100 Timo Sirainen Failure logging supports now getting timestamp as parameter.
Fri, 15 Oct 2010 15:46:43 +0100 Timo Sirainen Cleaned up log callbacks and made them more extensible.
Fri, 15 Oct 2010 15:13:59 +0100 Timo Sirainen acl: Log mailbox names that are skipped due to missing lookup right with mail_debug=yes
Fri, 15 Oct 2010 15:09:18 +0100 Timo Sirainen lib-storage: Log attempted accesses to nonexistent users' mails with mail_debug=yes.
Fri, 15 Oct 2010 14:57:36 +0100 Timo Sirainen lib-storage: Use MAIL_STORAGE_FLAG_NO_AUTOVERIFY for creating shared namespace storages.
Fri, 15 Oct 2010 14:56:05 +0100 Timo Sirainen lib-storage: Added MAIL_STORAGE_FLAG_NO_AUTOVERIFY to skip checking storage root dir existence.
Fri, 15 Oct 2010 14:48:31 +0100 Timo Sirainen ldap: Compare LDAP attribute names case-insensitively.
Fri, 15 Oct 2010 13:27:59 +0100 Timo Sirainen ldap: Log a warning if iterate_attrs has other fields than 'user'.
Thu, 14 Oct 2010 18:20:58 +0100 Timo Sirainen maildir: Check correctly if file is a symlink.
Thu, 14 Oct 2010 17:23:11 +0100 Timo Sirainen lib-index: Put back some of the removed locking complexity.
Thu, 14 Oct 2010 17:02:20 +0100 Timo Sirainen *-login: If client didn't log in, don't log mpid in logout message.
Thu, 14 Oct 2010 16:58:57 +0100 Timo Sirainen imap, pop3: Cork TCP connection before trying to flush output in output callback.
Thu, 14 Oct 2010 16:53:04 +0100 Timo Sirainen lib-storage: If mailbox deletion failed, we crashed while trying to write undelete record to index.
Thu, 14 Oct 2010 16:22:54 +0100 Timo Sirainen lib-index: Don't reopen mailbox log file too often.
Thu, 14 Oct 2010 16:17:43 +0100 Timo Sirainen lib-index: Mailbox log writing was trying to write to a closed log file fd.
Thu, 14 Oct 2010 15:59:11 +0100 Timo Sirainen auth: Give a better error message if pass=yes can't be used in master passdb.