]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
16 years ago*-login: Added support for TLS SNI.
Timo Sirainen [Thu, 29 Oct 2009 01:20:46 +0000 (21:20 -0400)] 
*-login: Added support for TLS SNI.

--HG--
branch : HEAD

16 years agossl: Don't start handshake until client has been set.
Timo Sirainen [Thu, 29 Oct 2009 01:17:53 +0000 (21:17 -0400)] 
ssl: Don't start handshake until client has been set.

--HG--
branch : HEAD

16 years agolib-master: Support local_host and remote_host in config lookups.
Timo Sirainen [Thu, 29 Oct 2009 01:15:23 +0000 (21:15 -0400)] 
lib-master: Support local_host and remote_host in config lookups.

--HG--
branch : HEAD

16 years ago*-login: Create SSL context for each different SSL config, instead of changing each...
Timo Sirainen [Thu, 29 Oct 2009 01:05:19 +0000 (21:05 -0400)] 
*-login: Create SSL context for each different SSL config, instead of changing each connection.

--HG--
branch : HEAD

16 years agossl: Improved error message logging.
Timo Sirainen [Thu, 29 Oct 2009 00:53:21 +0000 (20:53 -0400)] 
ssl: Improved error message logging.

--HG--
branch : HEAD

16 years agoconfig: Renamed remote/local_ip to just remote/local and added support for hostnames.
Timo Sirainen [Wed, 28 Oct 2009 22:35:29 +0000 (18:35 -0400)] 
config: Renamed remote/local_ip to just remote/local and added support for hostnames.

--HG--
branch : HEAD

16 years agodsync: Check for errors when saving messages.
Timo Sirainen [Wed, 28 Oct 2009 21:04:24 +0000 (17:04 -0400)] 
dsync: Check for errors when saving messages.

--HG--
branch : HEAD

16 years agoMemory allocation tweaks.
Timo Sirainen [Wed, 28 Oct 2009 21:02:01 +0000 (17:02 -0400)] 
Memory allocation tweaks.

--HG--
branch : HEAD

16 years agodsync: Memory usage tweaks.
Timo Sirainen [Wed, 28 Oct 2009 20:12:06 +0000 (16:12 -0400)] 
dsync: Memory usage tweaks.

--HG--
branch : HEAD

16 years agomaildir: mailbox_update() crashed if mailbox wasn't yet open.
Timo Sirainen [Wed, 28 Oct 2009 20:01:06 +0000 (16:01 -0400)] 
maildir: mailbox_update() crashed if mailbox wasn't yet open.

--HG--
branch : HEAD

16 years agodata stack: Fixes to handling out-of-memory situations.
Timo Sirainen [Wed, 28 Oct 2009 18:10:55 +0000 (14:10 -0400)] 
data stack: Fixes to handling out-of-memory situations.

--HG--
branch : HEAD

16 years agoMinor memory allocation tweaks.
Timo Sirainen [Wed, 28 Oct 2009 18:10:17 +0000 (14:10 -0400)] 
Minor memory allocation tweaks.

--HG--
branch : HEAD

16 years agomessage_header_encode(): Line lengths weren't calculated properly with some characters.
Timo Sirainen [Wed, 28 Oct 2009 17:51:53 +0000 (13:51 -0400)] 
message_header_encode(): Line lengths weren't calculated properly with some characters.

--HG--
branch : HEAD

16 years agostr_sanitize(): Don't break UTF-8 input.
Timo Sirainen [Wed, 28 Oct 2009 17:50:55 +0000 (13:50 -0400)] 
str_sanitize(): Don't break UTF-8 input.

--HG--
branch : HEAD

16 years agoAdded message header (RFC 2047) encoder.
Timo Sirainen [Wed, 28 Oct 2009 02:44:39 +0000 (22:44 -0400)] 
Added message header (RFC 2047) encoder.

--HG--
branch : HEAD

