log

age author description
Thu, 08 May 2014 16:52:29 +0300 Timo Sirainen *-login: SSL connections didn't get closed when the client got destroyed. HEAD tip
Wed, 20 Jun 2012 02:21:54 +0300 Timo Sirainen message parser: Fixed infinite loop when parsing a specific message. HEAD
Sun, 04 Mar 2012 14:12:19 +0200 Timo Sirainen lib-mail: rfc822_parse_quoted_string() didn't remove '\' from the strings. HEAD
Sun, 12 Feb 2012 03:32:20 +0200 Timo Sirainen SSL: Enable SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS flag for extra security. HEAD
Wed, 25 Jan 2012 23:45:02 +0200 Timo Sirainen lib-storage: Message size lookups from cache was broken if fields weren't in "normal" order in file. HEAD
Mon, 29 Aug 2011 06:46:53 +0300 Timo Sirainen imap: FETCH BODY[HEADER.FIELDS (..)] may have tried to fetch garbage field names. HEAD
Wed, 11 May 2011 18:03:31 +0300 Timo Sirainen autogen.sh updated to use wiki1-export.tar.gz HEAD
Wed, 11 May 2011 15:17:02 +0300 Timo Sirainen message header parser: Fixed handling NUL characters in header names. HEAD
Fri, 04 Mar 2011 19:28:31 +0200 Timo Sirainen lib-charset: Skip over only invalid characters, not entire buffers around them. HEAD
Wed, 15 Sep 2010 18:42:58 +0100 Timo Sirainen Removed "die after 3 EINTR write() failures to log". HEAD
Wed, 18 Aug 2010 15:17:40 +0100 Timo Sirainen UTF-8 string validity was checked incorrectly. HEAD
Sun, 24 Jan 2010 23:18:12 +0200 Timo Sirainen Reverted previous quota plugin change. It was unnecessary and broken. HEAD
Thu, 10 Dec 2009 13:28:02 -0500 Timo Sirainen quota plugin broke other plugins' namespace_created hooks. HEAD
Mon, 09 Nov 2009 21:38:55 -0500 Timo Sirainen Added signature for changeset e0e454c34979 HEAD
Mon, 09 Nov 2009 21:38:43 -0500 Timo Sirainen Added tag 1.1.20 for changeset e0e454c34979 HEAD
Mon, 09 Nov 2009 21:38:42 -0500 Timo Sirainen Released v1.1.20. HEAD 1.1.20
Thu, 05 Nov 2009 12:25:43 -0500 Timo Sirainen master: When creating login processes, don't close any fds after dup2()s. HEAD
Mon, 02 Nov 2009 17:54:17 -0500 Timo Sirainen maildir: Having a lot of keywords assert-crashed with "stack frame changed". HEAD
Mon, 12 Oct 2009 16:20:11 -0400 Timo Sirainen bsdauth: Use PLAIN as default_pass_scheme. HEAD
Mon, 12 Oct 2009 14:05:02 -0400 Timo Sirainen login proxy: Don't give "tried to change state 2 -> 2" errors with login_process_per_connection=yes. HEAD
Mon, 12 Oct 2009 12:36:38 -0400 Timo Sirainen deliver: Don't escape addresses with "." in local-part. HEAD
Thu, 01 Oct 2009 16:40:32 -0400 Timo Sirainen New UnicodeMap.txt has >16bit multi-decomposition keys, support them. HEAD
Wed, 30 Sep 2009 11:08:18 -0400 Timo Sirainen Avoid assert-crashing when two processes try to create index at the same time. HEAD
Wed, 30 Sep 2009 08:52:12 -0400 Timo Sirainen fd_debug_verify_leaks() didn't check the last_fd. HEAD
Fri, 28 Aug 2009 12:57:03 -0400 Timo Sirainen file_set_size() was broken with OSes that didn't support posix_fallocate(). HEAD
Sun, 13 Sep 2009 22:15:34 -0400 Timo Sirainen Added tag 1.1.19 for changeset 16a1faf9ec0c HEAD
Sun, 13 Sep 2009 22:15:29 -0400 Timo Sirainen Released v1.1.19. HEAD 1.1.19
Sun, 13 Sep 2009 19:01:28 -0400 Timo Sirainen message_header_decode*() should ignore LWSP between two encoded-words. HEAD
Thu, 10 Sep 2009 19:13:19 -0400 Timo Sirainen quoted-printable decoding didn't handle QP after soft line breaks correctly. HEAD
Thu, 10 Sep 2009 13:51:47 -0400 Timo Sirainen unlink_directory(): Log if unlink()ing some file fails. HEAD
Fri, 04 Sep 2009 15:49:48 -0400 Timo Sirainen master: Changed the WhyDoesItNotWork info message. HEAD
Tue, 01 Sep 2009 23:11:06 -0400 Timo Sirainen deliver: Don't send rejects to any messages that have Auto-Submitted header. HEAD
Tue, 25 Aug 2009 09:30:11 -0400 Timo Sirainen ldap: Don't log an error when server disconnects us because of idling. HEAD
Tue, 25 Aug 2009 09:08:11 -0400 Timo Sirainen maildir: Fixed maildir_sync_get_changes() to work as it should have. HEAD
Fri, 14 Aug 2009 13:21:08 -0400 Timo Sirainen lf-istream: Don't assert-crash if last character in buffer is CR, not followed by LF. HEAD
Thu, 13 Aug 2009 20:45:09 -0400 Timo Sirainen tb-extra-mailbox-sep workaround works better now. HEAD
Fri, 07 Aug 2009 14:44:58 -0400 Timo Sirainen ldap: Fixed hang when >128 requests were sent at once. HEAD
Fri, 07 Aug 2009 16:54:36 -0400 Timo Sirainen configure: Allow --with-linux-quota=n to be only 1 or 2. HEAD
Fri, 07 Aug 2009 16:47:02 -0400 Timo Sirainen sort: Don't assert-crash if sort indexes are broken. HEAD
Tue, 04 Aug 2009 14:54:36 -0400 Timo Sirainen ssl_username_from_cert=yes: Don't truncate username, don't allow NULs in it. HEAD
Sun, 02 Aug 2009 13:54:01 -0400 Timo Sirainen lib_deinit() now frees memory used by env_put(). HEAD
Sun, 02 Aug 2009 13:51:47 -0400 Timo Sirainen maildir: Don't access uninitialized variables. HEAD
Thu, 30 Jul 2009 14:07:13 -0400 Timo Sirainen Handle posix_fallocate() failures correctly. Check also for AIX's "not supported" failure. HEAD
Wed, 29 Jul 2009 14:49:14 -0400 Timo Sirainen Fixed non-existing mail_gid error message to actually show the gid, not uid. HEAD
Mon, 27 Jul 2009 02:09:15 -0400 Timo Sirainen Added tag 1.1.18 for changeset a59d2cbcceb5 HEAD
Mon, 27 Jul 2009 02:09:15 -0400 Timo Sirainen Released v1.1.18. HEAD 1.1.18
Sun, 26 Jul 2009 23:19:35 -0400 Timo Sirainen maildir++ quota: Quota was sometimes updated wrong when it was being recalculated. HEAD
Sun, 26 Jul 2009 22:40:02 -0400 Timo Sirainen cache file: If offset isn't 32bit aligned, assume it's corrupted. HEAD
Sun, 26 Jul 2009 21:56:17 -0400 Timo Sirainen dovecot -n/-a now outputs also lda settings. HEAD
Sun, 26 Jul 2009 18:14:34 -0400 Timo Sirainen message-decoder: Fixed assert-crashes caused by the previous quoted-printable change. HEAD
Sun, 26 Jul 2009 18:00:17 -0400 Timo Sirainen pam: Fixed compiler warning with BSDs. HEAD
Sun, 26 Jul 2009 16:34:33 -0400 Timo Sirainen imap: Fix to previous login_executable=imap error check. HEAD
Sun, 26 Jul 2009 16:32:18 -0400 Timo Sirainen Split quoted-printable parsing to q-p body parsing and "Q" header parsing. HEAD
Fri, 24 Jul 2009 20:55:29 -0400 Timo Sirainen If login_executable=imap/pop3, give better error message. HEAD
Tue, 21 Jul 2009 15:18:49 -0400 Timo Sirainen utc_offset() was broken with year's first/last day if struct tm.tm_gmtoff didn't exist. HEAD
Thu, 09 Jul 2009 22:49:05 -0400 Timo Sirainen Added tag 1.1.17 for changeset 2585023f0486 HEAD
Thu, 09 Jul 2009 22:49:05 -0400 Timo Sirainen Released v1.1.17. HEAD 1.1.17
Thu, 09 Jul 2009 22:09:57 -0400 Timo Sirainen convert plugin: Fixed changing hierarchy separators in mailbox names when alt_hierarchy_char isn't set. HEAD
Wed, 08 Jul 2009 14:10:11 -0400 Timo Sirainen inotify: Give a better error message if user's watch limit exceeds. HEAD
Tue, 07 Jul 2009 23:52:06 -0400 Timo Sirainen maildir: Added some checks for UIDs reaching 2^31-1. HEAD
Tue, 07 Jul 2009 21:51:37 -0400 Timo Sirainen Maildir: Fixed using in-memory indexes when some required directory was missing. HEAD
Tue, 07 Jul 2009 16:02:51 -0400 Timo Sirainen mbox: Don't use UIDVALIDITY 1 for all new mailboxes. HEAD
Sat, 27 Jun 2009 22:25:24 -0400 Timo Sirainen zlib: Fixed error handling. HEAD
Wed, 24 Jun 2009 16:54:06 -0400 Timo Sirainen mbox: Don't write garbage to mbox if message doesn't have a body. HEAD
Wed, 24 Jun 2009 14:20:11 -0400 Timo Sirainen auth: Increased auth workers' max. input line length to 8192. HEAD
Wed, 24 Jun 2009 14:15:46 -0400 Timo Sirainen Compiler warning fixes. HEAD
Sun, 21 Jun 2009 23:44:01 -0400 Timo Sirainen expire-tool: Set USER environment while processing a user. HEAD
Tue, 16 Jun 2009 14:41:02 -0400 Timo Sirainen expire-tool --test: Don't write LFs after timestamps. HEAD
Tue, 16 Jun 2009 13:39:40 -0400 Timo Sirainen str_append_unescaped() didn't unescape \\ correctly. HEAD
Mon, 15 Jun 2009 23:14:25 -0400 Timo Sirainen expire-tool --test: Fixed timestamp logging. HEAD
Mon, 15 Jun 2009 21:57:10 -0400 Timo Sirainen IMAP: Don't crash if IDLE command is pipelined after a long-running UID FETCH or UID SEARCH. HEAD
Mon, 15 Jun 2009 21:22:30 -0400 Timo Sirainen IMAP RENAME: If dest mailbox exists but source doesn't, fail with "Mailbox doesn't exist". HEAD
Mon, 15 Jun 2009 21:03:08 -0400 Timo Sirainen auth: Don't assert-crash if trying to log in as master user but with empty login username. HEAD
Mon, 15 Jun 2009 20:46:51 -0400 Timo Sirainen Transaction log dotlocking ignored mail_nfs_index and dotlock_use_excl settings. HEAD
Thu, 04 Jun 2009 18:29:14 -0400 Timo Sirainen IMAP: DELETE command didn't properly check if we were deleting selected mailbox. HEAD
Wed, 03 Jun 2009 15:56:08 -0400 Timo Sirainen Compiling fix for Solaris 7. HEAD
Mon, 01 Jun 2009 14:36:28 -0400 Timo Sirainen IMAP FETCH: Binary searching fetch handlers was a bit broken. HEAD
Mon, 01 Jun 2009 01:47:05 -0400 Timo Sirainen Added tag 1.1.16 for changeset 7f6aaca52639 HEAD
Mon, 01 Jun 2009 01:46:52 -0400 Timo Sirainen Released v1.1.16. HEAD 1.1.16
Mon, 01 Jun 2009 01:45:53 -0400 Timo Sirainen Threading code was using a copy of message_id_get_next() code. HEAD
Mon, 01 Jun 2009 00:41:52 -0400 Timo Sirainen message_id_get_next() didn't contain @ in reply when msgid wasn't in canonical form. HEAD
Mon, 01 Jun 2009 00:30:34 -0400 Timo Sirainen message_address_write() wrote extra @ if route was specified. HEAD
Sun, 31 May 2009 20:36:37 -0400 Timo Sirainen Give a better error message when trying to listen on IPv6 address and IPv6 is disabled. HEAD
Sun, 31 May 2009 19:32:54 -0400 Timo Sirainen Maildir: Use i_stream_stat() instead of i_stream_get_fd()+fstat(). Fixes zlib plugin. HEAD
Tue, 26 May 2009 16:31:42 -0400 Timo Sirainen message header parser: Don't set hdr->continues=TRUE when hdr->eoh=TRUE. HEAD
Tue, 26 May 2009 14:19:22 -0400 Timo Sirainen imap: Cleaned up "command pending" handling code. Should fix hangs caused by recent changes. HEAD
Tue, 26 May 2009 14:17:23 -0400 Timo Sirainen imap: Don't cancel sync if client disconnects in the middle. HEAD
Tue, 26 May 2009 13:48:18 -0400 Timo Sirainen auth: Improved "Password not in expected scheme" error message. HEAD
Mon, 25 May 2009 21:52:55 -0400 Timo Sirainen convert plugin: If alt_hierarchy_char isn't specified, don't truncate mailbox names. HEAD
Mon, 25 May 2009 21:43:25 -0400 Timo Sirainen convert-tool didn't handle command line parameters correctly. HEAD
Mon, 25 May 2009 21:23:19 -0400 Timo Sirainen imap-parser: Don't return early if line ends with CR but there's no LF. HEAD
Mon, 25 May 2009 19:30:05 -0400 Timo Sirainen imap: Mailbox closing command shouldn't hang on waiting a delayed sync to finish. HEAD
Sun, 24 May 2009 18:08:58 -0400 Timo Sirainen IMAP: Make sure pending syncs are done before a mailbox-changing command is run. HEAD
Fri, 22 May 2009 13:07:17 -0400 Timo Sirainen Mailbox renaming with LAYOUT=fs wasn't renaming control dirs if they were used. HEAD
Thu, 21 May 2009 12:45:50 -0400 Timo Sirainen auth: Handle crypt() failing. HEAD
Wed, 20 May 2009 17:47:49 -0400 Timo Sirainen Maildir: Make sure messages are removed from index if they are deleted externally from new/. HEAD
Wed, 20 May 2009 13:51:01 -0400 Timo Sirainen dovecot --build-options: If SQL or LDAP was built as plugins, say it. HEAD
Tue, 19 May 2009 16:01:03 -0400 Timo Sirainen expire-tool: Crashfix when having to change GID. HEAD
Tue, 19 May 2009 13:37:31 -0400 Timo Sirainen If FETCH gets too little message data, use "FETCH failed" disconnection reason. HEAD
Tue, 19 May 2009 13:36:33 -0400 Timo Sirainen o_stream_send_istream(): Make sure istream->eof gets set after sending everything with sendfile(). HEAD
Tue, 19 May 2009 13:34:54 -0400 Timo Sirainen safe_sendfile(): Error handling fixes for Linux and Solaris. HEAD
Mon, 18 May 2009 02:41:10 -0400 Timo Sirainen Added tag 1.1.15 for changeset 6604f9980a93 HEAD
Sun, 17 May 2009 22:06:11 -0400 Timo Sirainen Released v1.1.15. HEAD 1.1.15
Sun, 17 May 2009 21:35:07 -0400 Timo Sirainen zlib: Don't expose file descriptor. Others can't do anything with it anyway. HEAD
Sun, 17 May 2009 20:34:50 -0400 Timo Sirainen Berkeley DB dict: Transactions should be aborted with abort(), not discard(). HEAD
Sun, 17 May 2009 20:04:52 -0400 Timo Sirainen expire-tool: Use mail_uid and mail_gid settings if userdb doesn't return uid/gid. HEAD
Sun, 17 May 2009 17:31:40 -0400 Timo Sirainen Dropping connections from sql connection pool could have crashed. HEAD
Fri, 15 May 2009 13:06:15 -0400 Timo Sirainen APPEND: Don't assert-crash if message size parameter isn't given. HEAD
Thu, 14 May 2009 17:19:40 -0400 Timo Sirainen imap: When multiple commands are pipelined, try harder to combine their mailbox syncing together. HEAD
Wed, 13 May 2009 14:36:30 -0400 Timo Sirainen STATUS-IN-LIST: If STATUS fails, still have LIST return OK instead of NO. HEAD
Wed, 13 May 2009 13:32:41 -0400 Timo Sirainen Fixed checking if protocols setting contains only invalid values. HEAD
Wed, 13 May 2009 12:47:13 -0400 Timo Sirainen mbox: Don't crash when expunging all messages and file doesn't end with [CR]LF. HEAD
Wed, 13 May 2009 12:41:55 -0400 Timo Sirainen dovecot-example.conf: Clarified that commented sections or plugin settings aren't defaults. HEAD
Tue, 12 May 2009 13:44:12 -0400 Timo Sirainen ldap: When using the same LDAP attribute multiple times, give an error message. HEAD
Mon, 11 May 2009 19:14:20 -0400 Timo Sirainen DEBUG: data-stack buffer overflow checking code was causing false positives. HEAD
Mon, 04 May 2009 16:34:21 -0400 Timo Sirainen Maildir: More fixes to uidlist handling. HEAD
Mon, 04 May 2009 14:33:54 -0400 Timo Sirainen Maildir: Handle uidlist errors better. HEAD
Mon, 04 May 2009 14:28:31 -0400 Timo Sirainen Maildir saving: Fixed race condition bugs in uidlist handling, causing files to be given new UIDs sometimes. HEAD
Mon, 04 May 2009 12:33:27 -0400 Timo Sirainen MAILBOXDIR handling fix. HEAD
Sat, 02 May 2009 18:31:51 -0400 Timo Sirainen IDLE: Check DONE case-insensitively. HEAD