]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
15 years agoimap: Removed a no-op outlook-idle imap client workaround.
Timo Sirainen [Tue, 1 Jun 2010 15:58:17 +0000 (16:58 +0100)] 
imap: Removed a no-op outlook-idle imap client workaround.

--HG--
branch : HEAD

15 years agoimap: Removed netscape-eoh (Netscape 4.x) from imap client workarounds.
Timo Sirainen [Tue, 1 Jun 2010 15:57:55 +0000 (16:57 +0100)] 
imap: Removed netscape-eoh (Netscape 4.x) from imap client workarounds.
This client should be long dead by now. Also the workaround causes
Dovecot to violate IMAP RFC, so it's not really recommended anyway.

--HG--
branch : HEAD

15 years agoauth: Aborting pending async requests on deinit caused crashes.
Timo Sirainen [Tue, 1 Jun 2010 15:37:59 +0000 (16:37 +0100)] 
auth: Aborting pending async requests on deinit caused crashes.

--HG--
branch : HEAD

15 years agoheader filter istream: Avoid seeking backwards when caller just wants to reset the...
Timo Sirainen [Tue, 1 Jun 2010 15:01:21 +0000 (16:01 +0100)] 
header filter istream: Avoid seeking backwards when caller just wants to reset the stream buffers.

--HG--
branch : HEAD

15 years agolmtp: Fixes to seteuid calls.
Timo Sirainen [Mon, 31 May 2010 20:38:19 +0000 (21:38 +0100)] 
lmtp: Fixes to seteuid calls.
When delivering to multiple users, the first user's mail should be
deinitialized with that user's effective uid. Also there's no point in
setting uid to 0 between deliveries to multiple users.

--HG--
branch : HEAD

15 years agolib-index: If index is read-only, always fail when trying to lock cache file.
Timo Sirainen [Mon, 31 May 2010 19:34:42 +0000 (20:34 +0100)] 
lib-index: If index is read-only, always fail when trying to lock cache file.

--HG--
branch : HEAD

15 years agoimap: Fixed previous idle change more correctly.
Timo Sirainen [Mon, 31 May 2010 18:28:04 +0000 (19:28 +0100)] 
imap: Fixed previous idle change more correctly.
The previous way could have crashed in some situations.

--HG--
branch : HEAD

15 years agoimap: If client was disconnected while IDLEing (e.g. storage error), it got stuck...
Timo Sirainen [Mon, 31 May 2010 18:15:01 +0000 (19:15 +0100)] 
imap: If client was disconnected while IDLEing (e.g. storage error), it got stuck instead.

--HG--
branch : HEAD

15 years agolib-index: Try to handle index directory deletion more nicely.
Timo Sirainen [Mon, 31 May 2010 18:09:41 +0000 (19:09 +0100)] 
lib-index: Try to handle index directory deletion more nicely.

--HG--
branch : HEAD

15 years agolib-storage: Don't log rename() error if dovecot-uidvalidity didn't contain valid...
Timo Sirainen [Mon, 31 May 2010 17:57:46 +0000 (18:57 +0100)] 
lib-storage: Don't log rename() error if dovecot-uidvalidity didn't contain valid value.

--HG--
branch : HEAD

15 years agolib-lda: If two LDAs try to autocreate the same mailbox at the same time, don't fail...
Timo Sirainen [Mon, 31 May 2010 15:46:08 +0000 (16:46 +0100)] 
lib-lda: If two LDAs try to autocreate the same mailbox at the same time, don't fail the other one.

--HG--
branch : HEAD

15 years agoauth: Improved passwd-file's EACCES error messages.
Timo Sirainen [Mon, 31 May 2010 15:42:23 +0000 (16:42 +0100)] 
auth: Improved passwd-file's EACCES error messages.

--HG--
branch : HEAD

15 years agodoveadm: Removed an unnecessary code line.
Timo Sirainen [Mon, 31 May 2010 15:01:09 +0000 (16:01 +0100)] 
doveadm: Removed an unnecessary code line.

--HG--
branch : HEAD

