summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema/schema_set.c
Commit message (Expand)AuthorAgeFilesLines
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-dsdb_schema: Seize using global_schema when referencing new schema for an LDBKamen Mazdrashki2010-12-151-0/+6
* torture/becomedc: Add test for global schema, use samdb_connect().Jelmer Vernooij2010-10-121-1/+6
* s4-dsdb: Make dsdb_setup_sorted_accessors() publicKamen Mazdrashki2010-10-101-2/+2
* s4-dsdb: fix attributes_by_msDS_IntId index sortingKamen Mazdrashki2010-08-111-1/+5
* s4-dsdb: use ldb_msg_normalize() in source4/dsdb/schema/schema_set.cKamen Mazdrashki2010-07-191-5/+4
* s4-dsdb/schema/schema_set.c: fix trailing spaces and comments spellingKamen Mazdrashki2010-07-191-30/+38
* s4-dsdb: use ldb_msg_difference() in source4/dsdb/schema/schema_set.cKamen Mazdrashki2010-07-191-2/+10
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-7/+6
* s4:schema_set.c - Fix a commentMatthias Dieter Wallnöfer2010-07-031-1/+2
* s4:dsdb_schema_set_attributes - remove unneeded filter criteriasMatthias Dieter Wallnöfer2010-07-031-2/+4
* s4:schema_set.c - fix typoMatthias Dieter Wallnöfer2010-07-031-1/+3
* s4/schema: remove unnecessary deletion of dsdb_schema cached pointerAnatoliy Atanasov2010-07-021-3/+0
* s4:dsdb Ensure we free old schema copiesAndrew Bartlett2010-07-021-6/+25
* s4:schema/schema_set.c - free LDB message diffsAnatoliy Atanasov2010-06-301-0/+2
* s4/dsdb: msg_idx->dn should be allocated in msg_idx mem contextKamen Mazdrashki2010-06-211-1/+1
* s4/dsdb: Move schema accessors cleanup in separate functionKamen Mazdrashki2010-06-211-18/+21
* s4/dsdb-schema: Index attributes on msDS-IntId valueKamen Mazdrashki2010-06-211-2/+23
* s4:dsdb Simplfy match of objectclass in dsdb_schema_set_el_from_ldb_msgAndrew Bartlett2010-06-121-17/+4
* s4:dsdb Put back the reference and set_attributes in dsdb_reference_schemaAndrew Bartlett2010-06-121-0/+9
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* s4/dsdb: Use default schemaInfo value when no such value is givenKamen Mazdrashki2010-04-291-4/+1
* s4/dsdb: Let caller to control if valid invocationId is critical or zero-guid...Kamen Mazdrashki2010-04-091-1/+1
* s4/dsdb: Use dsdb_schema_info object to create default schemaInfo valuesKamen Mazdrashki2010-04-091-4/+6
* s4:dsdb Rework schema loading and add schema reloadingAndrew Bartlett2010-03-221-25/+55
* s4:dsdb Add a memory context for dsdb_get_schema()Andrew Bartlett2010-03-161-3/+9
* s4:schema - Change also here counters to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-071-1/+1
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-161-2/+2
* s4-dsdb: use TYPESAFE_QSORT() in dsdb codeAndrew Tridgell2010-02-131-16/+9
* 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