]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
17 years agoSubscriptions file: Don't ignore last line if it's missing LF.
Timo Sirainen [Wed, 19 Nov 2008 14:34:19 +0000 (16:34 +0200)] 
Subscriptions file: Don't ignore last line if it's missing LF.

--HG--
branch : HEAD

17 years agoChanged all config file readers to not ignore the last line if it's missing LF.
Timo Sirainen [Wed, 19 Nov 2008 14:28:46 +0000 (16:28 +0200)] 
Changed all config file readers to not ignore the last line if it's missing LF.

--HG--
branch : HEAD

17 years agoAdded i_stream_set_return_partial_line().
Timo Sirainen [Wed, 19 Nov 2008 14:28:22 +0000 (16:28 +0200)] 
Added i_stream_set_return_partial_line().

--HG--
branch : HEAD

17 years agoimap-acl: If ACLs are disabled, don't give errors at logout.
Timo Sirainen [Wed, 19 Nov 2008 14:11:01 +0000 (16:11 +0200)] 
imap-acl: If ACLs are disabled, don't give errors at logout.

--HG--
branch : HEAD

17 years agoIMAP quota should have returned "MESSAGE", not "MESSAGES" quota.
Timo Sirainen [Tue, 18 Nov 2008 16:12:28 +0000 (18:12 +0200)] 
IMAP quota should have returned "MESSAGE", not "MESSAGES" quota.

--HG--
branch : HEAD

17 years agoFix build error with Sun C compiler.
Andrey Panin [Mon, 17 Nov 2008 13:57:17 +0000 (13:57 +0000)] 
Fix build error with Sun C compiler.

--HG--
branch : HEAD

17 years agoConstify generated unicode tables.
Andrey Panin [Mon, 17 Nov 2008 14:10:41 +0000 (14:10 +0000)] 
Constify generated unicode tables.

--HG--
branch : HEAD

17 years agoInitial support for LISTing users with shared mailboxes.
Timo Sirainen [Sun, 16 Nov 2008 17:20:28 +0000 (19:20 +0200)] 
Initial support for LISTing users with shared mailboxes.

--HG--
branch : HEAD

17 years agoIteration was broken in dict-file.
Timo Sirainen [Sun, 16 Nov 2008 17:19:26 +0000 (19:19 +0200)] 
Iteration was broken in dict-file.

--HG--
branch : HEAD

17 years agoshared-storage.h doesn't require index-storage.h, don't include it.
Timo Sirainen [Sun, 16 Nov 2008 17:18:59 +0000 (19:18 +0200)] 
shared-storage.h doesn't require index-storage.h, don't include it.

--HG--
branch : HEAD

17 years agoacl: When lookup ACLs are changed, make sure dovecot-acl-list is updated.
Timo Sirainen [Sun, 16 Nov 2008 14:30:14 +0000 (16:30 +0200)] 
acl: When lookup ACLs are changed, make sure dovecot-acl-list is updated.

--HG--
branch : HEAD

17 years agoFixed OPEN_IGNORE_ACLS flag to work again with imap-acl plugin.
Timo Sirainen [Sun, 16 Nov 2008 14:29:47 +0000 (16:29 +0200)] 
Fixed OPEN_IGNORE_ACLS flag to work again with imap-acl plugin.

--HG--
branch : HEAD

17 years agoACLs: Initial support for "post" right.
Timo Sirainen [Sun, 16 Nov 2008 13:20:45 +0000 (15:20 +0200)] 
ACLs: Initial support for "post" right.

--HG--
branch : HEAD

17 years agoIGNORE_ACLS should have been mailbox_open_flags, not mail_storage_flag.
Timo Sirainen [Sun, 16 Nov 2008 13:02:57 +0000 (15:02 +0200)] 
IGNORE_ACLS should have been mailbox_open_flags, not mail_storage_flag.

--HG--
branch : HEAD

17 years agoIMAP ACLs: Let MYRIGHTS show the rights even if we don't have "r" permission.
Timo Sirainen [Sun, 16 Nov 2008 12:43:14 +0000 (14:43 +0200)] 
IMAP ACLs: Let MYRIGHTS show the rights even if we don't have "r" permission.

