log

age author description
Wed, 17 Jun 2009 13:05:40 -0400 Timo Sirainen imap-login: Using CAPABILITY command after STARTTLS shouldn't trigger CAPABILITY pushing workaround. HEAD
Wed, 17 Jun 2009 12:44:33 -0400 Timo Sirainen solr: Don't use "any" copyfield, it doubles the index size. HEAD
Tue, 16 Jun 2009 18:55:34 -0400 Timo Sirainen threadview: If mmap() fails, fail with an error instead of crashing. 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:56:22 -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:43:37 -0400 Timo Sirainen IMAP: Send [ALREADYEXISTS], [NONEXISTENT] and [TRYCREATE] resp-codes correctly. 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:15:37 -0400 Timo Sirainen expire-tool: Link mountpoint.o so quota plugin loading doesn't fail. 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:48:12 -0400 Timo Sirainen safe_mkstemp*() was used incorrectly. umask() no longer changes its behavior. HEAD
Mon, 15 Jun 2009 20:46:51 -0400 Timo Sirainen Transaction log dotlocking ignored mail_nfs_index and dotlock_use_excl settings. HEAD
Mon, 15 Jun 2009 20:38:50 -0400 Timo Sirainen When getting fs permissions for a non-existing mailbox, fallback to root dir's permissions. HEAD
Mon, 15 Jun 2009 19:40:40 -0400 Timo Sirainen imap proxy: Fix to previous change. HEAD
Mon, 15 Jun 2009 19:38:30 -0400 Timo Sirainen acl: Don't assert-crash if removing all rights. HEAD
Mon, 15 Jun 2009 00:01:39 -0400 Timo Sirainen imap proxy: Pass through to client unexpected untagged replies from remote server. HEAD
Thu, 11 Jun 2009 18:04:43 -0400 Timo Sirainen imap_utf7: Renamed to imap-utf7. Also fixed usage error string to print LF. HEAD
Thu, 11 Jun 2009 14:53:31 -0400 Timo Sirainen mbox: Don't crash with invalid From_-lines. HEAD
Fri, 05 Jun 2009 10:06:22 -0400 Timo Sirainen dovecot-example.conf: Changed auth_verbose comment. HEAD
Thu, 04 Jun 2009 18:32:10 -0400 Timo Sirainen Added tag 1.2.rc5 for changeset 9da0277755a2 HEAD
Thu, 04 Jun 2009 18:32:02 -0400 Timo Sirainen Released v1.2.rc5. HEAD 1.2.rc5
Thu, 04 Jun 2009 18:31:16 -0400 Timo Sirainen IMAP: DELETE command didn't properly check if we were deleting selected mailbox. HEAD
Wed, 03 Jun 2009 15:56:38 -0400 Timo Sirainen Compiling fix for Solaris 7. HEAD
Tue, 02 Jun 2009 17:42:21 -0400 Timo Sirainen IMAP: Error handling fix for mailbox name validity checking. HEAD
Tue, 02 Jun 2009 15:08:56 -0400 Timo Sirainen virtual: Error handling fix. Don't expose hidden namespace names. HEAD
Mon, 01 Jun 2009 14:37:18 -0400 Timo Sirainen IMAP FETCH: Previous change broke fetching RFC822*. HEAD
Mon, 01 Jun 2009 14:30:05 -0400 Timo Sirainen IMAP FETCH: Binary searching fetch handlers was a bit broken. HEAD
Mon, 01 Jun 2009 12:30:54 -0400 Timo Sirainen expire-tool: Initialize plugins also after loading them. HEAD
Mon, 01 Jun 2009 12:26:16 -0400 Timo Sirainen IMAP: cmd->name memory was allocated wrong. HEAD
Mon, 01 Jun 2009 00:42:04 -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:31:13 -0400 Timo Sirainen message_address_write() wrote extra @ if route was specified. HEAD
Sun, 31 May 2009 23:35:56 -0400 Timo Sirainen auth_cache_negative_ttl is now also used for password mismatches. HEAD
Sun, 31 May 2009 22:41:22 -0400 Timo Sirainen fts-solr: Reset XML parser when doing update requests. HEAD
Sun, 31 May 2009 22:15:55 -0400 Timo Sirainen More group permission handling fixes. HEAD
Sun, 31 May 2009 22:03:25 -0400 Timo Sirainen index: Handle better errors where a new file's group can't be changed. HEAD
Sun, 31 May 2009 21:32:17 -0400 Timo Sirainen IMAP: UID commands didn't set cmd->name properly. HEAD
Sun, 31 May 2009 21:26:00 -0400 Timo Sirainen storage: Create index/control root directories using same permissions as mail root. HEAD
Sun, 31 May 2009 21:24:50 -0400 Timo Sirainen Added mkdir_chown(). HEAD
Sun, 31 May 2009 20:36:56 -0400 Timo Sirainen Give a better error message when trying to listen on IPv6 address and IPv6 is disabled. HEAD
Sun, 31 May 2009 20:04:55 -0400 Timo Sirainen expire-tool: Make sure expire plugin won't get used. HEAD
Sun, 31 May 2009 19:59:47 -0400 Timo Sirainen expire-tool: Load plugins from mail_plugins setting. HEAD
Sun, 31 May 2009 19:48:46 -0400 Timo Sirainen expire-tool --test: Log timestamps also in user-readable format. HEAD
Sun, 31 May 2009 19:29:53 -0400 Timo Sirainen Maildir: Use i_stream_stat() instead of i_stream_get_fd()+fstat(). Fixes zlib plugin. HEAD
Thu, 28 May 2009 14:42:21 -0400 Timo Sirainen virtual: If search rule is missing, use SEARCH_ALL. HEAD
Thu, 28 May 2009 14:39:21 -0400 Timo Sirainen mail_search_args_dup(): Don't return broken results if there are no search args. HEAD
Tue, 26 May 2009 16:53:29 -0400 Timo Sirainen message header parser: Don't set hdr->continues=TRUE when hdr->eoh=TRUE. HEAD
Tue, 26 May 2009 14:21:59 -0400 Timo Sirainen imap: Cleaned up "command pending" handling code. Should fix hangs caused by recent changes. HEAD
Tue, 26 May 2009 14:20:23 -0400 Timo Sirainen imap: Don't cancel sync if client disconnects in the middle. HEAD
Tue, 26 May 2009 13:48:39 -0400 Timo Sirainen auth: Improved "Password not in expected scheme" error message. HEAD
Tue, 26 May 2009 01:54:36 -0400 Timo Sirainen virtual: Don't assert-crash if trying to access an expunged mail. HEAD
Tue, 26 May 2009 01:53:50 -0400 Timo Sirainen virtual: Fix to previous commit. HEAD
Tue, 26 May 2009 01:36:51 -0400 Timo Sirainen virtual: Fixed crashes when simultaneous connections accessed the same virtual mailbox. HEAD
Tue, 26 May 2009 00:38:36 -0400 Timo Sirainen convert plugin: Don't crash after finishing conversion. HEAD
Mon, 25 May 2009 23:43:39 -0400 Timo Sirainen virtual: Virtual mailboxes shouldn't be counted in quota. HEAD
Mon, 25 May 2009 23:39:03 -0400 Timo Sirainen Split NAMESPACE_FLAG_INTERNAL into distinct _NOQUOTA and _NOACL flags. HEAD
Mon, 25 May 2009 23:33:56 -0400 Timo Sirainen imap: Don't send "Waiting for auth process" if it's the client that's waiting on AUTHENTICATE. HEAD
Mon, 25 May 2009 22:34:38 -0400 Timo Sirainen deliver: If temp file can't be created because home dir doesn't exist, create it. HEAD
Mon, 25 May 2009 22:18:55 -0400 Timo Sirainen istream-seekable: Changed API to use a callback function to create the temp file. HEAD
Mon, 25 May 2009 21:53:13 -0400 Timo Sirainen convert plugin: If alt_hierarchy_char isn't specified, don't truncate mailbox names. HEAD
Mon, 25 May 2009 21:43:46 -0400 Timo Sirainen convert-tool didn't handle command line parameters correctly. HEAD
Mon, 25 May 2009 21:23:21 -0400 Timo Sirainen imap-parser: Don't return early if line ends with CR but there's no LF. HEAD
Mon, 25 May 2009 20:41:08 -0400 Timo Sirainen dovecot-example.conf: Make it clear mail_log_group_events is boolean. HEAD
Mon, 25 May 2009 20:35:00 -0400 Timo Sirainen auth: Added support for EXTERNAL SASL mechanism. HEAD
Mon, 25 May 2009 20:33:42 -0400 Timo Sirainen auth: If initial SASL reply was given but empty, pass it to auth mechanisms. HEAD
Mon, 25 May 2009 19:44:56 -0400 Timo Sirainen Message-decoder: Fixes to handling binary body parts. HEAD
Mon, 25 May 2009 19:30:27 -0400 Timo Sirainen imap: Mailbox closing command shouldn't hang on waiting a delayed sync to finish. HEAD
Sun, 24 May 2009 18:09:12 -0400 Timo Sirainen IMAP: Make sure pending syncs are done before a mailbox-changing command is run. HEAD
Fri, 22 May 2009 18:26:24 -0400 Timo Sirainen FETCH: If FETCH returned [EXPUNGEISSUED], it got stuck to all subsequent replies too. HEAD
Fri, 22 May 2009 13:07:36 -0400 Timo Sirainen Mailbox renaming with LAYOUT=fs wasn't renaming control dirs if they were used. HEAD
Thu, 21 May 2009 12:59:17 -0400 Timo Sirainen imap code cleanup: Use array instead of buffer for storing fetch handlers. HEAD
Thu, 21 May 2009 12:55:06 -0400 Timo Sirainen IMAP: Register FETCH handlers at startup so we don't break if plugins add them. HEAD
Thu, 21 May 2009 12:46:17 -0400 Timo Sirainen auth: Handle crypt() failing. HEAD
Wed, 20 May 2009 22:53:22 -0400 Timo Sirainen Added FETCH X-SAVEDATE. HEAD
Wed, 20 May 2009 17:50:57 -0400 Timo Sirainen deliver_log_format: %s should contain subject in UTF8, not in MIME-encoded form. 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 14:04:25 -0400 Timo Sirainen auth: Fixed using ldap plugin. HEAD
Wed, 20 May 2009 13:56:24 -0400 Timo Sirainen configure: Removed accidentally committed debug line. HEAD
Wed, 20 May 2009 13:51:11 -0400 Timo Sirainen dovecot --build-options: If SQL or LDAP was built as plugins, say it. HEAD
Tue, 19 May 2009 14:48:08 -0400 Timo Sirainen SEARCH INTREAD: Crashfix when deinitializing. 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 13:15:24 -0400 Timo Sirainen Moved mail_thread_type_parse() to lib-storage.a to avoid some linking problems. HEAD
Mon, 18 May 2009 13:09:25 -0400 Timo Sirainen message-decoder now supports optionally returning non-text bodyparts as-is. HEAD
Mon, 18 May 2009 02:41:22 -0400 Timo Sirainen Added tag 1.2.rc4 for changeset 27a49c619a33 HEAD
Sun, 17 May 2009 22:06:07 -0400 Timo Sirainen Released v1.2.rc4. HEAD 1.2.rc4
Sun, 17 May 2009 21:04:26 -0400 Timo Sirainen expire-tool: Clear only user-specific environment variables when changing users. HEAD
Sun, 17 May 2009 21:03:39 -0400 Timo Sirainen Added env_backup_*() for saving/restoring environment. HEAD
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 21:02:38 -0400 Timo Sirainen env_clean(): Clear the environment memory pool also. HEAD
Sun, 17 May 2009 21:01:45 -0400 Timo Sirainen env-util: Minor code cleanup. HEAD
Sun, 17 May 2009 20:34:35 -0400 Timo Sirainen Berkeley DB dict: Transactions should be aborted with abort(), not discard(). HEAD
Sun, 17 May 2009 20:05:36 -0400 Timo Sirainen expire-tool: Fix to previous change to actually use the mail_gid. HEAD
Sun, 17 May 2009 20:02:37 -0400 Timo Sirainen expire-tool: Use mail_uid and mail_gid settings if userdb doesn't return uid/gid. HEAD
Sun, 17 May 2009 18:45:23 -0400 Timo Sirainen virtual: If we can't open a mailbox that was added using a wildcard, just skip it. HEAD
Sun, 17 May 2009 18:36:12 -0400 Timo Sirainen Memory usage tweaks. HEAD
Sun, 17 May 2009 18:35:30 -0400 Timo Sirainen quota-fs: Improved debug logging. HEAD
Sun, 17 May 2009 18:29:35 -0400 Timo Sirainen virtual: Fixed handling multiple mailboxes using the same search args. HEAD
Sun, 17 May 2009 18:28:55 -0400 Timo Sirainen Added mail_search_args_dup(). HEAD
Sun, 17 May 2009 17:54:40 -0400 Timo Sirainen virtual: Handle broken index files better. HEAD
Sun, 17 May 2009 17:54:01 -0400 Timo Sirainen Added mail_index_unlink(). HEAD
Sun, 17 May 2009 17:30:58 -0400 Timo Sirainen Dropping connections from sql connection pool could have crashed. HEAD
Sun, 17 May 2009 17:15:01 -0400 Timo Sirainen virtual: Fixed several crashes. HEAD
Sun, 17 May 2009 17:14:16 -0400 Timo Sirainen Module loading: Increased initial memory pool size. HEAD
Sun, 17 May 2009 17:12:19 -0400 Timo Sirainen Tracking flag updates in saved search results was broken when expunging messages. HEAD
Sun, 17 May 2009 17:11:15 -0400 Timo Sirainen Message threading assert-crashfix. HEAD
Sun, 17 May 2009 15:43:50 -0400 Timo Sirainen virtual: Assert-crashfix when opening mailbox. HEAD
Sun, 17 May 2009 15:43:03 -0400 Timo Sirainen Search: Added an assert. HEAD
Sun, 17 May 2009 15:42:23 -0400 Timo Sirainen mail_thread_init(): Don't assert-crash when checking if we can use a cached thread tree. HEAD
Sun, 17 May 2009 15:05:39 -0400 Timo Sirainen Add "dovecot: " log prefix only for messages from master process. HEAD
Sun, 17 May 2009 15:05:00 -0400 Timo Sirainen logging: Write log prefix after timestamp, not before. HEAD
Sun, 17 May 2009 14:59:51 -0400 Timo Sirainen dict process wasn't restarted after SIGHUP was sent to master. HEAD
Sun, 17 May 2009 14:27:07 -0400 Timo Sirainen LIST: Previous prefix="", list=no change broke listing other list=no namespaces. 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:20:02 -0400 Timo Sirainen imap: When multiple commands are pipelined, try harder to combine their mailbox syncing together. HEAD
Wed, 13 May 2009 13:32:13 -0400 Timo Sirainen Fixed checking if protocols setting contains only invalid values. HEAD
Wed, 13 May 2009 12:40:58 -0400 Timo Sirainen dovecot-example.conf: Clarified that commented sections or plugin settings aren't defaults. HEAD
Tue, 12 May 2009 13:45:37 -0400 Timo Sirainen ldap: When using the same LDAP attribute multiple times, give an error message. HEAD
Tue, 12 May 2009 13:45:08 -0400 Timo Sirainen LDAP: If LDAP_OPT_ERROR_STRING gives more information, log it. HEAD