]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
16 years agoMakefile.am: Added missing doveadm.h
Timo Sirainen [Mon, 12 Oct 2009 22:14:09 +0000 (18:14 -0400)] 
Makefile.am: Added missing doveadm.h

--HG--
branch : HEAD

16 years agoMakefile.am: Added missing test-mail-storage.h
Timo Sirainen [Mon, 12 Oct 2009 21:59:32 +0000 (17:59 -0400)] 
Makefile.am: Added missing test-mail-storage.h

--HG--
branch : HEAD

16 years agolmtp: Changed QUIT message: "Logged out" -> "Client quit".
Timo Sirainen [Mon, 12 Oct 2009 21:24:01 +0000 (17:24 -0400)] 
lmtp: Changed QUIT message: "Logged out" -> "Client quit".

--HG--
branch : HEAD

16 years agodoveconf: When not expanding <file input, show the '<' prefix.
Timo Sirainen [Mon, 12 Oct 2009 20:47:00 +0000 (16:47 -0400)] 
doveconf: When not expanding <file input, show the '<' prefix.

--HG--
branch : HEAD

16 years agodoveconf: -N doesn't require parameter.
Timo Sirainen [Mon, 12 Oct 2009 20:29:41 +0000 (16:29 -0400)] 
doveconf: -N doesn't require parameter.

--HG--
branch : HEAD

16 years agobsdauth: And compile fix to previous change..
Timo Sirainen [Mon, 12 Oct 2009 20:20:35 +0000 (16:20 -0400)] 
bsdauth: And compile fix to previous change..

--HG--
branch : HEAD

16 years agobsdauth: Use PLAIN as default_pass_scheme instead of CRYPT.
Timo Sirainen [Mon, 12 Oct 2009 20:19:00 +0000 (16:19 -0400)] 
bsdauth: Use PLAIN as default_pass_scheme instead of CRYPT.

--HG--
branch : HEAD

16 years agodoveconf: Improved "config not found" error.
Timo Sirainen [Mon, 12 Oct 2009 20:01:53 +0000 (16:01 -0400)] 
doveconf: Improved "config not found" error.

--HG--
branch : HEAD

16 years ago"make install" now creates sysconfdir/dovecot/ directory.
Timo Sirainen [Mon, 12 Oct 2009 19:59:45 +0000 (15:59 -0400)] 
"make install" now creates sysconfdir/dovecot/ directory.

--HG--
branch : HEAD

16 years agobsdauth: Set default pass scheme to CRYPT.
Timo Sirainen [Mon, 12 Oct 2009 18:11:23 +0000 (14:11 -0400)] 
bsdauth: Set default pass scheme to CRYPT.

--HG--
branch : HEAD

16 years agolmtp: Added lmtp_proxy setting (it's no longer hardcoded to yes).
Timo Sirainen [Mon, 12 Oct 2009 17:53:36 +0000 (13:53 -0400)] 
lmtp: Added lmtp_proxy setting (it's no longer hardcoded to yes).

--HG--
branch : HEAD

16 years agoRemoved some unused FIXME code.
Timo Sirainen [Mon, 12 Oct 2009 16:54:37 +0000 (12:54 -0400)] 
Removed some unused FIXME code.

--HG--
branch : HEAD

16 years ago*-login: Login binaries can now set up their own private settings.
Timo Sirainen [Mon, 12 Oct 2009 16:51:06 +0000 (12:51 -0400)] 
*-login: Login binaries can now set up their own private settings.

--HG--
branch : HEAD

16 years agodeliver: Don't escape addresses with "." in local-part.
Timo Sirainen [Mon, 12 Oct 2009 16:37:35 +0000 (12:37 -0400)] 
deliver: Don't escape addresses with "." in local-part.

--HG--
branch : HEAD

16 years agoRemoved unused login_chroot setting.
Timo Sirainen [Sat, 10 Oct 2009 20:25:41 +0000 (16:25 -0400)] 
Removed unused login_chroot setting.

--HG--
branch : HEAD

16 years ago*-login: Close auth client connection after (proxying) process no longer needs it.
Timo Sirainen [Sat, 10 Oct 2009 01:32:04 +0000 (21:32 -0400)] 
*-login: Close auth client connection after (proxying) process no longer needs it.

--HG--
branch : HEAD

16 years agolib-master: If config fd is kept open, close it after last connection has been created.
Timo Sirainen [Sat, 10 Oct 2009 01:25:27 +0000 (21:25 -0400)] 
lib-master: If config fd is kept open, close it after last connection has been created.

--HG--
branch : HEAD

16 years agolib-master: Timeout reading configuration after 10 seconds.
Timo Sirainen [Sat, 10 Oct 2009 01:02:56 +0000 (21:02 -0400)] 
lib-master: Timeout reading configuration after 10 seconds.

--HG--
branch : HEAD

16 years agomaster: If config process doesn't exist when reloading config, create one to avoid...
Timo Sirainen [Sat, 10 Oct 2009 00:51:12 +0000 (20:51 -0400)] 
master: If config process doesn't exist when reloading config, create one to avoid hanging.

--HG--
branch : HEAD

16 years agomaster: Delay starting up config process until it's actually needed.
Timo Sirainen [Sat, 10 Oct 2009 00:50:16 +0000 (20:50 -0400)] 
master: Delay starting up config process until it's actually needed.

--HG--
branch : HEAD

16 years agoQRESYNC: Fixed fallback handling to fetching expunged UIDs.
Timo Sirainen [Sat, 10 Oct 2009 00:33:27 +0000 (20:33 -0400)] 
QRESYNC: Fixed fallback handling to fetching expunged UIDs.

--HG--
branch : HEAD

16 years agoQRESYNC: Minor code cleanup by renaming variables to be more understandable.
Timo Sirainen [Sat, 10 Oct 2009 00:35:37 +0000 (20:35 -0400)] 
QRESYNC: Minor code cleanup by renaming variables to be more understandable.

--HG--
branch : HEAD

16 years agomaster: Fixed reloading configuration.
Timo Sirainen [Fri, 9 Oct 2009 23:51:20 +0000 (19:51 -0400)] 
master: Fixed reloading configuration.

--HG--
branch : HEAD

16 years agoconfig: key="<value" shouldn't treat value as file.
Timo Sirainen [Fri, 9 Oct 2009 23:05:47 +0000 (19:05 -0400)] 
config: key="<value" shouldn't treat value as file.

--HG--
branch : HEAD

16 years agoComment update.
Timo Sirainen [Fri, 9 Oct 2009 22:45:29 +0000 (18:45 -0400)] 
Comment update.

--HG--
branch : HEAD

16 years agoconfig: Conflict handling fix.
Timo Sirainen [Fri, 9 Oct 2009 22:45:21 +0000 (18:45 -0400)] 
config: Conflict handling fix.

--HG--
branch : HEAD

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