summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb: Fix warnings about not set / set but unused / shadowed variablesMatthieu Patou2013-04-191-3/+0
* s4-dsdb: Remove support for per-partition sequence numbersAndrew Bartlett2012-08-111-23/+0
* s4-dsdb: Do not reload partition metadata except on transaction startAndrew Bartlett2012-08-091-11/+0
* s4-dsdb: Change talloc parentAndrew Bartlett2012-08-091-1/+1
* s4-dsdb: Remove ldb_sequence_type argument from partition_primary_sequence_nu...Andrew Bartlett2012-08-091-3/+3
* s4-dsdb: simplify migration of old-style seqence numbers to metadata.tdbAndrew Bartlett2012-08-091-94/+52
* s4-dsdb: Reduce calls to the ldb layer by reloading less oftenAndrew Bartlett2012-08-091-14/+20
* s4-dsdb: Add/Update SCHEMA_SEQ_NUM key in the metadata.tdb after schemaUpdateNowMatthieu Patou2012-06-221-0/+7
* s4-dsdb: Added metadata to partition module for global sequence numberAmitay Isaacs2011-11-291-16/+106
* s4-dsdb: use dsdb_module_extended instead of duplicate codeAmitay Isaacs2011-11-291-30/+12
* s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number supportAmitay Isaacs2011-11-291-135/+11
* s4-dsdb: Remove unsed variableAmitay Isaacs2011-11-171-2/+0
* s4:partition LDB module - fix handling regarding special DNs on searchesMatthias Dieter Wallnöfer2011-11-151-0/+5
* s4-dsdb: load the partialReplica attribute in the @PARTITION objectAndrew Tridgell2011-09-221-0/+12
* s4-dsdb: cope with out of sync replication attributes in partition moduleAndrew Tridgell2011-09-191-1/+68
* s4-dsdb: enforce NULL DN validity in partition moduleAndrew Tridgell2011-08-251-0/+3
* s4:partition LDB module - the current partition control should only be added ...Matthias Dieter Wallnöfer2011-03-101-6/+18
* s4:partition LDB module - extended operations - make the initialisation check...Matthias Dieter Wallnöfer2011-03-101-2/+4
* s4:partition LDB module - move the "data" check a bit higherMatthias Dieter Wallnöfer2011-03-101-4/+5
* s4:partition LDB module - "partition_replicate" doesn't handle the search req...Matthias Dieter Wallnöfer2011-03-101-1/+1
* s4:partition LDB module - "partition_sequence_number" - remove meaningless "if"sMatthias Dieter Wallnöfer2011-03-101-16/+12
* s4:partition LDB module - fill in parent requests for inheriting the flagsMatthias Dieter Wallnöfer2011-03-101-3/+3
* s4:partition LDB module - add some commentsMatthias Dieter Wallnöfer2011-03-101-1/+4
* s4:partition LDB module - fix typoMatthias Dieter Wallnöfer2011-03-101-1/+1
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-3/+3
* ldb: Rename last instance of save_controls -> ldb_save_controls.Jelmer Vernooij2010-12-181-1/+1
* s4-dsdb: removed the use of ldb_private.h from s4Andrew Tridgell2010-11-031-36/+36
* 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/+10
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-28/+22
* Revert "s4/dsdb: Fixed partition_search() not to pass special DN's to LDAP ba...Matthias Dieter Wallnöfer2010-06-291-8/+6
* s4/dsdb: Fixed partition_search() not to pass special DN's to LDAP backend.Endi S. Dewata2010-06-281-6/+8
* s4/rodc: Support read-only databaseAnatoliy Atanasov2010-05-041-2/+1
* s4:partition LDB module - change counter variables to "unsigned" where approp...Matthias Dieter Wallnöfer2010-03-071-10/+14
* s4:partition DSDB module - Generate basic referralsMatthias Dieter Wallnöfer2010-02-251-47/+143
* s4:partition DSDB module - change the search and domain scope control handlingMatthias Dieter Wallnöfer2010-02-251-35/+22
* s4:partition DSDB module - Cosmetic fixupsMatthias Dieter Wallnöfer2010-02-211-16/+23
* s4-partition: fixed selection of partitions on exact matchAndrew Tridgell2010-01-081-3/+1
* s4-partition: don't ignore errors from other modulesAndrew Tridgell2010-01-081-6/+2
* s4-dsdb: always cancel transactions on all partitionsAndrew Tridgell2009-10-271-13/+19
* s4:dsdb Rework partitions module for better tracingAndrew Bartlett2009-10-271-67/+55
* s4:dsdb Remove partition_extended_schema_update_nowAndrew Bartlett2009-10-271-51/+0
* s4-ldb: fixed request handling for schemaUpdateNow opAndrew Tridgell2009-10-261-1/+1
* s4-dsdb: ensure that new partitions inherit any transactionAndrew Tridgell2009-10-251-0/+15
* s4:dsdb Remove workaround for two partition head recordsAndrew Bartlett2009-10-211-16/+1
* s4:dsdb In partitions module, tell the caller what partition was used.Andrew Bartlett2009-10-211-1/+17
* s4:dsdb Load new partitions in a running LDB if metadata changesAndrew Bartlett2009-10-211-1/+0
* s4:dsdb Only reload partition metadata on search and transaction startAndrew Bartlett2009-10-211-10/+5