summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema/schema_set.c
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-06-111-25/+69
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-06-111-4/+0
* dsdb: reset schema->{classes,attributes}_to_remove_size to 0Stefan Metzmacher2013-06-111-1/+3
* dsdb-schema: make deduplication of class and schema possible (bug #8680)Matthieu Patou2013-05-231-5/+41
* s4:dsdb/schema: fix dsdb_schema_set_el_from_ldb_msg() (bug #9470)Stefan Metzmacher2012-12-071-7/+7
* s4-dsdb: Explain better what records are written during schema setAndrew Bartlett2012-08-101-7/+16
* s4-schema: keep track of the timestamp of the most recently changed/created o...Matthieu Patou2012-06-221-1/+11
* s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb and...Matthieu Patou2012-04-181-2/+2
* s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updatesStefan Metzmacher2011-11-151-0/+1
* s4:dsdb/schema: pass and remember the schema_dn in dsdb_set_schema_from_ldif()Stefan Metzmacher2011-11-151-3/+11
* s4-dsdb: fixed one_way_link calculationAndrew Tridgell2011-10-071-1/+2
* move schema_fill_constructed() call to dsdb_setup_sorted_accessors()Andrew Bartlett2011-08-091-5/+7
* s4-dsdb Remove unused schema functionAndrew Bartlett2011-08-091-18/+0
* s4-dsdb: added SAMDB_INDEXING_VERSION to @INDEXLISTAndrew Tridgell2011-08-091-0/+11
* s4-dsdb: ensure we setup the dn_format field in schema attributesAndrew Tridgell2011-08-091-0/+40
* update/add my copyrightMatthieu Patou2011-07-211-0/+1
* 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