Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-09 | s4-dsdb: ensure we setup the dn_format field in schema attributes | Andrew Tridgell | 1 | -31/+0 | |
this ensures we setup dn_format when we do runtime schema changes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-04 | s4-dsdb: added dn_format attribute of a dsdb_attribute | Andrew Tridgell | 1 | -2/+5 | |
this is faster than string comparisons during searches at runtime Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-04 | s4-dsdb: setup a one_way_link attribute on schema attributes | Andrew Tridgell | 1 | -0/+28 | |
this allows us to quickly determine if a DN is a one way link Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2010-08-03 | s4-schema: More verbose error log when subClassOf is not found in schema | Kamen Mazdrashki | 1 | -1/+3 | |
Error message show failing classSchema object but not the specific value for the failure, which makes diagnostics by log files really hard. | |||||
2010-08-03 | s4: fix comment typos | Kamen Mazdrashki | 1 | -3/+3 | |
2010-03-07 | s4:schema - Change also here counters to "unsigned" where needed | Matthias Dieter Wallnöfer | 1 | -6/+6 | |
Counters which are used in the way "for (i = 0; array[i] != NULL; i++)" I modified to "unsigned" since for sure we don't want to have negative array indexes there. | |||||
2009-12-01 | s4:schema - Make some more (result) variables const and fix up warnings with ↵ | Matthias Dieter Wallnöfer | 1 | -49/+68 | |
"discard_const_p" | |||||
2009-11-17 | s4:dsdb/schema: let schema_supclasses() return the correct pointer | Stefan Metzmacher | 1 | -2/+2 | |
str_list_unique() changes the pointer via talloc_realloc(). metze | |||||
2009-10-12 | s4:schema Add some error checking to the schema load | Andrew Bartlett | 1 | -6/+21 | |
2009-10-03 | s4:schema_inferiors - Fix wrong check | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-10-03 | s4:dsdb add systemPossibleInferiors to schema code | Andrew Bartlett | 1 | -0/+20 | |
This allows us to figure out what the system can add, which will not be in possibleInferiors due to the systemOnly flag. Andrew Bartlett | |||||
2009-09-19 | Handle dsdb_class_by_lDAPDisplayName returned values in schema_inferiors.c | Anatoliy Atanasov | 1 | -0/+8 | |
2009-09-15 | s4:schema Add code to provide an index into the subClass tree | Andrew Bartlett | 1 | -1/+20 | |
In time, this should avoid the astounding (order) complexity of the objectclass sorting in objectclass.c eventually. Andrew Bartlett | |||||
2009-09-10 | s4/schema: don't crash if we don't have subClassOf | Andrew Tridgell | 1 | -2/+7 | |
2009-07-02 | fixed the pull of drs schema elements | Andrew Tridgell | 1 | -0/+79 | |
The previous code incorrectly assumed that attributes such as subClassOf come over the wire as strings. In fact they come over as 32 bit integers which refer to goversIDs. We have to post-process these as it sometimes happens that a governsID comes over the wire before the record that defines what it means. | |||||
2009-05-14 | dsdb:schema Use str_list_make_empty() to create an empty list | Andrew Bartlett | 1 | -5/+5 | |
2009-04-09 | make the memory usage of possibleInferiors much more efficient | Andrew Tridgell | 1 | -20/+31 | |
2009-04-09 | fixed the possibleInferiors calculation so it now passes the test | Andrew Tridgell | 1 | -26/+28 | |
We are probably still using more memory here than we need to. That needs to be looked at. | |||||
2009-04-08 | Make the schema_inferiors generation code to compile | Andrew Bartlett | 1 | -69/+74 | |
Sadly it still segfaults at this stage Andrew Bartlett | |||||
2009-04-07 | first cut at a C version of the possible inferiors code | Andrew Tridgell | 1 | -0/+172 | |