--HG--
branch : HEAD

17 years agoacl: Use MAIL_STORAGE_FLAG_IGNORE_ACLS flag.
Timo Sirainen [Sun, 16 Nov 2008 12:40:56 +0000 (14:40 +0200)] 
acl: Use MAIL_STORAGE_FLAG_IGNORE_ACLS flag.

--HG--
branch : HEAD

17 years agoIMAP ACLs: Unless acl_anyone=allow, disallow adding "anyone" and "authenticated"...
Timo Sirainen [Sun, 16 Nov 2008 12:33:11 +0000 (14:33 +0200)] 
IMAP ACLs: Unless acl_anyone=allow, disallow adding "anyone" and "authenticated" identifiers.

--HG--
branch : HEAD

17 years agoIMAP ACLs: Use '#' prefix for global ACLs.
Timo Sirainen [Sun, 16 Nov 2008 12:24:52 +0000 (14:24 +0200)] 
IMAP ACLs: Use '#' prefix for global ACLs.

--HG--
branch : HEAD

17 years agoacl: After updating ACLs, try to avoid re-reading the ACLs on next access.
Timo Sirainen [Sun, 16 Nov 2008 12:15:13 +0000 (14:15 +0200)] 
acl: After updating ACLs, try to avoid re-reading the ACLs on next access.

--HG--
branch : HEAD

17 years agoacl: Default owner rights override anyone/authenticated/group rights.
Timo Sirainen [Sun, 16 Nov 2008 12:06:15 +0000 (14:06 +0200)] 
acl: Default owner rights override anyone/authenticated/group rights.

--HG--
branch : HEAD

17 years agoacl: Always give admin right to owner in private mailboxes.
Timo Sirainen [Sun, 16 Nov 2008 11:48:10 +0000 (13:48 +0200)] 
acl: Always give admin right to owner in private mailboxes.

--HG--
branch : HEAD

17 years agoimap-acl: Removed a duplicate [ACL] prefix from error message.
Timo Sirainen [Sun, 16 Nov 2008 11:41:17 +0000 (13:41 +0200)] 
imap-acl: Removed a duplicate [ACL] prefix from error message.

--HG--
branch : HEAD

17 years agoAdded IMAP ACL commands with ability to modify ACLs.
Timo Sirainen [Sun, 16 Nov 2008 02:46:14 +0000 (04:46 +0200)] 
Added IMAP ACL commands with ability to modify ACLs.
Based on patch by Bernhard Herzog and Sascha Wilde.

--HG--
branch : HEAD

17 years agoMade CRITICAL_MSG* public to MAIL_ERRSTR_CRITICAL_MSG* in mail-error.h.
Timo Sirainen [Sun, 16 Nov 2008 02:45:06 +0000 (04:45 +0200)] 
Made CRITICAL_MSG* public to MAIL_ERRSTR_CRITICAL_MSG* in mail-error.h.

--HG--
branch : HEAD

17 years agoacl_object_get_my_rights() was returning broken rights.
Timo Sirainen [Sun, 16 Nov 2008 02:21:02 +0000 (04:21 +0200)] 
acl_object_get_my_rights() was returning broken rights.

--HG--
branch : HEAD

17 years agoACL: Crashfix to previous change. Also fixes "-id" to work correctly with missing...
Timo Sirainen [Sat, 15 Nov 2008 23:34:16 +0000 (01:34 +0200)] 
ACL: Crashfix to previous change. Also fixes "-id" to work correctly with missing "id".

--HG--
branch : HEAD

17 years agoGlobal ACLs now override all local ACLs.
Timo Sirainen [Sat, 15 Nov 2008 22:15:15 +0000 (00:15 +0200)] 
Global ACLs now override all local ACLs.
Also did some some internal in anticipation of ACL file update code.

--HG--
branch : HEAD

17 years agoGive a different error message if authentication succeeds but authorization fails.
Timo Sirainen [Sat, 15 Nov 2008 19:29:59 +0000 (21:29 +0200)] 
Give a different error message if authentication succeeds but authorization fails.
Added a new "authz" parameter for FAIL result in the auth protocol for this.

