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