]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
17 years agomaildir: Allow opening mailbox and expunging messages when uidlist couldn't be locked...
Timo Sirainen [Mon, 15 Dec 2008 08:58:02 +0000 (10:58 +0200)] 
maildir: Allow opening mailbox and expunging messages when uidlist couldn't be locked (e.g. out of quota).

--HG--
branch : HEAD

17 years agombox-snarf plugin: If copying failed due to out of disk space, don't rollback the...
Timo Sirainen [Sun, 14 Dec 2008 06:36:10 +0000 (08:36 +0200)] 
mbox-snarf plugin: If copying failed due to out of disk space, don't rollback the entire move.

--HG--
branch : HEAD

17 years agomail-log plugin: Added initial support for append event. uids aren't logged though.
Timo Sirainen [Sun, 14 Dec 2008 05:47:45 +0000 (07:47 +0200)] 
mail-log plugin: Added initial support for append event. uids aren't logged though.

--HG--
branch : HEAD

17 years agomail-log plugin: Added from and subject fields.
Timo Sirainen [Sun, 14 Dec 2008 05:29:45 +0000 (07:29 +0200)] 
mail-log plugin: Added from and subject fields.

--HG--
branch : HEAD

17 years agomail-log plugin: Added flag_change event and flags field.
Timo Sirainen [Sun, 14 Dec 2008 05:21:12 +0000 (07:21 +0200)] 
mail-log plugin: Added flag_change event and flags field.

--HG--
branch : HEAD

17 years agomail_get_flags/keywords() now returns updated values if they've been changed within...
Timo Sirainen [Sun, 14 Dec 2008 05:19:48 +0000 (07:19 +0200)] 
mail_get_flags/keywords() now returns updated values if they've been changed within transaction.

--HG--
branch : HEAD

17 years agotransaction view: Allow looking up multiple ext datas for the same message without...
Timo Sirainen [Sun, 14 Dec 2008 04:51:04 +0000 (06:51 +0200)] 
transaction view: Allow looking up multiple ext datas for the same message without breaking.

--HG--
branch : HEAD

17 years agoReplaced literal "keywords" strings with a macro.
Timo Sirainen [Sun, 14 Dec 2008 04:38:24 +0000 (06:38 +0200)] 
Replaced literal "keywords" strings with a macro.

--HG--
branch : HEAD

17 years agoimap/pop3 proxy: Support master user logins.
Timo Sirainen [Sun, 14 Dec 2008 03:46:31 +0000 (05:46 +0200)] 
imap/pop3 proxy: Support master user logins.

--HG--
branch : HEAD

17 years agoDon't add config.h to tarball in make dist.
Timo Sirainen [Sun, 14 Dec 2008 02:57:23 +0000 (04:57 +0200)] 
Don't add config.h to tarball in make dist.

--HG--
branch : HEAD

17 years agovar_expand(): Added support for long %{variable} names.
Timo Sirainen [Sat, 13 Dec 2008 16:04:55 +0000 (18:04 +0200)] 
var_expand(): Added support for long %{variable} names.

--HG--
branch : HEAD

17 years agoUpdated ssl_listen and ssl_disable comments.
Timo Sirainen [Sat, 13 Dec 2008 15:12:46 +0000 (17:12 +0200)] 
Updated ssl_listen and ssl_disable comments.

--HG--
branch : HEAD

17 years agoMaildir++ quota: Directory mtimes weren't properly kept track of when recalculating...
Timo Sirainen [Sat, 13 Dec 2008 13:49:25 +0000 (15:49 +0200)] 
Maildir++ quota: Directory mtimes weren't properly kept track of when recalculating quota.

--HG--
branch : HEAD

17 years agommap_disable=yes: Opening index always tried to read it from transaction log.
Timo Sirainen [Sat, 13 Dec 2008 13:22:34 +0000 (15:22 +0200)] 
mmap_disable=yes: Opening index always tried to read it from transaction log.
This caused more disk I/O than necessary.

--HG--
branch : HEAD

17 years agoCheck mail_set_uid() return value properly.
Timo Sirainen [Sat, 13 Dec 2008 13:01:21 +0000 (15:01 +0200)] 
Check mail_set_uid() return value properly.

--HG--
branch : HEAD

