Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-02 | major upgrade to the ldb attribute handling | Andrew Tridgell | 1 | -79/+66 | |
This is all working towards supporting the full WSPP schema without a major performance penalty. We now use binary searches when looking up classes and attributes. We also avoid the loop loading the attributes into ldb, by adding a hook to override the ldb attribute search function in a module. The attributes can thus be loaded once, and then saved as part of the global schema. Also added support for a few more key attribute syntaxes, as needed for the full schema. | |||||
2009-02-02 | s4:dsdb/schema: s/class/sclass | Stefan Metzmacher | 1 | -18/+18 | |
metze | |||||
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 1 | -19/+19 | |
2008-08-20 | Split schema_init.c into smaller bits. | Andrew Bartlett | 1 | -0/+344 | |
This should make schema manipulation a little easier to follow. Andrew Bartlett (This used to be commit 300ed83526e75d834bd23ddd1c1c26ebe2555e0f) |