log

age author description
Sun, 12 Feb 2012 23:04:13 +0200 Timo Sirainen README: Added missing RFC to list.
Sun, 12 Feb 2012 23:03:55 +0200 Timo Sirainen TODO updated
Sun, 12 Feb 2012 22:35:54 +0200 Timo Sirainen Added signature for changeset 481860782250
Sun, 12 Feb 2012 22:35:52 +0200 Timo Sirainen Added tag 2.1.rc6 for changeset 481860782250
Sun, 12 Feb 2012 22:35:52 +0200 Timo Sirainen Released v2.1.rc6.
Sun, 12 Feb 2012 22:34:33 +0200 Timo Sirainen IMAP capabilities: s/FUZZY/SEARCH=FUZZY/
Sun, 12 Feb 2012 22:16:51 +0200 Timo Sirainen doveadm mailbox delete: Don't crash when namespace for mailbox isn't found.
Sun, 12 Feb 2012 21:10:22 +0200 Timo Sirainen doveadm: Improved error handling. Failures should now always have non-zero exit code.
Sun, 12 Feb 2012 19:20:03 +0200 Timo Sirainen doveadm pw: Use i_error()/i_fatal() instead of fprintf(stderr)
Sun, 12 Feb 2012 19:16:34 +0200 Timo Sirainen acl: After checking we have rights to create mailbox, ignore any further ACL checks.
Sun, 12 Feb 2012 18:59:20 +0200 Timo Sirainen example-config: Updated tb-extra-mailbox-sep comment.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Sun, 12 Feb 2012 18:26:22 +0200 Timo Sirainen lib-lda: Send DSN only for out-of-quota errors. Send MDN for Sieve rejects.
Sun, 12 Feb 2012 07:25:40 +0200 Timo Sirainen example-config: Updated instance_name setting's comments.
Sun, 12 Feb 2012 07:12:41 +0200 Timo Sirainen Make static analyzer happier.
Sun, 12 Feb 2012 07:05:07 +0200 Timo Sirainen lda: If DSN is sent because user is out of quota, send 5.2.2 as Status.
Sun, 12 Feb 2012 07:00:12 +0200 Timo Sirainen lib-lda: Send DSN instead of MDN for rejections.
Sun, 12 Feb 2012 06:59:32 +0200 Timo Sirainen lib-storage: "Invalid userdb input" showed wrong input in the error message.
Sun, 12 Feb 2012 06:51:05 +0200 Timo Sirainen sdbox: Fixed sdbox_read_header() randomly failing.
Sun, 12 Feb 2012 06:47:22 +0200 Timo Sirainen lib-storage: Error handling fix.
Sun, 12 Feb 2012 05:44:13 +0200 Timo Sirainen dsync: Don't assert-crash if saving a message fails.
Sun, 12 Feb 2012 05:35:54 +0200 Timo Sirainen director: Log an error if auth connection disconnects unexpectedly.
Sun, 12 Feb 2012 05:17:46 +0200 Timo Sirainen doveadm: Changes for previous expire plugin changes to actually work.
Sun, 12 Feb 2012 05:16:43 +0200 Timo Sirainen sdbox: Don't assert-crash on index rebuild if u.X file exists in both primary and alt storage.
Sun, 12 Feb 2012 04:58:17 +0200 Timo Sirainen expire: Only go through users listed by userdb iteration.
Sun, 12 Feb 2012 04:18:50 +0200 Timo Sirainen doveadm acl: Added "add" and "remove" commands.
Sun, 12 Feb 2012 04:12:44 +0200 Timo Sirainen doveadm acl set: Replace both positive and negative rights, not just one of them.
Sun, 12 Feb 2012 04:01:34 +0200 Timo Sirainen doveadm mailbox delete: Added -r parameter to recursively delete mailboxes.
Sun, 12 Feb 2012 03:51:21 +0200 Timo Sirainen doveadm mailbox delete: Sort the mailbox parameters so that children are deleted first.
Sun, 12 Feb 2012 03:47:01 +0200 Timo Sirainen message_id_get_next(): Fixed parsing message-ids with no-fold-quotes.
Sun, 12 Feb 2012 03:29:36 +0200 Timo Sirainen SSL: Enable SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS flag for extra security.
Sun, 12 Feb 2012 02:53:50 +0200 Timo Sirainen doveadm: Use MAILBOX_LIST_ITER_LIST_PREFIXES when iterating through mailboxes.
Sun, 12 Feb 2012 02:50:49 +0200 Timo Sirainen lib-storage: Added MAILBOX_LIST_ITER_LIST_PREFIXES flag.
Sun, 12 Feb 2012 02:30:34 +0200 Timo Sirainen doveadm: Removed unnecessary code.
Sun, 12 Feb 2012 02:22:43 +0200 Timo Sirainen doveadm pw: Added -t <hash> parameter to test if a hash matches to given plaintext.
Thu, 09 Feb 2012 21:29:25 +0200 Timo Sirainen shared: Allocate mailbox as fail_mailbox.
Thu, 09 Feb 2012 21:28:44 +0200 Timo Sirainen lib-storage: Renamed test-mail/mailbox/storage to fail-*
Thu, 09 Feb 2012 21:13:12 +0200 Timo Sirainen Increased initial memory pool size.
Thu, 09 Feb 2012 20:38:16 +0200 Timo Sirainen dsync: Fixed a potential assert crash when saving mails.
Thu, 09 Feb 2012 20:37:24 +0200 Timo Sirainen dbox: If saving is aborted, don't add a broken record about it to index.
Thu, 09 Feb 2012 20:21:14 +0200 Timo Sirainen quota: If "quota" setting's value is empty, assume quota is wanted to be disabled.
Thu, 09 Feb 2012 19:32:25 +0200 Timo Sirainen snarf: Keep the mailbox locked during snarfing to avoid duplicates.
Thu, 09 Feb 2012 16:27:54 +0200 Timo Sirainen imap: Handle invalid APPEND parameters a little nicer.
Thu, 09 Feb 2012 15:53:18 +0200 Timo Sirainen configure: Avoid some unnecessary warnings with clang.
Thu, 09 Feb 2012 05:33:54 +0200 Timo Sirainen auth: password_verify() now returns error string also for password mismatches.
Thu, 09 Feb 2012 05:27:32 +0200 Timo Sirainen doveadm pw: Minor code cleanups.
Thu, 09 Feb 2012 05:25:17 +0200 Timo Sirainen doveadm pw: Improved error messages.
Thu, 09 Feb 2012 05:21:22 +0200 Timo Sirainen doveadm proxy list: Avoid hanging if we can't connect to ipc socket.
Thu, 09 Feb 2012 05:16:59 +0200 Timo Sirainen lib-master no longer uses 's' option, but it wasn't removed from getopt string.
Thu, 09 Feb 2012 05:07:57 +0200 Timo Sirainen INSTALL: Updated outdated documentation.
Thu, 09 Feb 2012 05:04:42 +0200 Timo Sirainen acl: Avoid assert-crashing when trying to access invalid mailbox names.
Thu, 09 Feb 2012 04:26:39 +0200 Timo Sirainen doveadm index: Changed help text to make it clear that mailbox can have wildcards.
Thu, 09 Feb 2012 04:26:12 +0200 Timo Sirainen doveadm force-resync: Support wildcards in mailbox names.
Thu, 09 Feb 2012 04:13:28 +0200 Timo Sirainen lib-storage: Trying to access shared mailboxes of nonexistent users crashed.
Thu, 09 Feb 2012 03:56:50 +0200 Timo Sirainen doveadm mailbox list without pattern shows now all shared and public mailboxes also.
Thu, 09 Feb 2012 03:44:09 +0200 Timo Sirainen mdbox: Fixed finding appendable m.* files in alt storage.
Thu, 09 Feb 2012 02:58:36 +0200 Timo Sirainen mbox: Added mbox_md5 setting to select headers for MD5 generation.
Thu, 09 Feb 2012 02:34:23 +0200 Timo Sirainen mdbox: Detect duplicate GUIDs for different messages. Don't delete these duplicates.
Thu, 09 Feb 2012 02:25:18 +0200 Timo Sirainen mdbox: Small code cleanup to storage rebuild.
Thu, 09 Feb 2012 02:21:37 +0200 Timo Sirainen mdbox: Avoid deferencing NULL pointer in specific corrupted mailboxes.