summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/acl_util.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05CVE-2023-0614 s4-acl: Make some parameters constJoseph Sutton1-2/+2
2023-04-05CVE-2023-0614 s4:dsdb: Use talloc_get_type_abort() more consistentlyJoseph Sutton1-1/+1
2022-09-16CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova1-12/+32
2022-03-30s4:dsdb/descriptor: pass parent guid to dsdb_module_schedule_sd_propagation()Stefan Metzmacher1-0/+2
2021-11-09CVE-2020-25722: s4-acl: Make sure Control Access Rights honor the Applies-to ...Nadezhda Ivanova1-0/+40
2020-06-13dsdb/mod/acl_util: do not deref NULL sd_flags controlDouglas Bagnall1-1/+1
2020-01-21CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett1-2/+2
2018-06-09dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer1-3/+9
2013-02-22dsdb-descriptor: Spell out security descriptor flags as constantsAndrew Bartlett1-1/+1
2013-01-23dsdb-acl: remove unused variableStefan Metzmacher1-1/+0
2013-01-21libcli/security: handle node initialisation in one spot in insert_in_object_t...Andrew Bartlett1-8/+8
2013-01-21dsdb-acl: Use the structural objectClass in acl_check_access_on_attribute()Andrew Bartlett1-16/+16
2013-01-21dsdb-acl: Pass the structural objectClass into acl_check_access_on_attributeAndrew Bartlett1-1/+2
2013-01-21dsdb-acl: add acl_check_access_on_objectclass() helperStefan Metzmacher1-0/+39
2013-01-21dsdb-acl: attr is not optional to acl_check_access_on_attribute()Stefan Metzmacher1-25/+24
2012-11-30s4:dsdb/acl_util: add dsdb_module_schedule_sd_propagation()Stefan Metzmacher1-0/+29
2012-11-30s4:dsdb/acl_util: add dsdb_request_sd_flags() helper functionStefan Metzmacher1-0/+37
2012-11-30s4:dsdb/acl_util: do helper searches AS_SYSTEMStefan Metzmacher1-0/+1
2011-08-26s4-dsdb Return ACL errors as ldb_errstring()Andrew Bartlett1-1/+3
2011-08-25s4-dsdb: removed unused function in ACL moduleAndrew Tridgell1-39/+0
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-2/+2
2011-01-17s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell1-3/+7
2010-12-06s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer1-10/+15
2010-10-10dsdb/modules: Split up helpers a bit to prevent recursive dependencies.Jelmer Vernooij1-61/+0
2010-10-03s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer1-2/+2
2010-09-26s4-dsdb: Added a function to check access on a particular object by its guidNadezhda Ivanova1-0/+37
2010-09-26s4-dsdb: Moved some helper functions to a separate fileNadezhda Ivanova1-0/+255