log

age author description
Mon, 20 Feb 2006 15:39:37 +0200 Timo Sirainen Allow checkpassword program to send extra parameters to Dovecot. EXTRA environment contains a list of environment variables that are passed to Dovecot. HEAD
Mon, 20 Feb 2006 15:29:31 +0200 Timo Sirainen Pass LOCAL_IP, REMOTE_IP, SERVICE and MASTER_USER in environment to checkpassword. HEAD
Mon, 20 Feb 2006 15:14:58 +0200 Timo Sirainen Added support for "master users" who can log in as other people. Currently works only with SASL PLAIN authentication by giving it authorization ID string. HEAD
Sat, 18 Feb 2006 14:14:32 +0200 Timo Sirainen s/Maildir/dbox/ HEAD
Sat, 18 Feb 2006 14:09:27 +0200 Timo Sirainen Fixed dbox autodetection and removed unused code. HEAD
Sat, 18 Feb 2006 11:59:13 +0200 Timo Sirainen BODYSTRUCTURE -> BODY conversion was broken with mails containing HEAD
Sat, 18 Feb 2006 01:36:38 +0200 Timo Sirainen Added some locking related asserts, comments and when replacing index file, open it HEAD
Fri, 17 Feb 2006 16:20:08 +0200 Timo Sirainen Fetching BODY/BODYSTRUCTURE with header fields caused Dovecot to unneededly HEAD
Fri, 17 Feb 2006 14:28:53 +0200 Timo Sirainen If client disconnected or gave too long APPEND command line, we didn't properly deinitialize saving, which could have caused partially written mails with mbox, or files left lying in tmp/ with maildir. HEAD
Thu, 16 Feb 2006 17:23:00 +0200 Timo Sirainen Try to handle ESTALE NFS errors the best way we can. HEAD
Thu, 16 Feb 2006 16:58:31 +0200 Timo Sirainen Removed -Wstrict-aliasing=2 since it gives errors with older gccs HEAD
Wed, 15 Feb 2006 21:37:34 +0200 Timo Sirainen Allow creating mailbox names with '*' and '%' characters. They don't break HEAD
Tue, 14 Feb 2006 20:59:09 +0200 Timo Sirainen While casting const pointers to something else, the const was often HEAD
Tue, 14 Feb 2006 20:58:07 +0200 Timo Sirainen Removed duplicated function declarations. HEAD
Tue, 14 Feb 2006 20:28:15 +0200 Timo Sirainen Enable -Wstrict-aliasing=2 warning and fixed a couple of warnings it gave. HEAD
Tue, 14 Feb 2006 19:43:04 +0200 Timo Sirainen Check that we don't pass around key=value pairs with empty keys. HEAD
Tue, 14 Feb 2006 19:42:25 +0200 Timo Sirainen Out of memory may not be the only reason putenv() fails. In OSX it seems to HEAD
Tue, 14 Feb 2006 19:22:58 +0200 Timo Sirainen PREAUTH banner should show the capability from capability_string in case HEAD
Tue, 14 Feb 2006 19:21:22 +0200 Timo Sirainen Fixed installing HEAD
Tue, 14 Feb 2006 16:19:51 +0200 Timo Sirainen Added --with-sql option to build with SQL userdb/passdb but without any HEAD
Tue, 14 Feb 2006 16:07:22 +0200 Timo Sirainen Building with SQL support replaced passdb list with userdbs. HEAD
Tue, 14 Feb 2006 15:41:58 +0200 Timo Sirainen Moved dupliated close_save_errno() code to public close_keep_errno() function. HEAD
Tue, 14 Feb 2006 15:06:58 +0200 Timo Sirainen Updated mbox_dotlock_change_timeout default value to 120. Also the mbox HEAD
Tue, 14 Feb 2006 15:04:17 +0200 Timo Sirainen Flush the output while writing the "will override lock file" messages, so HEAD
Mon, 13 Feb 2006 20:35:39 +0200 Timo Sirainen Don't notify client about changes in messages it hasn't yet even been HEAD
Sun, 12 Feb 2006 12:11:28 +0200 Timo Sirainen Added uris setting. HEAD
Sun, 12 Feb 2006 12:03:39 +0200 Timo Sirainen Check that uris and hosts settings are correct. HEAD
Sun, 12 Feb 2006 11:53:49 +0200 Timo Sirainen Give error if --with-storages or --without-storages is used without HEAD
Sun, 12 Feb 2006 11:51:01 +0200 Timo Sirainen Crashfix. Patch by Mark Davies HEAD
Sat, 11 Feb 2006 22:38:20 +0200 Timo Sirainen When using --exec-mail, don't care if protocols line is empty. HEAD