15 years agodirector: Update connection counts also on login connection deinit.
Timo Sirainen [Mon, 31 May 2010 14:32:18 +0000 (15:32 +0100)] 
director: Update connection counts also on login connection deinit.

--HG--
branch : HEAD

15 years agolib-storage: mail_get_stream() no longer sets stream_r if it returns failure.
Timo Sirainen [Mon, 31 May 2010 14:25:22 +0000 (15:25 +0100)] 
lib-storage: mail_get_stream() no longer sets stream_r if it returns failure.
This fixes e.g. FETCH RFC822.* commands when input couldn't be read.

--HG--
branch : HEAD

15 years agoIf read() from a mail stream fails, log the stream name (filename typically).
Timo Sirainen [Mon, 31 May 2010 14:12:57 +0000 (15:12 +0100)] 
If read() from a mail stream fails, log the stream name (filename typically).

--HG--
branch : HEAD

15 years agoimap: LIST now handles better if INBOX is in a different namespace than prefix=""
Timo Sirainen [Fri, 28 May 2010 17:30:55 +0000 (18:30 +0100)] 
imap: LIST now handles better if INBOX is in a different namespace than prefix=""

--HG--
branch : HEAD

15 years agodoveadm log find: Wait 1 second after logging, to give syslog time to write to files.
Timo Sirainen [Fri, 28 May 2010 17:12:05 +0000 (18:12 +0100)] 
doveadm log find: Wait 1 second after logging, to give syslog time to write to files.

--HG--
branch : HEAD

15 years agoquota: Non-default quota rules should now have '+' before the limit value.
Timo Sirainen [Fri, 28 May 2010 16:39:05 +0000 (17:39 +0100)] 
quota: Non-default quota rules should now have '+' before the limit value.
This should make it clearer what it means. The obsolete way without '+' might
be changed in future to actually mean an absolute quota limit.

--HG--
branch : HEAD

15 years agodoveadm mailbox convert renamed to doveadm mailbox mutf7.
Timo Sirainen [Fri, 28 May 2010 16:03:41 +0000 (17:03 +0100)] 
doveadm mailbox convert renamed to doveadm mailbox mutf7.

--HG--
branch : HEAD

15 years agoquota-fs: Log also mountpoint type with mail_debug=yes.
Timo Sirainen [Fri, 28 May 2010 15:52:24 +0000 (16:52 +0100)] 
quota-fs: Log also mountpoint type with mail_debug=yes.

--HG--
branch : HEAD

15 years agodoveadm: Detect '?' also as wildcard character in usernames.
Timo Sirainen [Fri, 28 May 2010 15:44:14 +0000 (16:44 +0100)] 
doveadm: Detect '?' also as wildcard character in usernames.

--HG--
branch : HEAD

15 years agodoveadm: Group subcommands into a single line in usage output.
Timo Sirainen [Fri, 28 May 2010 15:26:30 +0000 (16:26 +0100)] 
doveadm: Group subcommands into a single line in usage output.

--HG--
branch : HEAD

15 years agodoveadm help <cmd> now also outputs to stdout.
Timo Sirainen [Fri, 28 May 2010 14:26:39 +0000 (15:26 +0100)] 
doveadm help <cmd> now also outputs to stdout.

--HG--
branch : HEAD

15 years agodoveadm help and without parameters now writes output to stdout, otherwise stderr.
Timo Sirainen [Fri, 28 May 2010 14:24:55 +0000 (15:24 +0100)] 
doveadm help and without parameters now writes output to stdout, otherwise stderr.

--HG--
branch : HEAD

15 years agomaster: dovecot --log-error now internally calls doveadm log test.
Timo Sirainen [Fri, 28 May 2010 14:20:19 +0000 (15:20 +0100)] 
master: dovecot --log-error now internally calls doveadm log test.

--HG--
branch : HEAD

15 years agomaster: Added reload and stop back to usage help string.
Timo Sirainen [Fri, 28 May 2010 14:17:46 +0000 (15:17 +0100)] 
master: Added reload and stop back to usage help string.

--HG--
branch : HEAD

15 years agodoveadm: Added log test|reopen|find commands.
Timo Sirainen [Fri, 28 May 2010 14:15:10 +0000 (15:15 +0100)] 
doveadm: Added log test|reopen|find commands.