17 years agoexpunged and has(_no)_nuls status wasn't reset when switching between mails.
Timo Sirainen [Sat, 13 Dec 2008 12:59:39 +0000 (14:59 +0200)] 
expunged and has(_no)_nuls status wasn't reset when switching between mails.
This may have caused Dovecot to wrongly assume that a mail was expunged if
the previous one was.

--HG--
branch : HEAD

17 years agodeliver: If -a parameter isn't given, fallback to Envelope-To: header and user@hostname.
Timo Sirainen [Sat, 13 Dec 2008 12:28:28 +0000 (14:28 +0200)] 
deliver: If -a parameter isn't given, fallback to Envelope-To: header and user@hostname.

--HG--
branch : HEAD

17 years agodeliver: Allow overriding a boolean setting to "no" in protocol lda section.
Timo Sirainen [Sat, 13 Dec 2008 11:59:56 +0000 (13:59 +0200)] 
deliver: Allow overriding a boolean setting to "no" in protocol lda section.

--HG--
branch : HEAD

17 years agoAdded env_remove().
Timo Sirainen [Sat, 13 Dec 2008 11:53:26 +0000 (13:53 +0200)] 
Added env_remove().

--HG--
branch : HEAD

17 years agoPOP3: A bit more code for handling nicely unsupported auth mechanisms.
Timo Sirainen [Sat, 13 Dec 2008 11:19:03 +0000 (13:19 +0200)] 
POP3: A bit more code for handling nicely unsupported auth mechanisms.

--HG--
branch : HEAD

17 years agoDon't crash if trying to use an unsupported auth mechanism.
Timo Sirainen [Sat, 13 Dec 2008 11:16:54 +0000 (13:16 +0200)] 
Don't crash if trying to use an unsupported auth mechanism.

--HG--
branch : HEAD

17 years agoDie if trying to sync mailbox while transactions are open.
Timo Sirainen [Sat, 13 Dec 2008 10:52:53 +0000 (12:52 +0200)] 
Die if trying to sync mailbox while transactions are open.

--HG--
branch : HEAD

17 years agoSorting messages was completely broken.
Timo Sirainen [Sat, 13 Dec 2008 10:52:19 +0000 (12:52 +0200)] 
Sorting messages was completely broken.

--HG--
branch : HEAD

17 years agoCrashfix to previous message parsing error handling changes.
Timo Sirainen [Sat, 13 Dec 2008 10:41:46 +0000 (12:41 +0200)] 
Crashfix to previous message parsing error handling changes.

--HG--
branch : HEAD

17 years agoCrashfix to handling missing transaction logs.
Timo Sirainen [Sat, 13 Dec 2008 10:38:43 +0000 (12:38 +0200)] 
Crashfix to handling missing transaction logs.

--HG--
branch : HEAD

17 years agombox: Don't cache mbox state after it has been unlocked.
Timo Sirainen [Sat, 13 Dec 2008 09:21:21 +0000 (11:21 +0200)] 
mbox: Don't cache mbox state after it has been unlocked.

--HG--
branch : HEAD

17 years agombox locking fixes.
Timo Sirainen [Sat, 13 Dec 2008 08:36:13 +0000 (10:36 +0200)] 
mbox locking fixes.

--HG--
branch : HEAD

17 years agombox: Added a new index header where dirtyness state is stored.
Timo Sirainen [Sat, 13 Dec 2008 07:38:52 +0000 (09:38 +0200)] 
mbox: Added a new index header where dirtyness state is stored.
This also fixes a bug where sync_size wasn't updated in header when mbox was
marked dirty, causing other parts of code to assume wrong file size and
return wrong size for the last message and/or cause "Next message
unexpectedly lost" errors.

--HG--
branch : HEAD

17 years agoMessage parsing/reading: If read returns failure, don't ignore the error.
Timo Sirainen [Sat, 13 Dec 2008 06:36:59 +0000 (08:36 +0200)] 
Message parsing/reading: If read returns failure, don't ignore the error.

--HG--
branch : HEAD

17 years agoi_stream_raw_mbox_read(): If we already detected corruption, return failure instead...
Timo Sirainen [Sat, 13 Dec 2008 06:36:16 +0000 (08:36 +0200)] 
i_stream_raw_mbox_read(): If we already detected corruption, return failure instead of assert-crashing.

--HG--
branch : HEAD

17 years agovirtual: Fixed to work with recent changes.
Timo Sirainen [Mon, 8 Dec 2008 16:44:31 +0000 (18:44 +0200)] 
virtual: Fixed to work with recent changes.

