log

age author description
Mon, 06 Dec 2010 00:52:42 +0000 Timo Sirainen lib-storage: Removed subscription name validity check from lib-storage after all.
Mon, 06 Dec 2010 00:42:42 +0000 Timo Sirainen acl: Make the mailbox visible only when it has l/r/i right.
Mon, 06 Dec 2010 00:37:20 +0000 Timo Sirainen lib-storage: Removed unused mailbox_list_get_mailbox_name_status() status codes.
Mon, 06 Dec 2010 00:37:09 +0000 Timo Sirainen imap-acl, imap-quota: Compile fix for last change.
Mon, 06 Dec 2010 00:30:36 +0000 Timo Sirainen imap: Avoid using mailbox_list_get_mailbox_name_status()
Mon, 06 Dec 2010 00:14:25 +0000 Timo Sirainen lib-storage: Don't allow subscribing to invalid mailbox names.
Mon, 06 Dec 2010 00:13:28 +0000 Timo Sirainen lib-storage: Mailbox directory creation didn't properly enforce that the name was valid.
Sun, 05 Dec 2010 23:53:47 +0000 Timo Sirainen Removed unused BITS_IN_UINT and CLAMP macros.
Sun, 05 Dec 2010 23:53:25 +0000 Timo Sirainen Unexpand BITS_IN_SIZE_T in the only place it's used and remove the macro.
Sun, 05 Dec 2010 23:52:37 +0000 Timo Sirainen Moved a global NVL() macro to the few places in lib-imap where it was actually used.
Sun, 05 Dec 2010 23:48:34 +0000 Timo Sirainen lib-storage: Fixed error handling when trying to delete mailbox under noinferiors mailbox.
Sun, 05 Dec 2010 23:44:38 +0000 Timo Sirainen lib-storage: Don't allocate index until mailbox_open()
Sun, 05 Dec 2010 23:18:55 +0000 Timo Sirainen lib-storage: Lazily look up mailbox path and permissions. Added functions to get them.
Sun, 05 Dec 2010 22:11:01 +0000 Timo Sirainen lib-storage: mailbox_create_fd() handles "no inferior mailboxes allowed" error now.
Sun, 05 Dec 2010 21:39:09 +0000 Timo Sirainen lib-storage: Removed struct index_transaction_context.
Sun, 05 Dec 2010 21:11:03 +0000 Timo Sirainen Compiler warning fix.
Mon, 06 Sep 2010 19:07:49 +0100 Timo Sirainen maildir: Moved maildir_filename_flags_*() to a separate file.
Sun, 05 Dec 2010 21:07:01 +0000 Timo Sirainen maildir: uidlist code cleanup.
Sun, 05 Dec 2010 21:05:40 +0000 Timo Sirainen maildir: maildir_uidlist_lookup() -> maildir_sync_lookup() refactoring.
Fri, 03 Dec 2010 19:38:02 +0000 Timo Sirainen Added signature for changeset 51e41fcc7856
Fri, 03 Dec 2010 19:37:58 +0000 Timo Sirainen Added tag 2.0.8 for changeset 51e41fcc7856
Fri, 03 Dec 2010 19:37:56 +0000 Timo Sirainen Released v2.0.8.
Fri, 03 Dec 2010 19:25:04 +0000 Timo Sirainen example-config: Added comments to default_vsz_limit.
Fri, 03 Dec 2010 10:47:46 +0000 Timo Sirainen lib-index: Make static analyzer happier.
Fri, 03 Dec 2010 10:47:07 +0000 Timo Sirainen Dead code removal.
Fri, 03 Dec 2010 10:43:03 +0000 Timo Sirainen lib-storage: mail_storage_copy_can_use_hardlink() was always returning TRUE.
Fri, 03 Dec 2010 10:15:48 +0000 Timo Sirainen dbox: Fixed reading attachments for compressed mails.
Fri, 03 Dec 2010 10:15:20 +0000 Timo Sirainen dbox: Added dbox_file_get_plaintext_size() for easily getting it.
Fri, 03 Dec 2010 10:05:38 +0000 Timo Sirainen Log login pid/id for internal failures to allow matching errors between processes.
Fri, 03 Dec 2010 09:10:12 +0000 Timo Sirainen lib-storage: Fixed storing newlines at the end of base64 attachments.
Fri, 03 Dec 2010 09:09:10 +0000 Timo Sirainen istream-base64-encoder: Fixed reading when parent stream returned little data.
Fri, 03 Dec 2010 07:39:13 +0000 Timo Sirainen Compiler warning fixes.
Fri, 03 Dec 2010 07:12:20 +0000 Timo Sirainen ioloop: Don't leak memory when detecting a leaked timeout.
Fri, 03 Dec 2010 07:06:34 +0000 Timo Sirainen ioloop log: Added asserts
Fri, 03 Dec 2010 07:00:17 +0000 Timo Sirainen mail storage service: Use ioloop log prefix automation.
Fri, 03 Dec 2010 06:58:38 +0000 Timo Sirainen ioloop: Added support for per-io/timeout callback log prefix automation.
Fri, 03 Dec 2010 06:57:58 +0000 Timo Sirainen imap, pop3: Removed previous log prefix hack.
Fri, 03 Dec 2010 05:46:57 +0000 Timo Sirainen imap, pop3: Small optimization to last logging change.
Fri, 03 Dec 2010 05:43:16 +0000 Timo Sirainen imap, pop3: Try to use the correct log prefix when service_count!=1.
Fri, 03 Dec 2010 04:25:06 +0000 Timo Sirainen lib-index: Added "transaction boundary" record for future compatibility.
Thu, 02 Dec 2010 22:59:42 +0000 Timo Sirainen lib_init(): Call srand() with a bit better seed.
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.