16 years agoeaccess_error*(): Error message updated.
Timo Sirainen [Tue, 27 Oct 2009 21:35:16 +0000 (17:35 -0400)] 
eaccess_error*(): Error message updated.

--HG--
branch : HEAD

16 years agolda: Removed accidentally committed debug change.
Timo Sirainen [Tue, 27 Oct 2009 20:10:28 +0000 (16:10 -0400)] 
lda: Removed accidentally committed debug change.

--HG--
branch : HEAD

16 years agomessage header parser: Require input buffer to be larger than 1 byte to avoid hangs.
Timo Sirainen [Tue, 27 Oct 2009 20:09:09 +0000 (16:09 -0400)] 
message header parser: Require input buffer to be larger than 1 byte to avoid hangs.

--HG--
branch : HEAD

16 years agomessage header parser: Fixed parsing lines larger than input buffer.
Timo Sirainen [Tue, 27 Oct 2009 20:04:22 +0000 (16:04 -0400)] 
message header parser: Fixed parsing lines larger than input buffer.

--HG--
branch : HEAD

16 years agotest-istream-concat: Don't use uninitialized variable.
Timo Sirainen [Tue, 27 Oct 2009 17:49:17 +0000 (13:49 -0400)] 
test-istream-concat: Don't use uninitialized variable.

--HG--
branch : HEAD

16 years agolda: Fixed binary setuid-checking.
Timo Sirainen [Tue, 27 Oct 2009 17:10:54 +0000 (13:10 -0400)] 
lda: Fixed binary setuid-checking.

--HG--
branch : HEAD

16 years agoTest WORDS_BIGENDIAN with #if, not #ifdef.
Timo Sirainen [Tue, 27 Oct 2009 16:16:42 +0000 (12:16 -0400)] 
Test WORDS_BIGENDIAN with #if, not #ifdef.
Patch by Apple.

--HG--
branch : HEAD

16 years agoarray.h: Compile fix for non-C99 compilers.
Timo Sirainen [Tue, 27 Oct 2009 16:10:15 +0000 (12:10 -0400)] 
array.h: Compile fix for non-C99 compilers.

--HG--
branch : HEAD

16 years agomailbox_notify_changes(): Delay sending notifications for 500 msecs.
Timo Sirainen [Tue, 27 Oct 2009 04:22:25 +0000 (00:22 -0400)] 
mailbox_notify_changes(): Delay sending notifications for 500 msecs.
If the notification is done immediately, IDLE may not notice the change
because it's not finished yet.

--HG--
branch : HEAD

16 years agoanvil: Keep always one process running by default.
Timo Sirainen [Tue, 27 Oct 2009 03:46:53 +0000 (23:46 -0400)] 
anvil: Keep always one process running by default.

--HG--
branch : HEAD

16 years agomaster: anvil process now stays alive across SIGHUPs.
Timo Sirainen [Tue, 27 Oct 2009 03:45:18 +0000 (23:45 -0400)] 
master: anvil process now stays alive across SIGHUPs.

--HG--
branch : HEAD

16 years agolib-master: Fixes to handling master-login services.
Timo Sirainen [Tue, 27 Oct 2009 03:41:54 +0000 (23:41 -0400)] 
lib-master: Fixes to handling master-login services.

--HG--
branch : HEAD

16 years ago*-login: Show better state with verbose_proctitle=yes.
Timo Sirainen [Tue, 27 Oct 2009 02:10:42 +0000 (22:10 -0400)] 
*-login: Show better state with verbose_proctitle=yes.

--HG--
branch : HEAD

16 years agoPrevious config change broke master's startup.
Timo Sirainen [Tue, 27 Oct 2009 01:53:13 +0000 (21:53 -0400)] 
Previous config change broke master's startup.

--HG--
branch : HEAD

