summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/descriptor.c
Commit message (Expand)AuthorAgeFilesLines
* dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer2018-06-091-1/+1
* Fix spelling s/desriptor/descriptor/Mathieu Parent2018-05-121-1/+1
* dsdb: Improve debugging during SD recursion failureAndrew Bartlett2016-07-131-1/+5
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-2/+2
* s4:dsdb fix compiler warningsChristian Ambach2013-12-121-1/+1
* dsdb-descriptor: Do not do a subtree search unless we have child entriesAndrew Bartlett2013-07-241-1/+32
* dsdb-descriptor: Avoid segfault copying an SD without an owner or groupAndrew Bartlett2013-02-221-4/+12
* dsdb-descriptor: Spell out security descriptor flags as constantsAndrew Bartlett2013-02-221-1/+1
* dsdb-descriptor: get_default_group() should always return the DAG sid (bug #9...Stefan Metzmacher2013-01-271-5/+10
* s4:dsdb/descriptor: pass object_list to create_security_descriptor()Stefan Metzmacher2012-12-111-2/+13
* s4:dsdb/descriptor: fix replication of NC headsStefan Metzmacher2012-12-071-2/+2
* s4:dsdb/descriptor: NULL out user_descriptor elements depending on the sd_flagsStefan Metzmacher2012-12-021-0/+44
* s4:dsdb/descriptor: inherit nTSecurityDescriptor changes to children (bug #8621)Stefan Metzmacher2012-11-301-3/+17
* s4:dsdb/descriptor: recalculate nTSecurityDescriptor after a rename (bug #8621)Stefan Metzmacher2012-11-301-1/+18
* s4:dsdb/descriptor: implement DSDB_EXTENDED_SEC_DESC_PROPAGATION_OIDStefan Metzmacher2012-11-301-8/+395
* s4:dsdb/descriptor: handle DSDB_CONTROL_SEC_DESC_PROPAGATION_OIDStefan Metzmacher2012-11-301-5/+67
* s4:dsdb/descriptor: the old nTSecurityDescriptor is always expected there on ...Stefan Metzmacher2012-11-301-0/+3
* s4:dsdb/descriptor: make explicit that we don't support MOD_DELETE on nTSecur...Stefan Metzmacher2012-11-301-0/+11
* s4:dsdb/descriptor: remove some nesting from descriptor_modifyStefan Metzmacher2012-11-301-10/+10
* s4:dsdb/descriptor: remove some unnecessary nestingStefan Metzmacher2012-11-301-10/+8
* s4:dsdb/descriptor: add some error checks to descriptor_{add,modify}Stefan Metzmacher2012-11-301-0/+12
* s4:dsdb/descriptor: remove support for unused LDB_CONTROL_RECALCULATE_SD_OIDStefan Metzmacher2012-11-301-26/+1
* s4:dsdb/descriptor: move special dn check to the start of descriptor_{add,mod...Stefan Metzmacher2012-11-301-19/+21
* s4:dsdb/descriptor: if the caller specifies no DACL/SACL the objects gets a d...Stefan Metzmacher2012-11-301-1/+28
* s4:dsdb/descriptor: give SYSTEM the correct default owner (group) sidStefan Metzmacher2012-11-301-0/+6
* s4:dsdb/descriptor: make it clear that the SD Flags are ignored on addStefan Metzmacher2012-11-301-1/+7
* s4:dsdb/descriptor: make use of dsdb_request_sd_flags()Stefan Metzmacher2012-11-301-47/+15
* s4:dsdb/descriptor: always use descriptor_search_callback if we return nTSecu...Stefan Metzmacher2012-11-301-1/+12
* s4:dsdb/descriptor: do searches for nTSecurityDescriptor AS_SYSTEM and with S...Stefan Metzmacher2012-11-301-11/+12
* s4-dsdb: allow modification of some deleted object if the show-deleted contro...Matthieu Patou2012-05-191-4/+9
* s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer2012-04-111-3/+4
* s4:dsdb - introduce a only constant-time "get_last_structural_class()" callMatthias Dieter Wallnöfer2012-04-111-4/+2
* s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()Andrew Bartlett2012-03-261-2/+2
* s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer2012-03-261-2/+4
* s4-dsdb: rework the NC detection for the descriptor calculationMatthieu Patou2011-11-161-12/+31
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* source4/dsdb/samdb: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-1/+1
* s4-descriptor: Fixed a typo in a comment and clarified it a bit.Nadezhda Ivanova2011-02-221-2/+2
* s4-descriptor: Fixed some missing curly braces.Nadezhda Ivanova2011-02-221-10/+13
* s4-descriptor: Fixed some compiler warnings.Nadezhda Ivanova2011-02-211-2/+2
* s4-descriptor: Removed unnecessary descriptor_change function and unused call...Nadezhda Ivanova2011-02-211-387/+0
* s4-descriptor: Replaced the async descriptor_change with synchronous descript...Nadezhda Ivanova2011-02-211-1/+149
* s4-descriptor: Replaced the synchronous descriptor_change with the synchronou...Nadezhda Ivanova2011-02-211-1/+108
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-2/+2
* Revert "s4-dsdb Don't talloc_free() ares on failure, as LDB might free it later"Andrew Bartlett2010-12-181-0/+1
* s4-dsdb Don't talloc_free() ares on failure, as LDB might free it laterAndrew Bartlett2010-12-161-1/+0
* s4-dsdb/descriptor: comment typoKamen Mazdrashki2010-12-021-1/+1
* s4:descriptor LDB module - also "get_default_ag" should make use of "dsdb_fin...Matthias Dieter Wallnöfer2010-11-161-12/+12
* s4:descriptor LDB module - handle the NCs in a more generic way by using "dsd...Matthias Dieter Wallnöfer2010-11-161-10/+22
* s4:descriptor LDB module - make more clear that special control entries never...Matthias Dieter Wallnöfer2010-11-161-0/+7