]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
16 years agomaster: Added back "listen" setting, which is the default address for inet_listeners.
Timo Sirainen [Fri, 9 Oct 2009 21:55:57 +0000 (17:55 -0400)] 
master: Added back "listen" setting, which is the default address for inet_listeners.

--HG--
branch : HEAD

16 years agomaster: Allow idle-killing the last service process, except anvil.
Timo Sirainen [Fri, 9 Oct 2009 21:42:33 +0000 (17:42 -0400)] 
master: Allow idle-killing the last service process, except anvil.

--HG--
branch : HEAD

16 years agomaster: Removed accidentally committed debug code.
Timo Sirainen [Fri, 9 Oct 2009 21:23:27 +0000 (17:23 -0400)] 
master: Removed accidentally committed debug code.

--HG--
branch : HEAD

16 years agomaster: If service user isn't specified, keep original gid instead of using 0.
Timo Sirainen [Fri, 9 Oct 2009 21:20:11 +0000 (17:20 -0400)] 
master: If service user isn't specified, keep original gid instead of using 0.

--HG--
branch : HEAD

16 years agomaster: Cleaned up chown() error logging: don't show -1 as 2^64-1.
Timo Sirainen [Fri, 9 Oct 2009 21:18:27 +0000 (17:18 -0400)] 
master: Cleaned up chown() error logging: don't show -1 as 2^64-1.

--HG--
branch : HEAD

16 years agoCompiler warning fix.
Timo Sirainen [Fri, 9 Oct 2009 20:51:53 +0000 (16:51 -0400)] 
Compiler warning fix.

--HG--
branch : HEAD

16 years agodovecot --build-options: Added "Mail storages" list back.
Timo Sirainen [Fri, 9 Oct 2009 20:49:22 +0000 (16:49 -0400)] 
dovecot --build-options: Added "Mail storages" list back.

--HG--
branch : HEAD

16 years agodovecot --build-options: List nss if it's enabled.
Timo Sirainen [Fri, 9 Oct 2009 19:27:58 +0000 (15:27 -0400)] 
dovecot --build-options: List nss if it's enabled.

--HG--
branch : HEAD

16 years agoimap: Don't crash on SELECT .. QRESYNC if it didn't give seq-uid map.
Timo Sirainen [Fri, 9 Oct 2009 19:26:18 +0000 (15:26 -0400)] 
imap: Don't crash on SELECT .. QRESYNC if it didn't give seq-uid map.

--HG--
branch : HEAD

16 years agoconfigure: Use cache for more checks.
Timo Sirainen [Fri, 9 Oct 2009 19:08:46 +0000 (15:08 -0400)] 
configure: Use cache for more checks.

--HG--
branch : HEAD

16 years agoplugins: mail_log links notify plugin now, so build notify first.
Timo Sirainen [Fri, 9 Oct 2009 18:09:01 +0000 (14:09 -0400)] 
plugins: mail_log links notify plugin now, so build notify first.

--HG--
branch : HEAD

16 years agoauth: Fixed compiling with --with-gssapi=plugin
Timo Sirainen [Fri, 9 Oct 2009 18:03:57 +0000 (14:03 -0400)] 
auth: Fixed compiling with --with-gssapi=plugin

--HG--
branch : HEAD

16 years agoexample-config: dbox_* settings were renamed to mdbox_*.
Timo Sirainen [Fri, 9 Oct 2009 17:45:27 +0000 (13:45 -0400)] 
example-config: dbox_* settings were renamed to mdbox_*.

--HG--
branch : HEAD

16 years agoplugins: Added dependencies.
Timo Sirainen [Fri, 9 Oct 2009 01:22:12 +0000 (21:22 -0400)] 
plugins: Added dependencies.
The dependencies can only be checked if the dlopen() can successfully open
the module, so use (apparently) non-portable ltlibrary linking to force the
libraries we depend on to load with us.

--HG--
branch : HEAD

