]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
17 years agoAdded list=children option for namespaces.
Timo Sirainen [Fri, 21 Nov 2008 15:03:27 +0000 (17:03 +0200)] 
Added list=children option for namespaces.

--HG--
branch : HEAD

17 years agoacl: Don't check ACLs for shared root namespace.
Timo Sirainen [Fri, 21 Nov 2008 15:03:02 +0000 (17:03 +0200)] 
acl: Don't check ACLs for shared root namespace.
Make sure next hook_mailbox_list_created gets called always.

--HG--
branch : HEAD

17 years agoCompiling fix for HP-UX.
Timo Sirainen [Fri, 21 Nov 2008 15:00:54 +0000 (17:00 +0200)] 
Compiling fix for HP-UX.

--HG--
branch : HEAD

17 years agodeliver: Allow userdb to change the username.
Timo Sirainen [Fri, 21 Nov 2008 12:35:46 +0000 (14:35 +0200)] 
deliver: Allow userdb to change the username.

--HG--
branch : HEAD

17 years agoDon't drop useless namespaces automatically while creating a new one.
Timo Sirainen [Thu, 20 Nov 2008 17:32:58 +0000 (19:32 +0200)] 
Don't drop useless namespaces automatically while creating a new one.
It may free namespaces that are still being used elsewhere. Rather do it
explicitly at the beginning of each mailbox sync.

--HG--
branch : HEAD

17 years agoAdd login username in "Attempted master login with no master passdbs" error.
Timo Sirainen [Wed, 19 Nov 2008 18:09:34 +0000 (20:09 +0200)] 
Add login username in "Attempted master login with no master passdbs" error.

--HG--
branch : HEAD

17 years agoacl: Fixes to handling extended ACL names.
Timo Sirainen [Wed, 19 Nov 2008 18:03:43 +0000 (20:03 +0200)] 
acl: Fixes to handling extended ACL names.

--HG--
branch : HEAD

17 years agoIMAP: SETACL +<rights> or -<rights> was broken.
Timo Sirainen [Wed, 19 Nov 2008 18:03:33 +0000 (20:03 +0200)] 
IMAP: SETACL +<rights> or -<rights> was broken.

--HG--
branch : HEAD

17 years agomail_get_headers_utf8() and mail_get_first_header_utf8() return headers unfolded...
Timo Sirainen [Wed, 19 Nov 2008 17:54:41 +0000 (19:54 +0200)] 
mail_get_headers_utf8() and mail_get_first_header_utf8() return headers unfolded now.

--HG--
branch : HEAD

17 years agodeliver: Ignore !include_try, give error if !include is tried to be used.
Timo Sirainen [Wed, 19 Nov 2008 17:42:46 +0000 (19:42 +0200)] 
deliver: Ignore !include_try, give error if !include is tried to be used.

--HG--
branch : HEAD

17 years agoAdded !include and !include_try directives to config file reader.
Timo Sirainen [Wed, 19 Nov 2008 17:37:26 +0000 (19:37 +0200)] 
Added !include and !include_try directives to config file reader.

--HG--
branch : HEAD

17 years agoacl: Don't break mailbox visibility checks if the name has "*" characters.
Timo Sirainen [Wed, 19 Nov 2008 17:10:26 +0000 (19:10 +0200)] 
acl: Don't break mailbox visibility checks if the name has "*" characters.

--HG--
branch : HEAD

17 years agoacl: Save the entire dovecot-acl-list to memory, otherwise "has visible children...
Timo Sirainen [Wed, 19 Nov 2008 17:04:55 +0000 (19:04 +0200)] 
acl: Save the entire dovecot-acl-list to memory, otherwise "has visible children" check fails.

--HG--
branch : HEAD

17 years agoWhen autocreating a new shared namespace, drop existing namespaces where we haven...
Timo Sirainen [Wed, 19 Nov 2008 16:57:43 +0000 (18:57 +0200)] 
When autocreating a new shared namespace, drop existing namespaces where we haven't seen any mailboxes.

--HG--
branch : HEAD

17 years agoacl: If a user's namespace has no mailboxes visible to us, remove the namespace immed...
Timo Sirainen [Wed, 19 Nov 2008 16:46:25 +0000 (18:46 +0200)] 
acl: If a user's namespace has no mailboxes visible to us, remove the namespace immediately.

--HG--
branch : HEAD

17 years agoAdded mail_namespace_destroy().
Timo Sirainen [Wed, 19 Nov 2008 16:45:46 +0000 (18:45 +0200)] 
Added mail_namespace_destroy().

--HG--
branch : HEAD

17 years agoacl LIST: Mailboxes without LOOKUP right are now listed as non-existent if they have...
Timo Sirainen [Wed, 19 Nov 2008 16:19:13 +0000 (18:19 +0200)] 
acl LIST: Mailboxes without LOOKUP right are now listed as non-existent if they have visible children.

--HG--
branch : HEAD

17 years agoacl: Code cleanups.
Timo Sirainen [Wed, 19 Nov 2008 15:11:18 +0000 (17:11 +0200)] 
acl: Code cleanups.

--HG--
branch : HEAD

17 years agovfile _nonowner_iter_next(): Don't return failure if we detect that acllist changes.
Timo Sirainen [Wed, 19 Nov 2008 15:07:43 +0000 (17:07 +0200)] 
vfile _nonowner_iter_next(): Don't return failure if we detect that acllist changes.
The code was probably added during development for some reason but it has
never been of any use.

--HG--
branch : HEAD

17 years agoMinor code cleanup: Removed extra ';' characters.
Timo Sirainen [Wed, 19 Nov 2008 14:50:24 +0000 (16:50 +0200)] 
Minor code cleanup: Removed extra ';' characters.

--HG--
branch : HEAD

17 years agoDon't crash if acl_dict setting is missing.
Timo Sirainen [Wed, 19 Nov 2008 14:41:47 +0000 (16:41 +0200)] 
Don't crash if acl_dict setting is missing.

--HG--
branch : HEAD

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