--HG--
branch : HEAD

17 years agoUse "foreign" automake option so it doesn't complain about missing ChangeLog.
Timo Sirainen [Sat, 6 Dec 2008 21:55:10 +0000 (23:55 +0200)] 
Use "foreign" automake option so it doesn't complain about missing ChangeLog.

--HG--
branch : HEAD

17 years agoPrevious "Unknown setting" in passdb check changes were a bit broken.
Timo Sirainen [Sat, 6 Dec 2008 18:42:29 +0000 (20:42 +0200)] 
Previous "Unknown setting" in passdb check changes were a bit broken.

--HG--
branch : HEAD

17 years agoChanged imap-resp-code [ACL] to [NOPERM], which it will be in the next draft.
Timo Sirainen [Sat, 6 Dec 2008 17:11:22 +0000 (19:11 +0200)] 
Changed imap-resp-code [ACL] to [NOPERM], which it will be in the next draft.

--HG--
branch : HEAD

17 years agoChanged error messages.
Timo Sirainen [Sat, 6 Dec 2008 05:47:21 +0000 (07:47 +0200)] 
Changed error messages.

--HG--
branch : HEAD

17 years agofts-solr: Minor bugfix
Timo Sirainen [Fri, 5 Dec 2008 22:21:07 +0000 (00:21 +0200)] 
fts-solr: Minor bugfix

--HG--
branch : HEAD

17 years agoImproved "Permission denied" error handling. It'll now show also the uid/gid name.
Timo Sirainen [Fri, 5 Dec 2008 22:20:02 +0000 (00:20 +0200)] 
Improved "Permission denied" error handling. It'll now show also the uid/gid name.
Also moved the code to mail-error.c and used it when listing mailboxes.

--HG--
branch : HEAD

17 years agoconfigure: Handle --with-*=* consistently and give better error messages.
Timo Sirainen [Fri, 5 Dec 2008 22:08:01 +0000 (00:08 +0200)] 
configure: Handle --with-*=* consistently and give better error messages.

--HG--
branch : HEAD

17 years agoUpdated comment about shared namespaces.
Timo Sirainen [Fri, 5 Dec 2008 19:16:15 +0000 (21:16 +0200)] 
Updated comment about shared namespaces.

--HG--
branch : HEAD

17 years agoRemoved a comment about namespaces not working with LDA.
Timo Sirainen [Fri, 5 Dec 2008 19:13:13 +0000 (21:13 +0200)] 
Removed a comment about namespaces not working with LDA.

--HG--
branch : HEAD

17 years agomy_vsnprintf() implementation was broken (for old non-C99 compliant OSes)
Timo Sirainen [Wed, 3 Dec 2008 00:25:11 +0000 (02:25 +0200)] 
my_vsnprintf() implementation was broken (for old non-C99 compliant OSes)

--HG--
branch : HEAD

17 years agoFail if trying to give unknown parameters to passdb/userdb.
Timo Sirainen [Tue, 2 Dec 2008 17:24:57 +0000 (19:24 +0200)] 
Fail if trying to give unknown parameters to passdb/userdb.
Also changed error messages to be consistent.

--HG--
branch : HEAD

17 years agoIf only userdb prefetch is defined and userdb lookup is tried, give a better error...
Timo Sirainen [Tue, 2 Dec 2008 17:11:49 +0000 (19:11 +0200)] 
If only userdb prefetch is defined and userdb lookup is tried, give a better error message.

--HG--
branch : HEAD

17 years agoFixed "alias_for points to unknown namespace" error handling.
Timo Sirainen [Tue, 2 Dec 2008 17:00:06 +0000 (19:00 +0200)] 
Fixed "alias_for points to unknown namespace" error handling.

--HG--
branch : HEAD

17 years agoautocreate plugin: If mail_debug=yes, log the reason why mailbox creation fails.
Timo Sirainen [Sun, 30 Nov 2008 22:04:27 +0000 (00:04 +0200)] 
autocreate plugin: If mail_debug=yes, log the reason why mailbox creation fails.

--HG--
branch : HEAD

17 years agoIncreased search_nonblock() to go through 50 messages at a time.
Timo Sirainen [Sun, 30 Nov 2008 14:29:17 +0000 (16:29 +0200)] 
Increased search_nonblock() to go through 50 messages at a time.

--HG--
branch : HEAD

