summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_set.c
Commit message (Expand)AuthorAgeFilesLines
* schema_set: Add comment about set schema from ldif in a transactionGarming Sam2017-11-241-0/+10
* schema: Make writing indices flag an enum for a new stateGarming Sam2017-11-241-6/+35
* Do not re-use the attribute @IDXVERSION for SAMDB_INDEXING_VERSIONAndrew Bartlett2017-09-231-1/+1
* dsdb: Set that Samba uses the GUID index in LDBAndrew Bartlett2017-09-231-0/+19
* schema: Rework dsdb_schema_set_indices_and_attributes() db operationsAndrew Bartlett2017-09-141-8/+9
* dsdb: Do not force a re-index of sam.ldb on upgrade to 4.7Andrew Bartlett2017-08-011-1/+21
* s4: schema: Allocate global_schema off the NULL context, not the talloc_autof...Jeremy Allison2017-07-261-2/+2
* dsdb: Do not run dsdb_replace() on the calculated difference between old and ...Andrew Bartlett2017-06-161-2/+12
* dsdb: Provide proper errors when dsdb_schema_set_indices_and_attributes failsAndrew Bartlett2017-06-151-0/+8
* dsdb: Improve error messages when dsdb_set_schema_from_ldif() failsAndrew Bartlett2017-06-101-0/+2
* schema: Use ldb_schema_set_override_indexlist for faster index selectionAndrew Bartlett2017-05-311-0/+1
* dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett2017-05-231-4/+9
* schema: Set flag into @INDEXLIST to indicate we support feature flagsAndrew Bartlett2017-02-091-0/+5
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dsdb/Günther Deschner2016-09-281-2/+2
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner2016-09-281-1/+1
* s4:dsdb/schema: Remove unused old schema from memoryAndrew Bartlett2016-08-111-0/+12
* schema: Reorder dsdb_set_schema() to unlink the old schema lastAndrew Bartlett2016-07-061-12/+13
* 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