dsdb: Quiet CID 1452117 1452119 1452114 (STRAY_SEMICOLON)
[garming/samba-autobuild/.git] / source4 / dsdb / samdb / ldb_modules / partition.c
2019-08-01 Andrew Bartlettdsdb: Quiet CID 1452117 1452119 1452114 (STRAY_SEMICOLON)
2019-07-31 Douglas BagnallCID 1452121: dsdb/mod/partition: protect whole function...
2019-07-24 Aaron Haslettpartition: reversing partition unlocking
2019-07-24 Aaron Haslettpartition: correcting lock ordering
2019-05-24 Gary Lockyerldap server: generate correct referral schemes
2019-05-20 Andrew Bartlettdsdb: lock metadata.tdb during lock_read in partitions...
2019-05-20 Andrew Bartlettdsdb/partition: Move in_transaction decrement to end...
2018-06-13 Volker Lendeckedsdb: Fix CID 1435968 Dereference before null check
2018-06-13 Volker Lendeckedsdb: Fix CID 1435966 Unchecked return value
2018-06-13 Volker Lendeckedsdb: Fix typos
2018-05-30 Gary Lockyerdsdb partition.c: Make partition_copy_all aysnc.
2018-04-12 Andrew Bartlettdsdb: ensure we take out a read lock during the dsdb_init
2018-03-28 Volker Lendeckedsdb: Fix CID 1433614 Dereference after null check
2018-03-05 Garming Sampartition: Leave metadata.tdb unlocking until last
2018-03-05 Andrew Bartlettpartition: Use a transaction to write and a read lock...
2017-09-20 Andrew Bartlettdsdb: Only trigger a re-index once per @INDEXLIST modif...
2017-07-02 Andrew Bartlettdsdb: Teach the Samba partition module how to lock...
2017-05-23 Andrew Bartlettdsdb: Do not search the sam.ldb file when trying to...
2017-05-22 Andrew Bartlettdsdb: Take out the transaction and prepare_commit locks...
2014-10-11 Volker Lendeckedsdb: Fix a crash in an error return
2014-04-02 Stefan Metzmachers4:dsdb/ldb_modules: avoid str_list related const warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Volker Lendeckedsdb: Fix Coverity ID 1034907 Dereference before null...
2013-04-19 Matthieu Patous4:dsdb: Fix warnings about not set / set but unused...
2012-08-11 Andrew Bartletts4-dsdb: Remove support for per-partition sequence...
2012-08-09 Andrew Bartletts4-dsdb: Do not reload partition metadata except on...
2012-08-09 Andrew Bartletts4-dsdb: Change talloc parent
2012-08-09 Andrew Bartletts4-dsdb: Remove ldb_sequence_type argument from partiti...
2012-08-09 Andrew Bartletts4-dsdb: simplify migration of old-style seqence number...
2012-08-09 Andrew Bartletts4-dsdb: Reduce calls to the ldb layer by reloading...
2012-06-23 Matthieu Patous4-dsdb: Add/Update SCHEMA_SEQ_NUM key in the metadata...
2011-11-29 Amitay Isaacss4-dsdb: Added metadata to partition module for global...
2011-11-29 Amitay Isaacss4-dsdb: use dsdb_module_extended instead of duplicate...
2011-11-29 Amitay Isaacss4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence...
2011-11-17 Amitay Isaacss4-dsdb: Remove unsed variable
2011-11-15 Matthias Dieter... s4:partition LDB module - fix handling regarding specia...
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.
next