log

age author description
Tue, 19 Oct 2010 18:48:00 +0100 Timo Sirainen istream-header-filter: Fix to previous change.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
Tue, 19 Oct 2010 18:30:51 +0100 Timo Sirainen liblib: Added istream for reading binary data as base64-encoded.
Tue, 19 Oct 2010 18:27:30 +0100 Timo Sirainen doveadm: Added commands for managing SiS directories.
Tue, 19 Oct 2010 18:16:10 +0100 Timo Sirainen Added lib-fs for simple filesystem accessing. Implemented POSIX, SiS and SiS-queue backends.
Tue, 19 Oct 2010 18:10:34 +0100 Timo Sirainen liblib: Added API for easily building hash strings based on given format string and input.
Tue, 19 Oct 2010 18:09:16 +0100 Timo Sirainen liblib: Added a common API for accessing all hash methods.
Tue, 19 Oct 2010 18:39:27 +0100 Timo Sirainen istream-header-filter: Drop duplicate headers instead of assert-crashing with them.
Mon, 18 Oct 2010 19:00:59 +0100 Timo Sirainen acl: Recent change broke setting acls.
Mon, 18 Oct 2010 18:30:42 +0100 Timo Sirainen doveadm: Added import command for importing mails from other storages.
Mon, 18 Oct 2010 18:30:02 +0100 Timo Sirainen doveadm: Call mail command's init() only after service storage is initialized.
Mon, 18 Oct 2010 18:09:56 +0100 Timo Sirainen lib-storage: Added no_userdb_lookup flag to storage service lookups.
Mon, 18 Oct 2010 16:51:12 +0100 Timo Sirainen ostream-file: Fixed potential crash in write_at() and also fixed attempted optimization.
Mon, 18 Oct 2010 16:14:08 +0100 Timo Sirainen lib-index: More undoing of locking code changes.
Mon, 18 Oct 2010 16:07:17 +0100 Timo Sirainen acl: Fixed memory leaks.
Mon, 18 Oct 2010 15:38:58 +0100 Timo Sirainen auth: Default for auth_cache_negative_ttl was supposed to be 1 hour, not disabled.
Mon, 18 Oct 2010 15:35:24 +0100 Timo Sirainen auth: Log userdb cache hits and misses with auth_debug=yes
Mon, 18 Oct 2010 15:07:02 +0100 Timo Sirainen lib-storage: Log a debug message if shared user's storage root doesn't exist with mail_debug=yes
Mon, 18 Oct 2010 14:52:02 +0100 Timo Sirainen acl: Avoid passing NULL parameter to printf %s when mail_debug=yes
Sat, 16 Oct 2010 18:33:42 +0100 Timo Sirainen pop3: Recent corking change caused hangs.
Sat, 16 Oct 2010 00:49:35 +0100 Timo Sirainen Removed some dead code.
Sat, 16 Oct 2010 00:43:49 +0100 Timo Sirainen lib-index: Work around clang static analyzer's false positive "dead code" issue.
Sat, 16 Oct 2010 00:35:28 +0100 Timo Sirainen lib-lda: Make sure duplicate_init() handles non-existent home correctly.
Sat, 16 Oct 2010 00:34:28 +0100 Timo Sirainen lib-storage: mail_user_get_home(): Make sure user_r is always set.
Sat, 16 Oct 2010 00:30:50 +0100 Timo Sirainen lib-storage: mailbox_get_guid() crashed if storage didn't support GUIDs.
Sat, 16 Oct 2010 00:23:20 +0100 Timo Sirainen istream-concat: Fixed another memory leak.
Sat, 16 Oct 2010 00:21:35 +0100 Timo Sirainen lmtp: Don't access freed memory if input couldn't be opened as raw mail.
Fri, 15 Oct 2010 19:50:51 +0100 Timo Sirainen istream-header-filter: Assert-crash if headers aren't given sorted.
Fri, 15 Oct 2010 19:40:06 +0100 Timo Sirainen Compiler warning/error fix to recent logging API changes.
Fri, 15 Oct 2010 19:30:04 +0100 Timo Sirainen lmtp: Reverted last change after all. Besides, the error code was wrong.
Fri, 15 Oct 2010 19:21:43 +0100 Timo Sirainen lmtp: Don't allow saving zero byte sized messages.
Fri, 15 Oct 2010 19:04:42 +0100 Timo Sirainen epoll: Suggest not-so-UUOC if epoll_ctl() fails for stdin
Fri, 15 Oct 2010 18:55:52 +0100 Timo Sirainen istream-concat: Fixed a memory leak.
Fri, 15 Oct 2010 18:50:44 +0100 Timo Sirainen lib-storage: Added assert to transaction rollback to make sure all mails are freed.
Fri, 15 Oct 2010 16:24:25 +0100 Timo Sirainen auth: Make sure auth request is kept referenced during the lookup.
Fri, 15 Oct 2010 16:16:23 +0100 Timo Sirainen lib-master: Properly fixed accepting FIFO connections with BSDI.
Fri, 15 Oct 2010 16:09:13 +0100 Timo Sirainen log: Avoid calling time() unnecessary when logging multiple lines.
Fri, 15 Oct 2010 16:08:12 +0100 Timo Sirainen Failure logging supports now getting timestamp as parameter.
Fri, 15 Oct 2010 15:46:43 +0100 Timo Sirainen Cleaned up log callbacks and made them more extensible.
Fri, 15 Oct 2010 15:13:59 +0100 Timo Sirainen acl: Log mailbox names that are skipped due to missing lookup right with mail_debug=yes
Fri, 15 Oct 2010 15:09:18 +0100 Timo Sirainen lib-storage: Log attempted accesses to nonexistent users' mails with mail_debug=yes.
Fri, 15 Oct 2010 14:57:36 +0100 Timo Sirainen lib-storage: Use MAIL_STORAGE_FLAG_NO_AUTOVERIFY for creating shared namespace storages.
Fri, 15 Oct 2010 14:56:05 +0100 Timo Sirainen lib-storage: Added MAIL_STORAGE_FLAG_NO_AUTOVERIFY to skip checking storage root dir existence.
Fri, 15 Oct 2010 14:48:31 +0100 Timo Sirainen ldap: Compare LDAP attribute names case-insensitively.
Fri, 15 Oct 2010 13:27:59 +0100 Timo Sirainen ldap: Log a warning if iterate_attrs has other fields than 'user'.
Thu, 14 Oct 2010 18:20:58 +0100 Timo Sirainen maildir: Check correctly if file is a symlink.
Thu, 14 Oct 2010 17:23:11 +0100 Timo Sirainen lib-index: Put back some of the removed locking complexity.
Thu, 14 Oct 2010 17:02:20 +0100 Timo Sirainen *-login: If client didn't log in, don't log mpid in logout message.
Thu, 14 Oct 2010 16:58:57 +0100 Timo Sirainen imap, pop3: Cork TCP connection before trying to flush output in output callback.
Thu, 14 Oct 2010 16:53:04 +0100 Timo Sirainen lib-storage: If mailbox deletion failed, we crashed while trying to write undelete record to index.
Thu, 14 Oct 2010 16:22:54 +0100 Timo Sirainen lib-index: Don't reopen mailbox log file too often.
Thu, 14 Oct 2010 16:17:43 +0100 Timo Sirainen lib-index: Mailbox log writing was trying to write to a closed log file fd.
Thu, 14 Oct 2010 15:59:11 +0100 Timo Sirainen auth: Give a better error message if pass=yes can't be used in master passdb.
Wed, 06 Oct 2010 19:49:31 +0100 Timo Sirainen quota: Log a warning if Maildir++ quota is enabled for non-Maildir storage.
Wed, 06 Oct 2010 19:35:17 +0100 Timo Sirainen master: Parse and check full config at startup.
Wed, 06 Oct 2010 19:35:06 +0100 Timo Sirainen lib-master: Added support for parse_full_config input option for settings parsing.
Wed, 06 Oct 2010 19:34:41 +0100 Timo Sirainen doveconf: Added -p parameter to parse full config even if -m module is given.
Wed, 06 Oct 2010 19:19:48 +0100 Timo Sirainen maildir: Write only base filenames to uidlist.
Wed, 06 Oct 2010 19:08:43 +0100 Timo Sirainen imap search: Fixed YOUNGER/OLDER
Wed, 06 Oct 2010 19:02:20 +0100 Timo Sirainen search: If body search fails due to I/O error, keep the result as "unknown".
Wed, 06 Oct 2010 18:57:38 +0100 Timo Sirainen lda: -m parameter's UTF-8 validity wasn't checked correctly.
Wed, 06 Oct 2010 18:57:16 +0100 Timo Sirainen lib-lda: Fixed error handling if newly delivered mail couldn't be opened.
Wed, 06 Oct 2010 18:20:26 +0100 Timo Sirainen lib-index: Always update index map while committing a transaction.
Wed, 06 Oct 2010 18:18:30 +0100 Timo Sirainen lib-index: Cache offsets were sometimes written pointing to an older cache file.
Wed, 06 Oct 2010 17:15:51 +0100 Timo Sirainen lib-index: Avoid unnecessary pread()s at end of transaction log file.
Wed, 06 Oct 2010 17:11:52 +0100 Timo Sirainen lib-index: Removed unnecessary code from lock handling.
Wed, 06 Oct 2010 16:17:08 +0100 Timo Sirainen lib-dict: If connect() to dict socket fails, log an error, but don't die.
Wed, 06 Oct 2010 15:54:14 +0100 Timo Sirainen quota: Give better error message for connect() EACCES failure to quota-warning socket.
Tue, 05 Oct 2010 22:55:37 +0100 Timo Sirainen auth: Added lookup_credentials() support for passdb static
Tue, 05 Oct 2010 22:53:58 +0100 Timo Sirainen imap IDLE: Don't send "Still here" notifications if there is already data in output buffer.
Tue, 05 Oct 2010 22:52:55 +0100 Timo Sirainen master: Get only master-related configuration from doveconf at startup.
Tue, 05 Oct 2010 02:20:31 +0100 Timo Sirainen maildir: Don't assert-crash when saving a message without locking uidlist.
Mon, 04 Oct 2010 17:16:38 +0100 Timo Sirainen priority queue: Set item's idx value to invalid when it's removed from queue.
Mon, 04 Oct 2010 17:10:08 +0100 Timo Sirainen lmtp proxy: Avoid hanging at the end of message input.
Mon, 04 Oct 2010 16:01:09 +0100 Timo Sirainen lib-storage: Don't write to dovecot.mailbox.log if setting subscription didn't actually change anything.
Mon, 04 Oct 2010 15:55:34 +0100 Timo Sirainen lib-index: Fixed leaking fds when writing to dovecot.mailbox.log
Mon, 04 Oct 2010 15:13:20 +0100 Timo Sirainen imap-* plugins: Use the new imap_client_created_hook_set() to set the hook.
Mon, 04 Oct 2010 15:12:23 +0100 Timo Sirainen imap: Added imap_client_created_hook_set() to update the hook.
Mon, 04 Oct 2010 14:53:02 +0100 Timo Sirainen configure: Added IDLE to banner CAPABILITY to make Blackberry happy.
Mon, 04 Oct 2010 14:45:25 +0100 Timo Sirainen login: Give a better error message if ssl_cert=path is attempted without '<'
Fri, 01 Oct 2010 22:10:02 +0100 Timo Sirainen Added signature for changeset 2690facaa927
Fri, 01 Oct 2010 22:09:44 +0100 Timo Sirainen Added tag 2.0.5 for changeset 2690facaa927
Fri, 01 Oct 2010 22:09:43 +0100 Timo Sirainen Released v2.0.5.
Fri, 01 Oct 2010 21:42:18 +0100 Timo Sirainen lmtp: Make sure we partial messages aren't saved if client disconnects during DATA.
Fri, 01 Oct 2010 21:33:38 +0100 Timo Sirainen lib-storage: Don't wrongly ignore subscriptions=no namespace entries.
Fri, 01 Oct 2010 19:09:29 +0100 Timo Sirainen dsync: Fail if both source and destination mail location point to same directory.
Fri, 01 Oct 2010 18:58:47 +0100 Timo Sirainen config: Show time/size setting values as more human readable.
Fri, 01 Oct 2010 18:33:58 +0100 Timo Sirainen imap: Don't reset input/output byte counters when COMPRESS is started.
Fri, 01 Oct 2010 18:33:19 +0100 Timo Sirainen Added i_stream_get_absolute_offset().
Fri, 01 Oct 2010 17:46:03 +0100 Timo Sirainen zlib: eof_offset wasn't always set right, causing assert-crashes.
Fri, 01 Oct 2010 17:35:01 +0100 Timo Sirainen zlib: Fixed istream-bzlib also with mark=TRUE seeking
Fri, 01 Oct 2010 17:06:27 +0100 Timo Sirainen zlib: Fixed istream-zlib when using seeking with mark=TRUE (i.e. mbox)
Fri, 01 Oct 2010 16:39:11 +0100 Timo Sirainen pop3: Added pop3_fast_size_lookups setting.
Fri, 01 Oct 2010 16:19:10 +0100 Timo Sirainen mail-storage.h comments updated.
Fri, 01 Oct 2010 16:14:08 +0100 Timo Sirainen pop3: Code cleanup for mailbox opening code.
Fri, 01 Oct 2010 15:37:19 +0100 Timo Sirainen acl: Fixed the logic of merging multiple ACLs.
Fri, 01 Oct 2010 15:01:09 +0100 Timo Sirainen acl: Reverted last change. It still allows reading the default ACL from .DEFAULT file.
Fri, 01 Oct 2010 14:56:07 +0100 Timo Sirainen acl: Avoid extra open() on a directory for default acl.
Thu, 30 Sep 2010 20:28:54 +0100 Timo Sirainen acl: Avoid opening two dict iterators at the same time.
Thu, 30 Sep 2010 19:18:13 +0100 Timo Sirainen dict: Support file backend also with dict proxy.
Thu, 30 Sep 2010 17:57:55 +0100 Timo Sirainen doveadm fetch: Fixed fetching uid field.
Thu, 30 Sep 2010 17:49:17 +0100 Timo Sirainen auth: Don't assert-crash if a request still succeeds after its client connection is gone.
Thu, 30 Sep 2010 17:12:55 +0100 Timo Sirainen auth: Avoid crashing when finishing failed requests that already timed out.
Thu, 30 Sep 2010 16:49:16 +0100 Timo Sirainen virtual: Allow opening virtual mailboxes that refer to non-existing mailboxes.
Thu, 30 Sep 2010 16:05:57 +0100 Timo Sirainen lib-index: If mail_index_sync_begin() fails, don't assert-crash
Thu, 30 Sep 2010 15:33:56 +0100 Timo Sirainen director: Properly detect invalid command parameters in director<->director connections.
Wed, 29 Sep 2010 19:07:16 +0100 Timo Sirainen maildir: Avoid recreating uidlist all the time when indexes are disabled.
Wed, 29 Sep 2010 18:49:34 +0100 Timo Sirainen maildir: Avoid opening cache file when getting physical message size.
Wed, 29 Sep 2010 18:38:29 +0100 Timo Sirainen Maildir: If mail's virtual size can be found from filename/uidlist, do it instead of using cache.
Wed, 29 Sep 2010 18:09:28 +0100 Timo Sirainen lib-index: If transaction log file is small enough, just read all of it to memory immediately.
Wed, 29 Sep 2010 17:15:12 +0100 Timo Sirainen maildir: Avoid refreshing transaction log immediately on first sync.
Wed, 29 Sep 2010 17:14:22 +0100 Timo Sirainen lib-index: Avoid refreshing transaction log immediately after it was opened.
Wed, 29 Sep 2010 16:34:56 +0100 Timo Sirainen virtual: Don't unnecessarily stat() the virtual directory.
Wed, 29 Sep 2010 16:33:12 +0100 Timo Sirainen pop3: Fixed virtual plugin when compiling --without-shared-libs
Wed, 29 Sep 2010 16:32:47 +0100 Timo Sirainen lib-index: Don't waste time on every mailbox open checking if .log.2 should be deleted.
Wed, 29 Sep 2010 15:46:32 +0100 Timo Sirainen Maildir++: When opening namespace prefix as mailbox, don't add extra '/' to path names.
Tue, 28 Sep 2010 19:07:33 +0100 Timo Sirainen lda: If doveconf fails, make it exit with EX_TEMPFAIL.
Tue, 28 Sep 2010 17:41:43 +0100 Timo Sirainen login: If master login fails, tell auth process to free the auth request.
Tue, 28 Sep 2010 17:15:52 +0100 Timo Sirainen maildir: If we see unwanted non-empty directories in new/ or cur/, move them to ../extra-*
Tue, 28 Sep 2010 17:09:50 +0100 Timo Sirainen config: Don't even try to open <file settings for modules we don't care about.
Tue, 28 Sep 2010 17:09:29 +0100 Timo Sirainen doveconf: Skip verifying settings for modules we don't care about.
Tue, 28 Sep 2010 16:29:33 +0100 Timo Sirainen lib-index: Try to keep writing to latest mailbox log.
Tue, 28 Sep 2010 16:05:40 +0100 Timo Sirainen quota: Don't crash if user has quota disabled.
Mon, 27 Sep 2010 19:53:07 +0100 Timo Sirainen sdbox: Fixed memory leak when copying messages with hard links.
Mon, 27 Sep 2010 19:34:08 +0100 Timo Sirainen config: Verify settings plugins' versions are valid if they're specified.
Mon, 27 Sep 2010 16:46:26 +0100 Timo Sirainen doveconf: Expand "key=$key" variable even without -x parameter.
Mon, 27 Sep 2010 15:50:43 +0100 Timo Sirainen lib-storage: Buffer writes to subscriptions file.
Mon, 27 Sep 2010 15:40:02 +0100 Timo Sirainen lib-storage: Avoid fsyncing subscriptions file when it doesn't change or if mail_fsync=never.
Mon, 27 Sep 2010 13:45:24 +0100 Timo Sirainen zlib: Avoid using hardcoded storage name strings.
Mon, 27 Sep 2010 13:44:49 +0100 Timo Sirainen zlib: dbox storage is now called sdbox.
Sun, 26 Sep 2010 18:47:56 +0100 Timo Sirainen Added signature for changeset 7f5c5778c4b9
Sun, 26 Sep 2010 18:47:51 +0100 Timo Sirainen Added tag 2.0.4 for changeset 7f5c5778c4b9
Sun, 26 Sep 2010 18:47:51 +0100 Timo Sirainen Released v2.0.4.
Sun, 26 Sep 2010 18:36:14 +0100 Timo Sirainen Maildir: Fixed accessing INBOX whose tmp/ directory was lost.
Sun, 26 Sep 2010 18:05:25 +0100 Timo Sirainen imap: Give better error message for "Unknown namespace"
Fri, 24 Sep 2010 22:32:03 +0100 Timo Sirainen module_dir_load(): Make it clearer that "Skipping module" debug message is normal.
Fri, 24 Sep 2010 19:39:41 +0100 Timo Sirainen mdbox: Removed unused code.
Fri, 24 Sep 2010 18:36:22 +0100 Timo Sirainen pgsql: Avoid epoll_ctl() errors when closing connection.
Fri, 24 Sep 2010 18:14:16 +0100 Timo Sirainen maildir: Another assert for saving messages.
Fri, 24 Sep 2010 17:35:51 +0100 Timo Sirainen sdbox: Use "sdbox" name in the internal storage structure.
Fri, 24 Sep 2010 17:02:08 +0100 Timo Sirainen maildir: Added extra asserts.
Fri, 24 Sep 2010 16:59:44 +0100 Timo Sirainen maildir: Don't waste time stat()ing if generated filename is in tmp/.
Fri, 24 Sep 2010 11:48:57 +0100 Timo Sirainen lib-storage: Check valid subscriptions list entries with _is_valid_existing_name()
Thu, 23 Sep 2010 20:04:40 +0100 Timo Sirainen quota: When logging about obsolete rule, log the full rule string.
Thu, 23 Sep 2010 20:00:41 +0100 Timo Sirainen quota: When logging about obsolete rule, log also the quota root name.
Thu, 23 Sep 2010 19:54:26 +0100 Timo Sirainen config: Added conversion support for obsolete sieve/sieve_storage settings.
Thu, 23 Sep 2010 19:34:31 +0100 Timo Sirainen lib-storage: Log and hide invalid entries in subscriptions file.
Thu, 23 Sep 2010 19:25:22 +0100 Timo Sirainen Fail at startup if process_limit>1 for services that don't support it.
Thu, 23 Sep 2010 19:00:31 +0100 Timo Sirainen lib-master: If auth server is restarted, still log a warning about aborted auth request.
Thu, 23 Sep 2010 18:39:22 +0100 Timo Sirainen maildir: Log a warning if mailbox synchronization takes longer than 1 min.
Thu, 23 Sep 2010 18:21:09 +0100 Timo Sirainen maildir: Use correct enum for getting uidlist record GUID.
Thu, 23 Sep 2010 18:18:51 +0100 Timo Sirainen maildir: Fixed a race condition in getting a new message's GUID.
Thu, 23 Sep 2010 18:02:20 +0100 Timo Sirainen maildir: Code cleanup: Use MAILDIR_UIDLIST_HDR_EXT_* when building the header string.
Thu, 23 Sep 2010 17:51:07 +0100 Timo Sirainen maildir: Don't add GUIDs to "external expunge" records. There's no point.
Thu, 23 Sep 2010 17:35:37 +0100 Timo Sirainen maildir: When uidlist file is recreated and reread, clear old records from memory.
Thu, 23 Sep 2010 17:26:20 +0100 Timo Sirainen maildir: Cleaned up filename/guid preserving code on save/copy.
Thu, 23 Sep 2010 16:40:42 +0100 Timo Sirainen dsync: Avoid assert-crashing when trying to create a reserved mailbox name (e.g. dbox-Mails)
Thu, 23 Sep 2010 16:36:00 +0100 Timo Sirainen maildir: Fixed expunging messages with GUIDs in uidlist.
Thu, 23 Sep 2010 16:06:28 +0100 Timo Sirainen lib-lda: Fixed handling duplicate database when user has no home dir.
Thu, 23 Sep 2010 15:53:09 +0100 Timo Sirainen lib-index: Log a warning if transaction log lock is kept over 3 minutes.
Wed, 22 Sep 2010 18:19:31 +0100 Timo Sirainen Attempt to fix vpopmail support.
Wed, 22 Sep 2010 18:11:03 +0100 Timo Sirainen dict-file: Don't leak fd on deinit.
Tue, 21 Sep 2010 18:15:56 +0100 Timo Sirainen dict quota: Avoid crashing if quota recalculation tries to recurse.
Tue, 21 Sep 2010 18:05:13 +0100 Timo Sirainen quota: Avoid calling i_fatal() on initialization errors, plus some other fixes.
Tue, 21 Sep 2010 18:04:30 +0100 Timo Sirainen lib-storage: If user->error is set during initialization, fail user creation.
Tue, 21 Sep 2010 16:30:20 +0100 Timo Sirainen ssl-params: Don't start it at startup if Dovecot is compiled without SSL support.
Tue, 21 Sep 2010 15:22:57 +0100 Timo Sirainen Maildir: If POP3 UIDL is specified for saved message, add it to uidlist.
Tue, 21 Sep 2010 15:22:38 +0100 Timo Sirainen lib-storage: Added assert against empty UIDL in mailbox_save_set_pop3_uidl().
Tue, 21 Sep 2010 15:22:16 +0100 Timo Sirainen dsync: Don't set POP3 UIDLs to empty values.
Tue, 21 Sep 2010 15:11:05 +0100 Timo Sirainen lib-auth: Last change broke multi-step auth mechanisms.
Tue, 21 Sep 2010 14:59:59 +0100 Timo Sirainen dict client: If connect to server socket fails with EACCES, give better error message.
Tue, 21 Sep 2010 14:55:33 +0100 Timo Sirainen doveadm-expire: Improved debug logging.
Tue, 21 Sep 2010 14:55:22 +0100 Timo Sirainen doveadm: Added iterate_single_user mail context field.
Tue, 21 Sep 2010 14:04:22 +0100 Timo Sirainen lda: If mail_debug=yes and no -d parameter is given, log where username is taken from.
Mon, 20 Sep 2010 19:06:26 +0100 Timo Sirainen lib-auth: Make sure auth request isn't tried to be double-freed on error conditions.
Mon, 20 Sep 2010 18:19:53 +0100 Timo Sirainen Make sure no data is leaked across processes via struct ip_addr fields.
Mon, 20 Sep 2010 17:50:29 +0100 Timo Sirainen lib-master: When finishing auth, don't send REQUEST if auth process has restarted.
Mon, 20 Sep 2010 16:06:17 +0100 Timo Sirainen lda, storage .so libs: Added explicit linking against other .so libs they require
Mon, 20 Sep 2010 15:30:07 +0100 Timo Sirainen mdbox: If :INDEX=path is specified, keep storage indexes there also.
Fri, 17 Sep 2010 20:20:53 +0100 Timo Sirainen Added signature for changeset a475e8d4eb21
Fri, 17 Sep 2010 20:20:48 +0100 Timo Sirainen Added tag 2.0.3 for changeset a475e8d4eb21
Fri, 17 Sep 2010 20:20:48 +0100 Timo Sirainen Released v2.0.3.
Fri, 17 Sep 2010 18:38:47 +0100 Timo Sirainen lib-storage: If subscriptions contains an invalid entry, don't crash with fs layout.
Fri, 17 Sep 2010 17:54:22 +0100 Timo Sirainen fdpass: Use memcpy() to access data in CMSG_DATA().
Fri, 17 Sep 2010 17:30:30 +0100 Timo Sirainen poll: Added a workaround for AIX to get it to notice IO_ERRORs
Thu, 16 Sep 2010 16:28:58 +0100 Timo Sirainen maildir: uidlist can now override message's GUID
Thu, 16 Sep 2010 16:26:48 +0100 Timo Sirainen maildir: Use array_bsearch() in uidlist instead of reimplementing it.
Thu, 16 Sep 2010 15:19:45 +0100 Timo Sirainen lib-storage: Recent change broke creating mailboxes with fs layout.
Thu, 16 Sep 2010 13:49:35 +0100 Timo Sirainen doveadm: Give binary name to plugin loading code so it can give better error messages.
Wed, 15 Sep 2010 18:59:34 +0100 Timo Sirainen dsync: Don't crash/hang if syncing fails before ioloop is started.
Wed, 15 Sep 2010 16:28:32 +0100 Timo Sirainen master: Fixed previous "client/process_limit reached" log change.
Wed, 15 Sep 2010 16:20:21 +0100 Timo Sirainen lib-storage: Fail if list=yes namespace prefix starts with hierarchy separator.
Wed, 15 Sep 2010 16:07:15 +0100 Timo Sirainen lib-mail: Previous message parser optimization caused infinite looping with some mails.
Tue, 14 Sep 2010 21:12:08 +0100 Timo Sirainen lib-index: day_first_uid[] array wasn't kept properly up to date.
Tue, 14 Sep 2010 17:55:25 +0100 Timo Sirainen master: If service with process_limit=1 reaches client_limit, log it better.
Tue, 14 Sep 2010 17:39:40 +0100 Timo Sirainen When writing to logs, ignore write()=EINTR failures from non-terminal signals.
Tue, 14 Sep 2010 17:38:08 +0100 Timo Sirainen Added signal_term_counter that keeps track of how many terminal signals have been received.
Tue, 14 Sep 2010 16:43:10 +0100 Timo Sirainen dsync: Fixed creating \noselect mailboxes.
Tue, 14 Sep 2010 16:20:18 +0100 Timo Sirainen dsync: Don't create \Noselect mailboxes as selectable mailboxes, rather just don't create them.
Tue, 14 Sep 2010 16:18:13 +0100 Timo Sirainen lib-storage: Added mailbox_list_create_dir()
Tue, 14 Sep 2010 15:22:37 +0100 Timo Sirainen istream-crlf: Fixed assert-crash.
Tue, 14 Sep 2010 14:45:01 +0100 Timo Sirainen lib-settings: Give a better error message for invalid boolean values
Tue, 14 Sep 2010 13:45:57 +0100 Timo Sirainen Added lda_original_recipient_header setting. Removed non-standard use of Envelope-To: header.
Tue, 14 Sep 2010 13:17:18 +0100 Timo Sirainen lda: Added -r parameter to specify final recipient address.
Tue, 14 Sep 2010 11:06:44 +0100 Timo Sirainen quota: Added support for reverse quota warnings.
Mon, 13 Sep 2010 18:11:37 +0100 Timo Sirainen doveadm quota: Removed unused search_args.
Mon, 13 Sep 2010 16:59:45 +0100 Timo Sirainen *-login: Ignore ENOTCONN error for shutdown()
Mon, 13 Sep 2010 16:18:31 +0100 Timo Sirainen iostream: Call destroy callback after the destroy() method is called.
Mon, 13 Sep 2010 15:08:30 +0100 Timo Sirainen mysql: When sql_exec() fails, log an error.
Mon, 13 Sep 2010 15:08:12 +0100 Timo Sirainen mysql: When query fails because connection gets lost, use MySQL failure message instead of generic one.
Mon, 13 Sep 2010 14:43:27 +0100 Timo Sirainen acl: Don't break if mailbox listing returns an empty name.
Mon, 13 Sep 2010 13:10:31 +0100 Timo Sirainen login proxy: If proxy-login pipe isn't found, don't log an error.
Mon, 13 Sep 2010 11:56:08 +0100 Timo Sirainen lib-index: fsck shouldn't assert-crash when no .log file exists
Mon, 13 Sep 2010 11:52:18 +0100 Timo Sirainen lib-index: readonly status was checked wrong when deleting corrupted index files.
Mon, 13 Sep 2010 11:29:23 +0100 Timo Sirainen lib-master: If config file can't be even stat()ed (e.g. permission error), give better error msg.
Mon, 13 Sep 2010 10:48:28 +0100 Timo Sirainen lda: If destination user isn't found, exit with EX_NOUSER, not EX_TEMPFAIL.
Wed, 08 Sep 2010 17:38:49 +0100 Timo Sirainen Added signature for changeset f4eb53065879
Wed, 08 Sep 2010 17:38:41 +0100 Timo Sirainen Added tag 2.0.2 for changeset f4eb53065879
Wed, 08 Sep 2010 17:38:41 +0100 Timo Sirainen Released v2.0.2.
Wed, 08 Sep 2010 17:02:48 +0100 Timo Sirainen acl: Make sure acl-list and dict is rebuild when replacing/clearing ACLs
Wed, 08 Sep 2010 17:02:25 +0100 Timo Sirainen acl: Fixed removing entries from shared dict when rebuilding
Wed, 08 Sep 2010 15:35:32 +0100 Timo Sirainen dovecot.m4: Added --with-moduledir and export dovecotdir
Wed, 08 Sep 2010 15:11:03 +0100 Timo Sirainen lmtp: Read initial settings with service=lmtp
Wed, 08 Sep 2010 15:02:18 +0100 Timo Sirainen auth: If no passdb is specified, don't fail when userdb static tries to verify user existence.
Wed, 08 Sep 2010 14:58:31 +0100 Timo Sirainen Don't fail with auth_cache_size=0
Wed, 08 Sep 2010 14:56:15 +0100 Timo Sirainen config: Automatically convert old-style auth_cache_size value.
Wed, 08 Sep 2010 14:55:57 +0100 Timo Sirainen auth: Fail if auth_cache_size value is too small.
Wed, 08 Sep 2010 14:47:45 +0100 Timo Sirainen auth: Don't crash if auth_cache_size has a very small value.
Wed, 08 Sep 2010 14:47:28 +0100 Timo Sirainen login: Crashfix when client disconnects before auth process has started.
Tue, 07 Sep 2010 19:50:48 +0100 Timo Sirainen sql pool: Delay creating a transaction until commit is called.
Tue, 07 Sep 2010 17:19:40 +0100 Timo Sirainen Compiler warning fixes.
Tue, 07 Sep 2010 16:32:17 +0100 Timo Sirainen maildir: Avoid unnecessary uidlist recreation during mail delivery.
Tue, 07 Sep 2010 16:23:03 +0100 Timo Sirainen maildir: If uidlist isn't read, don't mark its UIDs as being known when saving.
Mon, 06 Sep 2010 18:17:17 +0100 Timo Sirainen zlib: Potential assert-crashfix.
Mon, 06 Sep 2010 16:35:13 +0100 Timo Sirainen lib-storage: Don't fail with "maildir_name not supported" when using empty DIRNAME=
Mon, 06 Sep 2010 15:41:31 +0100 Timo Sirainen maildir: Minor code cleanup.
Mon, 06 Sep 2010 15:41:25 +0100 Timo Sirainen maildir: If we see duplicate file with retry_rewind set, try rewinding first.
Fri, 03 Sep 2010 19:10:28 +0100 Timo Sirainen config: Give an error if "block {" continues with non-whitespace.
Fri, 03 Sep 2010 15:18:55 +0100 Timo Sirainen alloconly mempool: Clear pool with memset(), not safe_memset().
Fri, 03 Sep 2010 15:18:09 +0100 Timo Sirainen liblib: Removed unused system-clean and alloconly-clean mempools.