16 years agodoveconf -n/-a: Don't dump default service settings.
Timo Sirainen [Tue, 27 Oct 2009 01:44:10 +0000 (21:44 -0400)] 
doveconf -n/-a: Don't dump default service settings.
This code is just getting uglier and uglier..

--HG--
branch : HEAD

16 years agodoveconf -n: Don't show unchanged service settings.
Timo Sirainen [Tue, 27 Oct 2009 00:49:10 +0000 (20:49 -0400)] 
doveconf -n: Don't show unchanged service settings.

--HG--
branch : HEAD

16 years agoimap, pop3: Connection counting fixes.
Timo Sirainen [Tue, 27 Oct 2009 00:11:48 +0000 (20:11 -0400)] 
imap, pop3: Connection counting fixes.
Multiple real connections can come from "login connections". For now don't
even try to count login connections.

--HG--
branch : HEAD

16 years agopop3: Added support for verbose_proctitle=yes
Timo Sirainen [Mon, 26 Oct 2009 23:53:48 +0000 (19:53 -0400)] 
pop3: Added support for verbose_proctitle=yes

--HG--
branch : HEAD

16 years agoimap: Added support for verbose_proctitle=yes
Timo Sirainen [Mon, 26 Oct 2009 23:49:22 +0000 (19:49 -0400)] 
imap: Added support for verbose_proctitle=yes

--HG--
branch : HEAD

16 years agomessage_parser_init_from_parts(): Removed wrong assert.
Timo Sirainen [Mon, 26 Oct 2009 23:46:48 +0000 (19:46 -0400)] 
message_parser_init_from_parts(): Removed wrong assert.

--HG--
branch : HEAD

16 years agomaster: Removed unused verbose_proctitle setting.
Timo Sirainen [Mon, 26 Oct 2009 23:46:23 +0000 (19:46 -0400)] 
master: Removed unused verbose_proctitle setting.

--HG--
branch : HEAD

16 years agoIf connect() fails to UNIX config socket, don't try to exec doveconf.
Timo Sirainen [Mon, 26 Oct 2009 23:32:23 +0000 (19:32 -0400)] 
If connect() fails to UNIX config socket, don't try to exec doveconf.

--HG--
branch : HEAD

16 years agoFixed Linux proctitle hack and enabled it by default now.
Timo Sirainen [Mon, 26 Oct 2009 22:52:10 +0000 (18:52 -0400)] 
Fixed Linux proctitle hack and enabled it by default now.

--HG--
branch : HEAD

16 years agotest-istream-seekable: Minor improvements.
Timo Sirainen [Mon, 26 Oct 2009 22:04:13 +0000 (18:04 -0400)] 
test-istream-seekable: Minor improvements.

--HG--
branch : HEAD

16 years agoAdded unit tests for istream-seekable istream-concat.
Timo Sirainen [Mon, 26 Oct 2009 21:07:57 +0000 (17:07 -0400)] 
Added unit tests for istream-seekable istream-concat.

--HG--
branch : HEAD

16 years agolib-test: Added test_istream_create().
Timo Sirainen [Mon, 26 Oct 2009 21:07:20 +0000 (17:07 -0400)] 
lib-test: Added test_istream_create().

--HG--
branch : HEAD

16 years agoistream-concat: Fixed a lot of bugs.
Timo Sirainen [Mon, 26 Oct 2009 21:07:06 +0000 (17:07 -0400)] 
istream-concat: Fixed a lot of bugs.

--HG--
branch : HEAD

16 years agoistream-seekable: Don't assert-crash when input buffer becomes full.
Timo Sirainen [Mon, 26 Oct 2009 21:06:21 +0000 (17:06 -0400)] 
istream-seekable: Don't assert-crash when input buffer becomes full.

--HG--
branch : HEAD

16 years agodoveadm: Fixed printing help for purge and force-resync commands.
Timo Sirainen [Mon, 26 Oct 2009 17:59:43 +0000 (13:59 -0400)] 
doveadm: Fixed printing help for purge and force-resync commands.