--HG--
branch : HEAD

17 years agoMoved imap-resp-codes to macros.
Timo Sirainen [Sat, 15 Nov 2008 19:10:17 +0000 (21:10 +0200)] 
Moved imap-resp-codes to macros.

--HG--
branch : HEAD

17 years agoImplemented imap-response-codes draft.
Timo Sirainen [Sat, 15 Nov 2008 18:59:54 +0000 (20:59 +0200)] 
Implemented imap-response-codes draft.

--HG--
branch : HEAD

17 years agoMinor code cleanup.
Timo Sirainen [Sat, 15 Nov 2008 18:23:46 +0000 (20:23 +0200)] 
Minor code cleanup.

--HG--
branch : HEAD

17 years agoIMAP: SEARCH command was returning EXPUNGEs to client.
Timo Sirainen [Sat, 15 Nov 2008 18:17:10 +0000 (20:17 +0200)] 
IMAP: SEARCH command was returning EXPUNGEs to client.

--HG--
branch : HEAD

17 years agodeliver: When logging to syslog, use "dovecot" as ident. Add deliver(%u) manually.
Timo Sirainen [Sat, 15 Nov 2008 17:47:46 +0000 (19:47 +0200)] 
deliver: When logging to syslog, use "dovecot" as ident. Add deliver(%u) manually.

--HG--
branch : HEAD

17 years agoLogging: Support specifying a prefix also for syslog logging.
Timo Sirainen [Sat, 15 Nov 2008 17:46:46 +0000 (19:46 +0200)] 
Logging: Support specifying a prefix also for syslog logging.

--HG--
branch : HEAD

17 years agoCode cleanup for previous change.
Timo Sirainen [Sat, 15 Nov 2008 17:37:35 +0000 (19:37 +0200)] 
Code cleanup for previous change.

--HG--
branch : HEAD

17 years agodovecot --exec-mail: Never listen input from stderr, there's no point.
Timo Sirainen [Sat, 15 Nov 2008 17:34:28 +0000 (19:34 +0200)] 
dovecot --exec-mail: Never listen input from stderr, there's no point.

--HG--
branch : HEAD

17 years agoPlugins: If mail_debug=yes, log "plugin disabled" if plugin's required setting isn...
Timo Sirainen [Sat, 15 Nov 2008 17:22:33 +0000 (19:22 +0200)] 
Plugins: If mail_debug=yes, log "plugin disabled" if plugin's required setting isn't set.

--HG--
branch : HEAD

17 years agoIf auth process count > 0 and auth sockets are defined, give an understandable error...
Timo Sirainen [Sat, 15 Nov 2008 17:14:41 +0000 (19:14 +0200)] 
If auth process count > 0 and auth sockets are defined, give an understandable error message.

--HG--
branch : HEAD

17 years agoauth: Improved "user not found from userdb" error message.
Timo Sirainen [Sat, 15 Nov 2008 17:07:04 +0000 (19:07 +0200)] 
auth: Improved "user not found from userdb" error message.

--HG--
branch : HEAD

17 years agofts-solr: Don't assert-crash if we couldn't connect to Solr.
Timo Sirainen [Sat, 15 Nov 2008 17:03:00 +0000 (19:03 +0200)] 
fts-solr: Don't assert-crash if we couldn't connect to Solr.

--HG--
branch : HEAD

17 years agoMaildir: Fixed to work with LAYOUT=fs and non-empty DIRNAME.
Timo Sirainen [Sat, 15 Nov 2008 16:48:52 +0000 (18:48 +0200)] 
Maildir: Fixed to work with LAYOUT=fs and non-empty DIRNAME.

--HG--
branch : HEAD

17 years agoFixed dbox to work with Maildir++ layout.
Timo Sirainen [Sat, 15 Nov 2008 16:43:54 +0000 (18:43 +0200)] 
Fixed dbox to work with Maildir++ layout.

--HG--
branch : HEAD

