summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema/schema_set.c
Commit message (Expand)AuthorAgeFilesLines
* s4-schema: fixed the sorting of schema attributesAndrew Tridgell2009-12-211-3/+9
* s4-schema: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-4/+4
* s4:schema Add the GUID to each defaultObjectCategory when loading from LDIFAndrew Bartlett2009-11-171-0/+49
* s4:dsdb/schema Allow a schema set when bound against a remote LDAP serverAndrew Bartlett2009-11-121-3/+3
* s4:dsdb/schema Simplify schema loading from ldb messagesAndrew Bartlett2009-11-121-36/+34
* s4:schema Add some error checking to the schema loadAndrew Bartlett2009-10-121-1/+4
* s4-dsdb: use DLIST_ADD() not DLIST_ADD_END()Andrew Tridgell2009-09-151-2/+2
* s4:schema Allow a schema load on an unconnected databaseAndrew Bartlett2009-08-171-5/+6
* s4:schema Provide a way to reference a loaded schema between ldbsAndrew Bartlett2009-08-171-11/+19
* use talloc with the global schema consistentlyAndrew Tridgell2009-08-071-1/+2
* Fix for schemaUpdateNow commandAnatoliy Atanasov2009-07-081-3/+3
* fixed the reference to the global_schemaAndrew Tridgell2009-07-011-2/+3
* Fix build with system LDB.Jelmer Vernooij2009-06-181-1/+1
* enable one-level indexing in sam.ldbAndrew Tridgell2009-05-281-0/+5
* Make the schema_inferiors generation code to compileAndrew Bartlett2009-04-081-0/+19
* s4:schema Don't free mem_ctx before it is initilisedAndrew Bartlett2009-04-031-1/+0
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-021-29/+178
* Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-051-1/+1
* 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