summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules/objectclass.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...Matthias Dieter Wallnöfer2012-04-111-217/+36
* s4:dsdb - enhance "get_last_structural_class()" for optimisationsMatthias Dieter Wallnöfer2012-03-261-3/+5
* s4:objectclass LDB module - fix up the sorting in respect to structural or 88...Matthias Dieter Wallnöfer2012-03-261-4/+18
* s4:objectclass LDB module - clean up "objectclass_sort()"Matthias Dieter Wallnöfer2012-03-261-24/+13
* s4-dsdb: Relax the conditions where we can't do a subtree deleteMatthieu Patou2011-12-191-1/+19
* s4:objectclass LDB module - objectclass modify op. - remove superflous "tallo...Matthias Dieter Wallnöfer2011-10-271-8/+4
* s4:objectclass LDB module - objectclass modify operationsMatthias Dieter Wallnöfer2011-10-271-95/+32
* s4:objectclass LDB module - forbid to add unrelated objectclassesMatthias Dieter Wallnöfer2011-10-271-0/+61
* s4:objectclass LDB module - "objectclass_add" - small optimisationMatthias Dieter Wallnöfer2011-10-271-4/+2
* s4:objectclass LDB module - "check_rodc_ntdsdsa_add"Matthias Dieter Wallnöfer2011-10-271-1/+1
* s4:objectclass LDB module - update copyrightMatthias Dieter Wallnöfer2011-10-271-1/+1
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s4-dsdb: Improve the calculation of system flags according to 3.1.1.5.2.4Matthieu Patou2011-07-261-2/+3
* s4-dsdb: Use controls provided during the request while searching for object ...Matthieu Patou2011-07-211-1/+13
* s4:objectclass LDB module - "ldb_msg_sanity_check" call not really neededMatthias Dieter Wallnöfer2011-04-071-5/+0
* s4:objectclass LDB module - fix a comment - add a ")"Matthias Dieter Wallnöfer2011-04-071-1/+1
* Revert "s4:objectclass LDB module - if we cannot find DN's parent then the DN...Matthias Dieter Wallnöfer2011-03-041-3/+1
* s4:objectclass LDB module - fix a commentMatthias Dieter Wallnöfer2011-03-041-1/+1
* s4:objectclass LDB module - if we cannot find DN's parent then the DN itself ...Matthias Dieter Wallnöfer2011-03-041-1/+3
* Fix some typesJelmer Vernooij2011-02-281-4/+4
* s4:dsdb/samdb/ldb_modules/objectclass.c - move LSA specific object checks int...Matthias Dieter Wallnöfer2011-01-251-31/+0
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-4/+4
* s4:objectclass LDB module - simply use "msg" when requesting the messageMatthias Dieter Wallnöfer2010-11-261-2/+2
* s4:objectclass LDB module - move the "mem_ctx" allocation to a better placeMatthias Dieter Wallnöfer2010-11-261-7/+6
* s4-dsdb Reorganise and clarify the LSA objectClass check (forbidden on LDAP)Andrew Bartlett2010-11-261-15/+28
* s4-objectclass Use a specific local variable name, not 'value'Andrew Bartlett2010-11-261-4/+5
* s4:lsa RPC server / objectclass LDB module - fix the creation of trusted doma...Matthias Dieter Wallnöfer2010-11-251-7/+1
* s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control is...Matthias Dieter Wallnöfer2010-11-241-3/+7
* s4:objectclass LDB module - move one checks into the "objectclass derivation ...Matthias Dieter Wallnöfer2010-11-241-11/+17
* s4:objectclass LDB module - some more or less cosmetic return value macro cha...Matthias Dieter Wallnöfer2010-11-241-14/+22
* s4:objectclass LDB module - the "olddn" is the special DN for rename requestsMatthias Dieter Wallnöfer2010-11-161-1/+1
* s4:objectclass LDB module - free "nc_root" after name context comparisonsMatthias Dieter Wallnöfer2010-11-161-0/+2
* s4:objectclass LDB module - improve the default name context checking on modi...Matthias Dieter Wallnöfer2010-11-151-16/+12
* s4:objectclass LDB module - implement the "objectClass" change restrictions o...Matthias Dieter Wallnöfer2010-11-151-0/+25
* s4:objectclass LDB module - multiple "objectClass" change elements are unfort...Matthias Dieter Wallnöfer2010-11-131-161/+169
* s4:objectclass LDB module - we should not simply ignore additional "objectCla...Matthias Dieter Wallnöfer2010-11-121-2/+16
* s4:dsdb - proof against empty RDN values where expectedMatthias Dieter Wallnöfer2010-11-111-1/+3
* s4:objectclass LDB module - allow RDNs also to come from superclassesMatthias Dieter Wallnöfer2010-11-111-11/+39
* s4:objectclass LDB module - no idea why we'd need the "objectGUID" hereMatthias Dieter Wallnöfer2010-11-081-1/+1
* s4:objectclass LDB module - the structural objectclass has always to be speci...Matthias Dieter Wallnöfer2010-11-031-0/+6
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* s4-dsdb: register the DCPROMO_OID control with the rootdseAndrew Tridgell2010-10-191-0/+7
* s4:objectclass LDB module - implement the "isCriticalSystemObject" subtree de...Matthias Dieter Wallnöfer2010-10-161-1/+16
* s4:objectclass LDB module - deny the creation of "isCriticalSystemObject" ent...Matthias Dieter Wallnöfer2010-10-131-0/+9
* dsdb/modules: Split up helpers a bit to prevent recursive dependencies.Jelmer Vernooij2010-10-101-0/+1
* s4:objectclass LDB module - introduce allowed system flags restrictionMatthias Dieter Wallnöfer2010-10-031-6/+11
* s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-031-2/+3
* s4:objectclass LDB module - fix the "crossRef" delete protectionMatthias Dieter Wallnöfer2010-10-031-3/+9
* s4:objectclass LDB module - fix the delete behaviour of server containersMatthias Dieter Wallnöfer2010-10-031-2/+2