summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition_init.c
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: Remove ldb_sequence_type argument from partition_primary_sequence_nu...Andrew Bartlett2012-08-091-1/+1
* s4-dsdb: Reduce calls to the ldb layer by reloading less oftenAndrew Bartlett2012-08-091-0/+6
* s4-dsdb: Added metadata to partition module for global sequence numberAmitay Isaacs2011-11-291-0/+6
* s4-dsdb: use dsdb_module_extended instead of duplicate codeAmitay Isaacs2011-11-291-1/+1
* s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICAAndrew Tridgell2011-10-041-0/+12
* s4-dsdb: load the partialReplica attribute in the @PARTITION objectAndrew Tridgell2011-09-221-2/+14
* s4:partition_init LDB module - fix a typoMatthias Dieter Wallnöfer2011-03-101-1/+1
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-7/+10
* s4-dsdb: removed the use of ldb_private.h from s4Andrew Tridgell2010-11-031-8/+9
* s4:partition_init LDB module - fix counter typeMatthias Dieter Wallnöfer2010-10-301-2/+4
* ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb...Jelmer Vernooij2010-10-101-1/+2
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-1/+4
* s4-source4/dsdb/samdb/ldb_modules/partition_init.c Use DSDB_FLAG_NEXT_MODULE ...Kamen Mazdrashki2010-07-081-3/+6
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-30/+20
* s4:partition LDB module - change counter variables to "unsigned" where approp...Matthias Dieter Wallnöfer2010-03-071-7/+12
* s4-dsdb: use TYPESAFE_QSORT() in dsdb codeAndrew Tridgell2010-02-131-2/+3
* s4:dsdb Move module configuration from each ldb into samba_dsdb.cAndrew Bartlett2009-11-231-5/+22
* s4:dsdb Add 'dsdb_flags' to dsdb_module_search() to enable often-used featuresAndrew Bartlett2009-11-171-3/+3
* s4:provisioning - Fixed minor bugs in provisioning tool and partition module.Endi S. Dewata2009-11-041-2/+2
* s4:dsdb Revert back to using DN:filename in the partitions recordAndrew Bartlett2009-11-021-46/+101
* s4:dsdb Rework partitions module for better tracingAndrew Bartlett2009-10-271-17/+21
* s4-dsdb: ensure that new partitions inherit any transactionAndrew Tridgell2009-10-251-11/+10
* s4:dsdb/partition_init: don't leak a talloc_new() in case we have no data yetStefan Metzmacher2009-10-241-2/+5
* s4:dsdb Fix samba3sam test again.Andrew Bartlett2009-10-231-6/+9
* s4:dsdb Do less allocation when searching for partitions modulesAndrew Bartlett2009-10-231-8/+10
* s4:dsdb Set partitions metadata as soon as it is set up.Andrew Bartlett2009-10-231-3/+3
* s4:dsdb Use the 'correct' case for the namingContext values in rootDSEAndrew Bartlett2009-10-221-0/+22
* s4:dsdb Allow loading of old-style partition recordsAndrew Bartlett2009-10-211-19/+36
* s4:dsdb Make the 'relative path' code in partitions handle tdb://Andrew Bartlett2009-10-211-7/+12
* s4:dsdb talloc_steal the backend module to under the partitionAndrew Bartlett2009-10-211-0/+1
* s4:dsdb Allow creation of new partitionsAndrew Bartlett2009-10-211-70/+100
* s4:dsdb Load new partitions in a running LDB if metadata changesAndrew Bartlett2009-10-211-143/+151
* s4:dsdb Only reload partition metadata on search and transaction startAndrew Bartlett2009-10-211-9/+0
* s4:dsdb Reload partition metadata if the main db updatesAndrew Bartlett2009-10-211-0/+38
* s4:dsdb Split 'set per-partition metadata' into it's own functionAndrew Bartlett2009-10-211-139/+162
* s4:dsdb Don't try and casefold DNs during startup for partition loadAndrew Bartlett2009-10-211-10/+19
* s4:dsdb Fix partition_create not to return earlyAndrew Bartlett2009-10-211-14/+22
* s4:dsdb Be strict in selecting on-disk names for partitionsAndrew Bartlett2009-10-211-6/+83
* s4:dsdb Rework modules create new partitions at runtimeAndrew Bartlett2009-10-211-0/+534