--HG--
branch : HEAD

15 years agodovecot: Removed reload and stop handlers. "dovecot arg" now execs "doveadm arg".
Timo Sirainen [Fri, 28 May 2010 12:11:15 +0000 (13:11 +0100)] 
dovecot: Removed reload and stop handlers. "dovecot arg" now execs "doveadm arg".

--HG--
branch : HEAD

15 years agodoveadm: Added stop and reload commands.
Timo Sirainen [Fri, 28 May 2010 12:03:49 +0000 (13:03 +0100)] 
doveadm: Added stop and reload commands.

--HG--
branch : HEAD

15 years agodoveadm: force-resync now fails if mailbox name isn't valid UTF-8
Timo Sirainen [Fri, 28 May 2010 11:31:22 +0000 (12:31 +0100)] 
doveadm: force-resync now fails if mailbox name isn't valid UTF-8

--HG--
branch : HEAD

15 years agolib-storage: Human search parser now fails if given mailbox name isn't valid UTF8.
Timo Sirainen [Fri, 28 May 2010 11:31:05 +0000 (12:31 +0100)] 
lib-storage: Human search parser now fails if given mailbox name isn't valid UTF8.

--HG--
branch : HEAD

15 years agodoveadm force-resync: Get mailbox name as UTF-8.
Timo Sirainen [Fri, 28 May 2010 11:27:58 +0000 (12:27 +0100)] 
doveadm force-resync: Get mailbox name as UTF-8.

--HG--
branch : HEAD

15 years agodoveadm mailbox *: Removed -7 and -8 parameters from most commands, UTF-8 is used...
Timo Sirainen [Fri, 28 May 2010 11:23:10 +0000 (12:23 +0100)] 
doveadm mailbox *: Removed -7 and -8 parameters from most commands, UTF-8 is used always.

--HG--
branch : HEAD

15 years agodoveadm fetch: mailbox field value is printed as UTF-8, not mUTF-7.
Timo Sirainen [Fri, 28 May 2010 11:22:46 +0000 (12:22 +0100)] 
doveadm fetch: mailbox field value is printed as UTF-8, not mUTF-7.

--HG--
branch : HEAD

15 years agolib-storage: human search arg parser now gets mailbox name using UTF-8.
Timo Sirainen [Fri, 28 May 2010 11:21:58 +0000 (12:21 +0100)] 
lib-storage: human search arg parser now gets mailbox name using UTF-8.

--HG--
branch : HEAD

15 years agolib-sql: Don't try to reconnect on deinit or intentional disconnect. Fixes a timeout...
Timo Sirainen [Fri, 28 May 2010 10:47:42 +0000 (11:47 +0100)] 
lib-sql: Don't try to reconnect on deinit or intentional disconnect. Fixes a timeout leak.

--HG--
branch : HEAD

15 years agomysql, sqlite: Update db state to disconnected on deinit.
Timo Sirainen [Fri, 28 May 2010 10:46:55 +0000 (11:46 +0100)] 
mysql, sqlite: Update db state to disconnected on deinit.

--HG--
branch : HEAD

15 years agomaster: Make sure throttle timeout isn't added for already destroyed services.
Timo Sirainen [Fri, 28 May 2010 10:22:04 +0000 (11:22 +0100)] 
master: Make sure throttle timeout isn't added for already destroyed services.

--HG--
branch : HEAD

15 years agodoveadm: Minor help text change.
Timo Sirainen [Thu, 27 May 2010 20:19:37 +0000 (21:19 +0100)] 
doveadm: Minor help text change.

--HG--
branch : HEAD

15 years agomaster: Fixed crash on config reload.
Timo Sirainen [Thu, 27 May 2010 20:15:50 +0000 (21:15 +0100)] 
master: Fixed crash on config reload.

--HG--
branch : HEAD

15 years agodoveadm: -u parameter now allows wildcards for usernames.
Timo Sirainen [Thu, 27 May 2010 20:10:07 +0000 (21:10 +0100)] 
doveadm: -u parameter now allows wildcards for usernames.