17 years agofts: Hide "Searching .." notify while indexing.
Timo Sirainen [Sun, 30 Nov 2008 14:28:46 +0000 (16:28 +0200)] 
fts: Hide "Searching .." notify while indexing.

--HG--
branch : HEAD

17 years agoGive more correct "* OK searched n%" notifications with fts and virtual mailboxes.
Timo Sirainen [Sun, 30 Nov 2008 13:57:41 +0000 (15:57 +0200)] 
Give more correct "* OK searched n%" notifications with fts and virtual mailboxes.

--HG--
branch : HEAD

17 years agofts: Don't crash if using both X-TEXT-FAST and TEXT in the same query without substr...
Timo Sirainen [Sun, 30 Nov 2008 13:49:42 +0000 (15:49 +0200)] 
fts: Don't crash if using both X-TEXT-FAST and TEXT in the same query without substr fts.

--HG--
branch : HEAD

17 years agofts-solr: In filter queries use "+" prefixes to require all the parameters to match.
Timo Sirainen [Sun, 30 Nov 2008 13:44:19 +0000 (15:44 +0200)] 
fts-solr: In filter queries use "+" prefixes to require all the parameters to match.

--HG--
branch : HEAD

17 years agoioloop: 0 ms timeouts could still have caused infinite looping.
Timo Sirainen [Sun, 30 Nov 2008 13:04:29 +0000 (15:04 +0200)] 
ioloop: 0 ms timeouts could still have caused infinite looping.

--HG--
branch : HEAD

17 years agoAvoid integer overflows when calculating with very large timeout values.
Timo Sirainen [Sun, 30 Nov 2008 02:20:18 +0000 (04:20 +0200)] 
Avoid integer overflows when calculating with very large timeout values.

--HG--
branch : HEAD

17 years agombox: If mailbox is deleted under us, try to avoid logging errors.
Timo Sirainen [Sun, 30 Nov 2008 02:03:20 +0000 (04:03 +0200)] 
mbox: If mailbox is deleted under us, try to avoid logging errors.

--HG--
branch : HEAD

17 years agomail_user_get_home() looked up user's home directory from userdb even if was already...
Timo Sirainen [Sun, 30 Nov 2008 00:45:12 +0000 (02:45 +0200)] 
mail_user_get_home() looked up user's home directory from userdb even if was already known.

--HG--
branch : HEAD

17 years agoAdded alias_for setting for namespaces. Fixes namespace issues with fts.
Timo Sirainen [Sun, 30 Nov 2008 00:09:16 +0000 (02:09 +0200)] 
Added alias_for setting for namespaces. Fixes namespace issues with fts.

--HG--
branch : HEAD

17 years agofts: Added support for handling multiple namespaces.
Timo Sirainen [Sat, 29 Nov 2008 23:27:19 +0000 (01:27 +0200)] 
fts: Added support for handling multiple namespaces.

--HG--
branch : HEAD

17 years agoidxview: Decode virtual extension records.
Timo Sirainen [Sat, 29 Nov 2008 23:26:36 +0000 (01:26 +0200)] 
idxview: Decode virtual extension records.

--HG--
branch : HEAD

17 years agoFixed searching in virtual mailboxes.
Timo Sirainen [Sat, 29 Nov 2008 21:15:24 +0000 (23:15 +0200)] 
Fixed searching in virtual mailboxes.

--HG--
branch : HEAD

17 years agofts: Cache "last indexed uid" lookups as long as new messages aren't added to mailbox.
Timo Sirainen [Sat, 29 Nov 2008 20:52:54 +0000 (22:52 +0200)] 
fts: Cache "last indexed uid" lookups as long as new messages aren't added to mailbox.

--HG--
branch : HEAD

17 years agoFinished making full text search indexes work fast with virtual mailboxes.
Timo Sirainen [Sat, 29 Nov 2008 20:39:44 +0000 (22:39 +0200)] 
Finished making full text search indexes work fast with virtual mailboxes.

--HG--
branch : HEAD

17 years agofts-solr: Don't break if mailbox name contains '&' characters.
Timo Sirainen [Sat, 29 Nov 2008 20:39:04 +0000 (22:39 +0200)] 
fts-solr: Don't break if mailbox name contains '&' characters.

--HG--
branch : HEAD

