log

age author description
Sun, 08 Jul 2007 20:18:06 +0300 Timo Sirainen Added index-sync-changes.[ch] HEAD
Sun, 08 Jul 2007 20:13:12 +0300 Timo Sirainen Moved maildir filename related functions to maildir-filename.c HEAD
Sun, 08 Jul 2007 19:57:09 +0300 Timo Sirainen Moved index sync record grouping from mbox to generic code. HEAD
Sun, 08 Jul 2007 19:46:31 +0300 Timo Sirainen Implemented mail_index_update_header_ext() HEAD
Sun, 08 Jul 2007 19:45:59 +0300 Timo Sirainen Don't crash if extension record size is 0. HEAD
Sun, 08 Jul 2007 19:33:18 +0300 Timo Sirainen Show extension header updates. HEAD
Thu, 05 Jul 2007 18:16:27 +0300 Timo Sirainen %variables in plugin {} settings need to be expanded. HEAD
Wed, 04 Jul 2007 17:48:43 +0300 Timo Sirainen Crashfix if PAM returns a reply but the process doesn't die. HEAD
Wed, 04 Jul 2007 05:10:21 +0300 Timo Sirainen Removed unused MAILDIR_UIDLIST_SYNC_ORDERED flag. HEAD
Wed, 04 Jul 2007 05:07:48 +0300 Timo Sirainen Leave uidlist fd open so we can check if uidlist has been rewritten from HEAD
Wed, 04 Jul 2007 04:47:28 +0300 Timo Sirainen Changed record buffers to arrays. HEAD
Wed, 04 Jul 2007 04:47:00 +0300 Timo Sirainen Don't bother setting POP3 settings to IMAP processes and vice versa. HEAD
Tue, 03 Jul 2007 20:44:08 +0300 Timo Sirainen Update tmp/ directory's atime+mtime with utime(NULL) so it works even if HEAD
Tue, 03 Jul 2007 20:04:28 +0300 Timo Sirainen Support listening multiple sockets. SIGHUP also doesn't anymore recreate HEAD
Tue, 03 Jul 2007 18:34:31 +0300 Timo Sirainen Don't auto-create INBOX if namespace doesn't have INBOX. HEAD
Tue, 03 Jul 2007 18:34:47 +0300 Timo Sirainen In non-INBOX namespaces list INBOX if Maildir/cur exists. HEAD
Tue, 03 Jul 2007 05:35:31 +0300 Timo Sirainen Moved generic LDAP result iteration to db_ldap. It also supports now HEAD
Tue, 03 Jul 2007 04:43:45 +0300 Timo Sirainen user_global_uid/gid no longer exist. HEAD
Tue, 03 Jul 2007 04:40:18 +0300 Timo Sirainen Send local/remote ports to dovecot-auth. They're now in %a and %b variables. HEAD
Tue, 03 Jul 2007 04:22:40 +0300 Timo Sirainen Delete over 30 minutes old .log.2 files when opening indexes. HEAD
Tue, 03 Jul 2007 04:11:41 +0300 Timo Sirainen Support changing default password scheme for passdb passwd-file. HEAD
Tue, 03 Jul 2007 04:05:28 +0300 Timo Sirainen If uidgid_file=<template_path> is set, the uid and gid are looked up by HEAD
Tue, 03 Jul 2007 03:55:48 +0300 Timo Sirainen If no userdbs are defined, fallback to an empty static one. HEAD
Tue, 03 Jul 2007 03:55:36 +0300 Timo Sirainen Don't require having uid/gid. HEAD
Tue, 03 Jul 2007 03:51:36 +0300 Timo Sirainen Added mail_uid and mail_gid settings. HEAD
Tue, 03 Jul 2007 03:47:39 +0300 Timo Sirainen Allow passwd-file ti contain empty uid/gid fields. HEAD
Tue, 03 Jul 2007 03:29:23 +0300 Timo Sirainen Allow uid/gid names that begin with numbers, as long as it's not completely HEAD
Tue, 03 Jul 2007 03:24:46 +0300 Timo Sirainen minor fix HEAD
Tue, 03 Jul 2007 03:20:06 +0300 Timo Sirainen Changed userdb callback API. Don't require uid/gid to be returned by userdb. HEAD
Tue, 03 Jul 2007 01:59:06 +0300 Timo Sirainen Fixed dump-capability crash at startup HEAD
Tue, 03 Jul 2007 01:50:13 +0300 Timo Sirainen Added userdb nss which currently supports glibc-compatible NSS modules. HEAD
Tue, 03 Jul 2007 00:30:48 +0300 Timo Sirainen Owner parameter wasn't set correctly. Take user's groups from acl_groups HEAD
Mon, 02 Jul 2007 23:53:22 +0300 Timo Sirainen Don't clone a map when expunging if all messages were already expunged. HEAD
Mon, 02 Jul 2007 23:46:22 +0300 Timo Sirainen mmaping works again properly. Changed to use private mmaps which are HEAD
Mon, 02 Jul 2007 23:24:34 +0300 Timo Sirainen Implement str_vprintfa() by making vsnprintf() write directly to the string. HEAD
Mon, 02 Jul 2007 23:11:46 +0300 Timo Sirainen Added net_ip_hash(). HEAD
Mon, 02 Jul 2007 22:48:01 +0300 Timo Sirainen assertfix HEAD
Mon, 02 Jul 2007 22:47:33 +0300 Timo Sirainen If there are no expunges, sync to head map instead of keeping track of a HEAD
Mon, 02 Jul 2007 22:19:11 +0300 Timo Sirainen Fixed possible header breaking at extension header resize. HEAD
Mon, 02 Jul 2007 22:18:50 +0300 Timo Sirainen Fixed map cloning in the middle of syncing. HEAD
Mon, 02 Jul 2007 21:20:19 +0300 Timo Sirainen And removed unneeded code. HEAD
Mon, 02 Jul 2007 21:19:25 +0300 Timo Sirainen If __gss_userok() exists, use it to verify username. Patch by Peter Eriksson. HEAD
Mon, 02 Jul 2007 17:56:18 +0300 Timo Sirainen mail_max_userip_connections comment fixes HEAD
Mon, 02 Jul 2007 17:52:05 +0300 Timo Sirainen Changed mail_max_user_connections to mail_max_userip_connections. HEAD
Mon, 02 Jul 2007 17:35:31 +0300 Timo Sirainen Memory leak fix HEAD
Sun, 01 Jul 2007 22:11:41 +0300 Timo Sirainen Removed view->hdr. Use view->map->hdr directly. HEAD
Sun, 01 Jul 2007 22:05:09 +0300 Timo Sirainen Rewrite index lock handling. HEAD
Sun, 01 Jul 2007 18:39:51 +0300 Timo Sirainen mail_index_map now contains pointer to index, so all functions taking map HEAD
Sun, 01 Jul 2007 02:12:50 +0300 Timo Sirainen Don't crash when listing INBOX and not returning subscription flags. HEAD
Sun, 01 Jul 2007 01:40:25 +0300 Timo Sirainen If we can do initial sync from .log file by reading less than 2k, do it HEAD
Sun, 01 Jul 2007 01:05:40 +0300 Timo Sirainen Handle UIDVALIDITY changes by resetting index. HEAD
Sun, 01 Jul 2007 01:05:26 +0300 Timo Sirainen Added support for resetting index. HEAD
Sun, 01 Jul 2007 01:04:57 +0300 Timo Sirainen Disconnect client if UIDVALIDITY changes. HEAD
Sat, 30 Jun 2007 23:01:52 +0300 Timo Sirainen Removed unneeded code. HEAD
Sat, 30 Jun 2007 19:14:08 +0300 Timo Sirainen Initial implementation for mail_max_user_connections setting. HEAD
Sat, 30 Jun 2007 19:01:06 +0300 Timo Sirainen Don't crash at exit if auth client was already freed. HEAD
Sat, 30 Jun 2007 17:38:53 +0300 Timo Sirainen Removed validate_str(). It's not used anywhere. HEAD
Sat, 30 Jun 2007 17:38:17 +0300 Timo Sirainen Moved child process handling to child-process.[ch]. The hash table now uses HEAD
Sat, 30 Jun 2007 00:48:10 +0300 Timo Sirainen crashfix HEAD
Fri, 29 Jun 2007 22:41:40 +0300 Timo Sirainen Use explicit IMAP_MATCH_* comparisons for imap_match() instead of assuming HEAD