log

age author description
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Wed, 03 Oct 2012 16:57:28 +0300 Timo Sirainen auth: More error checking and cleanups to SCRAM-SHA-1.
Wed, 03 Oct 2012 05:15:11 +0300 Timo Sirainen maildir: Fixed crash with mailbox_list_index=yes
Wed, 03 Oct 2012 04:14:33 +0300 Timo Sirainen lib-dict: Fixed error handling on initialization.
Wed, 03 Oct 2012 04:09:23 +0300 Timo Sirainen lib-master: Fixed crashing with -i <instance> parameter handling.
Wed, 03 Oct 2012 04:01:59 +0300 Timo Sirainen Typofix: s/TRANSCATION/TRANSACTION/
Wed, 19 Sep 2012 03:13:39 +0200 Florian Zeitz auth: Add and use SCRAM-SHA-1 password scheme
Wed, 03 Oct 2012 03:20:57 +0300 Timo Sirainen imap: If CLOSE/EXPUNGE fails with "permission denied", return tagged OK anyway.
Wed, 03 Oct 2012 03:20:15 +0300 Timo Sirainen acl: Don't silently ignore permission error on expunge.
Wed, 03 Oct 2012 03:19:20 +0300 Timo Sirainen imap: Removed unnecessary code.
Wed, 03 Oct 2012 02:29:02 +0300 Timo Sirainen imap: Fixed partial FETCHes.
Wed, 03 Oct 2012 02:28:44 +0300 Timo Sirainen lib-mail: Moved message_skip_virtual() to message-size.[ch] and changed API
Wed, 03 Oct 2012 02:28:31 +0300 Timo Sirainen imap: Removed unnecessary #includes
Sun, 30 Sep 2012 19:11:55 +0300 Timo Sirainen Added [io]_stream_create_error() for creating streams that always fail reads/writes.
Wed, 03 Oct 2012 00:41:18 +0300 Timo Sirainen auth: Don't add proxy/pass fields when we're only authenticating (not logging in).
Thu, 30 Aug 2012 00:43:56 +0200 Florian Zeitz lib: Generalize hmac to be hash independent
Tue, 02 Oct 2012 22:45:34 +0300 Timo Sirainen lib-imap: Minor fix to imap_url_parse()
Fri, 28 Sep 2012 15:11:54 +0300 Timo Sirainen Compiler warning fix for previous change
Fri, 28 Sep 2012 15:07:11 +0300 Timo Sirainen Avoid using PATH_MAX.
Fri, 28 Sep 2012 02:19:07 +0300 Timo Sirainen maildir: Directories were created without execute-permissions
Fri, 28 Sep 2012 00:11:19 +0300 Timo Sirainen lib-storage: Added initial implementation for layout=index.
Fri, 28 Sep 2012 00:03:12 +0300 Timo Sirainen lib-storage: Do mailbox autocreation elsewhere also besides just mailbox_open()
Fri, 28 Sep 2012 00:00:16 +0300 Timo Sirainen lib-storage: If trying to rename mailbox over itself, fail early.
Thu, 27 Sep 2012 23:58:54 +0300 Timo Sirainen doveadm dump -t index: Added support for mailbox list index records.
Wed, 26 Sep 2012 20:50:08 +0300 Timo Sirainen lib-storage: mailbox_get_path() and friends can now return an error.
Wed, 26 Sep 2012 18:01:01 +0300 Timo Sirainen Merged changes from v2.1 tree.
Mon, 24 Sep 2012 17:03:42 +0300 Timo Sirainen auth ldap: Previous change broke %$ variable.
Mon, 24 Sep 2012 16:49:29 +0300 Timo Sirainen ldap auth: Update %variables after each field update.
Mon, 24 Sep 2012 14:42:38 +0300 Timo Sirainen lib-storage: Added ALTNOCHECK option to mail_location.
Mon, 24 Sep 2012 14:33:52 +0300 Timo Sirainen lmtp: Added lmtp_rcpt_check_quota setting to check quota already on RCPT TO.
Mon, 24 Sep 2012 14:31:16 +0300 Timo Sirainen lib-storage: Added STATUS_CHECK_OVER_QUOTA for checking if user is over quota.
Mon, 24 Sep 2012 14:24:58 +0300 Timo Sirainen imapc: And another compile fix..
Mon, 24 Sep 2012 14:22:40 +0300 Timo Sirainen imapc: Compile fix for previous change.
Mon, 24 Sep 2012 14:16:41 +0300 Timo Sirainen auth: passdb imap assert-crashed always
Mon, 24 Sep 2012 14:16:32 +0300 Timo Sirainen imapc: Added IMAPC_DEFAULT_MAX_IDLE_TIME macro.
Sat, 22 Sep 2012 19:23:15 +0300 Timo Sirainen lib-lda: After auto-creating mailbox only open it, don't bother syncing it.
Fri, 21 Sep 2012 11:44:17 +0200 Timo Sirainen mdbox: Delay getting permissions for map/message files.
Fri, 21 Sep 2012 09:26:10 +0200 Timo Sirainen lmtp: After successful proxying RCPT TO, the second one to nonexistent user gave tempfail error.
Fri, 21 Sep 2012 09:23:58 +0200 Timo Sirainen lmtp: RSET/LHLO should reset any pending proxy connections.
Fri, 21 Sep 2012 09:22:54 +0200 Timo Sirainen config: Don't ignore invalid network/mask in local/remote blocks
Tue, 18 Sep 2012 21:42:34 +0300 Timo Sirainen Added signature for changeset 1a6c3b4e92e4
Tue, 18 Sep 2012 21:42:27 +0300 Timo Sirainen Added tag 2.1.10 for changeset 1a6c3b4e92e4
Tue, 18 Sep 2012 21:42:27 +0300 Timo Sirainen Released v2.1.10.
Tue, 18 Sep 2012 20:53:50 +0300 Timo Sirainen fts-lucene: Compiling fix for previous change
Tue, 18 Sep 2012 20:48:25 +0300 Timo Sirainen director: Fixed weak-user handling when there is only one director.
Tue, 18 Sep 2012 20:09:03 +0300 Timo Sirainen fts-lucene: Added "normalize" option to put data through user's normalizer function.
Tue, 18 Sep 2012 20:07:21 +0300 Timo Sirainen Backported parts of normalizer_func_t changes from v2.2 tree.
Tue, 18 Sep 2012 20:06:56 +0300 Timo Sirainen lib-storage: Compiling fix for previous alias symlink change
Tue, 18 Sep 2012 19:57:48 +0300 Timo Sirainen auth: userdb static used auth caching wrong when verifying user existence with passdb lookup.
Tue, 18 Sep 2012 19:16:04 +0300 Timo Sirainen quota: Allow negative percentage rules up to -99%
Tue, 18 Sep 2012 18:44:46 +0300 Timo Sirainen Added mailbox-alias plugin.
Tue, 18 Sep 2012 18:41:01 +0300 Timo Sirainen fts-solr: Skip alias symlinks when rescanning.
Tue, 18 Sep 2012 18:40:46 +0300 Timo Sirainen quota: Skip alias symlinks when calculating quota
Tue, 18 Sep 2012 18:40:17 +0300 Timo Sirainen lib-storage: MAILBOX_LIST_ITER_SKIP_ALIASES now skips also "alias symlinks"
Fri, 14 Sep 2012 20:51:02 +0300 Timo Sirainen pop3c: Fetching message size could have returned wrong value
Wed, 12 Sep 2012 00:20:47 +0300 Timo Sirainen director: Improved logging related to disconnections.
Wed, 12 Sep 2012 00:04:34 +0300 Timo Sirainen director: Already seen USER-WEAK command caused director to disconnect.
Tue, 11 Sep 2012 20:45:38 +0300 Timo Sirainen imapc: Fixed parsing "text" input after OK/NO/BAD/BYE.
Tue, 11 Sep 2012 20:44:37 +0300 Timo Sirainen lib-imap: Added IMAP_PARSE_FLAG_SERVER_TEXT that fixes parsing input from IMAP server.
Tue, 11 Sep 2012 19:14:09 +0300 Dafan Zhai lib-storage: Fixed memory leak getting MAILBOX_METADATA_VIRTUAL_SIZE