--HG--
branch : HEAD

16 years agoconfig: Added support for dynamically loaded settings.
Timo Sirainen [Mon, 26 Oct 2009 17:47:27 +0000 (13:47 -0400)] 
config: Added support for dynamically loaded settings.

--HG--
branch : HEAD

16 years agoexample-config: Comment out default defaults from master.conf.
Timo Sirainen [Sat, 24 Oct 2009 01:48:42 +0000 (21:48 -0400)] 
example-config: Comment out default defaults from master.conf.

--HG--
branch : HEAD

16 years agoMoved default service settings from master.conf to source code.
Timo Sirainen [Sat, 24 Oct 2009 01:47:30 +0000 (21:47 -0400)] 
Moved default service settings from master.conf to source code.

--HG--
branch : HEAD

16 years agomaster: service's vsz_limit=0 should disable the limit, not make it use the default.
Timo Sirainen [Sat, 24 Oct 2009 00:11:59 +0000 (20:11 -0400)] 
master: service's vsz_limit=0 should disable the limit, not make it use the default.

--HG--
branch : HEAD

16 years agoChanged all settings related structs to const and changed APIs to make it work.
Timo Sirainen [Sat, 24 Oct 2009 00:10:17 +0000 (20:10 -0400)] 
Changed all settings related structs to const and changed APIs to make it work.

--HG--
branch : HEAD

16 years agoservices, unix/fifo_listeners and namespaces are now sections with unique name.
Timo Sirainen [Fri, 23 Oct 2009 23:11:19 +0000 (19:11 -0400)] 
services, unix/fifo_listeners and namespaces are now sections with unique name.

--HG--
branch : HEAD

16 years agoconfig: Added SET_DEFLIST_UNIQUE type. Settings in unique sections can be overridden.
Timo Sirainen [Fri, 23 Oct 2009 23:10:42 +0000 (19:10 -0400)] 
config: Added SET_DEFLIST_UNIQUE type. Settings in unique sections can be overridden.

--HG--
branch : HEAD

16 years agonamespace section name now points to prefix, not type.
Timo Sirainen [Fri, 23 Oct 2009 23:09:33 +0000 (19:09 -0400)] 
namespace section name now points to prefix, not type.

--HG--
branch : HEAD

16 years agomaster: unix_listener settings can now have the path in the block name.
Timo Sirainen [Fri, 23 Oct 2009 21:30:18 +0000 (17:30 -0400)] 
master: unix_listener settings can now have the path in the block name.

--HG--
branch : HEAD

16 years agoexample-config: Moved shutdown_clients to main dovecot.conf.
Timo Sirainen [Fri, 23 Oct 2009 20:23:35 +0000 (16:23 -0400)] 
example-config: Moved shutdown_clients to main dovecot.conf.

--HG--
branch : HEAD

16 years agoHandle shutdown_clients globally for all services.
Timo Sirainen [Fri, 23 Oct 2009 20:22:53 +0000 (16:22 -0400)] 
Handle shutdown_clients globally for all services.
Delay shutting down processes until it's convenient for them, but if they're
not gone in 30 seconds forcibly stop. And if that doesn't help, master will
start killing them in 60 seconds.

--HG--
branch : HEAD

16 years ago*-login: Make sure input isn't being handled while not connected to auth process.
Timo Sirainen [Fri, 23 Oct 2009 20:19:34 +0000 (16:19 -0400)] 
*-login: Make sure input isn't being handled while not connected to auth process.

--HG--
branch : HEAD

16 years agolib-auth: When connection dies, reset structure variables properly.
Timo Sirainen [Fri, 23 Oct 2009 20:18:53 +0000 (16:18 -0400)] 
lib-auth: When connection dies, reset structure variables properly.

--HG--
branch : HEAD

