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.