log

age author description
Mon, 25 Feb 2013 15:54:01 +0200 Timo Sirainen doveadm-server: Added support for ssl listeners.
Mon, 25 Feb 2013 15:52:00 +0200 Timo Sirainen lib-storage: Replaced pop3c_ssl_ca_dir and imapc_ssl_ca_dir with generic ssl_client_ca_dir.
Mon, 25 Feb 2013 15:51:16 +0200 Timo Sirainen lib-master: If ssl settings are used, initialize ssl context automatically.
Mon, 25 Feb 2013 15:50:50 +0200 Timo Sirainen lib-ssl-iostream: Support wildcard certificates when verifying hostname.
Mon, 25 Feb 2013 14:00:10 +0200 Timo Sirainen dsync: Use iostreams instead of fd when receiving connection from doveadm-server.
Mon, 25 Feb 2013 13:00:40 +0200 Timo Sirainen MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere.
Mon, 25 Feb 2013 09:12:06 +0200 Timo Sirainen configure: Fix previous commit & implement AC_C_TYPEOF ourself.
Mon, 25 Feb 2013 09:07:13 +0200 Timo Sirainen configure: Removed accidentally enabled clang -fsanitize options for now.
Sun, 24 Feb 2013 19:48:55 +0200 Timo Sirainen imap: Handle UID commands without a wrapper UID command.
Sun, 24 Feb 2013 19:39:52 +0200 Timo Sirainen dsync: Added tcp:host[:port] target for syncing via doveadm-server.
Sun, 24 Feb 2013 19:38:27 +0200 Timo Sirainen doveadm: If doveadm-server sends broken input, disconnect.
Sun, 24 Feb 2013 19:37:45 +0200 Timo Sirainen doveadm: When connecting to doveadm socket without :port, use doveadm_port setting.
Sun, 24 Feb 2013 19:35:39 +0200 Timo Sirainen doveadm: Renamed doveadm_proxy_port setting to doveadm_port.
Sun, 24 Feb 2013 18:19:40 +0200 Timo Sirainen lmtp: Log a bit nicer message when client QUITs.
Sun, 24 Feb 2013 18:02:25 +0200 Timo Sirainen dsync: Always skip alias namespaces.
Sun, 24 Feb 2013 16:43:28 +0200 Timo Sirainen lazy-expunge: If lazy_expunge_only_last_instance is set, copy only last instances of mails.
Sun, 24 Feb 2013 16:33:24 +0200 Timo Sirainen lib-storage: Added MAIL_FETCH_REFCOUNT for getting mail's reference count.
Sun, 24 Feb 2013 16:15:23 +0200 Timo Sirainen lib-settings: Parse block names {} case-insensitively.
Sun, 24 Feb 2013 16:02:47 +0200 Timo Sirainen imap: Don't leak mailboxes on CATENATE errors.
Sun, 24 Feb 2013 15:26:53 +0200 Timo Sirainen Compiler warning fix.
Sun, 24 Feb 2013 15:02:44 +0200 Timo Sirainen o_stream_send_istream(): Fixed copying when [io]streams neither have usable fds.
Sun, 24 Feb 2013 15:00:13 +0200 Timo Sirainen Avoid unsigned integer overflows.
Sun, 24 Feb 2013 14:59:54 +0200 Timo Sirainen imap: Added assert+comment to give easier to understand error.
Sun, 24 Feb 2013 14:58:32 +0200 Timo Sirainen lib-storage: If mail saving is cancelled, don't check that all the input was read.
Sun, 24 Feb 2013 11:58:46 +0200 Timo Sirainen Avoid under/overflows in unsigned integer calculations.
Sun, 24 Feb 2013 11:55:07 +0200 Timo Sirainen test-json-parser: Don't access memory out of bounds.
Sun, 24 Feb 2013 11:54:00 +0200 Timo Sirainen seq_range_array_add(): Fixed handling sequence ranges that contain zeros.
Sun, 24 Feb 2013 10:50:35 +0200 Timo Sirainen Avoid overflow error from clang -fsanitize=integer.
Sun, 24 Feb 2013 10:49:38 +0200 Timo Sirainen lib-index: Don't unnecessarily update dovecot.index again after log rotation.
Sun, 24 Feb 2013 09:16:31 +0200 Timo Sirainen Replaced all -1U and (unsigned int)-1 with UINT_MAX.
Sun, 24 Feb 2013 08:58:03 +0200 Timo Sirainen Compiler warning fix.
Sun, 24 Feb 2013 08:54:58 +0200 Timo Sirainen Previous "duplicate const" fix accidentally deleted some checking code instead of fixing it.
Sun, 24 Feb 2013 08:46:28 +0200 Timo Sirainen Fixed "duplicate const" warnings with new clang.
Sun, 24 Feb 2013 08:43:34 +0200 Timo Sirainen Minor code cleanup
Sun, 24 Feb 2013 08:44:27 +0200 Timo Sirainen Use proper HAVE_TYPEOF check instead of checking with gcc versions.
Sun, 24 Feb 2013 08:06:59 +0200 Timo Sirainen Compiler warning fix.
Sun, 24 Feb 2013 08:06:51 +0200 Timo Sirainen dsync: Don't log about remote dsync status if we're not doing a remote sync.
Fri, 22 Feb 2013 16:42:23 +0200 Timo Sirainen auth_debug_passwords: Add a warning to AUTH/CONT lines about them having sensitive data.
Fri, 22 Feb 2013 16:21:20 +0200 Timo Sirainen pop3: Fixed infinite looping
Fri, 22 Feb 2013 16:03:00 +0200 Timo Sirainen quota-fs: Support NetBSD 6.0 libquota.
Fri, 22 Feb 2013 15:34:59 +0200 Timo Sirainen doveadm user: Write an error if user doesn't exist.
Fri, 22 Feb 2013 15:24:01 +0200 Timo Sirainen doveconf: Discourage using plain "doveconf" by recommending -n parameter in the output.
Fri, 22 Feb 2013 15:14:19 +0200 Timo Sirainen auth: userdb passwd iteration no longer skips shells.
Fri, 22 Feb 2013 13:21:09 +0200 Timo Sirainen mail_shared_explicit_inbox: Switched the default from "yes" to "no".
Fri, 22 Feb 2013 13:05:21 +0200 Timo Sirainen auth: Use real_lip for proxy_maybe checks.
Fri, 22 Feb 2013 13:04:45 +0200 Timo Sirainen auth: Added real_[lr]ip, real_[lr]port variables.
Fri, 22 Feb 2013 12:42:26 +0200 Timo Sirainen proxying cleanup: Send TTL=1 (instead of TTL=0) as "no more proxying".
Fri, 22 Feb 2013 10:32:05 +0200 Timo Sirainen lib-storage: Make sure mailbox_get_open_status() can't be used with items that can fail.
Fri, 22 Feb 2013 10:31:38 +0200 Timo Sirainen doveadm, indexer: Don't crash if STATUS_LAST_CACHED_SEQ lookup fails.
Fri, 22 Feb 2013 10:09:19 +0200 Timo Sirainen lib-storage: Fixed assert-crash when saving mails if UIDs weren't assigned.
Thu, 21 Feb 2013 19:30:38 +0200 Timo Sirainen mailbox_list_index=yes: Don't crash if destroying list before its init finished.
Thu, 21 Feb 2013 17:09:08 +0200 Timo Sirainen Added signature for changeset 018de2aa893a
Thu, 21 Feb 2013 17:09:02 +0200 Timo Sirainen Added tag 2.2.beta2 for changeset 018de2aa893a
Thu, 21 Feb 2013 17:07:55 +0200 Timo Sirainen Released v2.2.beta1.
Thu, 21 Feb 2013 17:06:27 +0200 Stephan Bosch lib-http: Fixed hanging on errors
Thu, 21 Feb 2013 14:16:45 +0200 Timo Sirainen Removed dead assignments.
Thu, 21 Feb 2013 14:15:15 +0200 Timo Sirainen dsync: Fixed hiding the "remote command returned error" message when it was unnecessary.
Thu, 21 Feb 2013 13:27:42 +0200 Timo Sirainen quota-status: Fixed compiling
Thu, 21 Feb 2013 13:22:33 +0200 Timo Sirainen TODO updated
Thu, 21 Feb 2013 13:21:18 +0200 Timo Sirainen Merged changes from v2.1 tree.