summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/schema_load.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment typo copied aroundVolker Lendecke2020-08-171-1/+1
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+5
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-1/+7
* drepl: schema repl race condition fixAaron Haslett2018-12-171-17/+26
* dsdb: Remove readOnlySchema concept from SambaAndrew Bartlett2018-12-171-28/+1
* dsdb: Fix CID 1435453 Null pointer dereferencesVolker Lendecke2018-05-081-0/+4
* dsdb:schema_load: make use of ldb_relative_path() in partition_metadata_open()Gary Lockyer2018-05-031-14/+4
* dsdb: Use talloc_get_type_abort() in schema_load_{start,end}_transactionAndrew Bartlett2018-04-121-2/+4
* dsdb: ensure we take out a read lock during the dsdb_initAndrew Bartlett2018-04-121-15/+13
* dsdb: Rework schema reload during the read lockAndrew Bartlett2018-04-121-40/+29
* dsdb: Load schema during the read_lock() hook, not the searchAndrew Bartlett2018-04-121-13/+6
* dsdb: Wait until a transaction starts to call dsdb_schema_set_indices_and_att...Andrew Bartlett2018-04-121-45/+15
* dsdb: The schema should be reloaded during the transactionGarming Sam2018-03-051-1/+7
* samdb/schema_load: do schema loading with one searchBob Campbell2018-03-051-30/+32
* schema: Do not read different schema sequence values during a read transactionGarming Sam2018-03-051-6/+80
* schema: Allow schemaUpdateNow to refresh schema during a transactionGarming Sam2017-12-141-2/+10
* schema: Make writing indices flag an enum for a new stateGarming Sam2017-11-241-8/+55
* dsdb: Rework schema_init module to always use valid memoryAndrew Bartlett2017-06-221-20/+42
* dsdb: Add comment explaining requirements on DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDAndrew Bartlett2017-06-161-1/+2
* dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett2017-05-231-4/+29
* dsdb: specify attributes when loading schemaAndrew Bartlett2016-12-011-4/+11
* schema: raise debug levelGarming Sam2016-07-081-1/+1
* schema: Remove unnecessary schema reload codeGarming Sam2016-07-081-7/+0
* dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett2016-07-061-76/+48
* schema: Make the fetch of the schema version fastAndrew Bartlett2016-07-061-2/+19
* lib: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* lib: Remove tdb_fetch_compatVolker Lendecke2015-03-171-1/+1
* lib: Remove tdb_errorstr_compatVolker Lendecke2015-03-171-1/+1
* s4:dsdb/schema_load: make error message more verboseStefan Metzmacher2014-07-091-1/+2
* dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-06-111-76/+117
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-06-111-2/+3
* dsdb: Do not give an error is metadata.tdb does not yet existAndrew Bartlett2014-06-041-2/+2
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-3/+3
* dsdb: Avoid passing lp_ctx to tdb_wrap_open in schema_metadata_openVolker Lendecke2014-03-311-3/+3
* samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke2013-08-191-3/+3
* s4-dsdb: Remove unused variablesAndrew Bartlett2012-08-231-5/+0
* s4-dsdb: Do not use a possibly-old loadparm context in schema reloadAndrew Bartlett2012-08-231-7/+3
* s4-dsdb: Ensure we always free tmp_ctx in schema refresh checkAndrew Bartlett2012-08-171-0/+2
* s4-dsdb: Take more care in handling of global schema memoryAndrew Bartlett2012-08-111-1/+3
* s4-dsdb: Use only the replication USN for schema reload.Andrew Bartlett2012-08-111-60/+0
* s4-dsdb: Check for key SCHEMA_SEQ_NUM in metadata.tdb updatesMatthieu Patou2012-06-221-2/+184
* s4-dsdb: Add/Update SCHEMA_SEQ_NUM key in the metadata.tdb after schemaUpdateNowMatthieu Patou2012-06-221-2/+2
* dsdb-schema: do not reload more often than schema_reload_intervalMatthieu Patou2012-06-221-2/+37
* s4-schema: remove unused variableMatthieu Patou2012-04-181-4/+0
* s4-schema consolidate schema handlingAndrew Bartlett2011-09-051-21/+5
* source4/dsdb/samdb: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-1/+1
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-3/+5
* s4-schema_load: Strip a pointless checkKamen Mazdrashki2010-12-061-3/+1
* s4-schema_load: Don't clean in_transaction flag until transaction is really f...Kamen Mazdrashki2010-11-161-7/+6