log

age author description
Thu, 02 Dec 2010 21:42:30 +0000 Timo Sirainen auth: Fail if auth client tries to use a duplicate ID.
Thu, 02 Dec 2010 21:42:18 +0000 Timo Sirainen lib-master: Try to use auth request ID numbers from wider range to ease debugging.
Thu, 02 Dec 2010 19:10:23 +0000 Timo Sirainen auth: passdb credentials lookup fix when using multiple passdbs.
Thu, 02 Dec 2010 17:38:08 +0000 Timo Sirainen lib-master: Added extra debug info for a "user not found" error message.
Thu, 02 Dec 2010 04:37:38 +0000 Timo Sirainen lib-index: Added a missing sanity check for expunge-guid record's uid.
Tue, 30 Nov 2010 22:38:05 +0000 Timo Sirainen lmtp: Added lmtp_save_to_detail_mailbox setting.
Tue, 30 Nov 2010 15:01:06 +0000 Timo Sirainen master: Fixed crash due to recent SSL key password askpass change.
Tue, 30 Nov 2010 00:20:09 +0000 Timo Sirainen askpass: Removed unnecessary code.
Tue, 30 Nov 2010 00:17:20 +0000 Timo Sirainen askpass: Allow reading password from stdin even if it's not a tty.
Tue, 30 Nov 2010 00:13:45 +0000 Timo Sirainen master: Use t_askpass() for getting the manual SSL key password.
Tue, 30 Nov 2010 00:12:54 +0000 Timo Sirainen t_askpass(): Removed a limit of 1024 bytes for the password.
Mon, 29 Nov 2010 23:58:19 +0000 Timo Sirainen lmtp: Recent change broke accessing mail_temp_dir.
Mon, 29 Nov 2010 19:13:37 +0000 Timo Sirainen fs-sis: Memory leak fix.
Mon, 29 Nov 2010 19:08:37 +0000 Timo Sirainen doveadm import: Free memory used by source storage at deinit.
Fri, 26 Nov 2010 23:06:24 +0000 Pascal Volk man: doveadm-import.1: Added missing argument descriptions.
Fri, 26 Nov 2010 18:59:29 +0000 Timo Sirainen TODO updated
Fri, 26 Nov 2010 18:19:16 +0000 Timo Sirainen auth sql/ldap: Allow using global %variables in iterate_query/filter.
Fri, 26 Nov 2010 17:46:49 +0000 Timo Sirainen login: Fixed potential assert-crash during failed proxy authentication.
Fri, 26 Nov 2010 17:31:00 +0000 Timo Sirainen auth: Assume inet_listeners are auth client listeners if they exist.
Fri, 26 Nov 2010 17:27:44 +0000 Timo Sirainen auth: Minor error message fix.
Thu, 25 Nov 2010 17:44:02 +0000 Pascal Volk man: Added "-S socket_path" description.
Wed, 24 Nov 2010 18:56:48 +0000 Timo Sirainen doveadm: -s was already used by some mailbox commands, renamed to -S.
Wed, 24 Nov 2010 17:20:33 +0000 Pascal Volk doveadm: Removed -s option from the usage message (according to 66428c763354)
Tue, 23 Nov 2010 19:37:56 +0000 Timo Sirainen lib-storage: mail_temp_dir setting should have done %variable expansion.
Tue, 23 Nov 2010 19:07:19 +0000 Timo Sirainen doveadm: Moved -s parameter among -u/-A parameters, since it's only used by mail commands.
Tue, 23 Nov 2010 18:42:27 +0000 Pascal Volk man: Added -s parameter.
Tue, 23 Nov 2010 18:26:38 +0000 Timo Sirainen lib-index: Don't try to stat() in-memory index.
Tue, 23 Nov 2010 17:39:19 +0000 Pascal Volk man: *roff syntax-fix.
Tue, 23 Nov 2010 17:04:07 +0000 Pascal Volk doveadm: Added -s parameter to the usage message.
Tue, 23 Nov 2010 17:05:04 +0000 Timo Sirainen man: Make it clear that doveadm-import allows dest_parent to be ""
Tue, 23 Nov 2010 16:55:55 +0000 Timo Sirainen man: Added pointer to doveadm-import from doveadm main man page.
Tue, 23 Nov 2010 16:23:31 +0000 Timo Sirainen maildir: Log a warning if scanning new/ or cur/ takes over 60s.
Tue, 23 Nov 2010 16:11:15 +0000 Timo Sirainen lib-master: Added missing master_service_get_settings_parser() required by recent change.
Tue, 23 Nov 2010 15:59:09 +0000 Timo Sirainen lib-storage: If disable_reflink_copy_to=TRUE, disable hardlink/refcount copying.
Tue, 23 Nov 2010 15:30:32 +0000 Timo Sirainen doveadm server: Fixes to command/parameter handling.
Tue, 23 Nov 2010 15:30:06 +0000 Timo Sirainen doveadm: Added -s parameter to execute mail command via given doveadm socket.
Tue, 23 Nov 2010 15:28:47 +0000 Timo Sirainen doveadm-server: Don't disconnect client after each command.
Mon, 22 Nov 2010 19:04:13 +0000 Timo Sirainen imap: Make sure IDLE isn't broken too early if DONE is sent in multiple packets.
Mon, 22 Nov 2010 18:35:07 +0000 Timo Sirainen quota: If user has unlimited quota, ignore any specific quota rules.
Mon, 22 Nov 2010 18:21:25 +0000 Timo Sirainen doveadm-server: Fixed command parameter handling.
Fri, 19 Nov 2010 21:08:37 +0000 Timo Sirainen lib-master: Added missing anvil_client_is_connected()
Fri, 19 Nov 2010 16:24:41 +0000 Timo Sirainen imap, pop3: Fixed giving any -parameters.
Thu, 18 Nov 2010 20:35:39 +0000 Timo Sirainen auth: If we get disconnected from anvil and can't reconnect, die.
Thu, 18 Nov 2010 20:35:20 +0000 Timo Sirainen auth: Fixed assert-crash at deinit if there were clients left with pending auth requests.
Thu, 18 Nov 2010 19:32:50 +0000 Timo Sirainen snarf: Added mbox_snarf setting to enable snarfing only optionally.
Thu, 18 Nov 2010 18:58:33 +0000 Timo Sirainen Replaced broken mbox-snarf plugin with a more generic snarf plugin.
Thu, 18 Nov 2010 18:57:18 +0000 Timo Sirainen pop3: Avoid crash when updating proctitle if client init fails.
Thu, 18 Nov 2010 18:56:34 +0000 Timo Sirainen mbox: Allow mail_privileged_group locking for INBOXes also in inbox=no namespaces.
Thu, 18 Nov 2010 18:51:34 +0000 Timo Sirainen configure: And small fix to previous --with-systemdsystemunitdir fix.
Thu, 18 Nov 2010 18:49:34 +0000 Timo Sirainen configure: --with-systemdsystemunitdir wasn't working right.
Thu, 18 Nov 2010 18:38:08 +0000 Timo Sirainen configure: Use AS_HELP_STRING() macro.
Thu, 18 Nov 2010 18:28:40 +0000 Timo Sirainen master: Compiling fix when systemd is enabled.
Wed, 17 Nov 2010 18:40:52 +0000 Timo Sirainen Added support for systemd.
Wed, 17 Nov 2010 18:21:46 +0000 Timo Sirainen configure: Use PKG_PROG_PKG_CONFIG to find pkg-config binary.
Wed, 17 Nov 2010 18:10:46 +0000 Timo Sirainen istream-header-filter: Fixed header name validation to use case-insensitive comparison.
Wed, 17 Nov 2010 17:52:52 +0000 Timo Sirainen lib-master: If auth master login fails, make sure error message is logged.
Wed, 17 Nov 2010 16:55:56 +0000 Timo Sirainen mysql: When using multiple hosts, it never connected to more than the first one.
Wed, 17 Nov 2010 16:55:44 +0000 Timo Sirainen lib-sql: Connect earlier to fallback host when using multiple hosts and primary fails.
Wed, 17 Nov 2010 14:33:46 +0000 Timo Sirainen master: Allow services' vsz_limit to be 0 (unlimited)
Tue, 16 Nov 2010 19:58:03 +0000 Timo Sirainen Services' default vsz_limit wasn't actually using default_vsz_limit but rather 4 GB.
Tue, 16 Nov 2010 19:51:46 +0000 Timo Sirainen Fixed home=/home/./user style chrooting to work again.
Tue, 16 Nov 2010 19:32:51 +0000 Timo Sirainen master: Fail if service's vsz_limit is less than 1 kB
Tue, 16 Nov 2010 19:32:00 +0000 Timo Sirainen imap/pop3-login: Default vsz_limit=64 caused it to be unlimited, not 64 MB.
Tue, 16 Nov 2010 18:51:37 +0000 Timo Sirainen mbox: Another utime()=EPERM log message hiding.
Tue, 16 Nov 2010 18:47:48 +0000 Timo Sirainen mbox: Ignore utime()=EPERM failures when trying to set atime back.
Mon, 15 Nov 2010 17:40:12 +0000 Timo Sirainen istream-base64-encoder: Set the stream seekable if parent stream is seekable.
Mon, 15 Nov 2010 17:03:52 +0000 Timo Sirainen "Running standalone?" check now uses a new DOVECOT_CHILD_PROCESS environment rather than GENERATION.
Mon, 15 Nov 2010 16:49:26 +0000 Timo Sirainen lib-settings: Improved performance of previous duplicate key parsing change.
Mon, 15 Nov 2010 16:42:19 +0000 Timo Sirainen lib-settings: Fixed parsing settings when the key was duplicated to multiple roots.
Mon, 15 Nov 2010 16:33:27 +0000 Timo Sirainen Removed unused auth/mail_debug settings from structs.
Mon, 15 Nov 2010 16:25:23 +0000 Timo Sirainen istream-file: Minor error message fix.
Mon, 15 Nov 2010 16:22:08 +0000 Timo Sirainen Added unit test for istream-base64-encoder.
Mon, 15 Nov 2010 16:21:45 +0000 Timo Sirainen istream-base64-encoder: Fixed seeking to beginning of stream.
Mon, 15 Nov 2010 16:06:58 +0000 Timo Sirainen istream-base64-encoder: Don't add unwanted trailing [CR]LF
Mon, 15 Nov 2010 15:42:21 +0000 Timo Sirainen dbox: dbox file could have been closed too early in some situations, causing EBADF errors.
Mon, 15 Nov 2010 15:31:26 +0000 Timo Sirainen stream-base64-encoder: Added support for seeking backwards in stream.
Mon, 15 Nov 2010 15:31:02 +0000 Timo Sirainen istream: Exported i_stream_default_seek()
Mon, 15 Nov 2010 15:19:13 +0000 Timo Sirainen sdbox: Fixed race condition when one session opens a mailbox while another is still creating it.
Wed, 10 Nov 2010 16:09:14 +0000 Timo Sirainen anvil: Don't die until all of our clients have gone.
Tue, 09 Nov 2010 21:42:58 +0000 Timo Sirainen Added env_get_environ_p() as more portable way of accessing environ variable.
Tue, 09 Nov 2010 21:17:15 +0000 Timo Sirainen example-config: sendmail_path defaults to /usr/sbin/sendmail, not /usr/lib/sendmail
Tue, 09 Nov 2010 21:16:06 +0000 Timo Sirainen example-config: Moved include conf.d/*.conf last in dovecot.conf.
Tue, 09 Nov 2010 21:12:35 +0000 Timo Sirainen dsync: Don't assert-crash if trying to convert mailbox whose name is too long.
Tue, 09 Nov 2010 21:03:34 +0000 Timo Sirainen istream-[b]zlib: Corking now affects also the parent stream.
Tue, 09 Nov 2010 20:25:36 +0000 Timo Sirainen liblib: Delay sending log prefix updates until it's needed.
Tue, 09 Nov 2010 20:24:12 +0000 Timo Sirainen imap: Uncork at logout a bit later.
Tue, 09 Nov 2010 19:48:47 +0000 Timo Sirainen lib-master: Don't wait for handshake before sending auth-master request.
Tue, 09 Nov 2010 18:36:37 +0000 Timo Sirainen lib-storage: Fixed expanding "~" (without '/' afterwards) in mail_location
Mon, 08 Nov 2010 19:55:35 +0000 Timo Sirainen NEWS: Split too long line.
Mon, 08 Nov 2010 19:45:17 +0000 Timo Sirainen Added signature for changeset d0d3aca1c958
Mon, 08 Nov 2010 19:45:14 +0000 Timo Sirainen Added tag 2.0.7 for changeset d0d3aca1c958
Mon, 08 Nov 2010 19:45:14 +0000 Timo Sirainen Released v2.0.7.
Mon, 08 Nov 2010 18:38:31 +0000 Timo Sirainen lmtp: Don't allow mixed proxy/non-proxy RCPT TO destinations.
Mon, 08 Nov 2010 18:37:25 +0000 Timo Sirainen lmtp proxy: Don't internally finish proxying before client has even sent DATA command.
Mon, 08 Nov 2010 18:30:05 +0000 Timo Sirainen istream-tee: Fixed to work right when input stream didn't start from offset 0.
Mon, 08 Nov 2010 18:03:07 +0000 Timo Sirainen maildir: p_strdup() GUID and UIDL_BACKEND to make sure they don't change unexpectedly.
Fri, 05 Nov 2010 19:51:47 +0000 Timo Sirainen lib-index: Fixed another transaction log read optimization.
Fri, 05 Nov 2010 18:58:56 +0000 Timo Sirainen lib-index: Fix to transaction log read optimization.
Fri, 05 Nov 2010 12:24:01 +0000 Timo Sirainen lib-auth: Less leaky fix to previous auth_master_*() bugfix.
Fri, 05 Nov 2010 12:15:53 +0000 Timo Sirainen lib-auth: Don't crash in auth_master_*() lookups if caller hasn't created ioloop.
Thu, 04 Nov 2010 18:56:47 +0000 Timo Sirainen quota: Better fix to avoid counting quota for virtual mailboxes.
Thu, 04 Nov 2010 18:56:13 +0000 Timo Sirainen virtual: Set MAIL_STORAGE_CLASS_FLAG_NOQUOTA to storage's class_flags.
Thu, 04 Nov 2010 17:55:47 +0000 Timo Sirainen lib-index: Minor error message improvement.
Thu, 04 Nov 2010 17:50:42 +0000 Timo Sirainen lib-fs / posix: If create/link/rename fails with ENOENT, try creating parent dir multiple times.
Thu, 04 Nov 2010 17:00:42 +0000 Timo Sirainen dbox: Minor optimization when creating a mailbox when its alt dir already existed.
Thu, 04 Nov 2010 16:37:49 +0000 Timo Sirainen ssl: Call OpenSSL_add_all_algorithms() to make some OpenSSL versions happy.
Thu, 04 Nov 2010 16:25:39 +0000 Timo Sirainen istream-attachment: Error handling improvements.
Thu, 04 Nov 2010 16:25:18 +0000 Timo Sirainen istream-concat: Fixed error handling when one of the stream read()s failed.
Thu, 04 Nov 2010 15:47:37 +0000 Timo Sirainen config parser: Log an error about missing '}'.
Thu, 04 Nov 2010 14:11:15 +0000 Timo Sirainen istream-base64-encoder: Panic if stat() is tried to be called with exact size.
Thu, 04 Nov 2010 14:07:30 +0000 Timo Sirainen istream-attachment: Removed parent stream's size sanity check. It didn't work right with base64 streams.
Wed, 03 Nov 2010 18:00:15 +0000 Timo Sirainen lda: If Sieve is disabled, don't create temp files for large mails.
Wed, 03 Nov 2010 17:57:20 +0000 Timo Sirainen lib-lda: mail_deliver_save() tries now to avoid re-parsing message header when logging the result.
Wed, 03 Nov 2010 16:27:00 +0000 Timo Sirainen doveadm dump: Added imapzlib type to uncompress IMAP's COMPRESS DEFLATE I/O traffic.
Wed, 03 Nov 2010 16:24:31 +0000 Timo Sirainen doveadm dump: Allow plugins to add more dump types
Wed, 03 Nov 2010 15:31:48 +0000 Timo Sirainen master: Log a warning at startup if anvil's client_limit is too low.
Wed, 03 Nov 2010 15:31:36 +0000 Timo Sirainen lmtp: Minor code cleanup: s/lmtp_login_/lmtp_/
Wed, 03 Nov 2010 15:27:40 +0000 Timo Sirainen director: Show number of connections in process title if verbose_proctitle=yes
Wed, 03 Nov 2010 15:26:40 +0000 Timo Sirainen anvil: Show number of connections in process title if verbose_proctitle=yes
Wed, 03 Nov 2010 15:23:52 +0000 Timo Sirainen lib-master: Added MASTER_SERVICE_FLAG_UPDATE_PROCTITLE for showing number of connections in ps.
Wed, 03 Nov 2010 14:59:39 +0000 Timo Sirainen auth workers: Don't unnecessary connect to anvil.
Wed, 03 Nov 2010 13:33:02 +0000 Timo Sirainen master: default_process_limit wasn't actually used anywhere, rather the default was unlimited.
Tue, 02 Nov 2010 19:23:37 +0000 Timo Sirainen lib-storage: Maildir++ mailbox listing could have given wrong flags to parent mailboxes.
Tue, 02 Nov 2010 18:25:53 +0000 Timo Sirainen imap: Removed accidentally commited debug code.
Tue, 02 Nov 2010 18:21:05 +0000 Timo Sirainen lib-master: Stop accepting new connections after auth-master gets disconnected.
Tue, 02 Nov 2010 18:13:39 +0000 Timo Sirainen imap, pop3: Use absolute path to auth-master socket.
Tue, 02 Nov 2010 18:07:20 +0000 Timo Sirainen ldap auth: Hide password_noscheme from debug logs unless auth_debug_passwords=yes
Tue, 02 Nov 2010 18:06:39 +0000 Timo Sirainen sql auth: Fixed using password_noscheme
Tue, 02 Nov 2010 17:31:14 +0000 Timo Sirainen auth: Disable auth caching entirely for master users.
Tue, 02 Nov 2010 17:14:25 +0000 Timo Sirainen imap: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent.
Tue, 02 Nov 2010 15:39:28 +0000 Timo Sirainen auth: vpopmail passdb/userdb uses now auth-worker processes by default.
Tue, 02 Nov 2010 15:34:50 +0000 Timo Sirainen dbox: Comment update.
Tue, 02 Nov 2010 15:32:47 +0000 Timo Sirainen imap: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
Tue, 02 Nov 2010 14:59:13 +0000 Timo Sirainen mail-log plugin: Log mailbox name as virtual name rather than physical name.
Tue, 02 Nov 2010 13:43:43 +0000 Timo Sirainen director: inet_listener port finder should ignore doveadm's port.
Mon, 01 Nov 2010 14:33:26 +0000 Timo Sirainen quota: Added a temporary hack to avoid virtual mailboxes being counted in quota.
Mon, 25 Oct 2010 22:22:48 +0100 Timo Sirainen dsync: Make sure MSG-GET command doesn't hang.
Mon, 25 Oct 2010 22:13:05 +0100 Timo Sirainen dsync: Added more idle timeout resets to proxying.
Mon, 25 Oct 2010 19:26:34 +0100 Timo Sirainen dbox: mail_get_special() for POP3 UIDL or GUID return value wasn't permanent enough.
Mon, 25 Oct 2010 18:53:04 +0100 Timo Sirainen dsync: Error handling fixes.
Mon, 25 Oct 2010 18:26:50 +0100 Timo Sirainen dsync: If msg input reading fails, don't also log a wrong "Unknown internal error" line.
Mon, 25 Oct 2010 18:11:04 +0100 Timo Sirainen lib-storage: Comment update to mail_get_stream()
Mon, 25 Oct 2010 17:34:10 +0100 Timo Sirainen master: Use env_clean_except() instead of doing it ourself.
Mon, 25 Oct 2010 17:31:39 +0100 Timo Sirainen lib-master: Use env_clean_except() for master_service_env_clean()
Mon, 25 Oct 2010 17:31:01 +0100 Timo Sirainen Added env_clean_except()
Mon, 25 Oct 2010 17:22:40 +0100 Timo Sirainen lib-master: Code cleanup for master_service_env_clean()
Mon, 25 Oct 2010 16:27:42 +0100 Timo Sirainen doveadm expunge: Sync mailbox after commit to make sure messages get physically expunged.
Mon, 25 Oct 2010 16:13:33 +0100 Timo Sirainen maildir: Duplicate GUIDs during a single save transaction weren't handled correctly.
Thu, 21 Oct 2010 22:59:26 +0100 Timo Sirainen file_preallocate(): Don't ignore ENOSPC with OSX either, caller will check it.
Thu, 21 Oct 2010 22:56:02 +0100 Timo Sirainen file_preallocate(): Added support for OS X.
Thu, 21 Oct 2010 22:45:27 +0100 Timo Sirainen doveadm fetch: Added support for pop3.uidl field.
Thu, 21 Oct 2010 22:21:57 +0100 Timo Sirainen NEWS: mdbox_preallocate_space is for ext4, not ext3.
Thu, 21 Oct 2010 22:09:08 +0100 Timo Sirainen configure: Use sdbox name instead of dbox in the help.
Thu, 21 Oct 2010 19:07:18 +0100 Timo Sirainen Added signature for changeset 8a838dcf8e76
Thu, 21 Oct 2010 19:07:15 +0100 Timo Sirainen Added tag 2.0.6 for changeset 8a838dcf8e76
Thu, 21 Oct 2010 19:07:14 +0100 Timo Sirainen Released v2.0.6.
Thu, 21 Oct 2010 19:03:39 +0100 Timo Sirainen Static analyzer warning fix.
Thu, 21 Oct 2010 18:59:22 +0100 Timo Sirainen doveadm import: Code correctness fix (wasn't visible to users)
Thu, 21 Oct 2010 18:56:24 +0100 Timo Sirainen lib-fs: Fixed error handling for posix.write_stream_finish()
Thu, 21 Oct 2010 18:49:19 +0100 Timo Sirainen dbox: Reverted the "check if altpath is mounted" change for now.
Thu, 21 Oct 2010 18:28:10 +0100 Timo Sirainen dsync: Make sure POP3 UIDL string isn't corrupted while saving it.
Thu, 21 Oct 2010 18:27:38 +0100 Timo Sirainen lib-storage: Make sure POP3 UIDLs aren't tried to be saved with LFs.
Thu, 21 Oct 2010 17:12:19 +0100 Timo Sirainen Compiler warning fix.
Thu, 21 Oct 2010 17:11:02 +0100 Timo Sirainen auth: userdb passwd iteration now lists only users within first_valid_uid..last_valid_uid range.
Thu, 21 Oct 2010 16:33:28 +0100 Timo Sirainen dbox: If alt path is lost, fail with an error rather than rebuilding indexes.
Thu, 21 Oct 2010 16:12:13 +0100 Timo Sirainen dsync: Don't crash if USER environment isn't set and -u parameter isn't given.
Wed, 20 Oct 2010 19:32:16 +0100 Timo Sirainen example-config: Added a warning about mail_attachment* being experimental.
Wed, 20 Oct 2010 19:30:12 +0100 Timo Sirainen example-config: Added mail_attachment_* settings.
Wed, 20 Oct 2010 18:58:42 +0100 Timo Sirainen zlib: Hook into mail.istream_opened() method rather than mail.get_stream()
Wed, 20 Oct 2010 18:55:36 +0100 Timo Sirainen lib-storage: Added istream_opened() method to struct mail.
Wed, 20 Oct 2010 18:49:07 +0100 Timo Sirainen istream-concat: Avoid assert-crashing.
Wed, 20 Oct 2010 17:51:07 +0100 Timo Sirainen mdbox: Added mdbox_preallocate_space setting to preallocate size for newly created files.
Wed, 20 Oct 2010 17:50:03 +0100 Timo Sirainen Added file_preallocate() to preallocate space to a file without changing its size.
Wed, 20 Oct 2010 16:07:03 +0100 Timo Sirainen dbox, maildir: When copying messages, copy the cached fields also.
Wed, 20 Oct 2010 16:03:13 +0100 Timo Sirainen lib-storage: mailbox_get_status(): return cache fields allocated from data stack.
Wed, 20 Oct 2010 16:01:46 +0100 Timo Sirainen lib-index: Added mail_cache_register_get_field().
Tue, 19 Oct 2010 20:20:18 +0100 Timo Sirainen pop3: Don't crash if client disconnects in output handler.
Tue, 19 Oct 2010 19:27:59 +0100 Timo Sirainen ioloop: If io_add() is called twice for same fd, give a bit more informative panic message.
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.