16 years agodoveadm dump: Fixed printing unaligned cache data with CPUs that require alignment.
Timo Sirainen [Fri, 23 Oct 2009 17:52:14 +0000 (13:52 -0400)] 
doveadm dump: Fixed printing unaligned cache data with CPUs that require alignment.

--HG--
branch : HEAD

16 years agodoveadm: Fixed resetting getopt() for non-glibc.
Timo Sirainen [Fri, 23 Oct 2009 17:47:10 +0000 (13:47 -0400)] 
doveadm: Fixed resetting getopt() for non-glibc.

--HG--
branch : HEAD

16 years agodoveadm who: reformatted command output
Pascal Volk [Fri, 23 Oct 2009 13:58:26 +0000 (13:58 +0000)] 
doveadm who: reformatted command output

--HG--
branch : HEAD

16 years agoAdded signature for changeset 6b75cb16d427
Timo Sirainen [Fri, 23 Oct 2009 03:07:36 +0000 (23:07 -0400)] 
Added signature for changeset 6b75cb16d427

--HG--
branch : HEAD

16 years agoAdded tag 2.0.alpha2 for changeset 6b75cb16d427
Timo Sirainen [Fri, 23 Oct 2009 03:07:27 +0000 (23:07 -0400)] 
Added tag 2.0.alpha2 for changeset 6b75cb16d427

--HG--
branch : HEAD

16 years agoReleased v2.0.alpha2. 2.0.alpha2
Timo Sirainen [Fri, 23 Oct 2009 03:07:26 +0000 (23:07 -0400)] 
Released v2.0.alpha2.

--HG--
branch : HEAD

16 years agossl_parameters_regenerate=0 wasn't disabling it.
Timo Sirainen [Fri, 23 Oct 2009 03:00:53 +0000 (23:00 -0400)] 
ssl_parameters_regenerate=0 wasn't disabling it.

--HG--
branch : HEAD

16 years agoshutdown_clients default should have been "yes".
Timo Sirainen [Fri, 23 Oct 2009 02:58:53 +0000 (22:58 -0400)] 
shutdown_clients default should have been "yes".

--HG--
branch : HEAD

16 years agoauth worker client deinit fixes.
Timo Sirainen [Fri, 23 Oct 2009 02:31:06 +0000 (22:31 -0400)] 
auth worker client deinit fixes.

--HG--
branch : HEAD

16 years agoUse net_connect_unix_with_retries() instead of duplicating the code everywhere.
Timo Sirainen [Fri, 23 Oct 2009 02:25:31 +0000 (22:25 -0400)] 
Use net_connect_unix_with_retries() instead of duplicating the code everywhere.

--HG--
branch : HEAD

16 years agoAdded net_connect_unix_with_retries().
Timo Sirainen [Fri, 23 Oct 2009 02:25:08 +0000 (22:25 -0400)] 
Added net_connect_unix_with_retries().

--HG--
branch : HEAD

16 years agoauth: Cleaned up auth worker client deinit code.
Timo Sirainen [Fri, 23 Oct 2009 02:12:56 +0000 (22:12 -0400)] 
auth: Cleaned up auth worker client deinit code.

--HG--
branch : HEAD

16 years agolib-lda: Fixed duplicate database to work with multiple users per process.
Timo Sirainen [Fri, 23 Oct 2009 02:01:43 +0000 (22:01 -0400)] 
lib-lda: Fixed duplicate database to work with multiple users per process.

--HG--
branch : HEAD

16 years agoconfigure: Removed --with-sql-drivers parameter. I'm not sure what it tried to do.
Timo Sirainen [Fri, 23 Oct 2009 01:43:30 +0000 (21:43 -0400)] 
configure: Removed --with-sql-drivers parameter. I'm not sure what it tried to do.

--HG--
branch : HEAD

16 years agologin_greeting setting now supports %variables.
Timo Sirainen [Fri, 23 Oct 2009 01:37:03 +0000 (21:37 -0400)] 
login_greeting setting now supports %variables.

