summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/schema_load.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-1/+1
2020-08-17Fix a comment typo copied aroundVolker Lendecke1-1/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+5
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig1-1/+7
2018-12-17drepl: schema repl race condition fixAaron Haslett1-17/+26
2018-12-17dsdb: Remove readOnlySchema concept from SambaAndrew Bartlett1-28/+1
2018-05-08dsdb: Fix CID 1435453 Null pointer dereferencesVolker Lendecke1-0/+4
2018-05-03dsdb:schema_load: make use of ldb_relative_path() in partition_metadata_open()Gary Lockyer1-14/+4
2018-04-12dsdb: Use talloc_get_type_abort() in schema_load_{start,end}_transactionAndrew Bartlett1-2/+4
2018-04-12dsdb: ensure we take out a read lock during the dsdb_initAndrew Bartlett1-15/+13
2018-04-12dsdb: Rework schema reload during the read lockAndrew Bartlett1-40/+29
2018-04-12dsdb: Load schema during the read_lock() hook, not the searchAndrew Bartlett1-13/+6
2018-04-12dsdb: Wait until a transaction starts to call dsdb_schema_set_indices_and_att...Andrew Bartlett1-45/+15
2018-03-05dsdb: The schema should be reloaded during the transactionGarming Sam1-1/+7
2018-03-05samdb/schema_load: do schema loading with one searchBob Campbell1-30/+32
2018-03-05schema: Do not read different schema sequence values during a read transactionGarming Sam1-6/+80
2017-12-14schema: Allow schemaUpdateNow to refresh schema during a transactionGarming Sam1-2/+10
2017-11-24schema: Make writing indices flag an enum for a new stateGarming Sam1-8/+55
2017-06-22dsdb: Rework schema_init module to always use valid memoryAndrew Bartlett1-20/+42
2017-06-16dsdb: Add comment explaining requirements on DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDAndrew Bartlett1-1/+2
2017-05-23dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett1-4/+29
2016-12-01dsdb: specify attributes when loading schemaAndrew Bartlett1-4/+11
2016-07-08schema: raise debug levelGarming Sam1-1/+1
2016-07-08schema: Remove unnecessary schema reload codeGarming Sam1-7/+0
2016-07-06dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett1-76/+48
2016-07-06schema: Make the fetch of the schema version fastAndrew Bartlett1-2/+19
2015-03-17lib: Remove tdb_compatVolker Lendecke1-1/+1
2015-03-17lib: Remove tdb_fetch_compatVolker Lendecke1-1/+1
2015-03-17lib: Remove tdb_errorstr_compatVolker Lendecke1-1/+1
2014-07-09s4:dsdb/schema_load: make error message more verboseStefan Metzmacher1-1/+2
2014-06-11dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett1-76/+117
2014-06-11dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett1-2/+3
2014-06-04dsdb: Do not give an error is metadata.tdb does not yet existAndrew Bartlett1-2/+2
2014-03-31tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke1-3/+3
2014-03-31dsdb: Avoid passing lp_ctx to tdb_wrap_open in schema_metadata_openVolker Lendecke1-3/+3
2013-08-19samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke1-3/+3
2012-08-23s4-dsdb: Remove unused variablesAndrew Bartlett1-5/+0
2012-08-23s4-dsdb: Do not use a possibly-old loadparm context in schema reloadAndrew Bartlett1-7/+3
2012-08-17s4-dsdb: Ensure we always free tmp_ctx in schema refresh checkAndrew Bartlett1-0/+2
2012-08-11s4-dsdb: Take more care in handling of global schema memoryAndrew Bartlett1-1/+3
2012-08-11s4-dsdb: Use only the replication USN for schema reload.Andrew Bartlett1-60/+0
2012-06-22s4-dsdb: Check for key SCHEMA_SEQ_NUM in metadata.tdb updatesMatthieu Patou1-2/+184
2012-06-22s4-dsdb: Add/Update SCHEMA_SEQ_NUM key in the metadata.tdb after schemaUpdateNowMatthieu Patou1-2/+2
2012-06-22dsdb-schema: do not reload more often than schema_reload_intervalMatthieu Patou1-2/+37
2012-04-18s4-schema: remove unused variableMatthieu Patou1-4/+0
2011-09-05s4-schema consolidate schema handlingAndrew Bartlett1-21/+5
2011-03-19source4/dsdb/samdb: Fix prototypes for all functions.Jelmer Vernooij1-1/+1
2011-01-17s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell1-3/+5
2010-12-06s4-schema_load: Strip a pointless checkKamen Mazdrashki1-3/+1