log

age author description
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.