log

age author description
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