log

age author description
Tue, 07 Mar 2006 16:10:36 +0200 Timo Sirainen Fixed outdated information: ssl-valid-cert -> valid-client-cert HEAD
Mon, 06 Mar 2006 23:32:38 +0200 Timo Sirainen Added ACL plugin comments and updated quota comments. HEAD
Mon, 06 Mar 2006 23:20:08 +0200 Timo Sirainen Global ACL dir is now optional. HEAD
Mon, 06 Mar 2006 22:34:42 +0200 Timo Sirainen Log a line when IMAP client disconnects with a reason why it happened. HEAD
Mon, 06 Mar 2006 22:13:39 +0200 Timo Sirainen cleanup HEAD
Mon, 06 Mar 2006 21:05:09 +0200 Timo Sirainen Support accessing saved mails that haven't been committed yet (fixes quota for maildir). HEAD
Mon, 06 Mar 2006 21:04:25 +0200 Timo Sirainen Fixes to updating maildirsize. HEAD
Mon, 06 Mar 2006 20:16:12 +0200 Timo Sirainen Merged save-copying and hardlink-copying code so that hardlink-copying updates indexes immediately. HEAD
Mon, 06 Mar 2006 20:15:37 +0200 Timo Sirainen If maildir_do() failed with "racing" error, return -1. HEAD
Mon, 06 Mar 2006 20:13:54 +0200 Timo Sirainen mailbox_copy() might fail because mail was expunged. Treat that case differently. HEAD
Mon, 06 Mar 2006 20:13:31 +0200 Timo Sirainen Add MAIL_STORAGE_FLAG_SHARED_NAMESPACE for private namespaces. HEAD
Mon, 06 Mar 2006 18:42:10 +0200 Timo Sirainen Cleanup HEAD
Mon, 06 Mar 2006 17:48:33 +0200 Timo Sirainen Cleanups. HEAD
Mon, 06 Mar 2006 12:31:11 +0200 Timo Sirainen Maildir++ quota support. HEAD
Mon, 06 Mar 2006 12:05:29 +0200 Timo Sirainen Added t_push/t_pop HEAD
Wed, 01 Mar 2006 11:14:59 +0200 Timo Sirainen Quota API redesign. Still not perfect, but better than before. Quota backends no longer need to be told where the mails exist. fs backend doesn't work correctly with multiple partitions (if you've multiple namespaces). HEAD
Tue, 28 Feb 2006 14:38:20 +0200 Timo Sirainen Don't keep acl_objects permanently in memory. Moved cache validity information into cache records. Some other cleanups and fixes. HEAD
Tue, 28 Feb 2006 10:36:41 +0200 Timo Sirainen Added acl. HEAD
Tue, 28 Feb 2006 10:00:41 +0200 Timo Sirainen Added link to QuickConfiguration. HEAD
Tue, 28 Feb 2006 09:50:54 +0200 Timo Sirainen Added notes about changing ports and about /etc/pam.d/dovecot HEAD
Tue, 28 Feb 2006 09:42:58 +0200 Timo Sirainen Removed dovecot.spec* HEAD
Mon, 27 Feb 2006 20:46:29 +0200 Timo Sirainen Added "allow_nets" extra field. If set, the user can log in only from HEAD
Mon, 27 Feb 2006 18:30:39 +0200 Timo Sirainen Added initial support for ACLs. Currently supports reading the ACLs from files. Since no proper support for shared folders exist yet, this is mostly intended to be used only for preventing users from fully accessing the mailboxes they'd otherwise have full access to. It anyway does support "master user" having different ACLs to mailboxes. HEAD
Mon, 27 Feb 2006 18:21:57 +0200 Timo Sirainen Moved mailbox_list_flags to struct mailbox_list_context so plugins can see the flags more easily. HEAD
Mon, 27 Feb 2006 18:14:55 +0200 Timo Sirainen Added strcmp_p and bsearch_strcmp. HEAD
Sun, 26 Feb 2006 14:15:34 +0200 Timo Sirainen Replaced mail_use_modules and mail_modules settings with mail_plugins and HEAD
Sun, 26 Feb 2006 13:24:35 +0200 Timo Sirainen Memory leak fixes HEAD
Sun, 26 Feb 2006 12:32:19 +0200 Timo Sirainen If we reach the NFS_ESTALE_RETRY_COUNT, give an ESTALE error message as HEAD
Sun, 26 Feb 2006 12:15:39 +0200 Timo Sirainen Renamed safe-open.* to nfs-workarounds.*, safe_open() to nfs_safe_open() and HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Sat, 25 Feb 2006 13:29:05 +0200 Timo Sirainen If connecting with UNIX socket, print the UNIX socket path instead of HEAD
Sat, 25 Feb 2006 12:58:35 +0200 Timo Sirainen Removed dovecot.spec. It's not being kept up-to-date anyway and it's HEAD
Sat, 25 Feb 2006 12:19:18 +0200 Timo Sirainen mail_index_open(): If index is already open, return 1 instead of 0 so the HEAD
Sat, 25 Feb 2006 11:24:46 +0200 Timo Sirainen Compiler warning fix HEAD
Sat, 25 Feb 2006 11:24:17 +0200 Timo Sirainen One more Q_QUOTACTL check fix.. HEAD
Sat, 25 Feb 2006 11:16:38 +0200 Timo Sirainen And fix for Q_QUOTACTL check.. HEAD
Sat, 25 Feb 2006 11:10:04 +0200 Timo Sirainen Support Solaris's ioctl(Q_QUOTACTL). HEAD
Sat, 25 Feb 2006 10:24:18 +0200 Timo Sirainen Last memory leak fix actually started crashing. HEAD
Fri, 24 Feb 2006 19:33:48 +0200 Timo Sirainen Fixes HEAD
Fri, 24 Feb 2006 19:29:24 +0200 Timo Sirainen Added comment HEAD
Fri, 24 Feb 2006 19:27:55 +0200 Timo Sirainen Define MNTTYPE_SWAP and MNTTYPE_IGNORE ourself if they're not defined. HEAD
Fri, 24 Feb 2006 18:42:47 +0200 Timo Sirainen Fixed AIX compile HEAD
Fri, 24 Feb 2006 18:10:03 +0200 Timo Sirainen Unbreak last accidental change.. HEAD
Fri, 24 Feb 2006 18:06:51 +0200 Timo Sirainen Fixes HEAD
Fri, 24 Feb 2006 16:36:35 +0200 Timo Sirainen If size_t and ssize_t exist but we can't figure out their type, don't HEAD
Fri, 24 Feb 2006 15:41:57 +0200 Timo Sirainen Digest-MD5 logins didn't work if passdb changed username. HEAD
Fri, 24 Feb 2006 14:26:21 +0200 Timo Sirainen If transaction log opening fails, don't crash when trying to move it to HEAD
Fri, 24 Feb 2006 14:25:58 +0200 Timo Sirainen Crashfix HEAD
Fri, 24 Feb 2006 12:49:05 +0200 Timo Sirainen And one more comma removal HEAD
Fri, 24 Feb 2006 12:48:44 +0200 Timo Sirainen configure was actually checking always only sys/quota.h. Also added HEAD
Fri, 24 Feb 2006 12:33:21 +0200 Timo Sirainen Don't print error if pkg-config isn't found. HEAD
Fri, 24 Feb 2006 12:24:11 +0200 Timo Sirainen More comma removals HEAD
Fri, 24 Feb 2006 12:20:27 +0200 Timo Sirainen Removed extra commas from end of enum lists. HEAD
Fri, 24 Feb 2006 12:05:16 +0200 Timo Sirainen If no realms are given in configuration file, advertise an empty realm. Also HEAD
Thu, 23 Feb 2006 20:25:44 +0200 Timo Sirainen Memory leak fixes HEAD
Wed, 22 Feb 2006 18:02:20 +0200 Timo Sirainen mailbox_save_init() supports now returning failure. Quota plugin now checks HEAD
Wed, 22 Feb 2006 17:48:33 +0200 Timo Sirainen Modules were loaded in inverse order.. HEAD
Wed, 22 Feb 2006 17:13:18 +0200 Timo Sirainen Multiple password database error prints now the passdb name that caused it. HEAD
Wed, 22 Feb 2006 16:52:11 +0200 Timo Sirainen Make life easier for plugins: HEAD
Wed, 22 Feb 2006 15:58:43 +0200 Timo Sirainen Fixed passdb credential lookups to work again with blocking passdbs. HEAD