--HG--
branch : HEAD

15 years agodoveadm: Added config dependency to mail_user settings.
Timo Sirainen [Thu, 27 May 2010 20:03:36 +0000 (21:03 +0100)] 
doveadm: Added config dependency to mail_user settings.
If doveadm gets the configuration by execing doveconf, it won't get these
settings without the dependency.

--HG--
branch : HEAD

15 years agodoveadm: Preserve $HOME when execing doveconf.
Timo Sirainen [Thu, 27 May 2010 19:55:45 +0000 (20:55 +0100)] 
doveadm: Preserve $HOME when execing doveconf.

--HG--
branch : HEAD

15 years agodoveadm user: User listing is done now by using wildcards in usernames.
Timo Sirainen [Thu, 27 May 2010 19:49:00 +0000 (20:49 +0100)] 
doveadm user: User listing is done now by using wildcards in usernames.

--HG--
branch : HEAD

15 years agoexpire: Rewrote expire-tool as a plugin for doveadm.
Timo Sirainen [Thu, 27 May 2010 19:30:04 +0000 (20:30 +0100)] 
expire: Rewrote expire-tool as a plugin for doveadm.
Whenever using some doveadm mail command with -A parameter, the plugin checks
if it can get the list of potentially matching users from the expire database.

Currently only the list of users is filtered based on expire database, list of
mailboxes could also be filtered but this isn't supported (yet).

--HG--
branch : HEAD

15 years agodoveadm quota: Fixed to work with new doveadm API
Timo Sirainen [Thu, 27 May 2010 19:00:28 +0000 (20:00 +0100)] 
doveadm quota: Fixed to work with new doveadm API

--HG--
branch : HEAD

15 years agolib-storage: Human search date parser now supports UNIX timestamps.
Timo Sirainen [Thu, 27 May 2010 19:00:03 +0000 (20:00 +0100)] 
lib-storage: Human search date parser now supports UNIX timestamps.

--HG--
branch : HEAD

15 years agodoveadm: mail commands can now be extended more easily by plugins.
Timo Sirainen [Thu, 27 May 2010 18:59:39 +0000 (19:59 +0100)] 
doveadm: mail commands can now be extended more easily by plugins.
Also plugins can now override the list of -A users.

--HG--
branch : HEAD

15 years agodoveadm user: If no user parameters are given, list all usernames.
Timo Sirainen [Thu, 27 May 2010 18:27:18 +0000 (19:27 +0100)] 
doveadm user: If no user parameters are given, list all usernames.

--HG--
branch : HEAD

15 years agodbox: Copying messages crashed.
Timo Sirainen [Thu, 27 May 2010 18:14:37 +0000 (19:14 +0100)] 
dbox: Copying messages crashed.

--HG--
branch : HEAD

15 years agolazy-expunge: Don't crash if lazy_expunge setting isn't enabled for user.
Timo Sirainen [Thu, 27 May 2010 18:06:59 +0000 (19:06 +0100)] 
lazy-expunge: Don't crash if lazy_expunge setting isn't enabled for user.

--HG--
branch : HEAD

15 years agoCompiler warning fix.
Timo Sirainen [Thu, 27 May 2010 17:26:23 +0000 (18:26 +0100)] 
Compiler warning fix.

--HG--
branch : HEAD

15 years agodoveconf <key> now shows "key = " prefix, unless -h parameter is given.
Timo Sirainen [Thu, 27 May 2010 17:08:56 +0000 (18:08 +0100)] 
doveconf <key> now shows "key = " prefix, unless -h parameter is given.

--HG--
branch : HEAD

15 years agodbox, mdbox, maildir: If saving one mail fails in transaction, don't fail subsequent...
Timo Sirainen [Thu, 27 May 2010 11:53:35 +0000 (12:53 +0100)] 
dbox, mdbox, maildir: If saving one mail fails in transaction, don't fail subsequent saves.

--HG--
branch : HEAD

15 years agolib-master API changed to avoid accidentally leaking client connections.
Timo Sirainen [Thu, 27 May 2010 11:16:36 +0000 (12:16 +0100)] 
lib-master API changed to avoid accidentally leaking client connections.
This change also fixes many such leaks.

