Timo Sirainen <tss@iki.fi> [Tue, 21 Jul 2009 15:18:49 -0400] rev 5571
utc_offset() was broken with year's first/last day if struct tm.tm_gmtoff didn't exist.
Timo Sirainen <tss@iki.fi> [Thu, 06 Nov 2008 15:35:37 +0200] rev 5570
Maildir saving: Handle "out of disk space/quota" failures in fsync().
Timo Sirainen <tss@iki.fi> [Thu, 23 Oct 2008 18:59:00 +0300] rev 5569
rfc822_parse_quoted_string(): Handle folding whitespace.
Timo Sirainen <tss@iki.fi> [Mon, 08 Sep 2008 16:56:13 +0300] rev 5568
ACLs: Negative rights were actually treated as positive rights.
Timo Sirainen <tss@iki.fi> [Sat, 30 Aug 2008 14:40:41 +0300] rev 5567
mail_index_lookup_ext*() didn't return properly aligned pointers with updated transaction views.
Timo Sirainen <tss@iki.fi> [Mon, 04 Aug 2008 20:38:20 -0400] rev 5566
dovecot-auth: Give a nice error message if you try to run it manually.
Timo Sirainen <tss@iki.fi> [Sun, 20 Jul 2008 19:27:09 +0300] rev 5565
Maildir: Group of the created shared directory wasn't set.
Patch by Simon Michelson.
Timo Sirainen <tss@iki.fi> [Sun, 20 Jul 2008 17:58:22 +0300] rev 5564
Logging: Make sure we don't recurse infinitely when running out of memory.
Timo Sirainen <tss@iki.fi> [Fri, 18 Jul 2008 16:21:04 +0300] rev 5563
rfc822_parse_phrase(): Don't read outside data boundaries if input is empty.
Timo Sirainen <tss@iki.fi> [Fri, 18 Jul 2008 13:53:48 +0300] rev 5562
Removed MIT Kerberos v1.2 check, since Heimdal v1.2 is out and it works fine.