17 years agoconfigure: Previous change broke shared storage completely.
Timo Sirainen [Sat, 15 Nov 2008 16:42:50 +0000 (18:42 +0200)] 
configure: Previous change broke shared storage completely.

--HG--
branch : HEAD

17 years agoMaildir + LAYOUT=fs: Return children flags correctly.
Timo Sirainen [Sat, 15 Nov 2008 16:22:06 +0000 (18:22 +0200)] 
Maildir + LAYOUT=fs: Return children flags correctly.

--HG--
branch : HEAD

17 years agoMake maildir++ iter_is_mailbox() code consistent with others.
Timo Sirainen [Sat, 15 Nov 2008 16:07:48 +0000 (18:07 +0200)] 
Make maildir++ iter_is_mailbox() code consistent with others.

--HG--
branch : HEAD

17 years agoMaildir: LAYOUT=fs didn't return \NonExistent flag correctly.
Timo Sirainen [Sat, 15 Nov 2008 15:57:38 +0000 (17:57 +0200)] 
Maildir: LAYOUT=fs didn't return \NonExistent flag correctly.
Also made the *_iter_is_mailbox() handling consistent between backends.

--HG--
branch : HEAD

17 years agoAdded support for SSHA256 password scheme.
Timo Sirainen [Thu, 13 Nov 2008 10:05:54 +0000 (12:05 +0200)] 
Added support for SSHA256 password scheme.

--HG--
branch : HEAD

17 years agosha256_loop() takes now const void *data parameter.
Timo Sirainen [Thu, 13 Nov 2008 10:05:28 +0000 (12:05 +0200)] 
sha256_loop() takes now const void *data parameter.

--HG--
branch : HEAD

17 years agoconfigure: Shared storage should always be enabled, don't allow removing it
Timo Sirainen [Wed, 12 Nov 2008 15:08:15 +0000 (17:08 +0200)] 
configure: Shared storage should always be enabled, don't allow removing it
(and causing a compiler failure).

--HG--
branch : HEAD

17 years agovirtual mailboxes: Fixed an assert-crash when mailbox was being opened.
Timo Sirainen [Tue, 11 Nov 2008 20:01:51 +0000 (22:01 +0200)] 
virtual mailboxes: Fixed an assert-crash when mailbox was being opened.

--HG--
branch : HEAD

17 years agovirtual mailboxes: Support negative mailbox patterns/names.
Timo Sirainen [Fri, 7 Nov 2008 14:29:42 +0000 (16:29 +0200)] 
virtual mailboxes: Support negative mailbox patterns/names.
This allows for example "all mailboxes, except Spam".

--HG--
branch : HEAD

17 years agoMaildir saving: Handle "out of disk space/quota" failures in fsync() and close().
Timo Sirainen [Thu, 6 Nov 2008 13:33:53 +0000 (15:33 +0200)] 
Maildir saving: Handle "out of disk space/quota" failures in fsync() and close().
Those failures could happen with NFS (close() only if fsync_disable=yes).

--HG--
branch : HEAD

17 years agodict-file: Minor optimization when writing the file.
Timo Sirainen [Wed, 5 Nov 2008 18:03:05 +0000 (20:03 +0200)] 
dict-file: Minor optimization when writing the file.

--HG--
branch : HEAD

17 years agofts: If we haven't indexed all messages, search the rest using non-indexed search.
Timo Sirainen [Wed, 5 Nov 2008 12:37:35 +0000 (14:37 +0200)] 
fts: If we haven't indexed all messages, search the rest using non-indexed search.
Typically this happens with header searches which don't force an index update.

--HG--
branch : HEAD

17 years agofts: Don't force SEARCH_HEADER_COMPRESS_LWSP to update indexes either.
Timo Sirainen [Wed, 5 Nov 2008 12:23:22 +0000 (14:23 +0200)] 
fts: Don't force SEARCH_HEADER_COMPRESS_LWSP to update indexes either.

--HG--
branch : HEAD

