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
Tue, 11 Sep 2012 18:42:05 +0300 Timo Sirainen Decrease minimum memory allocations.
Tue, 11 Sep 2012 18:26:33 +0300 Timo Sirainen lib-master: Decrease initial memory pool size
Tue, 11 Sep 2012 17:13:51 +0300 Timo Sirainen acl: Don't add sameuser -> sameuser entries to ACL dict.
Thu, 06 Sep 2012 16:50:00 +0300 Timo Sirainen doveadm: Added exec command to easily execute commands from libexec_dir.
Tue, 04 Sep 2012 17:18:08 +0300 Timo Sirainen lib-storage: Added "disabled" setting for namespaces.
Sun, 02 Sep 2012 16:06:45 +0300 Timo Sirainen Various fixes to listing mailboxes.
Fri, 31 Aug 2012 16:19:21 +0300 Timo Sirainen mbox: Fix to previous public namespace location detection crashfix.
Fri, 31 Aug 2012 16:17:23 +0300 Timo Sirainen lib-storage: Don't crash when trying to detect public namespace's mail_location.
Wed, 26 Sep 2012 17:17:08 +0300 Timo Sirainen lib-storage: Cleanup, use the new mailbox_*() instead of mailbox_list_*() when possible.
Wed, 26 Sep 2012 17:11:22 +0300 Timo Sirainen lib-storage: Cleanups to mailbox mkdir() related functions.
Wed, 26 Sep 2012 02:31:33 +0300 Timo Sirainen lib-storage: Make sure permissions are refreshed after creating mailbox directory.
Wed, 26 Sep 2012 01:47:21 +0300 Timo Sirainen lib-storage: Fixed creating selectable mailbox when it was already \Noselect
Wed, 26 Sep 2012 01:38:59 +0300 Timo Sirainen lib-storage: mailbox_list_get_root_permissions() now returns struct mailbox_permissions.
Wed, 26 Sep 2012 00:56:08 +0300 Timo Sirainen lib-storage: Invalid subscription entries weren't removed always with subscriptions=no namespaces.
Wed, 26 Sep 2012 00:38:45 +0300 Timo Sirainen lib-storage: Allow mailbox name to begin with separator if mail_full_filesystem_access=yes
Wed, 26 Sep 2012 00:35:10 +0300 Timo Sirainen lib-storage: Removed mailbox_list.create_mailbox_dir() virtual function.
Wed, 26 Sep 2012 00:25:21 +0300 Timo Sirainen maildir: Minor fixes and code cleanup to mailbox creation.
Wed, 26 Sep 2012 00:23:02 +0300 Timo Sirainen lib-storage: Improved mailbox_list_mkdir() error handling.
Tue, 25 Sep 2012 23:38:14 +0300 Timo Sirainen lib-storage: Create "maildirfolder" file only with maildir storage.
Tue, 25 Sep 2012 23:23:53 +0300 Timo Sirainen lib-storage: Removed unused MAILBOX_DIR_CREATE_TYPE_ONLY_NOSELECT
Tue, 25 Sep 2012 22:53:36 +0300 Timo Sirainen Various cleanups to checking if mailbox name is valid.
Tue, 25 Sep 2012 22:51:46 +0300 Timo Sirainen lib-storage: Fixed shared namespace autocreation after previous mailbox list changes.
Tue, 25 Sep 2012 22:40:55 +0300 Timo Sirainen lib-fs: Fix to previous change
Tue, 25 Sep 2012 21:45:00 +0300 Timo Sirainen lib-storage: Removed mailbox list backend-specific mailbox name/pattern validation.
Tue, 25 Sep 2012 21:31:41 +0300 Timo Sirainen lib-storage: Removed unused mailbox_list_create_dir()
Tue, 25 Sep 2012 21:27:30 +0300 Timo Sirainen lib-storage: If list escape_char is set, allow ".", ".." and "dbox-Mails" mailbox names.
Tue, 25 Sep 2012 20:51:07 +0300 Timo Sirainen lib-storage: Added asserts to make sure mailbox_open() is called early enough.
Tue, 25 Sep 2012 20:15:58 +0300 Timo Sirainen lib-storage: Added mailbox_get_path_to() wrapper for mailbox_list_get_path().
Tue, 25 Sep 2012 17:44:37 +0300 Timo Sirainen lib-fs: Minor code cleanup
Tue, 25 Sep 2012 17:42:44 +0300 Timo Sirainen lib-storage: Added mail_storage_copy_error()
Tue, 25 Sep 2012 17:41:58 +0300 Timo Sirainen lib-index: Transaction log creation crashed if required extension name length wasn't divisible by 4.
Tue, 25 Sep 2012 17:37:55 +0300 Timo Sirainen lib-storage: Moved dbox-sync-rebuild API to more generic index-rebuild.
Tue, 25 Sep 2012 17:31:15 +0300 Timo Sirainen dbox: Renamed dbox_sync_rebuild_verify_alt_storage() to dbox_verify_alt_storage()
Mon, 24 Sep 2012 16:33:07 +0300 Timo Sirainen doveadm: Install doveadm-settings.h header
Sat, 22 Sep 2012 19:23:15 +0300 Timo Sirainen lib-lda: After auto-creating mailbox only open it, don't bother syncing it.
Sat, 22 Sep 2012 19:21:58 +0300 Timo Sirainen imapc: Fixed crash when saving/copying messages.
Thu, 20 Sep 2012 01:01:20 +0300 Timo Sirainen config: Fixes to previous module change.
Wed, 19 Sep 2012 18:07:46 +0300 Timo Sirainen lib-storage: Verify that the shared library's version matches the binary's version.
Wed, 19 Sep 2012 17:49:28 +0300 Timo Sirainen imap: Fixed crashing in QRESYNC SELECT.
Wed, 19 Sep 2012 15:34:00 +0300 Timo Sirainen Read SSL settings only if service has SSL sockets or MASTER_SERVICE_FLAG_USE_SSL_SETTINGS.
Wed, 19 Sep 2012 15:33:10 +0300 Timo Sirainen config: Support looking up config for multiple modules at the same time.
Tue, 18 Sep 2012 05:12:28 +0300 Timo Sirainen lib-fs: Fix to previous API change
Mon, 17 Sep 2012 18:13:32 +0300 Timo Sirainen lib-fs: fs_init() API changed to allow returning an error.
Mon, 17 Sep 2012 17:51:03 +0300 Timo Sirainen sdbox: Removed unnecessary code line.
Sun, 16 Sep 2012 16:48:48 +0300 Timo Sirainen Makefile: Fixed building fts-squat
Sun, 16 Sep 2012 16:42:25 +0300 Timo Sirainen Makefile: Again changes to handling test program dependencies.
Sun, 16 Sep 2012 16:31:32 +0300 Timo Sirainen Removed all the "enum foo;" declarations.
Sun, 16 Sep 2012 16:12:03 +0300 Timo Sirainen Compiler warning fixes for 32bit systems.
Sun, 16 Sep 2012 16:08:18 +0300 Timo Sirainen Fixed compiling with OSes where NULL isn't defined as void pointer (e.g. Solaris).
Sun, 16 Sep 2012 16:02:22 +0300 Stephan Bosch imap-urlauth: Fixed crashes when destroying client
Sun, 16 Sep 2012 16:02:18 +0300 Stephan Bosch imap-urlauth: Treat internal errors in URL fetching differently from invalid URLs.
Sun, 16 Sep 2012 16:02:15 +0300 Stephan Bosch imap-urlauth: Fixes to handling anonymous user
Sun, 16 Sep 2012 16:02:11 +0300 Stephan Bosch lib-dict: Previous API change broke dict_init()
Sun, 16 Sep 2012 15:40:10 +0300 Timo Sirainen Makefile: Fixed test program dependencies
Sun, 16 Sep 2012 04:16:07 +0300 Timo Sirainen Makefile: Link libdovecot-ssl with libdovecot.
Sun, 16 Sep 2012 04:05:13 +0300 Timo Sirainen Makefile: Fixed dependencies for imap-urlauth
Sun, 16 Sep 2012 01:08:11 +0300 Timo Sirainen Makefile: Fixed imap-urlauth library dependencies
Sun, 16 Sep 2012 01:06:04 +0300 Timo Sirainen lib-imap-storage: imap_msgpart_size() should return size as uoff_t, not size_t
Sun, 16 Sep 2012 01:02:10 +0300 Timo Sirainen imap: Assert-crashfix for URLFETCH command.
Sun, 16 Sep 2012 00:56:51 +0300 Timo Sirainen Renamed str_tabescape_write() to str_append_tabescaped()