log

age author description
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
Mon, 11 May 2009 19:14:31 -0400 Timo Sirainen DEBUG: data-stack buffer overflow checking code was causing false positives. HEAD
Sat, 09 May 2009 15:02:37 -0400 Timo Sirainen Allow prefix="" namespace to have list=no and make it work in a somewhat useful way. HEAD
Sat, 09 May 2009 12:28:33 -0400 Timo Sirainen mail_transaction_log_view_clear() should keep oldest_file_seq and newer referenced. HEAD
Thu, 07 May 2009 15:04:12 -0400 Timo Sirainen pgsql: We hadn't called PQsetnonblocking(). HEAD
Mon, 04 May 2009 16:43:59 -0400 Timo Sirainen Maildir: More fixes to uidlist handling. HEAD
Mon, 04 May 2009 16:42:43 -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:32:59 -0400 Timo Sirainen Try to skip over errors in Content-Type parameters. HEAD
Sun, 03 May 2009 22:04:39 -0400 Timo Sirainen If /dev/arandom exists (OpenBSD), use it instead of /dev/urandom. HEAD
Sun, 03 May 2009 21:35:28 -0400 Timo Sirainen Compiler warning fix. HEAD
Sat, 02 May 2009 18:31:51 -0400 Timo Sirainen IDLE: Check DONE case-insensitively. HEAD
Sat, 02 May 2009 14:41:31 -0400 Timo Sirainen virtual: Open the dovecot-virtual as readonly, we don't need to write to it. HEAD
Fri, 01 May 2009 17:15:31 -0400 Timo Sirainen Added example init.d/dovecot script. HEAD
Fri, 01 May 2009 17:07:38 -0400 Timo Sirainen shared mailboxes: Don't crash if trying to open "shared/domain" namespace prefix as mailbox. HEAD
Fri, 01 May 2009 14:56:52 -0400 Timo Sirainen virtual: Don't show mailboxes as \Noselect. HEAD
Fri, 01 May 2009 14:53:52 -0400 Timo Sirainen mbox-snarf plugin: Fixed memory/io leaking. HEAD
Fri, 01 May 2009 14:50:08 -0400 Timo Sirainen istreams: Fixed some parent stream seeking issues. HEAD
Fri, 01 May 2009 14:49:08 -0400 Timo Sirainen mbox: Don't crash when expunging all messages and file doesn't end with [CR]LF. HEAD
Fri, 01 May 2009 13:15:30 -0400 Timo Sirainen mbox: Fix to handling CRs before From_ lines. HEAD
Fri, 01 May 2009 13:05:45 -0400 Timo Sirainen virtual: Allow search rules to begin with TAB instead of space. HEAD
Fri, 01 May 2009 13:01:09 -0400 Timo Sirainen dotlocking: Don't generate "Will override dotlock in 0 secs" messages. HEAD
Fri, 01 May 2009 12:30:07 -0400 Timo Sirainen safe_mkstemp()'s mode parameter didn't override umask as it was supposed to. HEAD
Thu, 30 Apr 2009 20:22:49 -0400 Timo Sirainen dict-file: When replacing the dict file, preserve its permissions. HEAD
Thu, 30 Apr 2009 20:00:09 -0400 Timo Sirainen When :MAILBOXDIR= was empty, we might have appended extra '/' to it, which caused problems. HEAD
Thu, 30 Apr 2009 19:59:12 -0400 Timo Sirainen mbox: When skipping subscriptions file, use the configured filename instead of hardcoded one. HEAD
Thu, 30 Apr 2009 18:49:26 -0400 Timo Sirainen maildir: Don't assert-crash if we have no read-access to the Maildir. HEAD
Thu, 30 Apr 2009 16:17:56 -0400 Timo Sirainen dict-file: If file_dotlock_open() fails, log also the path. HEAD
Wed, 29 Apr 2009 15:05:53 -0400 Timo Sirainen Split struct mail_private.stats_dentry_lookup_count to open/stat counts. HEAD
Wed, 29 Apr 2009 14:49:10 -0400 Timo Sirainen rawlog: If mail_debug=yes, log if dovecot.rawlog/ directory doesn't exist. HEAD
Wed, 29 Apr 2009 14:26:09 -0400 Timo Sirainen Shared mailboxes: Fixed a bug where some mailboxes were added to root shared namespace. HEAD
Wed, 29 Apr 2009 14:13:23 -0400 Timo Sirainen maildir: Don't show "* OK" messages about lock waits too early. HEAD
Wed, 29 Apr 2009 13:50:19 -0400 Timo Sirainen Virtual: If opening a virtual mailbox fails, don't leak memory/timeouts. HEAD
Wed, 29 Apr 2009 13:37:12 -0400 Timo Sirainen virtual: If last search rule was invalid, we gave "Unknown error". HEAD
Wed, 29 Apr 2009 13:19:12 -0400 Timo Sirainen Unified all <doc/wiki/*.txt> links to look exactly the same. HEAD
Wed, 29 Apr 2009 12:57:59 -0400 Timo Sirainen dovecot-example.conf: Improved rawlog example. HEAD
Wed, 29 Apr 2009 12:40:24 -0400 Timo Sirainen ldap: If first request is over 60 seconds old while a new request comes, reconnect. HEAD
Wed, 29 Apr 2009 12:40:48 -0400 Timo Sirainen ssl-proxy: Crashfix to previous commit. HEAD
Tue, 28 Apr 2009 22:31:40 -0400 Timo Sirainen imap/pop3 proxy: Support SSL/TLS connections to remote servers. HEAD
Tue, 28 Apr 2009 19:57:10 -0400 Timo Sirainen Use the new mail_private.stats_* fields to stop non-blocking searches after about 250 ms. HEAD
Tue, 28 Apr 2009 19:55:51 -0400 Timo Sirainen struct mail_private now contains all kinds of statistics about file accesses. HEAD
Tue, 28 Apr 2009 17:21:14 -0400 Timo Sirainen Search: Perform all lookups from cache before attempting any uncached lookups. HEAD
Tue, 28 Apr 2009 17:20:19 -0400 Timo Sirainen Added struct mail.lookup_abort, which can be used to abort lookups that can't be done using cache. HEAD
Thu, 23 Apr 2009 12:01:40 -0400 Timo Sirainen Message header parser didn't skip all LWSP at the beginning of headers, only one. HEAD
Wed, 22 Apr 2009 13:54:54 -0400 Timo Sirainen imap-proxy: Send backend's CAPABILITY if it's different from what was sent to client before. HEAD
Wed, 22 Apr 2009 12:28:22 -0400 Timo Sirainen imap-proxy: Don't break ID capability check if it's the last capability. HEAD
Tue, 21 Apr 2009 16:36:52 -0400 Timo Sirainen master: "Unknown argument" error printed always the first argument instead of the unknown one. HEAD
Tue, 21 Apr 2009 13:34:26 -0400 Timo Sirainen Settings parser: And actually make it relative to their parent, not to root config.. HEAD
Tue, 21 Apr 2009 13:33:53 -0400 Timo Sirainen Settings parser: !included files without absolute paths are relative to their parent config file. HEAD
Mon, 20 Apr 2009 14:54:49 -0400 Timo Sirainen virtual: Reversed the broken "fix" in previous commit. HEAD
Mon, 20 Apr 2009 14:45:07 -0400 Timo Sirainen virtual: Some cleanups and fixes. HEAD
Mon, 20 Apr 2009 14:43:15 -0400 Timo Sirainen array_idx_clear() was broken when clearing an index outside the existing array. HEAD
Mon, 20 Apr 2009 13:28:00 -0400 Timo Sirainen namespaces: list=children wasn't working correctly. HEAD
Mon, 20 Apr 2009 12:57:32 -0400 Timo Sirainen shared mailboxes: LIST shared/% shouldn't list "%" entry. HEAD
Mon, 20 Apr 2009 12:35:32 -0400 Timo Sirainen Maildir++ quota: Recalculation was broken if limits were defined by maildirsize file (and not quota_rules). HEAD
Mon, 20 Apr 2009 12:17:59 -0400 Timo Sirainen deliver: When forwarding messages, use -f parameter as return path and fallback to normalized Return-Path: header. HEAD
Fri, 17 Apr 2009 17:20:24 -0400 Timo Sirainen Allow shared namespaces to have subscriptions=yes. HEAD
Fri, 17 Apr 2009 15:40:31 -0400 Timo Sirainen fts-solr: Don't break with curl versions older than v7.17. HEAD
Fri, 17 Apr 2009 12:56:14 -0400 Timo Sirainen Removed unused code. HEAD
Thu, 16 Apr 2009 22:38:18 -0400 Timo Sirainen Added tag 1.2.rc3 for changeset 82ba352b51ae HEAD
Thu, 16 Apr 2009 22:38:14 -0400 Timo Sirainen Released v1.2.rc3. HEAD 1.2.rc3
Thu, 16 Apr 2009 22:21:36 -0400 Timo Sirainen THREAD REFS still might have returned one (0) at the beginning. HEAD
Thu, 16 Apr 2009 22:08:01 -0400 Timo Sirainen maildir++ quota: Make sure we don't create maildirsize file to wrong namespace. HEAD
Thu, 16 Apr 2009 22:07:54 -0400 Timo Sirainen quota: Compiler warning fix. HEAD
Thu, 16 Apr 2009 21:56:20 -0400 Timo Sirainen imap-quota: Allow GETQUOTAROOT for public namespaces. HEAD
Thu, 16 Apr 2009 21:31:30 -0400 Timo Sirainen Implemented support for per-namespace quotas. Can be used with public namespaces. HEAD
Thu, 16 Apr 2009 20:09:12 -0400 Timo Sirainen When mailbox is successfully opened, mark its namespace as being usable. HEAD
Thu, 16 Apr 2009 19:48:10 -0400 Timo Sirainen shared mailboxes: Don't assert-crash if trying to look up "" user's mailboxes. HEAD
Thu, 16 Apr 2009 19:11:32 -0400 Timo Sirainen Added imap_idle_notify_interval setting. HEAD
Thu, 16 Apr 2009 18:50:56 -0400 Timo Sirainen virtual: Crashfix. Also cleaned up the code a bit. HEAD
Wed, 15 Apr 2009 20:24:53 -0400 Timo Sirainen Compile fix for old non-C99 compilers. HEAD
Wed, 15 Apr 2009 20:20:56 -0400 Timo Sirainen Search result updating: Make sure search args are initialized. HEAD
Wed, 15 Apr 2009 20:20:39 -0400 Timo Sirainen mail_search_args_[de]init() calls stack now. Last unref is still allowed without deiniting. HEAD
Wed, 15 Apr 2009 19:48:55 -0400 Timo Sirainen fts: Fixes to how virtual mailboxes are searched. HEAD
Wed, 15 Apr 2009 19:48:17 -0400 Timo Sirainen virtual: Return original mailbox names with namespace prefix. HEAD
Wed, 15 Apr 2009 19:47:20 -0400 Timo Sirainen Maildir++ layout: Allow selecting namespace prefix if inbox=no. HEAD
Wed, 15 Apr 2009 18:06:21 -0400 Timo Sirainen virtual: Fixed using !INBOX when INBOX wasn't in prefix="" namespace. HEAD
Tue, 14 Apr 2009 16:59:52 -0400 Timo Sirainen Compiler warning fix. HEAD
Tue, 14 Apr 2009 16:51:36 -0400 Timo Sirainen fts-solr: Fixes with virtual mailboxes. HEAD
Mon, 13 Apr 2009 19:20:42 -0400 Timo Sirainen Removed duplicate mail_index_is_in_memory(). HEAD
Mon, 13 Apr 2009 18:23:37 -0400 Timo Sirainen maildir: When saving messages, in some race conditions we might have written a duplicate UID. HEAD
Mon, 13 Apr 2009 18:21:24 -0400 Timo Sirainen indexes: Added a new assert. HEAD
Mon, 13 Apr 2009 17:21:32 -0400 Timo Sirainen indexes: Error handling fixes. HEAD
Mon, 13 Apr 2009 16:11:15 -0400 Timo Sirainen maildir saving: If dovecot-uidlist reading failed, we might have gone forward and crashed. HEAD
Sat, 11 Apr 2009 23:12:48 -0400 Timo Sirainen mbox: When doing autodetection, don't just create the missing mbox directory. HEAD
Sat, 11 Apr 2009 21:59:26 -0400 Timo Sirainen Memory leak fixes. HEAD
Thu, 09 Apr 2009 19:08:07 -0400 Timo Sirainen dict: Fixed crashes when dict process dies. HEAD
Thu, 09 Apr 2009 18:49:54 -0400 Timo Sirainen expire-tool: Added a forwards-compatibility parameter -t, which is an alias for --test. HEAD
Thu, 09 Apr 2009 14:51:24 -0400 Timo Sirainen ssl: Don't use mempool_system_clean_*() functions. Just extra work and they've had some problems. HEAD
Thu, 09 Apr 2009 14:51:53 -0400 Timo Sirainen Updated RFC list in README. HEAD
Thu, 09 Apr 2009 14:44:02 -0400 Timo Sirainen digest-md5: If client sent no input, log it as such instead of a more cryptic error. HEAD
Wed, 08 Apr 2009 18:30:06 -0400 Timo Sirainen mail_search_args_deinit(): Always deinitialize, even when there are extra references. HEAD
Wed, 08 Apr 2009 18:17:02 -0400 Timo Sirainen virtual: Crashfixes. HEAD
Wed, 08 Apr 2009 13:46:38 -0400 Timo Sirainen Before starting imaps connections, check how full connection queue is. HEAD
Tue, 07 Apr 2009 18:01:57 -0400 Timo Sirainen Shared mailboxes: Fix to previous mailbox_open() change. HEAD
Tue, 07 Apr 2009 17:57:34 -0400 Timo Sirainen Shared mailboxes: If selecting prefix/<username>, try to open the user's INBOX. HEAD
Tue, 07 Apr 2009 17:54:32 -0400 Timo Sirainen Shared mailboxes: Find the final storage before calling mail_storage.mailbox_open(), not inside it. HEAD
Tue, 07 Apr 2009 16:38:47 -0400 Timo Sirainen imap-login: Use [resp-codes] to figure out when to replace remote's auth failed message with ours. HEAD
Tue, 07 Apr 2009 14:42:16 -0400 Timo Sirainen quota: Previous change broke other plugins. HEAD
Tue, 07 Apr 2009 12:26:50 -0400 Timo Sirainen quota: Don't crash when modifying non-private namespaces. HEAD
Mon, 06 Apr 2009 17:20:20 -0400 Timo Sirainen FreeBSD compiling fix. HEAD
Mon, 06 Apr 2009 17:15:37 -0400 Timo Sirainen Compile fix to NetBSD: Don't use si_code which is a macro. HEAD
Mon, 06 Apr 2009 17:01:31 -0400 Timo Sirainen deliver: We no longer have umask setting, don't try to use it. HEAD
Mon, 06 Apr 2009 16:17:58 -0400 Timo Sirainen quota-fs: Compile fix for OSes without GRPQUOTA define. HEAD
Mon, 06 Apr 2009 16:12:48 -0400 Timo Sirainen Compile fix: Include sys/time.h for struct timeval. HEAD
Mon, 06 Apr 2009 14:20:12 -0400 Timo Sirainen system_user -> system_groups_user change broke it completely. HEAD
Mon, 06 Apr 2009 14:05:12 -0400 Timo Sirainen Compile fix when modules are disabled. HEAD
Fri, 03 Apr 2009 18:23:17 -0400 Timo Sirainen deliver should have used mail_access_groups setting, not mail_extra_groups. HEAD
Fri, 03 Apr 2009 17:54:56 -0400 Timo Sirainen shared mailboxes: Error logging improvement. HEAD
Fri, 03 Apr 2009 17:31:08 -0400 Timo Sirainen Compiler warning fixes on 64bit systems. HEAD
Fri, 03 Apr 2009 16:38:14 -0400 Timo Sirainen Added tag 1.2.rc2 for changeset f38a9a2692ac HEAD
Fri, 03 Apr 2009 16:33:42 -0400 Timo Sirainen Fixed quota compiling when using a separate build dir. HEAD 1.2.rc2
Fri, 03 Apr 2009 16:29:10 -0400 Timo Sirainen Released v1.2.rc2. HEAD
Fri, 03 Apr 2009 16:26:15 -0400 Timo Sirainen rquota.x was missing from distribution tarball. HEAD
Fri, 03 Apr 2009 13:58:36 -0400 Timo Sirainen Added tag 1.2.rc1 for changeset 9b0f83479056 HEAD
Fri, 03 Apr 2009 13:58:12 -0400 Timo Sirainen Released v1.2.rc1. HEAD 1.2.rc1
Fri, 03 Apr 2009 13:57:13 -0400 Timo Sirainen acl: If a global ACL file "foo" exists, don't fail when trying to access mailbox "foo/bar". HEAD
Fri, 03 Apr 2009 12:41:56 -0400 Timo Sirainen IMAP: Don't allow APPEND to specify INTERNALDATE more than 2 hours into future. HEAD
Fri, 03 Apr 2009 12:35:02 -0400 Timo Sirainen acl: Don't crash if shared_storage_get_namespace() fails. HEAD
Fri, 03 Apr 2009 12:34:45 -0400 Timo Sirainen If shared_storage_get_namespace() fails due to ns prefix pattern mismatch, log an error. HEAD
Thu, 02 Apr 2009 19:52:58 -0400 Timo Sirainen Renamed THREAD X-REFERENCES2 to THREAD REFS (from INTHREAD draft). HEAD
Thu, 02 Apr 2009 19:31:52 -0400 Timo Sirainen imap: Fixed LIST with namespace prefixes that have multiple hierarchies. HEAD
Thu, 02 Apr 2009 19:09:32 -0400 Timo Sirainen acl: Don't try to create dovecot-acl-list file for unknown users' auto-created namespaces. HEAD
Thu, 02 Apr 2009 19:08:50 -0400 Timo Sirainen Removed umask setting. We're nowadays creating practically all files with proper umasks. HEAD
Thu, 02 Apr 2009 18:25:58 -0400 Timo Sirainen acl: Dropped default ACL cache timeout from 5 minutes to 30 seconds. HEAD
Thu, 02 Apr 2009 18:14:51 -0400 Timo Sirainen Shared Maildirs: Fixes to listing INBOX. HEAD
Thu, 02 Apr 2009 18:13:50 -0400 Timo Sirainen acl: When listing mailboxes, return children flags correctly. HEAD
Thu, 02 Apr 2009 18:00:49 -0400 Timo Sirainen acl: Fixed crash when rebuilding dovecot-acl-list file. HEAD
Thu, 02 Apr 2009 15:59:04 -0400 Timo Sirainen shared mailboxes: Mark created users' namespaces as having INBOXes. HEAD
Thu, 02 Apr 2009 15:48:55 -0400 Timo Sirainen acl: Don't use root directory's dovecot-acl file as the default acl. With Maildir it's usually INBOX's ACL. HEAD
Thu, 02 Apr 2009 15:28:03 -0400 Timo Sirainen THREAD X-REFERENCES2: Don't return (0) nodes. HEAD
Thu, 02 Apr 2009 15:02:58 -0400 Timo Sirainen quota-fs: Added support for NFS group quota. HEAD
Thu, 02 Apr 2009 14:25:27 -0400 Timo Sirainen imap/pop3-login: Don't crash when shutting down and destroying clients. HEAD
Thu, 02 Apr 2009 14:10:16 -0400 Timo Sirainen If epoll_create() fails with EMFILE, suggest increasing epoll's max_user_instances. HEAD
Thu, 02 Apr 2009 14:00:31 -0400 Timo Sirainen Try to make sure auth process can dump core, and if it can't try to find why. HEAD
Wed, 01 Apr 2009 17:30:52 -0400 Timo Sirainen auth: Fixed loading known passdb/userdb plugins. HEAD
Wed, 01 Apr 2009 16:36:56 -0400 Timo Sirainen When shutting down, don't try to restart dict processes. HEAD
Wed, 01 Apr 2009 16:09:58 -0400 Timo Sirainen istream-tee: Added some more asserts. HEAD
Wed, 01 Apr 2009 15:58:56 -0400 Timo Sirainen istream: Added one more assert to make sure return value is correct. HEAD
Wed, 01 Apr 2009 15:39:20 -0400 Timo Sirainen Removed unneeded code. HEAD
Wed, 01 Apr 2009 13:13:04 -0400 Timo Sirainen When a process is killed, show the signal code and the sending process's pid and uid. HEAD
Wed, 01 Apr 2009 12:52:46 -0400 Timo Sirainen lib-signals: Changed callback API to return siginfo_t. HEAD
Wed, 01 Apr 2009 12:48:17 -0400 Timo Sirainen Call closelog() before dup2()ing fds. HEAD
Wed, 01 Apr 2009 11:42:56 -0400 Timo Sirainen dovecot-example.conf: Added maildir_very_dirty_syncs. HEAD
Wed, 01 Apr 2009 10:29:58 -0400 Timo Sirainen fts-solr: Don't double-escape "+" if we're filtering what mailboxes we want. HEAD
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