--HG--
branch : HEAD

15 years agoTODO updated.
Timo Sirainen [Thu, 27 May 2010 10:36:07 +0000 (11:36 +0100)] 
TODO updated.

--HG--
branch : HEAD

15 years agodoveadm auth: Fail if after password there is more parameters.
Timo Sirainen [Wed, 26 May 2010 18:33:16 +0000 (19:33 +0100)] 
doveadm auth: Fail if after password there is more parameters.

--HG--
branch : HEAD

15 years agodoveadm auth: Return with exit code 0 if auth succeeded, 1 if failed, others if error.
Timo Sirainen [Wed, 26 May 2010 18:20:04 +0000 (19:20 +0100)] 
doveadm auth: Return with exit code 0 if auth succeeded, 1 if failed, others if error.

--HG--
branch : HEAD

15 years agodoveadm auth: Fix to previous change, it broke auth completely.
Timo Sirainen [Wed, 26 May 2010 18:19:20 +0000 (19:19 +0100)] 
doveadm auth: Fix to previous change, it broke auth completely.

--HG--
branch : HEAD

15 years agolib-auth: Added auth_client_is_disconnected().
Timo Sirainen [Wed, 26 May 2010 18:18:40 +0000 (19:18 +0100)] 
lib-auth: Added auth_client_is_disconnected().

--HG--
branch : HEAD

15 years agodoveadm auth: If we can't connect to auth socket, die instead of hanging.
Timo Sirainen [Wed, 26 May 2010 18:13:19 +0000 (19:13 +0100)] 
doveadm auth: If we can't connect to auth socket, die instead of hanging.

--HG--
branch : HEAD

15 years agolib-storage: Don't assert-crash when copying a mail fails.
Timo Sirainen [Wed, 26 May 2010 16:22:26 +0000 (17:22 +0100)] 
lib-storage: Don't assert-crash when copying a mail fails.

--HG--
branch : HEAD

15 years agoexample-config: Namespace indentation should have been 2 spaces, not 3.
Timo Sirainen [Wed, 26 May 2010 16:09:22 +0000 (17:09 +0100)] 
example-config: Namespace indentation should have been 2 spaces, not 3.

--HG--
branch : HEAD

15 years agolib-storage: Allow shared namespace prefix to use %variable modifiers.
Timo Sirainen [Wed, 26 May 2010 16:07:53 +0000 (17:07 +0100)] 
lib-storage: Allow shared namespace prefix to use %variable modifiers.

--HG--
branch : HEAD

15 years agolib-storage: Removed unnecessary struct mail_save_context.saved_physical_size
Timo Sirainen [Wed, 26 May 2010 15:16:44 +0000 (16:16 +0100)] 
lib-storage: Removed unnecessary struct mail_save_context.saved_physical_size

--HG--
branch : HEAD

15 years agolda, lmtp: Fixed library dependency tracking in Makefiles.
Timo Sirainen [Wed, 26 May 2010 15:16:14 +0000 (16:16 +0100)] 
lda, lmtp: Fixed library dependency tracking in Makefiles.

--HG--
branch : HEAD

15 years agodbox: Figure out internally when message's "physical size" doesn't match "written...
Timo Sirainen [Wed, 26 May 2010 15:13:15 +0000 (16:13 +0100)] 
dbox: Figure out internally when message's "physical size" doesn't match "written size".

--HG--
branch : HEAD

15 years agolib-sql: Fixed getting number of affected rows with MySQL.
Timo Sirainen [Wed, 26 May 2010 14:29:21 +0000 (15:29 +0100)] 
lib-sql: Fixed getting number of affected rows with MySQL.

--HG--
branch : HEAD

15 years agoexample-config: Fixed example dict config filenames.
Timo Sirainen [Wed, 26 May 2010 11:41:26 +0000 (12:41 +0100)] 
example-config: Fixed example dict config filenames.

--HG--
branch : HEAD

15 years agodirector: Update connection count when client disconnects.
Timo Sirainen [Tue, 25 May 2010 20:03:29 +0000 (21:03 +0100)] 
director: Update connection count when client disconnects.

