log

age author description
Fri, 09 Jan 2009 11:15:56 -0500 Timo Sirainen auth: Code cleanup for specifying what passdb features auth mechanisms need. HEAD
Fri, 09 Jan 2009 11:09:17 -0500 Timo Sirainen APOP auth: Minor code cleanups. HEAD
Thu, 08 Jan 2009 14:48:18 -0500 Timo Sirainen mbox: Fixed crash with pop3_lock_session=yes if dotlock already existed. HEAD
Thu, 08 Jan 2009 14:47:58 -0500 Timo Sirainen mbox: Fixed assert-crash with pop3_lock_session=yes HEAD
Thu, 08 Jan 2009 12:22:11 -0500 Timo Sirainen configure: Test strtoumax() and strtoimax() by linking instead of just compiling (Tru64 fix). HEAD
Thu, 08 Jan 2009 11:52:21 -0500 Timo Sirainen env_remove(): Implement a fallback method if unsetenv() doesn't exist. HEAD
Thu, 08 Jan 2009 11:41:30 -0500 Timo Sirainen auth worker processes shouldn't duplicate the auth cache. HEAD
Thu, 08 Jan 2009 11:34:22 -0500 Timo Sirainen auth cache wasn't working correctly for all fields (e.g. allow_nets) with blocking passdbs. HEAD
Wed, 07 Jan 2009 17:03:34 -0500 Timo Sirainen auth: Removed extra string escaping from places where it's not necessary (or is even harmful). HEAD
Wed, 07 Jan 2009 13:45:37 -0500 Timo Sirainen Added my_hostdomain() function which mbox code now uses instead of doing that internally. HEAD
Wed, 07 Jan 2009 13:44:41 -0500 Timo Sirainen master: When receiving SIGHUP, get the hostname again in case it changed. HEAD
Wed, 07 Jan 2009 13:37:46 -0500 Timo Sirainen Removed unnecessary APPLE comment. HEAD
Wed, 07 Jan 2009 13:34:25 -0500 Timo Sirainen Increase listen queues to handle high loads better. HEAD
Tue, 06 Jan 2009 12:04:09 -0500 Timo Sirainen dbox crashfix HEAD
Tue, 06 Jan 2009 10:06:54 -0500 Timo Sirainen userdb passwd: Removed the check for catching broken NSS implementations. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 04 Jan 2009 17:22:05 -0500 Timo Sirainen quota-fs: Avoid compiler warning with BSDs. HEAD
Sun, 04 Jan 2009 06:59:31 -0500 Timo Sirainen bsdauth: Fix compiler warning + crash on 64bit systems. HEAD
Sat, 03 Jan 2009 10:33:20 -0500 Timo Sirainen deliver: Don't preserve HOME environment when using -d parameter. HEAD
Wed, 31 Dec 2008 01:49:50 +0200 Timo Sirainen auth: If MD5 scheme can't decode the password log an error. HEAD
Sat, 27 Dec 2008 09:19:04 +0200 Timo Sirainen Added a bit more generic get_process_capability() function. HEAD
Sun, 21 Dec 2008 10:15:58 +0200 Timo Sirainen Log a warning at startup if there doesn't seem to be any way to log in from non-localhost. HEAD
Sun, 21 Dec 2008 09:43:20 +0200 Timo Sirainen imap/pop3-login: Cleaned up proxying code. Don't disconnect client on proxy failures. HEAD
Fri, 19 Dec 2008 18:08:09 +0200 Timo Sirainen dbox maildir migration: Support empty POP3 UIDL = base filename. HEAD
Fri, 19 Dec 2008 16:39:19 +0200 Timo Sirainen dbox: Maildir fallbacking code was returning wrong virtual file sizes. HEAD
Fri, 19 Dec 2008 16:24:19 +0200 Timo Sirainen dbox: In Maildir migrations preserve POP3 UIDL from dovecot-uidlist. HEAD
Fri, 19 Dec 2008 13:03:51 +0200 Timo Sirainen idxview: Show seconds in timestamps (except for cache headers). HEAD
Fri, 19 Dec 2008 10:02:49 +0200 Timo Sirainen Some versions of Mac OS X have buggy CMSG_* macros, avoid using them. HEAD
Fri, 19 Dec 2008 09:46:46 +0200 Timo Sirainen login: Reset idle timeout only when input is actually read from client. HEAD
Fri, 19 Dec 2008 09:37:13 +0200 Timo Sirainen Maildir: Avoid rename() when source and dest are identical, stat() instead. HEAD
Fri, 19 Dec 2008 09:31:39 +0200 Timo Sirainen Added Apple to AUTHORS. HEAD
Fri, 19 Dec 2008 09:31:18 +0200 Timo Sirainen Increase failed login's reply delay by 5 seconds for each failure. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Fri, 19 Dec 2008 08:50:14 +0200 Timo Sirainen Try to use (Apple) gcc's __BIG_ENDIAN__ and __LITTLE_ENDIAN__ macros if possible. HEAD
Fri, 19 Dec 2008 07:49:08 +0200 Timo Sirainen virtual: More syncing fixes. HEAD
Fri, 19 Dec 2008 07:25:20 +0200 Timo Sirainen virtual: Fixed initial mailbox synchronization for the last virtual mailbox. HEAD
Fri, 19 Dec 2008 06:27:44 +0200 Timo Sirainen Make sure mail_log plugin works with deliver and pop3. HEAD
Fri, 19 Dec 2008 06:23:31 +0200 Timo Sirainen LDAP: Allow empty/missing password field if nopassword field is given. HEAD
Thu, 18 Dec 2008 19:34:35 +0200 Timo Sirainen Maildir: If POP3 UIDL field is empty in dovecot-uidlist, use base filename as UIDL. HEAD
Thu, 18 Dec 2008 18:11:21 +0200 Timo Sirainen Fix to previous change: Don't lose errno during uid/gid naming. HEAD
Thu, 18 Dec 2008 18:09:00 +0200 Timo Sirainen If uid/gid changing fails, log also the name of the uid/gid instead of just the number. HEAD
Wed, 17 Dec 2008 20:12:11 +0200 Timo Sirainen Mention SSL/TLS in "plaintext auth disallowed" error. HEAD
Tue, 16 Dec 2008 15:37:16 +0200 Timo Sirainen deliver: Don't break if username gets changed by userdb lookup. HEAD
Tue, 16 Dec 2008 15:37:03 +0200 Timo Sirainen Added some extra checks to make sure username can't be empty. HEAD
Tue, 16 Dec 2008 09:46:28 +0200 Timo Sirainen Added tag 1.2.alpha5 HEAD
Tue, 16 Dec 2008 08:06:56 +0200 Timo Sirainen Replaced auth_worker_max_request_count setting with passdb pam { args = max_requests=n } HEAD
Tue, 16 Dec 2008 07:50:44 +0200 Timo Sirainen Redesigned auth request queuing to auth worker processes. HEAD
Tue, 16 Dec 2008 06:08:26 +0200 Timo Sirainen mail_set_seq(): Don't open input stream immediately if message hasn't been saved yet. HEAD
Tue, 16 Dec 2008 05:30:31 +0200 Timo Sirainen kqueue notify: Don't assert-cras if kevent() returns multiple events for the same io. HEAD
Mon, 15 Dec 2008 18:47:41 +0200 Timo Sirainen Released v1.2.alpha5. HEAD 1.2.alpha5
Mon, 15 Dec 2008 18:38:04 +0200 Timo Sirainen Updated TODO. HEAD
Mon, 15 Dec 2008 10:58:02 +0200 Timo Sirainen maildir: Allow opening mailbox and expunging messages when uidlist couldn't be locked (e.g. out of quota). HEAD
Sun, 14 Dec 2008 08:36:10 +0200 Timo Sirainen mbox-snarf plugin: If copying failed due to out of disk space, don't rollback the entire move. HEAD
Sun, 14 Dec 2008 07:47:45 +0200 Timo Sirainen mail-log plugin: Added initial support for append event. uids aren't logged though. HEAD
Sun, 14 Dec 2008 07:29:45 +0200 Timo Sirainen mail-log plugin: Added from and subject fields. HEAD
Sun, 14 Dec 2008 07:21:12 +0200 Timo Sirainen mail-log plugin: Added flag_change event and flags field. HEAD
Sun, 14 Dec 2008 07:19:48 +0200 Timo Sirainen mail_get_flags/keywords() now returns updated values if they've been changed within transaction. HEAD
Sun, 14 Dec 2008 06:51:04 +0200 Timo Sirainen transaction view: Allow looking up multiple ext datas for the same message without breaking. HEAD
Sun, 14 Dec 2008 06:38:24 +0200 Timo Sirainen Replaced literal "keywords" strings with a macro. HEAD
Sun, 14 Dec 2008 05:46:31 +0200 Timo Sirainen imap/pop3 proxy: Support master user logins. HEAD