summaryrefslogtreecommitdiff
path: root/source4/libcli/security/object_tree.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett1-121/+0
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-11-05Version 1.0 of the directory service acls module.Nadezhda Ivanova1-43/+58
At this point, support for checks on LDAP add, delete, rename and modify. Old kludge_acl is still there to handle the searches. This module is synchronous as the async version was impossible to debug, will be converted to async after some user testing.
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-3/+3
2009-09-21Initial Implementation of the DS objects access checks.Nadezhda Ivanova1-0/+106
Currently disabled. The search will be greatly modified, also the object tree stuff will be simplified.