--HG--
branch : HEAD

15 years agoquota-fs: If FS quota is enabled, create (some of) users' temp files to /tmp.
Timo Sirainen [Tue, 25 May 2010 19:03:39 +0000 (20:03 +0100)] 
quota-fs: If FS quota is enabled, create (some of) users' temp files to /tmp.

--HG--
branch : HEAD

15 years agolib-storage: mail_user.get_temp_prefix() method added.
Timo Sirainen [Tue, 25 May 2010 19:02:51 +0000 (20:02 +0100)] 
lib-storage: mail_user.get_temp_prefix() method added.

--HG--
branch : HEAD

15 years agoconfigure: --without-shared-libs should use static liblda for lda/lmtp.
Timo Sirainen [Tue, 25 May 2010 18:52:07 +0000 (19:52 +0100)] 
configure: --without-shared-libs should use static liblda for lda/lmtp.

--HG--
branch : HEAD

15 years agombox: If write fails with EFBIG, give an error that mentions ulimit -f.
Timo Sirainen [Tue, 25 May 2010 16:36:35 +0000 (17:36 +0100)] 
mbox: If write fails with EFBIG, give an error that mentions ulimit -f.

--HG--
branch : HEAD

15 years agolib-index: Fix to recent error handling change.
Timo Sirainen [Tue, 25 May 2010 16:34:56 +0000 (17:34 +0100)] 
lib-index: Fix to recent error handling change.

--HG--
branch : HEAD

15 years agolmtp: Add Return-Path: header. Also with only one RCPT TO, add Delivered-To: header.
Timo Sirainen [Tue, 25 May 2010 15:45:18 +0000 (16:45 +0100)] 
lmtp: Add Return-Path: header. Also with only one RCPT TO, add Delivered-To: header.

--HG--
branch : HEAD

15 years agoDie if system hostname contains '/' character.
Timo Sirainen [Tue, 25 May 2010 15:31:39 +0000 (16:31 +0100)] 
Die if system hostname contains '/' character.

--HG--
branch : HEAD

15 years agolib-storage: If read-only mailbox uses private flags, don't return it as READ-ONLY.
Timo Sirainen [Tue, 25 May 2010 15:09:14 +0000 (16:09 +0100)] 
lib-storage: If read-only mailbox uses private flags, don't return it as READ-ONLY.

--HG--
branch : HEAD

15 years agoChanged some index error handling conditions to log an error instead of assert-crash.
Timo Sirainen [Tue, 25 May 2010 14:27:26 +0000 (15:27 +0100)] 
Changed some index error handling conditions to log an error instead of assert-crash.

--HG--
branch : HEAD

15 years agolib-index: On errors, close sync view before fsck to avoid assert-crash.
Timo Sirainen [Tue, 25 May 2010 14:25:01 +0000 (15:25 +0100)] 
lib-index: On errors, close sync view before fsck to avoid assert-crash.

--HG--
branch : HEAD

15 years agoIncreased initial memory pool size.
Timo Sirainen [Tue, 25 May 2010 14:24:05 +0000 (15:24 +0100)] 
Increased initial memory pool size.

--HG--
branch : HEAD

15 years agomaildir: Expunging last messages may have assert-crashed if their filenames had changed.
Timo Sirainen [Tue, 25 May 2010 14:23:32 +0000 (15:23 +0100)] 
maildir: Expunging last messages may have assert-crashed if their filenames had changed.

--HG--
branch : HEAD

15 years agolib-index: Recent "save transaction commits to memory" may have assert-crashed sometimes.
Timo Sirainen [Tue, 25 May 2010 14:22:03 +0000 (15:22 +0100)] 
lib-index: Recent "save transaction commits to memory" may have assert-crashed sometimes.

--HG--
branch : HEAD

15 years agomysql: Fixed assert-crashing on transaction commits.
Timo Sirainen [Thu, 20 May 2010 17:49:41 +0000 (19:49 +0200)] 
mysql: Fixed assert-crashing on transaction commits.

--HG--
branch : HEAD