17 years agofts-solr: Use '!' as escape character in usernames. Escape '/' and '!'.
Timo Sirainen [Sat, 29 Nov 2008 17:24:59 +0000 (19:24 +0200)] 
fts-solr: Use '!' as escape character in usernames. Escape '/' and '!'.

--HG--
branch : HEAD

17 years agofts-solr: Keep last_uid field updated containing the mailbox's last added UID.
Timo Sirainen [Sat, 29 Nov 2008 17:03:04 +0000 (19:03 +0200)] 
fts-solr: Keep last_uid field updated containing the mailbox's last added UID.
Use the last_uid document for finding the last added UID instead of creating
a query with rows=1&sort=uid. It should be faster this way.

--HG--
branch : HEAD

17 years agoUpdated.
Timo Sirainen [Sun, 23 Nov 2008 22:53:36 +0000 (00:53 +0200)] 
Updated.

--HG--
branch : HEAD

17 years agoAdded tag 1.2.alpha4 for changeset f53952ac4285
Timo Sirainen [Sun, 23 Nov 2008 22:53:18 +0000 (00:53 +0200)] 
Added tag 1.2.alpha4 for changeset f53952ac4285

--HG--
branch : HEAD

17 years agoReleased v1.2.alpha4. 1.2.alpha4
Timo Sirainen [Sun, 23 Nov 2008 22:36:11 +0000 (00:36 +0200)] 
Released v1.2.alpha4.

--HG--
branch : HEAD

17 years agoUpdated
Timo Sirainen [Sun, 23 Nov 2008 22:34:49 +0000 (00:34 +0200)] 
Updated

--HG--
branch : HEAD

17 years agoCall next hook_mail_namespaces_created in correct order.
Timo Sirainen [Sun, 23 Nov 2008 22:08:03 +0000 (00:08 +0200)] 
Call next hook_mail_namespaces_created in correct order.

--HG--
branch : HEAD

17 years agolistescape plugin wasn't calling next hook_mail_namespaces_created.
Timo Sirainen [Sun, 23 Nov 2008 22:06:15 +0000 (00:06 +0200)] 
listescape plugin wasn't calling next hook_mail_namespaces_created.

--HG--
branch : HEAD

17 years agoAdded a note about !include_try to ssl_key_password in dovecot-example.conf
Timo Sirainen [Sun, 23 Nov 2008 21:54:26 +0000 (23:54 +0200)] 
Added a note about !include_try to ssl_key_password in dovecot-example.conf

--HG--
branch : HEAD

17 years agoInitial support for getting full text search working nicely with virtual mailboxes.
Timo Sirainen [Sun, 23 Nov 2008 01:59:55 +0000 (03:59 +0200)] 
Initial support for getting full text search working nicely with virtual mailboxes.

--HG--
branch : HEAD

17 years agoOptimized searching with virtual mailboxes.
Timo Sirainen [Sun, 23 Nov 2008 00:40:09 +0000 (02:40 +0200)] 
Optimized searching with virtual mailboxes.
Instead of going through the messages in the virtual mailbox order, go them
through one mailbox at a time and in ascending message order within that
mailbox.

--HG--
branch : HEAD

17 years agoAdded wanted_fields and wanted_headers fields to struct mail_search_context.
Timo Sirainen [Sun, 23 Nov 2008 00:37:23 +0000 (02:37 +0200)] 
Added wanted_fields and wanted_headers fields to struct mail_search_context.

--HG--
branch : HEAD

17 years agoMoved search update result checks to search_next_update_seq().
Timo Sirainen [Sun, 23 Nov 2008 00:36:55 +0000 (02:36 +0200)] 
Moved search update result checks to search_next_update_seq().

--HG--
branch : HEAD

17 years agoSorting: Don't break if search code adds sequences in random order.
Timo Sirainen [Sun, 23 Nov 2008 00:36:08 +0000 (02:36 +0200)] 
Sorting: Don't break if search code adds sequences in random order.

--HG--
branch : HEAD

17 years agoFix to previous search_next_update_seq change.
Timo Sirainen [Sat, 22 Nov 2008 23:59:35 +0000 (01:59 +0200)] 
Fix to previous search_next_update_seq change.

--HG--
branch : HEAD

17 years agoFixed crashing with virtual mailboxes.
Timo Sirainen [Sat, 22 Nov 2008 23:47:30 +0000 (01:47 +0200)] 
Fixed crashing with virtual mailboxes.

--HG--
branch : HEAD