17 years agofts: Handle also SEARCH_HEADER_COMPRESS_LWSP, not just SEARCH_HEADER.
Timo Sirainen [Wed, 5 Nov 2008 11:51:00 +0000 (13:51 +0200)] 
fts: Handle also SEARCH_HEADER_COMPRESS_LWSP, not just SEARCH_HEADER.

--HG--
branch : HEAD

17 years agodeliver -m: Assume the given mailbox name is in UTF-8 format.
Timo Sirainen [Sat, 1 Nov 2008 20:49:14 +0000 (22:49 +0200)] 
deliver -m: Assume the given mailbox name is in UTF-8 format.

--HG--
branch : HEAD

17 years agoAdded imap_utf7 tool for mUTF-7 <-> UTF-8 conversion.
Timo Sirainen [Sat, 1 Nov 2008 20:32:04 +0000 (22:32 +0200)] 
Added imap_utf7 tool for mUTF-7 <-> UTF-8 conversion.

--HG--
branch : HEAD

17 years agoEnforce valid mUTF-7 names when creating new mailboxes.
Timo Sirainen [Sat, 1 Nov 2008 19:16:38 +0000 (21:16 +0200)] 
Enforce valid mUTF-7 names when creating new mailboxes.

--HG--
branch : HEAD

17 years agoAdded code for encoding and decoding IMAP's modified-UTF7 strings.
Timo Sirainen [Sat, 1 Nov 2008 19:12:01 +0000 (21:12 +0200)] 
Added code for encoding and decoding IMAP's modified-UTF7 strings.

--HG--
branch : HEAD

17 years agoMinor base64 code optimization.
Timo Sirainen [Sat, 1 Nov 2008 19:11:36 +0000 (21:11 +0200)] 
Minor base64 code optimization.

--HG--
branch : HEAD

17 years agoAdded some base64 random testing.
Timo Sirainen [Sat, 1 Nov 2008 19:11:26 +0000 (21:11 +0200)] 
Added some base64 random testing.

--HG--
branch : HEAD

17 years agoAdded some UTF16_ macros for helping UTF-16 conversions.
Timo Sirainen [Sat, 1 Nov 2008 19:07:12 +0000 (21:07 +0200)] 
Added some UTF16_ macros for helping UTF-16 conversions.

--HG--
branch : HEAD

17 years agoCompiler warning fix in some 32bit systems.
Timo Sirainen [Sat, 1 Nov 2008 16:23:17 +0000 (18:23 +0200)] 
Compiler warning fix in some 32bit systems.

--HG--
branch : HEAD

17 years ago$STORAGE_LIBS now contains all the libraries that libstorage needs.
Timo Sirainen [Sat, 1 Nov 2008 14:46:16 +0000 (16:46 +0200)] 
$STORAGE_LIBS now contains all the libraries that libstorage needs.
There's no point in listing the same required libraries everywhere.

--HG--
branch : HEAD

17 years agoshared mailboxes: Cleanups, fixes and optimizations.
Timo Sirainen [Sat, 1 Nov 2008 14:05:19 +0000 (16:05 +0200)] 
shared mailboxes: Cleanups, fixes and optimizations.

--HG--
branch : HEAD

17 years agodbox/mbox: Don't auto-create INBOX if storage isn't in the INBOX namespace.
Timo Sirainen [Sat, 1 Nov 2008 14:04:24 +0000 (16:04 +0200)] 
dbox/mbox: Don't auto-create INBOX if storage isn't in the INBOX namespace.

--HG--
branch : HEAD

17 years agoauth-master API cleanups.
Timo Sirainen [Sat, 1 Nov 2008 13:12:14 +0000 (15:12 +0200)] 
auth-master API cleanups.

--HG--
branch : HEAD

17 years agoshared namespaces: new %%h variable, expanding to the traget users home.
Sascha Wilde [Tue, 28 Oct 2008 11:42:22 +0000 (12:42 +0100)] 
shared namespaces: new %%h variable, expanding to the traget users home.

--HG--
branch : HEAD

17 years agoUse mail_storage_set_critical() instead of i_error() directly.
Timo Sirainen [Sat, 1 Nov 2008 12:55:28 +0000 (14:55 +0200)] 
Use mail_storage_set_critical() instead of i_error() directly.