15 years agoAdded mail process pid to default login_log_format_elements
Timo Sirainen [Thu, 20 May 2010 16:28:04 +0000 (18:28 +0200)] 
Added mail process pid to default login_log_format_elements

--HG--
branch : HEAD

15 years agodoveadm: Look up sockets from base_dir rather than hardcoded PKG_RUNDIR.
Timo Sirainen [Thu, 20 May 2010 16:12:20 +0000 (18:12 +0200)] 
doveadm: Look up sockets from base_dir rather than hardcoded PKG_RUNDIR.

--HG--
branch : HEAD

15 years agoAdded process title hack support for OS X.
Timo Sirainen [Thu, 20 May 2010 15:16:39 +0000 (17:16 +0200)] 
Added process title hack support for OS X.

--HG--
branch : HEAD

15 years agoAdded doveadm director flush command for dropping user associations from memory.
Timo Sirainen [Thu, 20 May 2010 11:35:38 +0000 (13:35 +0200)] 
Added doveadm director flush command for dropping user associations from memory.
This should probably mainly be used for testing.

--HG--
branch : HEAD

15 years agologin: Tell auth process to free aborted auth requests.
Timo Sirainen [Thu, 20 May 2010 11:17:30 +0000 (13:17 +0200)] 
login: Tell auth process to free aborted auth requests.

--HG--
branch : HEAD

15 years agodoveadm director status user: Show more ways of what user's potential hosts are.
Timo Sirainen [Thu, 20 May 2010 10:37:15 +0000 (12:37 +0200)] 
doveadm director status user: Show more ways of what user's potential hosts are.

--HG--
branch : HEAD

15 years agodirector: Code cleanup - keep mail hosts in a struct rather than in static variables.
Timo Sirainen [Thu, 20 May 2010 10:23:55 +0000 (12:23 +0200)] 
director: Code cleanup - keep mail hosts in a struct rather than in static variables.

--HG--
branch : HEAD

15 years agodoveadm director status username now returns which server the user is assigned to.
Timo Sirainen [Thu, 20 May 2010 09:46:21 +0000 (11:46 +0200)] 
doveadm director status username now returns which server the user is assigned to.

--HG--
branch : HEAD

15 years agodirector: Preserve old mail server state when a new director connects to ring.
Timo Sirainen [Thu, 20 May 2010 08:43:47 +0000 (10:43 +0200)] 
director: Preserve old mail server state when a new director connects to ring.

--HG--
branch : HEAD

15 years agodirector: Fixes to connecting to remote director.
Timo Sirainen [Thu, 20 May 2010 08:43:19 +0000 (10:43 +0200)] 
director: Fixes to connecting to remote director.

--HG--
branch : HEAD

15 years agoquota: Added ignoreunlimited option to quota roots to disable tracking users with...
Timo Sirainen [Thu, 20 May 2010 08:02:11 +0000 (10:02 +0200)] 
quota: Added ignoreunlimited option to quota roots to disable tracking users with unlimited quota.

--HG--
branch : HEAD

15 years agoimap-quota: If user has no quota roots, don't return QUOTAROOT reply.
Timo Sirainen [Thu, 20 May 2010 08:01:43 +0000 (10:01 +0200)] 
imap-quota: If user has no quota roots, don't return QUOTAROOT reply.

--HG--
branch : HEAD

15 years agomaster: If process running as root didn't dump core, don't suggest non-working workar...
Timo Sirainen [Thu, 20 May 2010 07:31:41 +0000 (09:31 +0200)] 
master: If process running as root didn't dump core, don't suggest non-working workarounds.

--HG--
branch : HEAD

15 years agoimap parser: Fail immediately if we see unexpected ')' while reading atom.
Timo Sirainen [Thu, 20 May 2010 07:25:47 +0000 (09:25 +0200)] 
imap parser: Fail immediately if we see unexpected ')' while reading atom.

--HG--
branch : HEAD

15 years agomaster: If throttling a service and there are no service processes, drop all queued...
Timo Sirainen [Thu, 20 May 2010 07:15:49 +0000 (09:15 +0200)] 
master: If throttling a service and there are no service processes, drop all queued connection attempts.

--HG--
branch : HEAD