summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/descriptor.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-27s4:dsdb: Use NULL SID constantJoseph Sutton1-1/+1
2023-01-31s4-dsdb: Schedule SD propegation only after successful renameAndrew Bartlett1-39/+95
2022-09-16CVE-2020-25720 s4:dsdb/descriptor: Validate owner SIDs written to security de...Joseph Sutton1-1/+92
2022-09-16CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova1-12/+89
2022-07-27CVE-2022-32746 ldb: Make use of functions for appending to an ldb_messageJoseph Sutton1-8/+2
2022-03-30s4:dsdb/descriptor: skip duplicates in descriptor_sd_propagation_object()Stefan Metzmacher1-5/+57
2022-03-30s4:dsdb/descriptor: sort descriptor_changes tree basedStefan Metzmacher1-3/+177
2022-03-30s4:dsdb/descriptor: pass parent guid to dsdb_module_schedule_sd_propagation()Stefan Metzmacher1-1/+42
2022-03-30s4:dsdb/descriptor: skip duplicates in descriptor_extended_sec_desc_propagati...Stefan Metzmacher1-9/+123
2022-03-30s4:dsdb/descriptor: add statistics for security descriptor propagationStefan Metzmacher1-1/+24
2022-03-30s4:dsdb/descriptor: split out struct descriptor_transactionStefan Metzmacher1-18/+27
2021-04-19dsdb: Slightly tune get_new_descriptor()Volker Lendecke1-3/+7
2020-01-21CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett1-147/+149
2020-01-21CVE-2019-14902 dsdb: Ensure we honour both change->force_self and change->for...Andrew Bartlett1-0/+7
2020-01-21CVE-2019-14902 dsdb: Add comments explaining why SD propagation needs to be d...Andrew Bartlett1-0/+7
2020-01-21CVE-2019-14902 dsdb: Explain that descriptor_sd_propagation_recursive() is pr...Andrew Bartlett1-0/+3
2018-06-09dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer1-1/+1
2018-05-12Fix spelling s/desriptor/descriptor/Mathieu Parent1-1/+1
2016-07-13dsdb: Improve debugging during SD recursion failureAndrew Bartlett1-1/+5
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-2/+2
2013-12-12s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2013-07-24dsdb-descriptor: Do not do a subtree search unless we have child entriesAndrew Bartlett1-1/+32
2013-02-22dsdb-descriptor: Avoid segfault copying an SD without an owner or groupAndrew Bartlett1-4/+12
2013-02-22dsdb-descriptor: Spell out security descriptor flags as constantsAndrew Bartlett1-1/+1
2013-01-27dsdb-descriptor: get_default_group() should always return the DAG sid (bug #9...Stefan Metzmacher1-5/+10
2012-12-11s4:dsdb/descriptor: pass object_list to create_security_descriptor()Stefan Metzmacher1-2/+13
2012-12-07s4:dsdb/descriptor: fix replication of NC headsStefan Metzmacher1-2/+2
2012-12-02s4:dsdb/descriptor: NULL out user_descriptor elements depending on the sd_flagsStefan Metzmacher1-0/+44
2012-11-30s4:dsdb/descriptor: inherit nTSecurityDescriptor changes to children (bug #8621)Stefan Metzmacher1-3/+17
2012-11-30s4:dsdb/descriptor: recalculate nTSecurityDescriptor after a rename (bug #8621)Stefan Metzmacher1-1/+18
2012-11-30s4:dsdb/descriptor: implement DSDB_EXTENDED_SEC_DESC_PROPAGATION_OIDStefan Metzmacher1-8/+395
2012-11-30s4:dsdb/descriptor: handle DSDB_CONTROL_SEC_DESC_PROPAGATION_OIDStefan Metzmacher1-5/+67
2012-11-30s4:dsdb/descriptor: the old nTSecurityDescriptor is always expected there on ...Stefan Metzmacher1-0/+3
2012-11-30s4:dsdb/descriptor: make explicit that we don't support MOD_DELETE on nTSecur...Stefan Metzmacher1-0/+11
2012-11-30s4:dsdb/descriptor: remove some nesting from descriptor_modifyStefan Metzmacher1-10/+10
2012-11-30s4:dsdb/descriptor: remove some unnecessary nestingStefan Metzmacher1-10/+8
2012-11-30s4:dsdb/descriptor: add some error checks to descriptor_{add,modify}Stefan Metzmacher1-0/+12
2012-11-30s4:dsdb/descriptor: remove support for unused LDB_CONTROL_RECALCULATE_SD_OIDStefan Metzmacher1-26/+1
2012-11-30s4:dsdb/descriptor: move special dn check to the start of descriptor_{add,mod...Stefan Metzmacher1-19/+21
2012-11-30s4:dsdb/descriptor: if the caller specifies no DACL/SACL the objects gets a d...Stefan Metzmacher1-1/+28
2012-11-30s4:dsdb/descriptor: give SYSTEM the correct default owner (group) sidStefan Metzmacher1-0/+6
2012-11-30s4:dsdb/descriptor: make it clear that the SD Flags are ignored on addStefan Metzmacher1-1/+7
2012-11-30s4:dsdb/descriptor: make use of dsdb_request_sd_flags()Stefan Metzmacher1-47/+15
2012-11-30s4:dsdb/descriptor: always use descriptor_search_callback if we return nTSecu...Stefan Metzmacher1-1/+12
2012-11-30s4:dsdb/descriptor: do searches for nTSecurityDescriptor AS_SYSTEM and with S...Stefan Metzmacher1-11/+12
2012-05-19s4-dsdb: allow modification of some deleted object if the show-deleted contro...Matthieu Patou1-4/+9
2012-04-11s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer1-3/+4
2012-04-11s4:dsdb - introduce a only constant-time "get_last_structural_class()" callMatthias Dieter Wallnöfer1-4/+2
2012-03-26s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett1-2/+2
2012-03-26s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer1-2/+4