--HG--
branch : HEAD

16 years agoexample-config: Set process_limit=1 to auth service.
Timo Sirainen [Fri, 23 Oct 2009 01:27:04 +0000 (21:27 -0400)] 
example-config: Set process_limit=1 to auth service.
We'd currently break if there were more.

--HG--
branch : HEAD

16 years agodoveadm: Reset getopt() after handling lib-master parameters.
Timo Sirainen [Fri, 23 Oct 2009 01:21:05 +0000 (21:21 -0400)] 
doveadm: Reset getopt() after handling lib-master parameters.

--HG--
branch : HEAD

16 years agodoveadm who -1: Fixed filtering.
Timo Sirainen [Fri, 23 Oct 2009 01:18:09 +0000 (21:18 -0400)] 
doveadm who -1: Fixed filtering.

--HG--
branch : HEAD

16 years agodoveadm who: Added -1 parameter. Added connection's protocol.
Timo Sirainen [Fri, 23 Oct 2009 01:15:37 +0000 (21:15 -0400)] 
doveadm who: Added -1 parameter. Added connection's protocol.

--HG--
branch : HEAD

16 years agodoveadm: When iterating through all users, don't drop privileges permanently.
Timo Sirainen [Fri, 23 Oct 2009 01:00:39 +0000 (21:00 -0400)] 
doveadm: When iterating through all users, don't drop privileges permanently.

--HG--
branch : HEAD

16 years agomail storage service: Fixed iterating through all users.
Timo Sirainen [Fri, 23 Oct 2009 01:00:22 +0000 (21:00 -0400)] 
mail storage service: Fixed iterating through all users.

--HG--
branch : HEAD

16 years agolib-master: Fixed getopt_string containing "+" GNU extension.
Timo Sirainen [Fri, 23 Oct 2009 00:53:27 +0000 (20:53 -0400)] 
lib-master: Fixed getopt_string containing "+" GNU extension.

--HG--
branch : HEAD

16 years agodoveadm: Added "who" command to list connected users based on anvil information.
Timo Sirainen [Fri, 23 Oct 2009 00:32:55 +0000 (20:32 -0400)] 
doveadm: Added "who" command to list connected users based on anvil information.

--HG--
branch : HEAD

16 years agoanvil: Added CONNECT-DUMP command to dump connect-limit state.
Timo Sirainen [Fri, 23 Oct 2009 00:28:46 +0000 (20:28 -0400)] 
anvil: Added CONNECT-DUMP command to dump connect-limit state.

--HG--
branch : HEAD

16 years agoChanged anvil ident string to have the protocol first, so username can contain '...
Timo Sirainen [Fri, 23 Oct 2009 00:08:11 +0000 (20:08 -0400)] 
Changed anvil ident string to have the protocol first, so username can contain '/' chars.

--HG--
branch : HEAD

16 years agoexample-config: Added lda_mailbox_autocreate/_autosubscribe settings.
Timo Sirainen [Thu, 22 Oct 2009 23:24:01 +0000 (19:24 -0400)] 
example-config: Added lda_mailbox_autocreate/_autosubscribe settings.

--HG--
branch : HEAD

16 years agoexample-config: Added lmtp.conf.
Timo Sirainen [Thu, 22 Oct 2009 23:18:37 +0000 (19:18 -0400)] 
example-config: Added lmtp.conf.

--HG--
branch : HEAD

16 years agoexample-config: Plugin setting updates.
Timo Sirainen [Thu, 22 Oct 2009 23:16:47 +0000 (19:16 -0400)] 
example-config: Plugin setting updates.

--HG--
branch : HEAD

16 years agossl-params: When generating parameters, run the process with priority +15.
Timo Sirainen [Thu, 22 Oct 2009 23:12:27 +0000 (19:12 -0400)] 
ssl-params: When generating parameters, run the process with priority +15.