16 years agomodule_dir_load(): Support <name>_dependencies array listing required modules.
Timo Sirainen [Fri, 9 Oct 2009 01:19:29 +0000 (21:19 -0400)] 
module_dir_load(): Support <name>_dependencies array listing required modules.

--HG--
branch : HEAD

16 years agomaster: Added default_vsz_limit setting, which defaults to 256 MB.
Timo Sirainen [Fri, 9 Oct 2009 00:49:31 +0000 (20:49 -0400)] 
master: Added default_vsz_limit setting, which defaults to 256 MB.

--HG--
branch : HEAD

16 years agoutil/*view binaries are now accessed via "doveadm dump".
Timo Sirainen [Fri, 9 Oct 2009 00:43:25 +0000 (20:43 -0400)] 
util/*view binaries are now accessed via "doveadm dump".
listview binary stays for now, since mailbox list indexes won't work
anyway and they might get a complete redesign.

--HG--
branch : HEAD

16 years agolib-index: Take MAIL_INDEX_OPEN_FLAG_READONLY more seriously.
Timo Sirainen [Fri, 9 Oct 2009 00:10:49 +0000 (20:10 -0400)] 
lib-index: Take MAIL_INDEX_OPEN_FLAG_READONLY more seriously.
Don't do any filesystem changes to the index when it's set, even if
corrupted index files are detected.

--HG--
branch : HEAD

16 years agocompat: Renamed all my_*() fallback functions to i_my_*().
Timo Sirainen [Fri, 9 Oct 2009 00:09:20 +0000 (20:09 -0400)] 
compat: Renamed all my_*() fallback functions to i_my_*().
This fixes at least my_pread() conflict with libmysqlclient.

--HG--
branch : HEAD

16 years agoauthtest binary is now accessed via "doveadm auth" and "doveadm user".
Timo Sirainen [Thu, 8 Oct 2009 22:43:17 +0000 (18:43 -0400)] 
authtest binary is now accessed via "doveadm auth" and "doveadm user".

--HG--
branch : HEAD

16 years agoMoved askpass() from master/ to lib/. Added t_askpass().
Timo Sirainen [Thu, 8 Oct 2009 22:33:50 +0000 (18:33 -0400)] 
Moved askpass() from master/ to lib/. Added t_askpass().

--HG--
branch : HEAD

16 years agodovecotpw binary is now accessed via "doveadm pw".
Timo Sirainen [Thu, 8 Oct 2009 22:24:24 +0000 (18:24 -0400)] 
dovecotpw binary is now accessed via "doveadm pw".

--HG--
branch : HEAD

16 years agoMoved doveadm to a separate directory and made it a bit more easily extensible.
Timo Sirainen [Thu, 8 Oct 2009 21:58:38 +0000 (17:58 -0400)] 
Moved doveadm to a separate directory and made it a bit more easily extensible.

--HG--
branch : HEAD

16 years agoUse array_foreach*() in some useful places.
Timo Sirainen [Thu, 8 Oct 2009 17:02:25 +0000 (13:02 -0400)] 
Use array_foreach*() in some useful places.

--HG--
branch : HEAD

16 years agosmtp client: Failure wasn't sent properly for more than one recipient.
Timo Sirainen [Thu, 8 Oct 2009 15:52:47 +0000 (11:52 -0400)] 
smtp client: Failure wasn't sent properly for more than one recipient.

--HG--
branch : HEAD

16 years agolib-index: With >1 expunge handlers deinit was called with wrong sync_context.
Timo Sirainen [Thu, 8 Oct 2009 15:21:10 +0000 (11:21 -0400)] 
lib-index: With >1 expunge handlers deinit was called with wrong sync_context.
Currently there was only one expunge handler so this wasn't a real problem.

--HG--
branch : HEAD

16 years agoExpunging messages caused in-memory modseqs to be wrong.
Timo Sirainen [Thu, 8 Oct 2009 15:14:46 +0000 (11:14 -0400)] 
Expunging messages caused in-memory modseqs to be wrong.

--HG--
branch : HEAD

16 years agoAdded array_foreach() and array_foreach_modifiable().
Timo Sirainen [Thu, 8 Oct 2009 06:54:45 +0000 (02:54 -0400)] 
Added array_foreach() and array_foreach_modifiable().

--HG--
branch : HEAD

16 years agossl-params: Don't put SSL_LIBS to dependencies.
Timo Sirainen [Thu, 8 Oct 2009 05:37:57 +0000 (01:37 -0400)] 
ssl-params: Don't put SSL_LIBS to dependencies.

--HG--
branch : HEAD

16 years agoRemoved accidentally committed ssl-params binary.
Timo Sirainen [Thu, 8 Oct 2009 00:43:39 +0000 (20:43 -0400)] 
Removed accidentally committed ssl-params binary.

--HG--
branch : HEAD

16 years agossl-params: Track client connection count correctly.
Timo Sirainen [Thu, 8 Oct 2009 00:43:28 +0000 (20:43 -0400)] 
ssl-params: Track client connection count correctly.

--HG--
branch : HEAD

16 years agomaster: Fixes to handling anvil service.
Timo Sirainen [Thu, 8 Oct 2009 00:35:37 +0000 (20:35 -0400)] 
master: Fixes to handling anvil service.

--HG--
branch : HEAD

16 years agosettings parser: copying boolean values also copied some unintended memory.
Timo Sirainen [Thu, 8 Oct 2009 00:31:17 +0000 (20:31 -0400)] 
settings parser: copying boolean values also copied some unintended memory.

--HG--
branch : HEAD

16 years agossl-params: dropped ssl-params binary / added to .hgignore
Pascal Volk [Wed, 7 Oct 2009 23:28:33 +0000 (23:28 +0000)] 
ssl-params: dropped ssl-params binary / added to .hgignore

--HG--
branch : HEAD

16 years agossl-params: Several bugfixes.
Timo Sirainen [Wed, 7 Oct 2009 23:06:05 +0000 (19:06 -0400)] 
ssl-params: Several bugfixes.

--HG--
branch : HEAD

16 years agossl-params: Name the program correctly.
Timo Sirainen [Wed, 7 Oct 2009 22:54:14 +0000 (18:54 -0400)] 
ssl-params: Name the program correctly.

--HG--
branch : HEAD

16 years ago*-login: Don't set connection fd to non-blocking twice.
Timo Sirainen [Wed, 7 Oct 2009 22:47:55 +0000 (18:47 -0400)] 
*-login: Don't set connection fd to non-blocking twice.

--HG--
branch : HEAD

16 years ago*-login: Read SSL parameters using the new ssl-params service.
Timo Sirainen [Wed, 7 Oct 2009 21:54:58 +0000 (17:54 -0400)] 
*-login: Read SSL parameters using the new ssl-params service.

--HG--
branch : HEAD

16 years agoAdded ssl-params binary that login process uses to read SSL parameters.
Timo Sirainen [Wed, 7 Oct 2009 21:47:01 +0000 (17:47 -0400)] 
Added ssl-params binary that login process uses to read SSL parameters.

--HG--
branch : HEAD

16 years agolib-auth: Changed API to connect to only a single specified auth socket.
Timo Sirainen [Wed, 7 Oct 2009 21:46:14 +0000 (17:46 -0400)] 
lib-auth: Changed API to connect to only a single specified auth socket.
Login processes now always connect to socket called "auth".

--HG--
branch : HEAD

16 years agomaster: Removed all SSL related code. It doesn't belong there.
Timo Sirainen [Wed, 7 Oct 2009 21:44:38 +0000 (17:44 -0400)] 
master: Removed all SSL related code. It doesn't belong there.

--HG--
branch : HEAD

16 years agoauth: VERSION should have been sent before MECH, not after.
Timo Sirainen [Wed, 7 Oct 2009 21:44:01 +0000 (17:44 -0400)] 
auth: VERSION should have been sent before MECH, not after.

--HG--
branch : HEAD

16 years agolog: Don't use 100% CPU when log connection closes.
Timo Sirainen [Wed, 7 Oct 2009 19:45:55 +0000 (15:45 -0400)] 
log: Don't use 100% CPU when log connection closes.

--HG--
branch : HEAD

16 years agomaster: Added --help option
Pascal Volk [Wed, 7 Oct 2009 16:48:49 +0000 (16:48 +0000)] 
master: Added --help option

--HG--
branch : HEAD

16 years agodbox: Getting dbox file for non-first unsaved mail crashed.
Timo Sirainen [Wed, 7 Oct 2009 16:28:29 +0000 (12:28 -0400)] 
dbox: Getting dbox file for non-first unsaved mail crashed.

--HG--
branch : HEAD

16 years agomaster: Updated --help.
Timo Sirainen [Wed, 7 Oct 2009 16:02:20 +0000 (12:02 -0400)] 
master: Updated --help.
Patch by Pascal Volk

--HG--
branch : HEAD

16 years agoSplit dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends.
Timo Sirainen [Tue, 6 Oct 2009 23:22:42 +0000 (19:22 -0400)] 
Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends.
This cleans up the code, makes it faster and also fixes some bugs.
Super-fast maildir migration code was also dropped, at least for now.

--HG--
branch : HEAD

16 years agolog: Log input wasn't read correctly.
Timo Sirainen [Tue, 6 Oct 2009 17:24:01 +0000 (13:24 -0400)] 
log: Log input wasn't read correctly.

--HG--
branch : HEAD

16 years agostruct log_service_handshake: Removed unused max_lines_per_sec.
Timo Sirainen [Tue, 6 Oct 2009 17:16:11 +0000 (13:16 -0400)] 
struct log_service_handshake: Removed unused max_lines_per_sec.

--HG--
branch : HEAD

16 years agoDon't assert-crash after noticing cache file corruption.
Timo Sirainen [Tue, 6 Oct 2009 16:57:26 +0000 (12:57 -0400)] 
Don't assert-crash after noticing cache file corruption.

--HG--
branch : HEAD

16 years agoCompiling fix for OpenSSL 0.9.7 and older.
Timo Sirainen [Tue, 6 Oct 2009 14:53:34 +0000 (10:53 -0400)] 
Compiling fix for OpenSSL 0.9.7 and older.

--HG--
branch : HEAD

16 years agoAdded authtest utility for doing passdb and userdb lookups.
Timo Sirainen [Mon, 5 Oct 2009 23:45:10 +0000 (19:45 -0400)] 
Added authtest utility for doing passdb and userdb lookups.

--HG--
branch : HEAD

16 years agolib-index: Fixed v2.0 forwards compatibility support. Expunges were handled wrong.
Timo Sirainen [Mon, 5 Oct 2009 22:31:08 +0000 (18:31 -0400)] 
lib-index: Fixed v2.0 forwards compatibility support. Expunges were handled wrong.

--HG--
branch : HEAD

16 years agoimap, pop3: Process permissions weren't properly dropped.
Timo Sirainen [Mon, 5 Oct 2009 22:20:51 +0000 (18:20 -0400)] 
imap, pop3: Process permissions weren't properly dropped.

--HG--
branch : HEAD

16 years agoimap, pop3: Root mail access wasn't properly disallowed.
Timo Sirainen [Mon, 5 Oct 2009 22:06:13 +0000 (18:06 -0400)] 
imap, pop3: Root mail access wasn't properly disallowed.

--HG--
branch : HEAD

16 years agounicodemap.c now gets recreated if unicodemap.pl changes.
Timo Sirainen [Mon, 5 Oct 2009 20:55:31 +0000 (16:55 -0400)] 
unicodemap.c now gets recreated if unicodemap.pl changes.

--HG--
branch : HEAD

16 years agoIf info/debug log can't be opened, log about it to error log.
Timo Sirainen [Mon, 5 Oct 2009 20:54:53 +0000 (16:54 -0400)] 
If info/debug log can't be opened, log about it to error log.

--HG--
branch : HEAD

16 years agoLSUB "" %: List namespace prefix if namespace has separate subscriptions.
Timo Sirainen [Mon, 5 Oct 2009 18:56:51 +0000 (14:56 -0400)] 
LSUB "" %: List namespace prefix if namespace has separate subscriptions.

--HG--
branch : HEAD

16 years ago*-login: Log more precise reasons for some auth failures.
Timo Sirainen [Mon, 5 Oct 2009 18:17:32 +0000 (14:17 -0400)] 
*-login: Log more precise reasons for some auth failures.

--HG--
branch : HEAD

16 years agoauth-master lookup: Give better error message on connect() EACCES errors.
Timo Sirainen [Mon, 5 Oct 2009 14:46:47 +0000 (10:46 -0400)] 
auth-master lookup: Give better error message on connect() EACCES errors.

--HG--
branch : HEAD

16 years agoCrashfix.
Timo Sirainen [Thu, 1 Oct 2009 21:55:13 +0000 (17:55 -0400)] 
Crashfix.

--HG--
branch : HEAD

16 years agoNew UnicodeMap.txt has >16bit multi-decomposition keys, support them.
Timo Sirainen [Thu, 1 Oct 2009 20:40:32 +0000 (16:40 -0400)] 
New UnicodeMap.txt has >16bit multi-decomposition keys, support them.

--HG--
branch : HEAD

16 years agoimap-login: "Disconnected for inactivity" should be sent as BYE.
Timo Sirainen [Thu, 1 Oct 2009 13:54:52 +0000 (09:54 -0400)] 
imap-login: "Disconnected for inactivity" should be sent as BYE.

--HG--
branch : HEAD

16 years agoimap proxy: Don't fail if LOGIN parameters were sent using literals.
Timo Sirainen [Wed, 30 Sep 2009 23:14:01 +0000 (19:14 -0400)] 
imap proxy: Don't fail if LOGIN parameters were sent using literals.

--HG--
branch : HEAD

16 years agoAdded debug_log_path setting and i_debug() call.
Timo Sirainen [Wed, 30 Sep 2009 21:50:56 +0000 (17:50 -0400)] 
Added debug_log_path setting and i_debug() call.
Patch by Pascal Volk.

--HG--
branch : HEAD

16 years agomaster: Build help and --log-error message to stderr, not stdout.
Timo Sirainen [Wed, 30 Sep 2009 21:25:29 +0000 (17:25 -0400)] 
master: Build help and --log-error message to stderr, not stdout.

--HG--
branch : HEAD

16 years agoprocess_title_set(): Don't include executable name in setproctitle(), it's done inter...
Timo Sirainen [Wed, 30 Sep 2009 21:07:12 +0000 (17:07 -0400)] 
process_title_set(): Don't include executable name in setproctitle(), it's done internally.

--HG--
branch : HEAD

16 years agoimap: Reduce command pool's initial size.
Timo Sirainen [Wed, 30 Sep 2009 20:00:51 +0000 (16:00 -0400)] 
imap: Reduce command pool's initial size.

--HG--
branch : HEAD

16 years agomaster: Fix to previous change, don't crash at service deinit.
Timo Sirainen [Wed, 30 Sep 2009 17:09:18 +0000 (13:09 -0400)] 
master: Fix to previous change, don't crash at service deinit.

--HG--
branch : HEAD

16 years agomaster: If anvil isn't used, read and discard all anvil input coming from mail processes.
Timo Sirainen [Wed, 30 Sep 2009 17:03:07 +0000 (13:03 -0400)] 
master: If anvil isn't used, read and discard all anvil input coming from mail processes.

--HG--
branch : HEAD

16 years agomaster: Use a hard coded backlog=128 when listen()ing.
Timo Sirainen [Wed, 30 Sep 2009 16:44:43 +0000 (12:44 -0400)] 
master: Use a hard coded backlog=128 when listen()ing.

--HG--
branch : HEAD

16 years agoimap proxy: Don't log "unexpected input" errors about tagged CAPABILITY replies.
Timo Sirainen [Wed, 30 Sep 2009 16:27:28 +0000 (12:27 -0400)] 
imap proxy: Don't log "unexpected input" errors about tagged CAPABILITY replies.

--HG--
branch : HEAD

16 years ago*-login: fd limit wasn't set correctly.
Timo Sirainen [Wed, 30 Sep 2009 16:18:16 +0000 (12:18 -0400)] 
*-login: fd limit wasn't set correctly.

--HG--
branch : HEAD

16 years agoAvoid assert-crashing when two processes try to create index at the same time.
Timo Sirainen [Wed, 30 Sep 2009 15:08:18 +0000 (11:08 -0400)] 
Avoid assert-crashing when two processes try to create index at the same time.

--HG--
branch : HEAD

16 years agoAllow config file line lengths to be unlimited.
Timo Sirainen [Wed, 30 Sep 2009 14:45:02 +0000 (10:45 -0400)] 
Allow config file line lengths to be unlimited.

--HG--
branch : HEAD

16 years agodeliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.
Timo Sirainen [Wed, 30 Sep 2009 14:10:51 +0000 (10:10 -0400)] 
deliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.

--HG--
branch : HEAD

16 years agofd_debug_verify_leaks() didn't check the last_fd.
Timo Sirainen [Wed, 30 Sep 2009 12:52:12 +0000 (08:52 -0400)] 
fd_debug_verify_leaks() didn't check the last_fd.

--HG--
branch : HEAD

16 years agoAdded ATTR_HOT and ATTR_COLD macros. Use them in a couple of places.
Timo Sirainen [Tue, 29 Sep 2009 17:21:16 +0000 (13:21 -0400)] 
Added ATTR_HOT and ATTR_COLD macros. Use them in a couple of places.

--HG--
branch : HEAD

16 years agossl: If given ssl key is for a different cert, give a nicer error message.
Timo Sirainen [Tue, 29 Sep 2009 14:15:18 +0000 (10:15 -0400)] 
ssl: If given ssl key is for a different cert, give a nicer error message.

--HG--
branch : HEAD

16 years agoAssert-crashfix when updating saved search results.
Timo Sirainen [Mon, 28 Sep 2009 22:25:56 +0000 (18:25 -0400)] 
Assert-crashfix when updating saved search results.

--HG--
branch : HEAD

16 years agomail_search_args_init(): Added an assert.
Timo Sirainen [Mon, 28 Sep 2009 22:25:22 +0000 (18:25 -0400)] 
mail_search_args_init(): Added an assert.

--HG--
branch : HEAD

16 years agoconfigure: Use mysql_config to find where mysql exists.
Timo Sirainen [Mon, 28 Sep 2009 20:26:44 +0000 (16:26 -0400)] 
configure: Use mysql_config to find where mysql exists.

--HG--
branch : HEAD

16 years agomail_location: If it ends with ":", ignore it instead of adding ":" character.
Timo Sirainen [Mon, 28 Sep 2009 19:57:48 +0000 (15:57 -0400)] 
mail_location: If it ends with ":", ignore it instead of adding ":" character.
If ":" is really wanted, it should be done with "::".

--HG--
branch : HEAD

16 years agoquota: Don't crash with non-Maildir++ quota backend.
Timo Sirainen [Mon, 28 Sep 2009 18:24:14 +0000 (14:24 -0400)] 
quota: Don't crash with non-Maildir++ quota backend.
Patch by Brandon Davidson.

--HG--
branch : HEAD

16 years agologin: ssl_security string now also shows the used compression.
Timo Sirainen [Mon, 28 Sep 2009 15:11:54 +0000 (11:11 -0400)] 
login: ssl_security string now also shows the used compression.

--HG--
branch : HEAD

16 years agoimap proxy: Detect and log invalid remote input.
Timo Sirainen [Wed, 23 Sep 2009 20:12:58 +0000 (23:12 +0300)] 
imap proxy: Detect and log invalid remote input.

--HG--
branch : HEAD

16 years agoauth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.
Timo Sirainen [Mon, 14 Sep 2009 01:40:51 +0000 (21:40 -0400)] 
auth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.

--HG--
branch : HEAD

16 years agoacl: Use namespace prefix when looking up global ACLs.
Timo Sirainen [Mon, 14 Sep 2009 01:22:53 +0000 (21:22 -0400)] 
acl: Use namespace prefix when looking up global ACLs.

--HG--
branch : HEAD

16 years agoacl: Don't crash when creating children under a mailboxes with global ACL.
Timo Sirainen [Mon, 14 Sep 2009 01:10:33 +0000 (21:10 -0400)] 
acl: Don't crash when creating children under a mailboxes with global ACL.

--HG--
branch : HEAD

16 years agomessage_header_decode*() should ignore LWSP between two encoded-words.
Timo Sirainen [Sun, 13 Sep 2009 23:01:01 +0000 (19:01 -0400)] 
message_header_decode*() should ignore LWSP between two encoded-words.

--HG--
branch : HEAD

16 years agomaildir quota: Limits weren't read early enough from maildirsize file.
Timo Sirainen [Sun, 13 Sep 2009 22:37:05 +0000 (18:37 -0400)] 
maildir quota: Limits weren't read early enough from maildirsize file.

--HG--
branch : HEAD

16 years agomaster: Use "master: " prefix in log messages.
Timo Sirainen [Fri, 11 Sep 2009 19:30:45 +0000 (15:30 -0400)] 
master: Use "master: " prefix in log messages.

--HG--
branch : HEAD

16 years agoTODO updated.
Timo Sirainen [Fri, 11 Sep 2009 18:44:31 +0000 (14:44 -0400)] 
TODO updated.

--HG--
branch : HEAD

16 years agoverbose_proctitle setting works again.
Timo Sirainen [Fri, 11 Sep 2009 18:05:59 +0000 (14:05 -0400)] 
verbose_proctitle setting works again.

--HG--
branch : HEAD

16 years ago*-login: Fixes to SSL/login proxy connection counting.
Timo Sirainen [Fri, 11 Sep 2009 17:43:37 +0000 (13:43 -0400)] 
*-login: Fixes to SSL/login proxy connection counting.

--HG--
branch : HEAD

16 years agomaster: auth setting blocks don't exist anymore, removed them.
Timo Sirainen [Fri, 11 Sep 2009 16:47:23 +0000 (12:47 -0400)] 
master: auth setting blocks don't exist anymore, removed them.

--HG--
branch : HEAD

16 years agomaster: Startup warnings written to stderr should end with LF.
Timo Sirainen [Fri, 11 Sep 2009 16:26:05 +0000 (12:26 -0400)] 
master: Startup warnings written to stderr should end with LF.

--HG--
branch : HEAD

16 years agomaster: "auth trouble" message should have been written only to stderr.
Timo Sirainen [Fri, 11 Sep 2009 16:24:19 +0000 (12:24 -0400)] 
master: "auth trouble" message should have been written only to stderr.

--HG--
branch : HEAD

16 years agodoveconf: Crashfix
Timo Sirainen [Fri, 11 Sep 2009 00:09:16 +0000 (20:09 -0400)] 
doveconf: Crashfix

--HG--
branch : HEAD

16 years agoquoted-printable decoding didn't handle QP after soft line breaks correctly.
Timo Sirainen [Thu, 10 Sep 2009 23:13:19 +0000 (19:13 -0400)] 
quoted-printable decoding didn't handle QP after soft line breaks correctly.
Patch by Yamazaki Hideto.

--HG--
branch : HEAD