index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
ldb_modules
/
partition.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-19
s4:dsdb: Fix warnings about not set / set but unused / shadowed variables
Matthieu Patou
1
-3
/
+0
2012-08-11
s4-dsdb: Remove support for per-partition sequence numbers
Andrew Bartlett
1
-23
/
+0
2012-08-09
s4-dsdb: Do not reload partition metadata except on transaction start
Andrew Bartlett
1
-11
/
+0
2012-08-09
s4-dsdb: Change talloc parent
Andrew Bartlett
1
-1
/
+1
2012-08-09
s4-dsdb: Remove ldb_sequence_type argument from partition_primary_sequence_nu...
Andrew Bartlett
1
-3
/
+3
2012-08-09
s4-dsdb: simplify migration of old-style seqence numbers to metadata.tdb
Andrew Bartlett
1
-94
/
+52
2012-08-09
s4-dsdb: Reduce calls to the ldb layer by reloading less often
Andrew Bartlett
1
-14
/
+20
2012-06-22
s4-dsdb: Add/Update SCHEMA_SEQ_NUM key in the metadata.tdb after schemaUpdateNow
Matthieu Patou
1
-0
/
+7
2011-11-29
s4-dsdb: Added metadata to partition module for global sequence number
Amitay Isaacs
1
-16
/
+106
2011-11-29
s4-dsdb: use dsdb_module_extended instead of duplicate code
Amitay Isaacs
1
-30
/
+12
2011-11-29
s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number support
Amitay Isaacs
1
-135
/
+11
2011-11-17
s4-dsdb: Remove unsed variable
Amitay Isaacs
1
-2
/
+0
2011-11-15
s4:partition LDB module - fix handling regarding special DNs on searches
Matthias Dieter Wallnöfer
1
-0
/
+5
2011-09-22
s4-dsdb: load the partialReplica attribute in the @PARTITION object
Andrew Tridgell
1
-0
/
+12
2011-09-19
s4-dsdb: cope with out of sync replication attributes in partition module
Andrew Tridgell
1
-1
/
+68
2011-08-25
s4-dsdb: enforce NULL DN validity in partition module
Andrew Tridgell
1
-0
/
+3
2011-03-10
s4:partition LDB module - the current partition control should only be added ...
Matthias Dieter Wallnöfer
1
-6
/
+18
2011-03-10
s4:partition LDB module - extended operations - make the initialisation check...
Matthias Dieter Wallnöfer
1
-2
/
+4
2011-03-10
s4:partition LDB module - move the "data" check a bit higher
Matthias Dieter Wallnöfer
1
-4
/
+5
2011-03-10
s4:partition LDB module - "partition_replicate" doesn't handle the search req...
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-10
s4:partition LDB module - "partition_sequence_number" - remove meaningless "if"s
Matthias Dieter Wallnöfer
1
-16
/
+12
2011-03-10
s4:partition LDB module - fill in parent requests for inheriting the flags
Matthias Dieter Wallnöfer
1
-3
/
+3
2011-03-10
s4:partition LDB module - add some comments
Matthias Dieter Wallnöfer
1
-1
/
+4
2011-03-10
s4:partition LDB module - fix typo
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-01-17
s4-dsdb: pass parent request to dsdb_module_*() functions
Andrew Tridgell
1
-3
/
+3
2010-12-18
ldb: Rename last instance of save_controls -> ldb_save_controls.
Jelmer Vernooij
1
-1
/
+1
2010-11-03
s4-dsdb: removed the use of ldb_private.h from s4
Andrew Tridgell
1
-36
/
+36
2010-11-01
s4-ldb: enable version checking in dsdb ldb modules
Andrew Tridgell
1
-0
/
+1
2010-11-01
s4-dsdb: convert the rest of the ldb modules to the new module type
Andrew Tridgell
1
-1
/
+6
2010-09-25
ldb: mark the location of a lot more ldb requests
Andrew Tridgell
1
-0
/
+10
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-1
/
+1
2010-07-07
s4-dsdb: use ldb_operr() in the dsdb code
Andrew Tridgell
1
-28
/
+22
2010-06-29
Revert "s4/dsdb: Fixed partition_search() not to pass special DN's to LDAP ba...
Matthias Dieter Wallnöfer
1
-8
/
+6
2010-06-28
s4/dsdb: Fixed partition_search() not to pass special DN's to LDAP backend.
Endi S. Dewata
1
-6
/
+8
2010-05-04
s4/rodc: Support read-only database
Anatoliy Atanasov
1
-2
/
+1
2010-03-07
s4:partition LDB module - change counter variables to "unsigned" where approp...
Matthias Dieter Wallnöfer
1
-10
/
+14
2010-02-25
s4:partition DSDB module - Generate basic referrals
Matthias Dieter Wallnöfer
1
-47
/
+143
2010-02-25
s4:partition DSDB module - change the search and domain scope control handling
Matthias Dieter Wallnöfer
1
-35
/
+22
2010-02-21
s4:partition DSDB module - Cosmetic fixups
Matthias Dieter Wallnöfer
1
-16
/
+23
2010-01-08
s4-partition: fixed selection of partitions on exact match
Andrew Tridgell
1
-3
/
+1
2010-01-08
s4-partition: don't ignore errors from other modules
Andrew Tridgell
1
-6
/
+2
2009-10-27
s4-dsdb: always cancel transactions on all partitions
Andrew Tridgell
1
-13
/
+19
2009-10-27
s4:dsdb Rework partitions module for better tracing
Andrew Bartlett
1
-67
/
+55
2009-10-27
s4:dsdb Remove partition_extended_schema_update_now
Andrew Bartlett
1
-51
/
+0
2009-10-26
s4-ldb: fixed request handling for schemaUpdateNow op
Andrew Tridgell
1
-1
/
+1
2009-10-25
s4-dsdb: ensure that new partitions inherit any transaction
Andrew Tridgell
1
-0
/
+15
2009-10-21
s4:dsdb Remove workaround for two partition head records
Andrew Bartlett
1
-16
/
+1
2009-10-21
s4:dsdb In partitions module, tell the caller what partition was used.
Andrew Bartlett
1
-1
/
+17
2009-10-21
s4:dsdb Load new partitions in a running LDB if metadata changes
Andrew Bartlett
1
-1
/
+0
2009-10-21
s4:dsdb Only reload partition metadata on search and transaction start
Andrew Bartlett
1
-10
/
+5
[next]