log

age author description
Tue, 31 Mar 2009 16:39:35 -0400 Timo Sirainen virtual: Don't fail if using -negative boxes. HEAD
Mon, 30 Mar 2009 23:12:44 -0400 Timo Sirainen Message address parser didn't handle empty group:; correctly. HEAD
Mon, 30 Mar 2009 20:27:14 -0400 Timo Sirainen Added maildir_very_dirty_syncs setting. HEAD
Mon, 30 Mar 2009 20:27:02 -0400 Timo Sirainen Added mail_index_lookup_view_flags() HEAD
Mon, 30 Mar 2009 16:18:25 -0400 Timo Sirainen Write to main index file less often. HEAD
Mon, 30 Mar 2009 17:26:40 -0400 Timo Sirainen index: Minor optimization. HEAD
Thu, 26 Mar 2009 18:36:36 -0400 Timo Sirainen Fixed --with-ldap=plugin and --with-gssapi=plugin HEAD
Thu, 26 Mar 2009 18:17:09 -0400 Timo Sirainen charset_to_utf8() may have tried to allocate a lot of memory in some conditions. HEAD
Wed, 25 Mar 2009 20:38:46 -0400 Timo Sirainen fs mailbox listing was sometimes scanning subdirectories unneededly. HEAD
Wed, 25 Mar 2009 20:27:02 -0400 Timo Sirainen Fix to IMAP LIST pattern matching. HEAD
Wed, 25 Mar 2009 19:43:39 -0400 Timo Sirainen Don't try to create files to Maildir/tmp/ if INBOX doesn't exist in Maildir/. HEAD
Wed, 25 Mar 2009 19:43:06 -0400 Timo Sirainen Compiler warning fix. HEAD
Wed, 25 Mar 2009 19:01:37 -0400 Timo Sirainen virtual: Give a nice error message if mailbox's namespace isn't found. HEAD
Wed, 25 Mar 2009 15:57:41 -0400 Timo Sirainen Added tag 1.2.beta4 for changeset 84c70b0695c5 HEAD
Wed, 25 Mar 2009 15:57:37 -0400 Timo Sirainen Released v1.2.beta4. HEAD 1.2.beta4
Wed, 25 Mar 2009 15:55:23 -0400 Timo Sirainen If unlinking strmap fails because it didn't exist to begin with, don't log an error. HEAD
Wed, 25 Mar 2009 15:52:52 -0400 Timo Sirainen mail_index_map_modseq_clone() caused memory corruption. HEAD
Wed, 25 Mar 2009 15:38:57 -0400 Timo Sirainen mail_privileged_group setting prevents core dumps - mention it in logging. HEAD
Wed, 25 Mar 2009 14:46:47 -0400 Timo Sirainen Comment update. HEAD
Wed, 25 Mar 2009 14:23:46 -0400 Timo Sirainen configure no longer prints "UNSTABLE development branch" warning. HEAD
Wed, 25 Mar 2009 14:12:33 -0400 Timo Sirainen dovecotpw: Use CRAM-MD5 instead of HMAC-MD5 as the default. HEAD
Wed, 25 Mar 2009 14:11:51 -0400 Timo Sirainen auth: hex vs. base64 autodetection didn't work with CRAM-MD5 scheme. HEAD
Tue, 24 Mar 2009 18:04:18 -0400 Timo Sirainen Fix to previous change: Log version mismatch after log initialization. HEAD
Tue, 24 Mar 2009 18:01:30 -0400 Timo Sirainen login process: Check Dovecot version mismatch earlier. HEAD
Tue, 24 Mar 2009 17:19:38 -0400 Timo Sirainen dbox: Reversed the forced MAILBOXDIR change after all. v1.3 can force it then. HEAD
Tue, 24 Mar 2009 17:10:29 -0400 Timo Sirainen dbox: No longer allow an empty MAILBOXDIR. Future code relies on this. HEAD
Tue, 24 Mar 2009 13:06:31 -0400 Timo Sirainen Removed unused code. HEAD
Tue, 24 Mar 2009 13:02:59 -0400 Timo Sirainen login_process_per_connection=yes should have limited how many lines/sec process was allowed to log. HEAD
Tue, 24 Mar 2009 13:01:16 -0400 Timo Sirainen squat: error handling fix. HEAD
Mon, 23 Mar 2009 17:40:32 -0400 Timo Sirainen Don't cache Date: header if we don't really want it. HEAD
Mon, 23 Mar 2009 16:33:11 -0400 Timo Sirainen fts-solr: Solr breaks when it sees control characters, so replace them with spaces. HEAD
Mon, 23 Mar 2009 12:51:30 -0400 Timo Sirainen Maildir: Another logging improvement to EACCES error. HEAD
Fri, 20 Mar 2009 12:28:37 -0400 Timo Sirainen IMAP: ESORT extension was implemented wrong. HEAD
Thu, 19 Mar 2009 20:34:58 -0400 Timo Sirainen virtual: We don't really need to do fsync for appends or expunges. HEAD
Thu, 19 Mar 2009 19:21:09 -0400 Timo Sirainen Removed some unnecessary code. HEAD
Thu, 19 Mar 2009 19:20:48 -0400 Timo Sirainen dbox: Minor error handling fix. HEAD
Thu, 19 Mar 2009 18:19:56 -0400 Timo Sirainen Charset conversion: Don't panic if iconv() doesn't produce valid UTF-8 output. HEAD
Thu, 19 Mar 2009 17:06:33 -0400 Timo Sirainen Added more asserts. HEAD
Wed, 18 Mar 2009 17:36:38 -0400 Timo Sirainen Added tag 1.2.beta3 for changeset 6ab55d991765 HEAD
Wed, 18 Mar 2009 17:36:25 -0400 Timo Sirainen Released v1.2.beta3. HEAD 1.2.beta3
Wed, 18 Mar 2009 17:26:40 -0400 Timo Sirainen MAILBOXDIR changes broke some setups. HEAD
Wed, 18 Mar 2009 14:40:58 -0400 Timo Sirainen imap-parser: Added IMAP_PARSE_FLAG_MULTILINE_STR flag. HEAD
Wed, 18 Mar 2009 13:59:58 -0400 Timo Sirainen FETCH n BODY.PEEK[HEADER.FIELDS[.NOT] (...)] returned BAD. HEAD
Wed, 18 Mar 2009 13:47:58 -0400 Timo Sirainen If log write() fails because of EINTR, try again 2 more times. HEAD
Sun, 15 Mar 2009 20:06:45 -0400 Timo Sirainen master: Don't crash in login_executable -D checks if protocols line doesn't have imap. HEAD
Sun, 15 Mar 2009 17:48:03 -0400 Timo Sirainen mbox: pop3_lock_session=yes was broken with mail_privileged_group. HEAD
Fri, 13 Mar 2009 18:53:33 -0400 Timo Sirainen Added tag 1.2.beta2 for changeset 116ca52dfcb5 HEAD
Fri, 13 Mar 2009 18:53:30 -0400 Timo Sirainen Released v1.2.beta2. HEAD 1.2.beta2
Fri, 13 Mar 2009 18:36:50 -0400 Timo Sirainen auth: Improved getpwnam() and getgrnam() error handling. HEAD
Fri, 13 Mar 2009 18:05:10 -0400 Timo Sirainen --with-vpopmail: Minor fix for previous change. HEAD
Fri, 13 Mar 2009 18:01:30 -0400 Timo Sirainen --with-vpopmail=path now also checks path/lib_deps instead of only path/etc/lib_deps. HEAD
Fri, 13 Mar 2009 17:46:14 -0400 Timo Sirainen gssapi: Fix to previous change. HEAD
Fri, 13 Mar 2009 17:42:05 -0400 Timo Sirainen gssapi: Cross-realm authentication fix. HEAD
Fri, 13 Mar 2009 17:27:11 -0400 Timo Sirainen Compiler warning fix. HEAD
Fri, 13 Mar 2009 17:24:21 -0400 Timo Sirainen dovecot-example.conf: Make example expire_dict go through dict proxy. HEAD
Fri, 13 Mar 2009 15:19:13 -0400 Timo Sirainen master: Fixes to core dump log message writing. HEAD
Fri, 13 Mar 2009 15:12:23 -0400 Timo Sirainen If login process core dumps, suggest using -D parameter. HEAD
Fri, 13 Mar 2009 15:11:46 -0400 Timo Sirainen master: If login process has -D parameter, make login directory writable. HEAD
Fri, 13 Mar 2009 14:50:41 -0400 Timo Sirainen login processes: If -D parameter is given, allow dumping core file. HEAD
Thu, 12 Mar 2009 20:30:11 -0400 Timo Sirainen Fix to mailbox_dir_name handling. (Broke mbox .subscriptions filtering) HEAD
Thu, 12 Mar 2009 18:02:39 -0400 Timo Sirainen maildir_set_deleted() return value was handled wrong everywhere. HEAD
Thu, 12 Mar 2009 17:38:36 -0400 Timo Sirainen dbox: Changed the default mailbox dir name, subscriptions and uidvalidity filenames. HEAD
Thu, 12 Mar 2009 17:30:45 -0400 Timo Sirainen Added :MAILBOXDIR= to mail_location to specify the root dir for mailboxes. HEAD
Thu, 12 Mar 2009 15:22:51 -0400 Timo Sirainen virtual: Fixes. HEAD
Wed, 11 Mar 2009 17:22:15 -0400 Timo Sirainen Updated comment for valid_chroot_dirs. HEAD
Wed, 11 Mar 2009 16:11:55 -0400 Timo Sirainen imap: Code cleanup: Changed buffer to an array. HEAD
Wed, 11 Mar 2009 16:04:01 -0400 Timo Sirainen imap: Improve "FETCH .. got too little data" error messages. HEAD
Tue, 10 Mar 2009 12:28:22 -0400 Timo Sirainen indexes: Fixes to handling shrinking tail offsets. HEAD
Tue, 10 Mar 2009 12:28:00 -0400 Timo Sirainen indexes: Removed unnecessary code. HEAD
Mon, 09 Mar 2009 22:27:36 -0400 Timo Sirainen Improved "corrupted transaction log file" error message. HEAD
Mon, 09 Mar 2009 21:52:42 -0400 Timo Sirainen Maildir and Cydir: When saving mail, expose ostream to mail_save_context.output. HEAD
Mon, 09 Mar 2009 21:00:48 -0400 Timo Sirainen If indexes had been reset, extension changes may have been written wrong. HEAD
Mon, 09 Mar 2009 20:17:52 -0400 Timo Sirainen indexes: Crashfix to error handling. HEAD
Thu, 05 Mar 2009 17:29:37 -0500 Timo Sirainen indexes: Make sure we don't shrink log_file_tail_offset. HEAD
Thu, 05 Mar 2009 13:15:17 -0500 Timo Sirainen mbox: Don't crash if >=8192 bytes long line begins with "From ". HEAD
Wed, 04 Mar 2009 18:31:22 -0500 Timo Sirainen mailbox_list_get_dir_permissions() returned broken permissions if root dir didn't exist. HEAD
Wed, 04 Mar 2009 18:30:42 -0500 Timo Sirainen lazy_expunge: When deleting mailboxes, if the destination parent dir didn't exist, delete failed. HEAD
Wed, 04 Mar 2009 18:03:23 -0500 Timo Sirainen mbox: Possible assert-crashfix. Also added some comments. HEAD
Mon, 02 Mar 2009 22:16:15 -0500 Timo Sirainen digest-md5 scheme generation was broken if username didn't contain @domain. HEAD
Mon, 02 Mar 2009 21:13:11 -0500 Timo Sirainen Compiler warning fixes. HEAD
Mon, 02 Mar 2009 21:04:11 -0500 Timo Sirainen Improved logging for core dumping. With Linux use PR_SET_DUMPABLE for imap/pop3. HEAD
Mon, 02 Mar 2009 20:23:31 -0500 Timo Sirainen Updated. HEAD
Mon, 02 Mar 2009 17:54:01 -0500 Timo Sirainen maildir: When locking uidlist, send OK notifies if it's taking a long time. HEAD
Mon, 02 Mar 2009 11:32:46 -0500 Timo Sirainen fdatasync_path(): Ignore EINVAL errors (Linux+CIFS). HEAD
Fri, 27 Feb 2009 17:39:48 -0500 Timo Sirainen pop3_lock_session=yes didn't use mail_privileged_group while dotlocking. HEAD
Thu, 26 Feb 2009 18:47:01 -0500 Timo Sirainen mbox: Yet another mbox locking error message fix. HEAD
Thu, 26 Feb 2009 18:45:50 -0500 Timo Sirainen pop3: When mail_debug=yes, log also home directory. HEAD
Thu, 26 Feb 2009 18:30:02 -0500 Timo Sirainen virtual: Added support for saving/copying messages to virtual mailboxes. HEAD
Thu, 26 Feb 2009 18:29:18 -0500 Timo Sirainen virtual: Avoid getting duplicate mailboxes when expanding wildcards. HEAD
Thu, 26 Feb 2009 18:27:17 -0500 Timo Sirainen IMAP: Don't return APPENDUI/COPYUID if backend didn't provide them. HEAD
Thu, 26 Feb 2009 17:44:17 -0500 Timo Sirainen mbox: Improve dotlock error logging more. HEAD
Thu, 26 Feb 2009 16:43:51 -0500 Timo Sirainen deliver: Use user's home dir or mail dir when creating temp files, instead of hardcoded /tmp. HEAD
Thu, 26 Feb 2009 16:43:21 -0500 Timo Sirainen Added mail_user_get_temp_prefix() and mail_storage_get_temp_prefix(). HEAD
Thu, 26 Feb 2009 16:42:00 -0500 Timo Sirainen istream-seekable: Don't add an extra "." after the given prefix. HEAD
Thu, 26 Feb 2009 16:38:24 -0500 Timo Sirainen mbox: Creating directories based on mbox file's mode dropped +x permissions. HEAD
Thu, 26 Feb 2009 13:54:30 -0500 Timo Sirainen mbox: Give better error messages if dotlocking fails. HEAD
Thu, 26 Feb 2009 11:24:21 -0500 Timo Sirainen Compile fix for systems where printf() is a macro. HEAD
Wed, 25 Feb 2009 14:26:25 -0500 Timo Sirainen SORT: Don't waste data stack memory when sorting many messages. HEAD
Wed, 25 Feb 2009 14:25:50 -0500 Timo Sirainen IMAP: Fixed SORT command crashing. HEAD
Tue, 24 Feb 2009 18:13:34 -0500 Timo Sirainen Ignore also .Tpo files (in .deps). HEAD
Tue, 24 Feb 2009 18:11:18 -0500 Timo Sirainen ostream: When copying backwards within a file, update in/outstream offsets. HEAD
Tue, 24 Feb 2009 17:16:38 -0500 Timo Sirainen Error message fix for currently unused mailbox list index code. HEAD
Tue, 24 Feb 2009 16:55:11 -0500 Timo Sirainen mail_index_map_ext_hdr_check(): Fixed a wrong check. HEAD
Tue, 24 Feb 2009 16:41:08 -0500 Timo Sirainen pop3-login: Don't crash after successful login. HEAD
Tue, 24 Feb 2009 16:41:00 -0500 Timo Sirainen imap-proxy: Minor code cleanup HEAD
Mon, 23 Feb 2009 13:41:50 -0500 Timo Sirainen Create missing index dir using the same permissions as the mailbox dir. HEAD
Mon, 23 Feb 2009 13:40:01 -0500 Timo Sirainen maildir: We didn't properly handle missing control directory at startup. HEAD
Mon, 23 Feb 2009 13:18:33 -0500 Timo Sirainen Improved "Can't open delivery mail as raw" error message. HEAD
Mon, 23 Feb 2009 13:18:17 -0500 Timo Sirainen deliver -p: Expand relative paths before chdir()ing. HEAD
Sat, 21 Feb 2009 18:47:48 -0500 Timo Sirainen mailboxes: Copy root directory's +x modes for newly created dirs perfectly. HEAD
Sat, 21 Feb 2009 18:22:11 -0500 Timo Sirainen Authentication: system_user userdb extra field renamed to system_groups_user. HEAD
Sat, 21 Feb 2009 17:46:35 -0500 Timo Sirainen Create all mail/index files'/dirs' permissions based on the mailbox directory. HEAD
Sat, 21 Feb 2009 17:10:43 -0500 Timo Sirainen DIGEST-MD5: Fixed authentication with user@domain usernames. HEAD
Sat, 21 Feb 2009 14:59:33 -0500 Timo Sirainen auth workers: Return plaintext credentials to parent process if possible, so it gets cached instead of some other scheme. HEAD
Sat, 21 Feb 2009 14:51:32 -0500 Timo Sirainen auth: Improved logging for "password scheme not available" failures. HEAD
Sat, 21 Feb 2009 14:38:51 -0500 Timo Sirainen auth cache: Don't crash if trying to lookup credentials for NULL password. HEAD
Sat, 21 Feb 2009 14:16:22 -0500 Timo Sirainen Auth workers: Don't duplicate "nopassword" field. HEAD
Fri, 20 Feb 2009 18:29:30 -0500 Timo Sirainen virtual: Crashfix on a specific configuration. HEAD
Fri, 20 Feb 2009 17:36:26 -0500 Timo Sirainen If chdir() fails with EACCES in mail process creation, log a user-friendly error. HEAD
Fri, 20 Feb 2009 17:35:49 -0500 Timo Sirainen Moved user-friendly EACCES error message generation to lib/. HEAD
Fri, 20 Feb 2009 17:11:25 -0500 Timo Sirainen imap-acl: Don't let client remove admin ACL from its own mailboxes. HEAD
Fri, 20 Feb 2009 16:31:37 -0500 Timo Sirainen imap-acl: Don't return default rights for mailboxes in non-private namespaces. HEAD
Fri, 20 Feb 2009 16:26:41 -0500 Timo Sirainen imap-acl: GETACL: Convert "owner" to the actual username whenever possible. HEAD
Fri, 20 Feb 2009 15:47:39 -0500 Timo Sirainen imap-acl: Handle obsolete 'c' and 'd' rights. HEAD
Fri, 20 Feb 2009 15:38:42 -0500 Timo Sirainen imap-acl: When GETACL lists negative rights, the "-" wasn't inside quotes. HEAD
Fri, 20 Feb 2009 15:37:42 -0500 Timo Sirainen imap-acl: Fixed GETACL when listing both negative and postitive rights. HEAD
Fri, 20 Feb 2009 15:35:43 -0500 Timo Sirainen imap-acl: Fixed handling SETACL with empty rights. HEAD
Fri, 20 Feb 2009 15:27:03 -0500 Timo Sirainen mail-storage API: Added some function description comments. HEAD
Thu, 19 Feb 2009 18:40:27 -0500 Timo Sirainen idxview: Support specifying the name of dovecot.index file. HEAD
Thu, 19 Feb 2009 13:08:50 -0500 Timo Sirainen If we detect cached header is corrupted while unfolding it, mark the cache corrupted. HEAD
Fri, 13 Feb 2009 17:44:00 -0500 Timo Sirainen Fixed comment for mailbox_list_iter_deinit(). HEAD
Thu, 12 Feb 2009 18:36:45 -0500 Timo Sirainen "Maildir filename has wrong W value" error was missing new/cur directory in the middle. HEAD
Wed, 11 Feb 2009 17:30:52 -0500 Timo Sirainen Code comments updated. HEAD
Tue, 10 Feb 2009 23:21:02 -0500 Timo Sirainen pop3: Don't crash at startup if mailbox is empty. HEAD
Tue, 10 Feb 2009 19:28:06 -0500 Timo Sirainen Added tag 1.2.beta1 for changeset c21c082aebb6 HEAD
Tue, 10 Feb 2009 19:28:02 -0500 Timo Sirainen Released v1.2.beta1. HEAD 1.2.beta1
Tue, 10 Feb 2009 12:46:14 -0500 Timo Sirainen Minor changes to mailbox list indexing code. Still disabled/non-working. HEAD
Tue, 10 Feb 2009 12:19:05 -0500 Timo Sirainen pop3/imap: When master closes our log fd, don't die when trying to log disconnect reason. HEAD
Tue, 10 Feb 2009 12:01:41 -0500 Timo Sirainen Renamed imap_args_to_str() to imap_write_args() and added a new imap_args_to_str(). HEAD
Mon, 09 Feb 2009 22:44:42 -0500 Timo Sirainen master: Another deinit crashfix HEAD
Mon, 09 Feb 2009 21:04:08 -0500 Timo Sirainen Updated. HEAD
Mon, 09 Feb 2009 20:07:40 -0500 Timo Sirainen Give an error if inbox=yes namespace is missing. HEAD
Mon, 09 Feb 2009 20:00:13 -0500 Timo Sirainen master: make sure we don't access freed memory on deinit. HEAD
Mon, 09 Feb 2009 19:44:07 -0500 Timo Sirainen master: Don't crash if auth process dies too early. HEAD
Fri, 06 Feb 2009 18:08:56 -0500 Timo Sirainen imap-acl plugin: Memory leak fix HEAD
Fri, 06 Feb 2009 17:40:10 -0500 Timo Sirainen pgsql: Fixes to handling reconnecting to server. HEAD
Fri, 06 Feb 2009 17:19:57 -0500 Timo Sirainen dict sql: If connect setting isn't given, give an error message instead of crashing. HEAD
Fri, 06 Feb 2009 13:49:07 -0500 Timo Sirainen imap: Added module contexts to struct client_command_context. HEAD
Fri, 06 Feb 2009 13:39:48 -0500 Timo Sirainen imap: Store command args to client command contexts for debugging purposes. HEAD
Fri, 06 Feb 2009 13:38:54 -0500 Timo Sirainen Added imap_args_to_str() HEAD
Fri, 06 Feb 2009 13:38:26 -0500 Timo Sirainen imap: export imap_commands array containing all registered commands. HEAD
Fri, 06 Feb 2009 13:10:06 -0500 Timo Sirainen Avoid calling imap_parser_*() directly. It's not required. HEAD
Fri, 06 Feb 2009 12:49:46 -0500 Timo Sirainen Mail copying API changed to be based on save API. This allows extending it easily in future. HEAD
Fri, 06 Feb 2009 12:48:38 -0500 Timo Sirainen maildir: Adding new keywords was broken by recent changes. HEAD
Thu, 05 Feb 2009 18:29:27 -0500 Timo Sirainen mail_index_lookup_first() didn't always find the result. HEAD
Thu, 05 Feb 2009 11:54:53 -0500 Timo Sirainen pop3: Fix to previous changes: Update \Seen flags even when not using QUIT. HEAD
Wed, 04 Feb 2009 17:50:05 -0500 Timo Sirainen istream-tee: Minor cleanups, assert and a potential fix. HEAD
Wed, 04 Feb 2009 17:44:01 -0500 Timo Sirainen i_stream_read(): Added a few more asserts. HEAD
Wed, 04 Feb 2009 17:43:39 -0500 Timo Sirainen Grew initial plain_auth_request pool size. HEAD
Wed, 04 Feb 2009 16:00:48 -0500 Timo Sirainen Added CONTEXT=SEARCH back. We do implement all of it actually, just not CONTEXT=SORT. HEAD
Wed, 04 Feb 2009 15:36:34 -0500 Timo Sirainen pop3: If client idles for 10 seconds, commit transaction (allowing mbox to become unlocked). HEAD
Wed, 04 Feb 2009 15:28:31 -0500 Timo Sirainen pop3: Track \Seen flag changes in a bitmask and do the changes at QUIT. HEAD
Wed, 04 Feb 2009 15:13:01 -0500 Timo Sirainen mbox: flock() and lockf() now use blocking alarm()ed locking. HEAD
Wed, 04 Feb 2009 14:59:41 -0500 Timo Sirainen Removed CONTEXT=SEARCH capability for now, since with ESORT it requires more code. HEAD
Wed, 04 Feb 2009 14:58:35 -0500 Timo Sirainen Implemented support for ESORT capability. HEAD
Wed, 04 Feb 2009 14:18:24 -0500 Timo Sirainen SEARCH RETURN (PARTIAL): Allow higher:lower numbers in partial seq range. HEAD
Wed, 04 Feb 2009 13:54:49 -0500 Timo Sirainen SEARCH: RETURN (PARTIAL) was broken. HEAD
Wed, 04 Feb 2009 12:47:27 -0500 Timo Sirainen Renamed imap-search.[ch] to imap-search-args.[ch] HEAD
Wed, 04 Feb 2009 12:30:07 -0500 Timo Sirainen auth_debug_passwords=yes: If auth bind fails, log the attempted password. HEAD
Wed, 04 Feb 2009 12:23:55 -0500 Timo Sirainen auth_debug_passwords=yes: Log password for PAM lookups. HEAD
Tue, 03 Feb 2009 12:07:21 -0500 Timo Sirainen nfs_check: Mention also mail_nfs_storage=yes in the error message. HEAD
Tue, 03 Feb 2009 11:57:35 -0500 Timo Sirainen If mail_chroot is set, don't fail at startup in dump-capability. HEAD
Mon, 02 Feb 2009 19:03:25 -0500 Timo Sirainen dovecot-ldap-example.conf: Updated dn and dnpass comments. HEAD
Mon, 02 Feb 2009 19:00:50 -0500 Timo Sirainen ldap: Give better error message when aborting LDAP requests due to not being connected. HEAD
Mon, 02 Feb 2009 18:25:21 -0500 Timo Sirainen Changed default ldap_version from 2 to 3. Some servers no longer allow v2. HEAD
Mon, 02 Feb 2009 14:57:33 -0500 Timo Sirainen nfs+maildir: lseek() may also return ESTALE failure, handle it. HEAD
Mon, 02 Feb 2009 12:50:27 -0500 Timo Sirainen deliver: If -a wasn't specified and no Envelope-To: header, the fallback implementation was buggy. HEAD
Mon, 02 Feb 2009 12:48:41 -0500 Timo Sirainen deliver: If -f <sender> was specified and -a not, the sender was used also as the destination. HEAD
Mon, 02 Feb 2009 12:27:56 -0500 Timo Sirainen master: Give an error if login_dir = base_dir. HEAD
Mon, 02 Feb 2009 12:14:54 -0500 Timo Sirainen master: Don't crash at quit if there is some unwritten data in logs. HEAD
Mon, 02 Feb 2009 12:12:15 -0500 Timo Sirainen userdb prefetch + blocking passdbs was still broken with non-plaintext auth. HEAD
Sun, 01 Feb 2009 22:24:56 -0500 Timo Sirainen acl: We stopped calling hook_mail_storage_created for internal namespaces. HEAD
Sat, 31 Jan 2009 20:15:12 +0200 Timo Sirainen auth: Using "username" or "domain" passdb fields caused problems with cache and blocking passdbs. HEAD
Thu, 29 Jan 2009 19:25:02 -0500 Timo Sirainen dbox: INTERNALDATE and save date was returned wrong for converted maildir files. HEAD
Tue, 27 Jan 2009 14:33:48 -0500 Timo Sirainen mailbox_allow_new_keywords() was returning the opposite value, causing \* flag to be reported wrong. HEAD
Tue, 27 Jan 2009 13:15:16 -0500 Timo Sirainen dict file: Compiler warning fix. HEAD
Mon, 26 Jan 2009 19:17:54 -0500 Timo Sirainen If some setting contains a bad value, make sure the error message contains the setting name. HEAD
Mon, 26 Jan 2009 16:21:30 -0500 Timo Sirainen dotlocking: Increase the wait time 1,5 x every second until we reach 3 seconds. HEAD
Mon, 26 Jan 2009 14:13:23 -0500 Timo Sirainen maildir: Handling keywords was more or less broken because of a broken sort compare function. HEAD
Sun, 25 Jan 2009 20:13:34 -0500 Timo Sirainen dovecot-example.conf: Moved userdb prefetch before other userdbs, since that's where it should be. HEAD
Sun, 25 Jan 2009 20:11:24 -0500 Timo Sirainen Another caching fix to blocking passdbs when using non-plaintext auth. HEAD
Sun, 25 Jan 2009 20:11:08 -0500 Timo Sirainen Previous change to handling blocking passdbs broke it for userdb prefetch. HEAD
Sun, 25 Jan 2009 19:51:00 -0500 Timo Sirainen master: When shutting down, avoid dict processes giving "unknown process exited" errors. HEAD
Sun, 25 Jan 2009 19:40:36 -0500 Timo Sirainen Increased some initial memory pool sizes. HEAD
Sun, 25 Jan 2009 19:40:15 -0500 Timo Sirainen pgsql: Don't break when using multiple transactions. HEAD
Sun, 25 Jan 2009 19:39:41 -0500 Timo Sirainen dict proxy client: Don't hang when doing an async commit. HEAD
Sun, 25 Jan 2009 18:39:07 -0500 Timo Sirainen dict: Fixes to handling dying dict processes. HEAD
Sun, 25 Jan 2009 18:23:52 -0500 Timo Sirainen dict: Set listener socket non-blocking so it doesn't hang on accept() when Dovecot is shutting down. HEAD
Sun, 25 Jan 2009 17:47:23 -0500 Timo Sirainen virtual: Fix assert-crashing caused by previous changes. HEAD
Sun, 25 Jan 2009 19:54:54 +0200 Timo Sirainen dbox rebuild: Previous change removed too much code. HEAD
Fri, 23 Jan 2009 13:13:15 -0500 Timo Sirainen Don't use clean_pool with login processes. HEAD
Fri, 23 Jan 2009 13:12:50 -0500 Timo Sirainen Shared namespaces: Allow using %% in the prefix. HEAD
Thu, 22 Jan 2009 02:42:35 +0200 Timo Sirainen dbox rebuild: Dont try to give unknown maildir files UIDs that are after uidlist's nextuid. HEAD
Thu, 22 Jan 2009 02:39:52 +0200 Timo Sirainen Another fix to mail_index_transaction_get_next_uid() fix. HEAD
Wed, 21 Jan 2009 19:40:19 -0500 Timo Sirainen Fix to mail_index_transaction_get_next_uid() fix. HEAD
Wed, 21 Jan 2009 18:31:12 -0500 Timo Sirainen dbox: Minor error logging fix. HEAD
Wed, 21 Jan 2009 18:29:44 -0500 Timo Sirainen mail_index_transaction_get_next_uid() shouldn't sort appends. They may still be modified! HEAD
Wed, 21 Jan 2009 16:51:58 -0500 Timo Sirainen dbox: Improved error message. HEAD
Wed, 21 Jan 2009 15:48:51 -0500 Timo Sirainen Sending SIGUSR2 to dovecot-auth now also logs statistics about cache inserts. HEAD
Wed, 21 Jan 2009 12:40:06 -0500 Timo Sirainen quota debug: Hide "(0%)" if quota limits aren't defined defined in percentages. HEAD
Wed, 21 Jan 2009 12:30:15 -0500 Timo Sirainen dbox rebuild: Don't crash if nothing was previously in cache. HEAD
Tue, 20 Jan 2009 17:36:50 -0500 Timo Sirainen Don't warn about maybe not being able to log in if protocols=none. HEAD
Tue, 20 Jan 2009 15:04:25 -0500 Timo Sirainen If all login processes are in use and we can't create a new one, log a warning. HEAD
Tue, 20 Jan 2009 12:31:58 -0500 Timo Sirainen mail_extra_groups backwards compatibility setting removed. HEAD
Tue, 20 Jan 2009 11:28:48 -0500 Timo Sirainen dict proxy: Handle async commits better. HEAD
Mon, 19 Jan 2009 17:38:21 -0500 Timo Sirainen Give a better error message when userdb-only checkpassword program is used with passdb checkpassword. HEAD
Mon, 19 Jan 2009 16:24:33 -0500 Timo Sirainen imap-acl plugin: Include version string in the plugin. HEAD
Mon, 19 Jan 2009 16:03:50 -0500 Timo Sirainen dict quota: Use dict_transaction_commit_async(). HEAD
Mon, 19 Jan 2009 16:03:25 -0500 Timo Sirainen Added dict_transaction_commit_async(). HEAD
Mon, 19 Jan 2009 15:50:40 -0500 Timo Sirainen dict quota: noenforcing setting caused quota to not be updated at all. HEAD
Mon, 19 Jan 2009 15:30:58 -0500 Timo Sirainen dict quota: When updating quota don't look up the current byte/msg limit if there's no limit for it. HEAD
Mon, 19 Jan 2009 12:08:51 -0500 Timo Sirainen dbox: Notify plugins about expunges. Fixes quota. HEAD
Mon, 19 Jan 2009 12:08:24 -0500 Timo Sirainen dict-file: Fixed a crash. HEAD
Mon, 19 Jan 2009 11:55:26 -0500 Timo Sirainen quota: Fixed debug logging. HEAD
Sun, 18 Jan 2009 21:47:47 -0500 Timo Sirainen pgsql: When doing negative increments, don't even try to use INSERT. HEAD
Sun, 18 Jan 2009 21:02:15 -0500 Timo Sirainen pgsql: More fixes to transaction handling. HEAD
Sun, 18 Jan 2009 20:15:26 -0500 Timo Sirainen hook_mail_namespaces_created() wasn't always called with all namespaces as parameter. HEAD
Sun, 18 Jan 2009 20:14:31 -0500 Timo Sirainen listescape plugin: The next namespaces_created callback was called with NULL namespaces. HEAD
Sat, 17 Jan 2009 17:21:29 -0500 Timo Sirainen pgsql: Don't write to freed memory if transaction is aborted while SQL commands are being executed. HEAD
Sat, 17 Jan 2009 13:56:24 -0500 Timo Sirainen Added dict_process_count setting for creating multiple dict processes. HEAD
Sat, 17 Jan 2009 13:41:44 -0500 Timo Sirainen pgsql: Removed accidentally committed debug code. HEAD
Sat, 17 Jan 2009 12:32:28 -0500 Timo Sirainen sql dict: Merge two INSERTs together whenever possible (for dict quota). HEAD
Sat, 17 Jan 2009 12:31:28 -0500 Timo Sirainen pgsql: Don't use BEGIN/COMMIT if transaction has only a single change. HEAD
Sat, 17 Jan 2009 12:30:54 -0500 Timo Sirainen quota plugin optimization: Don't look up quota values every time when iterating quota roots. HEAD
Sat, 17 Jan 2009 11:57:56 -0500 Timo Sirainen Previous changes broke compiling with select ioloop. HEAD
Fri, 16 Jan 2009 14:21:25 -0500 Timo Sirainen Fixes to handling +w permission errors and use it more often. HEAD
Fri, 16 Jan 2009 12:45:06 -0500 Timo Sirainen Permission denied error handling can now suggest missing +w permissions. HEAD
Fri, 16 Jan 2009 12:29:30 -0500 Timo Sirainen Fix to previous commit to actually compile.. HEAD
Fri, 16 Jan 2009 12:21:21 -0500 Timo Sirainen Permission error logging: If UNIX permissions appear to be ok, suggest ACL problem. HEAD
Thu, 15 Jan 2009 21:36:26 -0500 Timo Sirainen mempool system clean: Don't break if realloc() shrinks the memory area. HEAD
Thu, 15 Jan 2009 17:21:18 -0500 Timo Sirainen Earlier changes broke login process, because it wasn't chdir()ing to login directory. HEAD
Thu, 15 Jan 2009 17:14:29 -0500 Timo Sirainen deliver: Don't allow running as setuid-root if world can execute the binary. HEAD
Thu, 15 Jan 2009 16:23:59 -0500 Timo Sirainen Maildir: Fix to earlier >26 keywords handling change. HEAD
Thu, 15 Jan 2009 16:22:04 -0500 Timo Sirainen login processes: Tell ioloop the maximum number of fds we can use. HEAD
Thu, 15 Jan 2009 16:20:09 -0500 Timo Sirainen Added io_loop_set_max_fd_count() to specify how many fds we expect to use. HEAD
Thu, 15 Jan 2009 15:54:39 -0500 Timo Sirainen Removed some old backwards compatibility handling code. HEAD
Thu, 15 Jan 2009 15:52:44 -0500 Timo Sirainen Renamed "ssl_disable" setting to "ssl". Added support for ssl=required. HEAD
Thu, 15 Jan 2009 15:47:12 -0500 Timo Sirainen Updated imap response codes. HEAD
Thu, 15 Jan 2009 15:12:07 -0500 Timo Sirainen deliver: Changed the default rejection_subject. HEAD
Thu, 15 Jan 2009 15:05:58 -0500 Timo Sirainen Maildir keywords handling code cleanup. HEAD
Wed, 14 Jan 2009 15:14:11 -0500 Timo Sirainen If login process crashes, log the IP address that (maybe) caused it. HEAD
Wed, 14 Jan 2009 14:06:46 -0500 Timo Sirainen Crashfix / keyword handling fix when appending messages non-sorted (dbox rebuild). HEAD
Wed, 14 Jan 2009 13:56:01 -0500 Timo Sirainen Cleaned up read-only mailbox handling. Fixes a bug with Maildir syncing. HEAD
Wed, 14 Jan 2009 11:48:20 -0500 Timo Sirainen maildir: Fixes to handling over 26 keywords. HEAD
Wed, 14 Jan 2009 11:13:15 -0500 Timo Sirainen pop3: Prevent clients from looping forever trying to fetch an expunged message. HEAD
Wed, 14 Jan 2009 10:47:47 -0500 Timo Sirainen pop3: Treat invalid command parameters also as command errors HEAD
Tue, 13 Jan 2009 16:55:03 -0500 Timo Sirainen Added rejection_subject setting to deliver, which is used for rejected mails. HEAD
Tue, 13 Jan 2009 13:13:19 -0500 Timo Sirainen Check broken ssl-parameters.dat files better and give a better error message when seeing one. HEAD
Tue, 13 Jan 2009 13:12:21 -0500 Timo Sirainen Always send LOGIN_DIR environment to login processes. HEAD
Mon, 12 Jan 2009 20:35:07 -0500 Timo Sirainen s/acl_dict/acl_shared_dict/ HEAD
Mon, 12 Jan 2009 19:18:56 -0500 Timo Sirainen Auth sockets: Allow specifying user and group with numbers. HEAD
Mon, 12 Jan 2009 13:26:24 -0500 Timo Sirainen pgsql: If query failed because connection was lost, retry it automatically. HEAD
Mon, 12 Jan 2009 12:23:19 -0500 Timo Sirainen pgsql: ROLLBACK wasn't sent correctly in synchronous commit failures. HEAD
Mon, 12 Jan 2009 12:05:58 -0500 Timo Sirainen pgsql: If query fails because connection gets closed, return a proper error message. HEAD
Mon, 12 Jan 2009 12:05:19 -0500 Timo Sirainen psql: Don't give errors with epoll if db connection gets closed. HEAD
Mon, 12 Jan 2009 10:44:13 -0500 Timo Sirainen Improved "Transaction log corrupted unexpectedly" error message. HEAD
Mon, 12 Jan 2009 10:43:55 -0500 Timo Sirainen index: Expunge records' UIDs weren't verified to be valid before using them. HEAD
Mon, 12 Jan 2009 10:32:38 -0500 Timo Sirainen dbox: Fixes to handling maildir-converted files. HEAD
Sat, 10 Jan 2009 15:37:24 -0500 Timo Sirainen Added array_get_pool(). HEAD
Fri, 09 Jan 2009 14:03:44 -0500 Timo Sirainen deliver: If log path begins with ~/, expand it to $HOME directory. HEAD
Fri, 09 Jan 2009 13:57:30 -0500 Timo Sirainen quota: Log a bit more when "Unknown backend" error happens. HEAD
Fri, 09 Jan 2009 13:14:04 -0500 Timo Sirainen Berkeley DB fixes and cleanups. Don't leak memory/bdb resources. HEAD
Fri, 09 Jan 2009 11:17:20 -0500 Timo Sirainen apop: Compile fix for previous commit. HEAD
Fri, 09 Jan 2009 11:15:56 -0500 Timo Sirainen auth: Code cleanup for specifying what passdb features auth mechanisms need. HEAD
Fri, 09 Jan 2009 11:09:17 -0500 Timo Sirainen APOP auth: Minor code cleanups. HEAD
Thu, 08 Jan 2009 14:48:18 -0500 Timo Sirainen mbox: Fixed crash with pop3_lock_session=yes if dotlock already existed. HEAD
Thu, 08 Jan 2009 14:47:58 -0500 Timo Sirainen mbox: Fixed assert-crash with pop3_lock_session=yes HEAD
Thu, 08 Jan 2009 12:22:11 -0500 Timo Sirainen configure: Test strtoumax() and strtoimax() by linking instead of just compiling (Tru64 fix). HEAD
Thu, 08 Jan 2009 11:52:21 -0500 Timo Sirainen env_remove(): Implement a fallback method if unsetenv() doesn't exist. HEAD
Thu, 08 Jan 2009 11:41:30 -0500 Timo Sirainen auth worker processes shouldn't duplicate the auth cache. HEAD
Thu, 08 Jan 2009 11:34:22 -0500 Timo Sirainen auth cache wasn't working correctly for all fields (e.g. allow_nets) with blocking passdbs. HEAD
Wed, 07 Jan 2009 17:03:34 -0500 Timo Sirainen auth: Removed extra string escaping from places where it's not necessary (or is even harmful). HEAD
Wed, 07 Jan 2009 13:45:37 -0500 Timo Sirainen Added my_hostdomain() function which mbox code now uses instead of doing that internally. HEAD
Wed, 07 Jan 2009 13:44:41 -0500 Timo Sirainen master: When receiving SIGHUP, get the hostname again in case it changed. HEAD
Wed, 07 Jan 2009 13:37:46 -0500 Timo Sirainen Removed unnecessary APPLE comment. HEAD
Wed, 07 Jan 2009 13:34:25 -0500 Timo Sirainen Increase listen queues to handle high loads better. HEAD
Tue, 06 Jan 2009 12:04:09 -0500 Timo Sirainen dbox crashfix HEAD
Tue, 06 Jan 2009 10:06:54 -0500 Timo Sirainen userdb passwd: Removed the check for catching broken NSS implementations. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 04 Jan 2009 17:22:05 -0500 Timo Sirainen quota-fs: Avoid compiler warning with BSDs. HEAD
Sun, 04 Jan 2009 06:59:31 -0500 Timo Sirainen bsdauth: Fix compiler warning + crash on 64bit systems. HEAD
Sat, 03 Jan 2009 10:33:20 -0500 Timo Sirainen deliver: Don't preserve HOME environment when using -d parameter. HEAD
Wed, 31 Dec 2008 01:49:50 +0200 Timo Sirainen auth: If MD5 scheme can't decode the password log an error. HEAD
Sat, 27 Dec 2008 09:19:04 +0200 Timo Sirainen Added a bit more generic get_process_capability() function. HEAD
Sun, 21 Dec 2008 10:15:58 +0200 Timo Sirainen Log a warning at startup if there doesn't seem to be any way to log in from non-localhost. HEAD
Sun, 21 Dec 2008 09:43:20 +0200 Timo Sirainen imap/pop3-login: Cleaned up proxying code. Don't disconnect client on proxy failures. HEAD
Fri, 19 Dec 2008 18:08:09 +0200 Timo Sirainen dbox maildir migration: Support empty POP3 UIDL = base filename. HEAD
Fri, 19 Dec 2008 16:39:19 +0200 Timo Sirainen dbox: Maildir fallbacking code was returning wrong virtual file sizes. HEAD
Fri, 19 Dec 2008 16:24:19 +0200 Timo Sirainen dbox: In Maildir migrations preserve POP3 UIDL from dovecot-uidlist. HEAD
Fri, 19 Dec 2008 13:03:51 +0200 Timo Sirainen idxview: Show seconds in timestamps (except for cache headers). HEAD
Fri, 19 Dec 2008 10:02:49 +0200 Timo Sirainen Some versions of Mac OS X have buggy CMSG_* macros, avoid using them. HEAD
Fri, 19 Dec 2008 09:46:46 +0200 Timo Sirainen login: Reset idle timeout only when input is actually read from client. HEAD
Fri, 19 Dec 2008 09:37:13 +0200 Timo Sirainen Maildir: Avoid rename() when source and dest are identical, stat() instead. HEAD
Fri, 19 Dec 2008 09:31:39 +0200 Timo Sirainen Added Apple to AUTHORS. HEAD
Fri, 19 Dec 2008 09:31:18 +0200 Timo Sirainen Increase failed login's reply delay by 5 seconds for each failure. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Fri, 19 Dec 2008 08:50:14 +0200 Timo Sirainen Try to use (Apple) gcc's __BIG_ENDIAN__ and __LITTLE_ENDIAN__ macros if possible. HEAD
Fri, 19 Dec 2008 07:49:08 +0200 Timo Sirainen virtual: More syncing fixes. HEAD
Fri, 19 Dec 2008 07:25:20 +0200 Timo Sirainen virtual: Fixed initial mailbox synchronization for the last virtual mailbox. HEAD
Fri, 19 Dec 2008 06:27:44 +0200 Timo Sirainen Make sure mail_log plugin works with deliver and pop3. HEAD
Fri, 19 Dec 2008 06:23:31 +0200 Timo Sirainen LDAP: Allow empty/missing password field if nopassword field is given. HEAD
Thu, 18 Dec 2008 19:34:35 +0200 Timo Sirainen Maildir: If POP3 UIDL field is empty in dovecot-uidlist, use base filename as UIDL. HEAD
Thu, 18 Dec 2008 18:11:21 +0200 Timo Sirainen Fix to previous change: Don't lose errno during uid/gid naming. HEAD
Thu, 18 Dec 2008 18:09:00 +0200 Timo Sirainen If uid/gid changing fails, log also the name of the uid/gid instead of just the number. HEAD
Wed, 17 Dec 2008 20:12:11 +0200 Timo Sirainen Mention SSL/TLS in "plaintext auth disallowed" error. HEAD
Tue, 16 Dec 2008 15:37:16 +0200 Timo Sirainen deliver: Don't break if username gets changed by userdb lookup. HEAD
Tue, 16 Dec 2008 15:37:03 +0200 Timo Sirainen Added some extra checks to make sure username can't be empty. HEAD
Tue, 16 Dec 2008 09:46:28 +0200 Timo Sirainen Added tag 1.2.alpha5 HEAD
Tue, 16 Dec 2008 08:06:56 +0200 Timo Sirainen Replaced auth_worker_max_request_count setting with passdb pam { args = max_requests=n } HEAD
Tue, 16 Dec 2008 07:50:44 +0200 Timo Sirainen Redesigned auth request queuing to auth worker processes. HEAD
Tue, 16 Dec 2008 06:08:26 +0200 Timo Sirainen mail_set_seq(): Don't open input stream immediately if message hasn't been saved yet. HEAD
Tue, 16 Dec 2008 05:30:31 +0200 Timo Sirainen kqueue notify: Don't assert-cras if kevent() returns multiple events for the same io. HEAD
Mon, 15 Dec 2008 18:47:41 +0200 Timo Sirainen Released v1.2.alpha5. HEAD 1.2.alpha5
Mon, 15 Dec 2008 18:38:04 +0200 Timo Sirainen Updated TODO. HEAD
Mon, 15 Dec 2008 10:58:02 +0200 Timo Sirainen maildir: Allow opening mailbox and expunging messages when uidlist couldn't be locked (e.g. out of quota). HEAD
Sun, 14 Dec 2008 08:36:10 +0200 Timo Sirainen mbox-snarf plugin: If copying failed due to out of disk space, don't rollback the entire move. HEAD
Sun, 14 Dec 2008 07:47:45 +0200 Timo Sirainen mail-log plugin: Added initial support for append event. uids aren't logged though. HEAD
Sun, 14 Dec 2008 07:29:45 +0200 Timo Sirainen mail-log plugin: Added from and subject fields. HEAD
Sun, 14 Dec 2008 07:21:12 +0200 Timo Sirainen mail-log plugin: Added flag_change event and flags field. HEAD
Sun, 14 Dec 2008 07:19:48 +0200 Timo Sirainen mail_get_flags/keywords() now returns updated values if they've been changed within transaction. HEAD
Sun, 14 Dec 2008 06:51:04 +0200 Timo Sirainen transaction view: Allow looking up multiple ext datas for the same message without breaking. HEAD
Sun, 14 Dec 2008 06:38:24 +0200 Timo Sirainen Replaced literal "keywords" strings with a macro. HEAD
Sun, 14 Dec 2008 05:46:31 +0200 Timo Sirainen imap/pop3 proxy: Support master user logins. HEAD
Sun, 14 Dec 2008 04:57:23 +0200 Timo Sirainen Don't add config.h to tarball in make dist. HEAD
Sat, 13 Dec 2008 18:04:55 +0200 Timo Sirainen var_expand(): Added support for long %{variable} names. HEAD
Sat, 13 Dec 2008 17:12:46 +0200 Timo Sirainen Updated ssl_listen and ssl_disable comments. HEAD
Sat, 13 Dec 2008 15:49:25 +0200 Timo Sirainen Maildir++ quota: Directory mtimes weren't properly kept track of when recalculating quota. HEAD
Sat, 13 Dec 2008 15:22:34 +0200 Timo Sirainen mmap_disable=yes: Opening index always tried to read it from transaction log. HEAD
Sat, 13 Dec 2008 15:01:21 +0200 Timo Sirainen Check mail_set_uid() return value properly. HEAD
Sat, 13 Dec 2008 14:59:39 +0200 Timo Sirainen expunged and has(_no)_nuls status wasn't reset when switching between mails. HEAD
Sat, 13 Dec 2008 14:28:28 +0200 Timo Sirainen deliver: If -a parameter isn't given, fallback to Envelope-To: header and user@hostname. HEAD
Sat, 13 Dec 2008 13:59:56 +0200 Timo Sirainen deliver: Allow overriding a boolean setting to "no" in protocol lda section. HEAD
Sat, 13 Dec 2008 13:53:26 +0200 Timo Sirainen Added env_remove(). HEAD
Sat, 13 Dec 2008 13:19:03 +0200 Timo Sirainen POP3: A bit more code for handling nicely unsupported auth mechanisms. HEAD
Sat, 13 Dec 2008 13:16:54 +0200 Timo Sirainen Don't crash if trying to use an unsupported auth mechanism. HEAD
Sat, 13 Dec 2008 12:52:53 +0200 Timo Sirainen Die if trying to sync mailbox while transactions are open. HEAD
Sat, 13 Dec 2008 12:52:19 +0200 Timo Sirainen Sorting messages was completely broken. HEAD
Sat, 13 Dec 2008 12:41:46 +0200 Timo Sirainen Crashfix to previous message parsing error handling changes. HEAD
Sat, 13 Dec 2008 12:38:43 +0200 Timo Sirainen Crashfix to handling missing transaction logs. HEAD
Sat, 13 Dec 2008 11:21:21 +0200 Timo Sirainen mbox: Don't cache mbox state after it has been unlocked. HEAD
Sat, 13 Dec 2008 10:36:13 +0200 Timo Sirainen mbox locking fixes. HEAD
Sat, 13 Dec 2008 09:38:52 +0200 Timo Sirainen mbox: Added a new index header where dirtyness state is stored. HEAD
Sat, 13 Dec 2008 08:36:59 +0200 Timo Sirainen Message parsing/reading: If read returns failure, don't ignore the error. HEAD
Sat, 13 Dec 2008 08:36:16 +0200 Timo Sirainen i_stream_raw_mbox_read(): If we already detected corruption, return failure instead of assert-crashing. HEAD
Mon, 08 Dec 2008 18:44:31 +0200 Timo Sirainen virtual: Fixed to work with recent changes. HEAD
Sat, 06 Dec 2008 23:55:10 +0200 Timo Sirainen Use "foreign" automake option so it doesn't complain about missing ChangeLog. HEAD
Sat, 06 Dec 2008 20:42:29 +0200 Timo Sirainen Previous "Unknown setting" in passdb check changes were a bit broken. HEAD
Sat, 06 Dec 2008 19:11:22 +0200 Timo Sirainen Changed imap-resp-code [ACL] to [NOPERM], which it will be in the next draft. HEAD
Sat, 06 Dec 2008 07:47:21 +0200 Timo Sirainen Changed error messages. HEAD
Sat, 06 Dec 2008 00:21:07 +0200 Timo Sirainen fts-solr: Minor bugfix HEAD
Sat, 06 Dec 2008 00:20:02 +0200 Timo Sirainen Improved "Permission denied" error handling. It'll now show also the uid/gid name. HEAD
Sat, 06 Dec 2008 00:08:01 +0200 Timo Sirainen configure: Handle --with-*=* consistently and give better error messages. HEAD
Fri, 05 Dec 2008 21:16:15 +0200 Timo Sirainen Updated comment about shared namespaces. HEAD
Fri, 05 Dec 2008 21:13:13 +0200 Timo Sirainen Removed a comment about namespaces not working with LDA. HEAD
Wed, 03 Dec 2008 02:25:11 +0200 Timo Sirainen my_vsnprintf() implementation was broken (for old non-C99 compliant OSes) HEAD
Tue, 02 Dec 2008 19:24:57 +0200 Timo Sirainen Fail if trying to give unknown parameters to passdb/userdb. HEAD
Tue, 02 Dec 2008 19:11:49 +0200 Timo Sirainen If only userdb prefetch is defined and userdb lookup is tried, give a better error message. HEAD
Tue, 02 Dec 2008 19:00:06 +0200 Timo Sirainen Fixed "alias_for points to unknown namespace" error handling. HEAD
Mon, 01 Dec 2008 00:04:27 +0200 Timo Sirainen autocreate plugin: If mail_debug=yes, log the reason why mailbox creation fails. HEAD
Sun, 30 Nov 2008 16:29:17 +0200 Timo Sirainen Increased search_nonblock() to go through 50 messages at a time. HEAD
Sun, 30 Nov 2008 16:28:46 +0200 Timo Sirainen fts: Hide "Searching .." notify while indexing. HEAD
Sun, 30 Nov 2008 15:57:41 +0200 Timo Sirainen Give more correct "* OK searched n%" notifications with fts and virtual mailboxes. HEAD
Sun, 30 Nov 2008 15:49:42 +0200 Timo Sirainen fts: Don't crash if using both X-TEXT-FAST and TEXT in the same query without substr fts. HEAD
Sun, 30 Nov 2008 15:44:19 +0200 Timo Sirainen fts-solr: In filter queries use "+" prefixes to require all the parameters to match. HEAD
Sun, 30 Nov 2008 15:04:29 +0200 Timo Sirainen ioloop: 0 ms timeouts could still have caused infinite looping. HEAD
Sun, 30 Nov 2008 04:20:18 +0200 Timo Sirainen Avoid integer overflows when calculating with very large timeout values. HEAD
Sun, 30 Nov 2008 04:03:20 +0200 Timo Sirainen mbox: If mailbox is deleted under us, try to avoid logging errors. HEAD
Sun, 30 Nov 2008 02:45:12 +0200 Timo Sirainen mail_user_get_home() looked up user's home directory from userdb even if was already known. HEAD
Sun, 30 Nov 2008 02:09:16 +0200 Timo Sirainen Added alias_for setting for namespaces. Fixes namespace issues with fts. HEAD
Sun, 30 Nov 2008 01:27:19 +0200 Timo Sirainen fts: Added support for handling multiple namespaces. HEAD
Sun, 30 Nov 2008 01:26:36 +0200 Timo Sirainen idxview: Decode virtual extension records. HEAD
Sat, 29 Nov 2008 23:15:24 +0200 Timo Sirainen Fixed searching in virtual mailboxes. HEAD
Sat, 29 Nov 2008 22:52:54 +0200 Timo Sirainen fts: Cache "last indexed uid" lookups as long as new messages aren't added to mailbox. HEAD
Sat, 29 Nov 2008 22:39:44 +0200 Timo Sirainen Finished making full text search indexes work fast with virtual mailboxes. HEAD
Sat, 29 Nov 2008 22:39:04 +0200 Timo Sirainen fts-solr: Don't break if mailbox name contains '&' characters. HEAD
Sat, 29 Nov 2008 19:24:59 +0200 Timo Sirainen fts-solr: Use '!' as escape character in usernames. Escape '/' and '!'. HEAD
Sat, 29 Nov 2008 19:03:04 +0200 Timo Sirainen fts-solr: Keep last_uid field updated containing the mailbox's last added UID. HEAD
Mon, 24 Nov 2008 00:53:36 +0200 Timo Sirainen Updated. HEAD
Mon, 24 Nov 2008 00:53:18 +0200 Timo Sirainen Added tag 1.2.alpha4 for changeset f53952ac4285 HEAD
Mon, 24 Nov 2008 00:36:11 +0200 Timo Sirainen Released v1.2.alpha4. HEAD 1.2.alpha4
Mon, 24 Nov 2008 00:34:49 +0200 Timo Sirainen Updated HEAD
Mon, 24 Nov 2008 00:08:03 +0200 Timo Sirainen Call next hook_mail_namespaces_created in correct order. HEAD
Mon, 24 Nov 2008 00:06:15 +0200 Timo Sirainen listescape plugin wasn't calling next hook_mail_namespaces_created. HEAD
Sun, 23 Nov 2008 23:54:26 +0200 Timo Sirainen Added a note about !include_try to ssl_key_password in dovecot-example.conf HEAD
Sun, 23 Nov 2008 03:59:55 +0200 Timo Sirainen Initial support for getting full text search working nicely with virtual mailboxes. HEAD
Sun, 23 Nov 2008 02:40:09 +0200 Timo Sirainen Optimized searching with virtual mailboxes. HEAD
Sun, 23 Nov 2008 02:37:23 +0200 Timo Sirainen Added wanted_fields and wanted_headers fields to struct mail_search_context. HEAD
Sun, 23 Nov 2008 02:36:55 +0200 Timo Sirainen Moved search update result checks to search_next_update_seq(). HEAD
Sun, 23 Nov 2008 02:36:08 +0200 Timo Sirainen Sorting: Don't break if search code adds sequences in random order. HEAD
Sun, 23 Nov 2008 01:59:35 +0200 Timo Sirainen Fix to previous search_next_update_seq change. HEAD
Sun, 23 Nov 2008 01:47:30 +0200 Timo Sirainen Fixed crashing with virtual mailboxes. HEAD
Sat, 22 Nov 2008 23:53:00 +0200 Timo Sirainen mail_storage.search_next_update_seq returns now bool. It was never failing. HEAD
Fri, 21 Nov 2008 22:57:50 +0200 Timo Sirainen Linux/Solaris NFS: if there are no locks, try flushing data cache by flushing attr cache. HEAD
Fri, 21 Nov 2008 22:40:48 +0200 Timo Sirainen Auth workers: Don't assert-crash when process's idle timeout hits. HEAD
Fri, 21 Nov 2008 22:40:03 +0200 Timo Sirainen Auth workers: Use the correct lookup timeout. HEAD
Fri, 21 Nov 2008 21:29:44 +0200 Timo Sirainen Fixed deleting control directory when it wasn't the same as index directory. HEAD
Fri, 21 Nov 2008 21:19:16 +0200 Timo Sirainen Changed mail_user refcounting to fix deinitialization. HEAD
Fri, 21 Nov 2008 19:56:42 +0200 Timo Sirainen Expire plugin works now with multiple struct mail_users. HEAD
Fri, 21 Nov 2008 19:45:57 +0200 Timo Sirainen Quota works now properly with shared mailboxes. HEAD
Fri, 21 Nov 2008 19:45:22 +0200 Timo Sirainen dict quota: Don't fail quota calculation if some mailboxes aren't accessible. HEAD
Fri, 21 Nov 2008 19:24:04 +0200 Timo Sirainen mailbox_open() now takes struct mail_storage ** so it can be changed. HEAD
Fri, 21 Nov 2008 18:32:02 +0200 Timo Sirainen mail_user_*() now handles home directory lookups when necessary. HEAD
Fri, 21 Nov 2008 17:41:59 +0200 Timo Sirainen acl: Update acl_dict correctly also for other visible users' shared namespaces. HEAD
Fri, 21 Nov 2008 17:41:30 +0200 Timo Sirainen Added namespace owner username to struct mail_namespace. HEAD
Fri, 21 Nov 2008 17:21:56 +0200 Timo Sirainen acl: Crashfix. HEAD
Fri, 21 Nov 2008 17:15:08 +0200 Timo Sirainen dovecot-example.conf: Added acl_dict example. HEAD
Fri, 21 Nov 2008 17:08:58 +0200 Timo Sirainen Added an example shared namespace. HEAD
Fri, 21 Nov 2008 17:03:27 +0200 Timo Sirainen Added list=children option for namespaces. HEAD
Fri, 21 Nov 2008 17:03:02 +0200 Timo Sirainen acl: Don't check ACLs for shared root namespace. HEAD
Fri, 21 Nov 2008 17:00:54 +0200 Timo Sirainen Compiling fix for HP-UX. HEAD
Fri, 21 Nov 2008 14:35:46 +0200 Timo Sirainen deliver: Allow userdb to change the username. HEAD
Thu, 20 Nov 2008 19:32:58 +0200 Timo Sirainen Don't drop useless namespaces automatically while creating a new one. HEAD
Wed, 19 Nov 2008 20:09:34 +0200 Timo Sirainen Add login username in "Attempted master login with no master passdbs" error. HEAD
Wed, 19 Nov 2008 20:03:43 +0200 Timo Sirainen acl: Fixes to handling extended ACL names. HEAD
Wed, 19 Nov 2008 20:03:33 +0200 Timo Sirainen IMAP: SETACL +<rights> or -<rights> was broken. HEAD
Wed, 19 Nov 2008 19:54:41 +0200 Timo Sirainen mail_get_headers_utf8() and mail_get_first_header_utf8() return headers unfolded now. HEAD
Wed, 19 Nov 2008 19:42:46 +0200 Timo Sirainen deliver: Ignore !include_try, give error if !include is tried to be used. HEAD
Wed, 19 Nov 2008 19:37:26 +0200 Timo Sirainen Added !include and !include_try directives to config file reader. HEAD
Wed, 19 Nov 2008 19:10:26 +0200 Timo Sirainen acl: Don't break mailbox visibility checks if the name has "*" characters. HEAD
Wed, 19 Nov 2008 19:04:55 +0200 Timo Sirainen acl: Save the entire dovecot-acl-list to memory, otherwise "has visible children" check fails. HEAD
Wed, 19 Nov 2008 18:57:43 +0200 Timo Sirainen When autocreating a new shared namespace, drop existing namespaces where we haven't seen any mailboxes. HEAD
Wed, 19 Nov 2008 18:46:25 +0200 Timo Sirainen acl: If a user's namespace has no mailboxes visible to us, remove the namespace immediately. HEAD
Wed, 19 Nov 2008 18:45:46 +0200 Timo Sirainen Added mail_namespace_destroy(). HEAD
Wed, 19 Nov 2008 18:19:13 +0200 Timo Sirainen acl LIST: Mailboxes without LOOKUP right are now listed as non-existent if they have visible children. HEAD
Wed, 19 Nov 2008 17:11:18 +0200 Timo Sirainen acl: Code cleanups. HEAD
Wed, 19 Nov 2008 17:07:43 +0200 Timo Sirainen vfile _nonowner_iter_next(): Don't return failure if we detect that acllist changes. HEAD
Wed, 19 Nov 2008 16:50:24 +0200 Timo Sirainen Minor code cleanup: Removed extra ';' characters. HEAD
Wed, 19 Nov 2008 16:41:47 +0200 Timo Sirainen Don't crash if acl_dict setting is missing. HEAD
Wed, 19 Nov 2008 16:34:19 +0200 Timo Sirainen Subscriptions file: Don't ignore last line if it's missing LF. HEAD
Wed, 19 Nov 2008 16:28:46 +0200 Timo Sirainen Changed all config file readers to not ignore the last line if it's missing LF. HEAD
Wed, 19 Nov 2008 16:28:22 +0200 Timo Sirainen Added i_stream_set_return_partial_line(). HEAD
Wed, 19 Nov 2008 16:11:01 +0200 Timo Sirainen imap-acl: If ACLs are disabled, don't give errors at logout. HEAD
Tue, 18 Nov 2008 18:12:28 +0200 Timo Sirainen IMAP quota should have returned "MESSAGE", not "MESSAGES" quota. HEAD
Mon, 17 Nov 2008 13:57:17 +0000 Andrey Panin Fix build error with Sun C compiler. HEAD
Mon, 17 Nov 2008 14:10:41 +0000 Andrey Panin Constify generated unicode tables. HEAD
Sun, 16 Nov 2008 19:20:28 +0200 Timo Sirainen Initial support for LISTing users with shared mailboxes. HEAD
Sun, 16 Nov 2008 19:19:26 +0200 Timo Sirainen Iteration was broken in dict-file. HEAD
Sun, 16 Nov 2008 19:18:59 +0200 Timo Sirainen shared-storage.h doesn't require index-storage.h, don't include it. HEAD
Sun, 16 Nov 2008 16:30:14 +0200 Timo Sirainen acl: When lookup ACLs are changed, make sure dovecot-acl-list is updated. HEAD
Sun, 16 Nov 2008 16:29:47 +0200 Timo Sirainen Fixed OPEN_IGNORE_ACLS flag to work again with imap-acl plugin. HEAD
Sun, 16 Nov 2008 15:20:45 +0200 Timo Sirainen ACLs: Initial support for "post" right. HEAD
Sun, 16 Nov 2008 15:02:57 +0200 Timo Sirainen IGNORE_ACLS should have been mailbox_open_flags, not mail_storage_flag. HEAD
Sun, 16 Nov 2008 14:43:14 +0200 Timo Sirainen IMAP ACLs: Let MYRIGHTS show the rights even if we don't have "r" permission. HEAD
Sun, 16 Nov 2008 14:40:56 +0200 Timo Sirainen acl: Use MAIL_STORAGE_FLAG_IGNORE_ACLS flag. HEAD
Sun, 16 Nov 2008 14:33:11 +0200 Timo Sirainen IMAP ACLs: Unless acl_anyone=allow, disallow adding "anyone" and "authenticated" identifiers. HEAD
Sun, 16 Nov 2008 14:24:52 +0200 Timo Sirainen IMAP ACLs: Use '#' prefix for global ACLs. HEAD
Sun, 16 Nov 2008 14:15:13 +0200 Timo Sirainen acl: After updating ACLs, try to avoid re-reading the ACLs on next access. HEAD
Sun, 16 Nov 2008 14:06:15 +0200 Timo Sirainen acl: Default owner rights override anyone/authenticated/group rights. HEAD
Sun, 16 Nov 2008 13:48:10 +0200 Timo Sirainen acl: Always give admin right to owner in private mailboxes. HEAD
Sun, 16 Nov 2008 13:41:17 +0200 Timo Sirainen imap-acl: Removed a duplicate [ACL] prefix from error message. HEAD
Sun, 16 Nov 2008 04:46:14 +0200 Timo Sirainen Added IMAP ACL commands with ability to modify ACLs. HEAD
Sun, 16 Nov 2008 04:45:06 +0200 Timo Sirainen Made CRITICAL_MSG* public to MAIL_ERRSTR_CRITICAL_MSG* in mail-error.h. HEAD
Sun, 16 Nov 2008 04:21:02 +0200 Timo Sirainen acl_object_get_my_rights() was returning broken rights. HEAD
Sun, 16 Nov 2008 01:34:16 +0200 Timo Sirainen ACL: Crashfix to previous change. Also fixes "-id" to work correctly with missing "id". HEAD
Sun, 16 Nov 2008 00:15:15 +0200 Timo Sirainen Global ACLs now override all local ACLs. HEAD
Sat, 15 Nov 2008 21:29:59 +0200 Timo Sirainen Give a different error message if authentication succeeds but authorization fails. HEAD
Sat, 15 Nov 2008 21:10:17 +0200 Timo Sirainen Moved imap-resp-codes to macros. HEAD
Sat, 15 Nov 2008 20:59:54 +0200 Timo Sirainen Implemented imap-response-codes draft. HEAD
Sat, 15 Nov 2008 20:23:46 +0200 Timo Sirainen Minor code cleanup. HEAD
Sat, 15 Nov 2008 20:17:10 +0200 Timo Sirainen IMAP: SEARCH command was returning EXPUNGEs to client. HEAD
Sat, 15 Nov 2008 19:47:46 +0200 Timo Sirainen deliver: When logging to syslog, use "dovecot" as ident. Add deliver(%u) manually. HEAD
Sat, 15 Nov 2008 19:46:46 +0200 Timo Sirainen Logging: Support specifying a prefix also for syslog logging. HEAD
Sat, 15 Nov 2008 19:37:35 +0200 Timo Sirainen Code cleanup for previous change. HEAD
Sat, 15 Nov 2008 19:34:28 +0200 Timo Sirainen dovecot --exec-mail: Never listen input from stderr, there's no point. HEAD
Sat, 15 Nov 2008 19:22:33 +0200 Timo Sirainen Plugins: If mail_debug=yes, log "plugin disabled" if plugin's required setting isn't set. HEAD
Sat, 15 Nov 2008 19:14:41 +0200 Timo Sirainen If auth process count > 0 and auth sockets are defined, give an understandable error message. HEAD
Sat, 15 Nov 2008 19:07:04 +0200 Timo Sirainen auth: Improved "user not found from userdb" error message. HEAD
Sat, 15 Nov 2008 19:03:00 +0200 Timo Sirainen fts-solr: Don't assert-crash if we couldn't connect to Solr. HEAD
Sat, 15 Nov 2008 18:48:52 +0200 Timo Sirainen Maildir: Fixed to work with LAYOUT=fs and non-empty DIRNAME. HEAD
Sat, 15 Nov 2008 18:43:54 +0200 Timo Sirainen Fixed dbox to work with Maildir++ layout. HEAD