summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/schema_load.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/schema_load: make error message more verboseStefan Metzmacher2014-07-151-1/+2
* dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-07-151-76/+117
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-07-151-2/+3
* samdb: Fix CID 1034910 Dereference before null checkVolker Lendecke2014-07-151-3/+3
* dsdb: Do not give an error is metadata.tdb does not yet existAndrew Bartlett2014-07-151-2/+2
* 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
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-0/+1
* s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2010-09-021-3/+9
* s4-source4/dsdb/samdb/ldb_modules/schema_load.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-081-1/+2
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-4/+2
* s4:schema_load LDB module - fix a segfault condition on schema refreshMatthias Dieter Wallnöfer2010-07-031-0/+5
* s4:schema_load.c - jump to "failed" on an error conditionMatthias Dieter Wallnöfer2010-07-031-3/+2
* s4-source4/dsdb/samdb/ldb_modules/schema_load.c: Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-1/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-1/+1
* s4:schema Try to fix OpenLDAP backend after schema reload support.Andrew Bartlett2010-04-101-4/+2
* s4:dsdb Add a shortcut sequence number for schema reloadsAndrew Bartlett2010-03-221-14/+79
* s4:dsdb Rework schema loading and add schema reloadingAndrew Bartlett2010-03-221-105/+126
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-1/+1
* s4:dsdb/schema_load: add a TODO about schema reloadingStefan Metzmacher2010-01-131-1/+11
* s4-dsdb: improve error messages in schema and pdc_fsmo modulesAndrew Tridgell2010-01-081-4/+4
* s4:schema_load.c - TypoMatthias Dieter Wallnöfer2010-01-051-1/+1
* s4:dsdb Use the new flags to dsdb_module_search in schema_loadAndrew Bartlett2009-11-171-1/+3
* s4-ldb: fixed request handling for schemaUpdateNow opAndrew Tridgell2009-10-261-1/+1
* s4:dsdb Split schema loading and schema data managementAndrew Bartlett2009-10-231-0/+258