summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_set.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell1-29/+178
2009-03-05Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett1-1/+1
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-3/+1
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij1-2/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-2/+2
2008-09-12Fix failure to load the schema on read-only DB.Andrew Bartlett1-23/+13
2008-09-11Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett1-16/+1
2008-08-21Stop every ldb startup doing a write to the database.Andrew Bartlett1-0/+7
2008-08-21Set both attributes and indexes into the database on schema load.Andrew Bartlett1-18/+142
2008-08-20Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett1-0/+49
2008-08-20Split schema_init.c into smaller bits.Andrew Bartlett1-0/+254