17 years agomail_storage.search_next_update_seq returns now bool. It was never failing.
Timo Sirainen [Sat, 22 Nov 2008 21:53:00 +0000 (23:53 +0200)] 
mail_storage.search_next_update_seq returns now bool. It was never failing.

--HG--
branch : HEAD

17 years agoLinux/Solaris NFS: if there are no locks, try flushing data cache by flushing attr...
Timo Sirainen [Fri, 21 Nov 2008 20:57:50 +0000 (22:57 +0200)] 
Linux/Solaris NFS: if there are no locks, try flushing data cache by flushing attr cache.

--HG--
branch : HEAD

17 years agoAuth workers: Don't assert-crash when process's idle timeout hits.
Timo Sirainen [Fri, 21 Nov 2008 20:40:48 +0000 (22:40 +0200)] 
Auth workers: Don't assert-crash when process's idle timeout hits.

--HG--
branch : HEAD

17 years agoAuth workers: Use the correct lookup timeout.
Timo Sirainen [Fri, 21 Nov 2008 20:40:03 +0000 (22:40 +0200)] 
Auth workers: Use the correct lookup timeout.

--HG--
branch : HEAD

17 years agoFixed deleting control directory when it wasn't the same as index directory.
Timo Sirainen [Fri, 21 Nov 2008 19:29:44 +0000 (21:29 +0200)] 
Fixed deleting control directory when it wasn't the same as index directory.

--HG--
branch : HEAD

17 years agoChanged mail_user refcounting to fix deinitialization.
Timo Sirainen [Fri, 21 Nov 2008 19:19:16 +0000 (21:19 +0200)] 
Changed mail_user refcounting to fix deinitialization.

--HG--
branch : HEAD

17 years agoExpire plugin works now with multiple struct mail_users.
Timo Sirainen [Fri, 21 Nov 2008 17:56:42 +0000 (19:56 +0200)] 
Expire plugin works now with multiple struct mail_users.

--HG--
branch : HEAD

17 years agoQuota works now properly with shared mailboxes.
Timo Sirainen [Fri, 21 Nov 2008 17:45:57 +0000 (19:45 +0200)] 
Quota works now properly with shared mailboxes.

--HG--
branch : HEAD

17 years agodict quota: Don't fail quota calculation if some mailboxes aren't accessible.
Timo Sirainen [Fri, 21 Nov 2008 17:45:22 +0000 (19:45 +0200)] 
dict quota: Don't fail quota calculation if some mailboxes aren't accessible.

--HG--
branch : HEAD

17 years agomailbox_open() now takes struct mail_storage ** so it can be changed.
Timo Sirainen [Fri, 21 Nov 2008 17:24:04 +0000 (19:24 +0200)] 
mailbox_open() now takes struct mail_storage ** so it can be changed.

--HG--
branch : HEAD

17 years agomail_user_*() now handles home directory lookups when necessary.
Timo Sirainen [Fri, 21 Nov 2008 16:32:02 +0000 (18:32 +0200)] 
mail_user_*() now handles home directory lookups when necessary.
Namespace owner is now a pointer to struct mail_user rather than a string.

--HG--
branch : HEAD

17 years agoacl: Update acl_dict correctly also for other visible users' shared namespaces.
Timo Sirainen [Fri, 21 Nov 2008 15:41:59 +0000 (17:41 +0200)] 
acl: Update acl_dict correctly also for other visible users' shared namespaces.

--HG--
branch : HEAD

17 years agoAdded namespace owner username to struct mail_namespace.
Timo Sirainen [Fri, 21 Nov 2008 15:41:30 +0000 (17:41 +0200)] 
Added namespace owner username to struct mail_namespace.

--HG--
branch : HEAD

17 years agoacl: Crashfix.
Timo Sirainen [Fri, 21 Nov 2008 15:21:56 +0000 (17:21 +0200)] 
acl: Crashfix.

--HG--
branch : HEAD

17 years agodovecot-example.conf: Added acl_dict example.
Timo Sirainen [Fri, 21 Nov 2008 15:15:08 +0000 (17:15 +0200)] 
dovecot-example.conf: Added acl_dict example.

--HG--
branch : HEAD

17 years agoAdded an example shared namespace.
Timo Sirainen [Fri, 21 Nov 2008 15:08:58 +0000 (17:08 +0200)] 
Added an example shared namespace.

--HG--
branch : HEAD

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