summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/dsdb_access.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-16s4:Replaced dsdb_get_dom_sid_from_ldb_message() with samdb_result_dom_sid()Nadezhda Ivanova1-31/+2
2010-03-12Split the dsdb_access_check_on_dn.Nadezhda Ivanova1-36/+49
Split the dsdb_access_check_on_dn so it can be reused for checks from both within the module stack and outside it.
2010-03-12Moved access_check_on_dn from acl module as an utility.Nadezhda Ivanova1-0/+181
Made this an utility function so it can be used for access checking outside of the acl ldb module, such as checking validated writes and control access rights in other protocols (e. g drs)