log src/plugins/acl/acl-api-private.h @ 12777:988e363ac17d

age author description
Fri, 04 Mar 2011 18:08:30 +0200 Timo Sirainen acl: Added acl_backend_nonowner_lookups_rebuild()
Fri, 04 Mar 2011 02:13:26 +0200 Timo Sirainen acl: Added doveadm plugin supporting acl get/set/rights commands.
Tue, 02 Jun 2009 22:30:28 -0400 Timo Sirainen Initial commit for making mail_storage:mailbox_list to be from 1:1 to n:n. HEAD
Fri, 20 Feb 2009 16:26:41 -0500 Timo Sirainen imap-acl: GETACL: Convert "owner" to the actual username whenever possible. HEAD
Sun, 16 Nov 2008 19:20:28 +0200 Timo Sirainen Initial support for LISTing users with shared mailboxes. HEAD
Sun, 16 Nov 2008 16:30:14 +0200 Timo Sirainen acl: When lookup ACLs are changed, make sure dovecot-acl-list is updated. HEAD
Sun, 16 Nov 2008 14:06:15 +0200 Timo Sirainen acl: Default owner rights override anyone/authenticated/group rights. HEAD
Sun, 16 Nov 2008 04:46:14 +0200 Timo Sirainen Added IMAP ACL commands with ability to modify ACLs. HEAD
Sun, 07 Sep 2008 15:18:29 +0300 Timo Sirainen acl: Fixed handling 'k' right. Although box/child creation was prevented, box/child/child wasn't. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Wed, 11 Apr 2007 22:33:37 +0300 Timo Sirainen Create dovecot-acl-list file that lists all mailboxes where non-owner has HEAD
Wed, 11 Apr 2007 14:02:31 +0300 Timo Sirainen acl_backend is now tied to mailbox_list instead of mail_storage. HEAD
Thu, 28 Dec 2006 16:47:38 +0200 Timo Sirainen If debug is enabled, log some debugging messages. Also cleaned up the code HEAD
Fri, 04 Aug 2006 19:28:28 +0300 Timo Sirainen If .DEFAULT file exists in global ACL root directory, use it as the default HEAD
Tue, 28 Feb 2006 14:38:20 +0200 Timo Sirainen Don't keep acl_objects permanently in memory. Moved cache validity information into cache records. Some other cleanups and fixes. HEAD
Mon, 27 Feb 2006 18:30:39 +0200 Timo Sirainen Added initial support for ACLs. Currently supports reading the ACLs from files. Since no proper support for shared folders exist yet, this is mostly intended to be used only for preventing users from fully accessing the mailboxes they'd otherwise have full access to. It anyway does support "master user" having different ACLs to mailboxes. HEAD