s4-dsdb: load the partialReplica attribute in the @PARTITION object
[nivanova/samba-autobuild/.git] / source4 / dsdb / samdb / ldb_modules / partition.c
2011-09-22 Andrew Tridgells4-dsdb: load the partialReplica attribute in the ...
2011-09-19 Andrew Tridgells4-dsdb: cope with out of sync replication attributes...
2011-08-24 Andrew Tridgells4-dsdb: enforce NULL DN validity in partition module
2011-03-10 Matthias Dieter... s4:partition LDB module - the current partition control...
2011-03-10 Matthias Dieter... s4:partition LDB module - extended operations - make...
2011-03-10 Matthias Dieter... s4:partition LDB module - move the "data" check a bit...
2011-03-10 Matthias Dieter... s4:partition LDB module - "partition_replicate" doesn...
2011-03-10 Matthias Dieter... s4:partition LDB module - "partition_sequence_number...
2011-03-10 Matthias Dieter... s4:partition LDB module - fill in parent requests for...
2011-03-10 Matthias Dieter... s4:partition LDB module - add some comments
2011-03-10 Matthias Dieter... s4:partition LDB module - fix typo
2011-01-17 Andrew Tridgells4-dsdb: pass parent request to dsdb_module_*() functions
2010-12-17 Jelmer Vernooijldb: Rename last instance of save_controls -> ldb_save_...
2010-11-02 Andrew Tridgells4-dsdb: removed the use of ldb_private.h from s4
2010-11-01 Andrew Tridgells4-ldb: enable version checking in dsdb ldb modules
2010-11-01 Andrew Tridgells4-dsdb: convert the rest of the ldb modules to the...
2010-09-25 Andrew Tridgellldb: mark the location of a lot more ldb requests
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-07 Andrew Tridgells4-dsdb: use ldb_operr() in the dsdb code
2010-06-29 Matthias Dieter... Revert "s4/dsdb: Fixed partition_search() not to pass...
2010-06-28 Endi S. Dewatas4/dsdb: Fixed partition_search() not to pass special...
2010-05-04 Anatoliy Atanasovs4/rodc: Support read-only database
2010-03-07 Matthias Dieter... s4:partition LDB module - change counter variables...
2010-02-24 Matthias Dieter... s4:partition DSDB module - Generate basic referrals
2010-02-24 Matthias Dieter... s4:partition DSDB module - change the search and domain...
2010-02-21 Matthias Dieter... s4:partition DSDB module - Cosmetic fixups
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-08 Andrew Tridgells4-partition: fixed selection of partitions on exact...
2010-01-08 Andrew Tridgells4-partition: don't ignore errors from other modules
2009-10-27 Andrew Tridgells4-dsdb: always cancel transactions on all partitions
2009-10-27 Andrew Bartletts4:dsdb Rework partitions module for better tracing
2009-10-27 Andrew Bartletts4:dsdb Remove partition_extended_schema_update_now
2009-10-25 Andrew Tridgells4-ldb: fixed request handling for schemaUpdateNow op
2009-10-25 Andrew Tridgells4-dsdb: ensure that new partitions inherit any transaction
2009-10-21 Andrew Bartletts4:dsdb Remove workaround for two partition head records
2009-10-21 Andrew Bartletts4:dsdb In partitions module, tell the caller what...
2009-10-21 Andrew Bartletts4:dsdb Load new partitions in a running LDB if metadat...
2009-10-21 Andrew Bartletts4:dsdb Only reload partition metadata on search and...
2009-10-21 Andrew Bartletts4:dsdb Reload partition metadata if the main db updates
2009-10-21 Andrew Bartletts4:dsdb Rework modules create new partitions at runtime
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Matthias Dieter... s4:various LDB modules - "build_request" functions...
2009-09-28 Andrew Tridgells4-dsdb: don't return the partition root objects
2009-09-14 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-13 Andrew Tridgells4-sam: allow a search to specify a partition
2009-09-12 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-12 Andrew Tridgells4-samdb: make it possible to ask for the sequence...
2009-09-12 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-12 Andrew Tridgells4-samdb: internal s4 ldb modules should be GPL not...
2009-09-03 Andrew Tridgellgreatly simplify the transaction processing in the...
2009-09-02 Andrew Tridgellchange the dsdb_control_current_partition to not includ...
2009-07-08 Anatoliy AtanasovFix for schemaUpdateNow command
2009-06-30 Andrew Bartletts4: dsdb Avoid using the internal ldb_private.h header
2009-06-29 Matthias Dieter... Correct some typos in the LDB partition module
2009-06-18 Jelmer Vernooijdsdb: Fix build against system ldb.
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Björn Jackes4:ldb: fix extrasemi compile warning
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-31 Andrew Tridgelluse the prepare_commit op in the partition code
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Simo SorceFix the mess with ldb includes.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix more compiler warnings in various places.
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Andrew Bartletts4:ldb: make it possible to return per entry controls
2008-12-17 Andrew BartlettFix sequence number generation against OpenLDAP
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-17 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-16 Simo SorceTransform the sequence_number operation into a normal...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-06 Andrew BartlettRemove compleatly bogus rename test in partitions module.
2008-10-03 Andrew TridgellMerge commit 'master/master'
2008-10-03 Andrew Tridgellfixed the partition module and the GC handling
2008-10-03 Andrew Tridgellfixed the sense of ldb base dn comparisons in two place...
2008-10-02 Stefan Metzmachers4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS...
2008-10-02 Stefan Metzmachers4:partition: pass down the SEARCH_OPTIONS control...
2008-09-29 Simo SorceLDB ASYNC: samba4 modules
2008-09-23 Simo SorceMerge ldb_search() and ldb_search_exp_fmt() into a...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-24 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-22 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-22 Andrew TridgellMerge branch 'abartlet-4-0-local' into v4-0-test
2008-08-21 Andrew BartlettDon't walk past the end of ldb values.
2008-07-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-25 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-24 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-24 Anatoliy AtanasovHandle schema reloading request.
2008-07-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-15 Andrew BartlettSimplify the contextCSN determination.
next