summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema/schema_set.c
Commit message (Expand)AuthorAgeFilesLines
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-301-3/+1
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-2/+2
* Fix failure to load the schema on read-only DB.Andrew Bartlett2008-09-121-23/+13
* Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett2008-09-111-16/+1
* Stop every ldb startup doing a write to the database.Andrew Bartlett2008-08-211-0/+7
* Set both attributes and indexes into the database on schema load.Andrew Bartlett2008-08-211-18/+142
* Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett2008-08-201-0/+49
* Split schema_init.c into smaller bits.Andrew Bartlett2008-08-201-0/+254