--HG--
branch : HEAD

17 years agoexpire-tool: Use the new auth-master API instead of doing the lookup ourself.
Timo Sirainen [Sat, 1 Nov 2008 12:49:12 +0000 (14:49 +0200)] 
expire-tool: Use the new auth-master API instead of doing the lookup ourself.

--HG--
branch : HEAD

17 years agoauth-master API cleanup.
Timo Sirainen [Sat, 1 Nov 2008 12:25:05 +0000 (14:25 +0200)] 
auth-master API cleanup.

--HG--
branch : HEAD

17 years agoCleanups and fixes to auth-master API.
Timo Sirainen [Sat, 1 Nov 2008 12:20:36 +0000 (14:20 +0200)] 
Cleanups and fixes to auth-master API.

--HG--
branch : HEAD

17 years agoAdded lib_signals_reset_ioloop() for handling signals with multiple ioloops.
Timo Sirainen [Sat, 1 Nov 2008 12:15:00 +0000 (14:15 +0200)] 
Added lib_signals_reset_ioloop() for handling signals with multiple ioloops.

--HG--
branch : HEAD

17 years agoDon't break if io_remove() or timeout_remove() are called for non-active ioloops.
Timo Sirainen [Sat, 1 Nov 2008 12:14:42 +0000 (14:14 +0200)] 
Don't break if io_remove() or timeout_remove() are called for non-active ioloops.

--HG--
branch : HEAD

17 years agoNew generic userdb lookup api `auth-master' in lib-auth.
Sascha Wilde [Fri, 24 Oct 2008 14:06:07 +0000 (16:06 +0200)] 
New generic userdb lookup api `auth-master' in lib-auth.

--HG--
branch : HEAD

17 years agodump-capability: Previous change was done badly, retry.
Timo Sirainen [Fri, 31 Oct 2008 16:35:43 +0000 (18:35 +0200)] 
dump-capability: Previous change was done badly, retry.

--HG--
branch : HEAD

17 years agodump-capability: Added a fake home directory so we won't die if it's missing.
Timo Sirainen [Fri, 31 Oct 2008 16:03:39 +0000 (18:03 +0200)] 
dump-capability: Added a fake home directory so we won't die if it's missing.

--HG--
branch : HEAD

17 years agoFix to previous ACL fix..
Timo Sirainen [Fri, 31 Oct 2008 15:46:05 +0000 (17:46 +0200)] 
Fix to previous ACL fix..

--HG--
branch : HEAD

17 years agoACL: If a subscribed mailbox doesn't have list right, show it as non-existing.
Timo Sirainen [Fri, 31 Oct 2008 15:44:54 +0000 (17:44 +0200)] 
ACL: If a subscribed mailbox doesn't have list right, show it as non-existing.

--HG--
branch : HEAD

17 years agoUpdate dovecot-example.conf comment about dict proxy.
Timo Sirainen [Thu, 30 Oct 2008 15:41:02 +0000 (17:41 +0200)] 
Update dovecot-example.conf comment about dict proxy.

--HG--
branch : HEAD

17 years agoCompiler warning fixes
Timo Sirainen [Wed, 29 Oct 2008 22:31:52 +0000 (00:31 +0200)] 
Compiler warning fixes

--HG--
branch : HEAD

17 years agombox: Another From_-line skipping fix.
Timo Sirainen [Wed, 29 Oct 2008 22:00:12 +0000 (00:00 +0200)] 
mbox: Another From_-line skipping fix.

--HG--
branch : HEAD

17 years agodovecot -n/-a: Added Gentoo check.
Timo Sirainen [Wed, 29 Oct 2008 18:39:36 +0000 (20:39 +0200)] 
dovecot -n/-a: Added Gentoo check.

--HG--
branch : HEAD

17 years agodovecot -n/-a: Fixes to printing which filesystem is being used.
Timo Sirainen [Wed, 29 Oct 2008 18:35:17 +0000 (20:35 +0200)] 
dovecot -n/-a: Fixes to printing which filesystem is being used.

--HG--
branch : HEAD

