]>
git.ipfire.org Git - thirdparty/dovecot/core.git/log
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
Timo Sirainen [Fri, 21 Nov 2008 15:00:54 +0000 (17:00 +0200)]
Compiling fix for HP-UX.
--HG--
branch : HEAD
Timo Sirainen [Fri, 21 Nov 2008 12:35:46 +0000 (14:35 +0200)]
deliver: Allow userdb to change the username.
--HG--
branch : HEAD
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
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
Timo Sirainen [Wed, 19 Nov 2008 18:03:43 +0000 (20:03 +0200)]
acl: Fixes to handling extended ACL names.
--HG--
branch : HEAD
Timo Sirainen [Wed, 19 Nov 2008 18:03:33 +0000 (20:03 +0200)]
IMAP: SETACL +<rights> or -<rights> was broken.
--HG--
branch : HEAD
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
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
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
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
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
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
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
Timo Sirainen [Wed, 19 Nov 2008 16:45:46 +0000 (18:45 +0200)]
Added mail_namespace_destroy().
--HG--
branch : HEAD
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
Timo Sirainen [Wed, 19 Nov 2008 15:11:18 +0000 (17:11 +0200)]
acl: Code cleanups.
--HG--
branch : HEAD
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
Timo Sirainen [Wed, 19 Nov 2008 14:50:24 +0000 (16:50 +0200)]
Minor code cleanup: Removed extra ';' characters.
--HG--
branch : HEAD
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
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
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
Timo Sirainen [Wed, 19 Nov 2008 14:28:22 +0000 (16:28 +0200)]
Added i_stream_set_return_partial_line().
--HG--
branch : HEAD
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
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
Andrey Panin [Mon, 17 Nov 2008 13:57:17 +0000 (13:57 +0000)]
Fix build error with Sun C compiler.
--HG--
branch : HEAD
Andrey Panin [Mon, 17 Nov 2008 14:10:41 +0000 (14:10 +0000)]
Constify generated unicode tables.
--HG--
branch : HEAD
Timo Sirainen [Sun, 16 Nov 2008 17:20:28 +0000 (19:20 +0200)]
Initial support for LISTing users with shared mailboxes.
--HG--
branch : HEAD
Timo Sirainen [Sun, 16 Nov 2008 17:19:26 +0000 (19:19 +0200)]
Iteration was broken in dict-file.
--HG--
branch : HEAD
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
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
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
Timo Sirainen [Sun, 16 Nov 2008 13:20:45 +0000 (15:20 +0200)]
ACLs: Initial support for "post" right.
--HG--
branch : HEAD
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
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
Timo Sirainen [Sun, 16 Nov 2008 12:40:56 +0000 (14:40 +0200)]
acl: Use MAIL_STORAGE_FLAG_IGNORE_ACLS flag.
--HG--
branch : HEAD
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
Timo Sirainen [Sun, 16 Nov 2008 12:24:52 +0000 (14:24 +0200)]
IMAP ACLs: Use '#' prefix for global ACLs.
--HG--
branch : HEAD
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
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
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
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
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
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
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
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
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
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
Timo Sirainen [Sat, 15 Nov 2008 19:10:17 +0000 (21:10 +0200)]
Moved imap-resp-codes to macros.
--HG--
branch : HEAD
Timo Sirainen [Sat, 15 Nov 2008 18:59:54 +0000 (20:59 +0200)]
Implemented imap-response-codes draft.
--HG--
branch : HEAD
Timo Sirainen [Sat, 15 Nov 2008 18:23:46 +0000 (20:23 +0200)]
Minor code cleanup.
--HG--
branch : HEAD
Timo Sirainen [Sat, 15 Nov 2008 18:17:10 +0000 (20:17 +0200)]
IMAP: SEARCH command was returning EXPUNGEs to client.
--HG--
branch : HEAD
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
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
Timo Sirainen [Sat, 15 Nov 2008 17:37:35 +0000 (19:37 +0200)]
Code cleanup for previous change.
--HG--
branch : HEAD
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
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
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
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
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
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
Timo Sirainen [Sat, 15 Nov 2008 16:43:54 +0000 (18:43 +0200)]
Fixed dbox to work with Maildir++ layout.
--HG--
branch : HEAD
Timo Sirainen [Sat, 15 Nov 2008 16:42:50 +0000 (18:42 +0200)]
configure: Previous change broke shared storage completely.
--HG--
branch : HEAD
Timo Sirainen [Sat, 15 Nov 2008 16:22:06 +0000 (18:22 +0200)]
Maildir + LAYOUT=fs: Return children flags correctly.
--HG--
branch : HEAD
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
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
Timo Sirainen [Thu, 13 Nov 2008 10:05:54 +0000 (12:05 +0200)]
Added support for SSHA256 password scheme.
--HG--
branch : HEAD
Timo Sirainen [Thu, 13 Nov 2008 10:05:28 +0000 (12:05 +0200)]
sha256_loop() takes now const void *data parameter.
--HG--
branch : HEAD
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
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
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
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
Timo Sirainen [Wed, 5 Nov 2008 18:03:05 +0000 (20:03 +0200)]
dict-file: Minor optimization when writing the file.
--HG--
branch : HEAD
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
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
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
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
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
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
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
Timo Sirainen [Sat, 1 Nov 2008 19:11:36 +0000 (21:11 +0200)]
Minor base64 code optimization.
--HG--
branch : HEAD
Timo Sirainen [Sat, 1 Nov 2008 19:11:26 +0000 (21:11 +0200)]
Added some base64 random testing.
--HG--
branch : HEAD
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
Timo Sirainen [Sat, 1 Nov 2008 16:23:17 +0000 (18:23 +0200)]
Compiler warning fix in some 32bit systems.
--HG--
branch : HEAD
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
Timo Sirainen [Sat, 1 Nov 2008 14:05:19 +0000 (16:05 +0200)]
shared mailboxes: Cleanups, fixes and optimizations.
--HG--
branch : HEAD
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
Timo Sirainen [Sat, 1 Nov 2008 13:12:14 +0000 (15:12 +0200)]
auth-master API cleanups.
--HG--
branch : HEAD
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
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
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
Timo Sirainen [Sat, 1 Nov 2008 12:25:05 +0000 (14:25 +0200)]
auth-master API cleanup.
--HG--
branch : HEAD
Timo Sirainen [Sat, 1 Nov 2008 12:20:36 +0000 (14:20 +0200)]
Cleanups and fixes to auth-master API.
--HG--
branch : HEAD
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
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
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
Timo Sirainen [Fri, 31 Oct 2008 16:35:43 +0000 (18:35 +0200)]
dump-capability: Previous change was done badly, retry.
--HG--
branch : HEAD
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
Timo Sirainen [Fri, 31 Oct 2008 15:46:05 +0000 (17:46 +0200)]
Fix to previous ACL fix..
--HG--
branch : HEAD
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