--HG--
branch : HEAD

16 years agoimap: Compiling fix.
Timo Sirainen [Thu, 22 Oct 2009 23:11:14 +0000 (19:11 -0400)] 
imap: Compiling fix.

--HG--
branch : HEAD

16 years agomail storage service: Returning "nice" from userdb again changes process priority.
Timo Sirainen [Thu, 22 Oct 2009 23:10:48 +0000 (19:10 -0400)] 
mail storage service: Returning "nice" from userdb again changes process priority.

--HG--
branch : HEAD

16 years ago.hgignore updated.
Timo Sirainen [Thu, 22 Oct 2009 23:06:50 +0000 (19:06 -0400)] 
.hgignore updated.

--HG--
branch : HEAD

16 years agoimap/pop3: Cleaned up initialization code.
Timo Sirainen [Thu, 22 Oct 2009 22:56:01 +0000 (18:56 -0400)] 
imap/pop3: Cleaned up initialization code.

--HG--
branch : HEAD

16 years agoimap/pop3 now supports multiple connections/process, removed the restriction.
Timo Sirainen [Thu, 22 Oct 2009 22:31:40 +0000 (18:31 -0400)] 
imap/pop3 now supports multiple connections/process, removed the restriction.

--HG--
branch : HEAD

16 years agolib-storage: Changed APIs to fix reading settings for multiple users.
Timo Sirainen [Thu, 22 Oct 2009 22:31:18 +0000 (18:31 -0400)] 
lib-storage: Changed APIs to fix reading settings for multiple users.

--HG--
branch : HEAD

16 years agosettings_find_dynamic() now takes const pointer.
Timo Sirainen [Thu, 22 Oct 2009 22:27:57 +0000 (18:27 -0400)] 
settings_find_dynamic() now takes const pointer.

--HG--
branch : HEAD

16 years agomaildir: Expunging last messages from mailbox caused crashing.
Timo Sirainen [Thu, 22 Oct 2009 21:56:01 +0000 (17:56 -0400)] 
maildir: Expunging last messages from mailbox caused crashing.

--HG--
branch : HEAD

16 years agofile_dotlock_create(): If nfs_flush is enabled, fdatasync after writing PID.
Timo Sirainen [Thu, 22 Oct 2009 16:58:35 +0000 (12:58 -0400)] 
file_dotlock_create(): If nfs_flush is enabled, fdatasync after writing PID.
This makes sure that the write() doesn't fail later in close() and cause
problems.

--HG--
branch : HEAD

16 years agoMerged single and multi mail_storage_service_*() functions.
Timo Sirainen [Wed, 21 Oct 2009 23:54:00 +0000 (19:54 -0400)] 
Merged single and multi mail_storage_service_*() functions.

--HG--
branch : HEAD

16 years agoMakefile: Don't symlink notify plugin to subdirs. It's not necessary anymore.
Timo Sirainen [Wed, 21 Oct 2009 20:58:10 +0000 (16:58 -0400)] 
Makefile: Don't symlink notify plugin to subdirs. It's not necessary anymore.

--HG--
branch : HEAD

16 years agomail_storage_service_multi*() didn't use userdb lookup results.
Timo Sirainen [Wed, 21 Oct 2009 18:52:36 +0000 (14:52 -0400)] 
mail_storage_service_multi*() didn't use userdb lookup results.

--HG--
branch : HEAD

16 years agolmtp: Fixed crashing caused by recent API changes.
Timo Sirainen [Wed, 21 Oct 2009 18:17:12 +0000 (14:17 -0400)] 
lmtp: Fixed crashing caused by recent API changes.

--HG--
branch : HEAD

16 years agodovecot-auth binary renamed to auth.
Timo Sirainen [Wed, 21 Oct 2009 01:11:19 +0000 (21:11 -0400)] 
dovecot-auth binary renamed to auth.

--HG--
branch : HEAD