17 years agodovecot -n/-a: Added more Linux distros.
Timo Sirainen [Wed, 29 Oct 2008 18:28:30 +0000 (20:28 +0200)] 
dovecot -n/-a: Added more Linux distros.

--HG--
branch : HEAD

17 years agodovecot -n/-a: Print some information about the system.
Timo Sirainen [Wed, 29 Oct 2008 18:16:40 +0000 (20:16 +0200)] 
dovecot -n/-a: Print some information about the system.

--HG--
branch : HEAD

17 years agombox: If Content-Length: is correct, don't break if message body begins with a From_...
Timo Sirainen [Wed, 29 Oct 2008 18:01:39 +0000 (20:01 +0200)] 
mbox: If Content-Length: is correct, don't break if message body begins with a From_-line.
Based on a patch by Lennart Lövstrand.

--HG--
branch : HEAD

17 years agoQuota: If mail_debug=yes, log when quota warning script is executed.
Timo Sirainen [Wed, 29 Oct 2008 16:41:56 +0000 (18:41 +0200)] 
Quota: If mail_debug=yes, log when quota warning script is executed.

--HG--
branch : HEAD

17 years agologin: If client pipelines multiple failing auth commands, don't stop handling after...
Timo Sirainen [Wed, 29 Oct 2008 16:23:31 +0000 (18:23 +0200)] 
login: If client pipelines multiple failing auth commands, don't stop handling after two.

--HG--
branch : HEAD

17 years agoMinor code cleanup.
Timo Sirainen [Wed, 29 Oct 2008 16:12:32 +0000 (18:12 +0200)] 
Minor code cleanup.

--HG--
branch : HEAD

17 years agomaster: Set LOCAL_IP environment to mail processes.
Timo Sirainen [Wed, 29 Oct 2008 15:41:05 +0000 (17:41 +0200)] 
master: Set LOCAL_IP environment to mail processes.

--HG--
branch : HEAD

17 years agoauth_debug_passwords: When converting plaintext password to another scheme, log how...
Timo Sirainen [Sun, 26 Oct 2008 14:30:50 +0000 (16:30 +0200)] 
auth_debug_passwords: When converting plaintext password to another scheme, log how it's done.

--HG--
branch : HEAD

17 years agoauth: original_username should never be NULL, removed all code that checks for it.
Timo Sirainen [Sun, 26 Oct 2008 14:01:45 +0000 (16:01 +0200)] 
auth: original_username should never be NULL, removed all code that checks for it.

--HG--
branch : HEAD

17 years agoPass original_username to auth-workers.
Timo Sirainen [Sun, 26 Oct 2008 13:53:12 +0000 (15:53 +0200)] 
Pass original_username to auth-workers.

--HG--
branch : HEAD

17 years agoDon't assume original_username is always set.
Timo Sirainen [Sun, 26 Oct 2008 13:52:47 +0000 (15:52 +0200)] 
Don't assume original_username is always set.

--HG--
branch : HEAD

17 years agoLogin prcesses: If auth_debug=yes, don't warn about "user" parameter being unknown.
Timo Sirainen [Sun, 26 Oct 2008 13:52:07 +0000 (15:52 +0200)] 
Login prcesses: If auth_debug=yes, don't warn about "user" parameter being unknown.

--HG--
branch : HEAD

17 years agoMinor code cleanup.
Timo Sirainen [Sun, 26 Oct 2008 13:39:10 +0000 (15:39 +0200)] 
Minor code cleanup.

--HG--
branch : HEAD

17 years agoVirtual mailboxes: One more mailbox_header_lookup_ctx fix.
Timo Sirainen [Sun, 26 Oct 2008 13:37:58 +0000 (15:37 +0200)] 
Virtual mailboxes: One more mailbox_header_lookup_ctx fix.

--HG--
branch : HEAD

17 years agoVirtual mailboxes: Fixes to handling errors.
Timo Sirainen [Sat, 25 Oct 2008 20:56:35 +0000 (23:56 +0300)] 
Virtual mailboxes: Fixes to handling errors.

--HG--
branch : HEAD