Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |