summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25s4:dsdb: Fix code spellingJoseph Sutton1-1/+1
2023-10-13s4:dsdb: Don’t overwrite existing error code (CID 1445263)Joseph Sutton1-1/+1
2023-10-13s4:dsdb: Log correct ldb errorJoseph Sutton1-1/+1
2023-10-13s4:dsdb: Fix unreachable code (CID 1435967)Joseph Sutton1-1/+1
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-2/+2
2022-07-27CVE-2022-32746 s4/dsdb/partition: Fix LDB flags comparisonJoseph Sutton1-2/+2
2022-06-10spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev1-1/+1
2020-02-28dsdb: Rewrite comment to remove refernece to LDAP backendsAndrew Bartlett1-3/+5
2020-02-28dsdb: Remove dead code in partition_prep_request()Andrew Bartlett1-30/+24
2020-02-28dsdb: Do not use ldb_save_controls() in partitions module for domain_scopeAndrew Bartlett1-7/+0
2019-08-01dsdb: Quiet CID 1452117 1452119 1452114 (STRAY_SEMICOLON)Andrew Bartlett1-3/+12
2019-07-31CID 1452121: dsdb/mod/partition: protect whole function with NULL checkDouglas Bagnall1-1/+6
2019-07-24partition: reversing partition unlockingAaron Haslett1-53/+72
2019-07-24partition: correcting lock orderingAaron Haslett1-51/+84
2019-05-24ldap server: generate correct referral schemesGary Lockyer1-5/+11
2019-05-20dsdb: lock metadata.tdb during lock_read in partitions moduleAndrew Bartlett1-17/+43
2019-05-20dsdb/partition: Move in_transaction decrement to end of partition_del_trans()Andrew Bartlett1-6/+6
2018-06-13dsdb: Fix CID 1435968 Dereference before null checkVolker Lendecke1-3/+3
2018-06-13dsdb: Fix CID 1435966 Unchecked return valueVolker Lendecke1-4/+8
2018-06-13dsdb: Fix typosVolker Lendecke1-2/+2
2018-05-30dsdb partition.c: Make partition_copy_all aysnc.Gary Lockyer1-22/+181
2018-04-12dsdb: ensure we take out a read lock during the dsdb_initAndrew Bartlett1-0/+24
2018-03-29dsdb: Fix CID 1433614 Dereference after null checkVolker Lendecke1-2/+4
2018-03-05partition: Leave metadata.tdb unlocking until lastGarming Sam1-8/+12
2018-03-05partition: Use a transaction to write and a read lock to read the LDB_METADAT...Andrew Bartlett1-6/+6
2017-09-20dsdb: Only trigger a re-index once per @INDEXLIST modificationAndrew Bartlett1-15/+75
2017-07-02dsdb: Teach the Samba partition module how to lock all the DB backendsAndrew Bartlett1-1/+175
2017-05-23dsdb: Do not search the sam.ldb file when trying to search all partitionsAndrew Bartlett1-5/+3
2017-05-23dsdb: Take out the transaction and prepare_commit locks in the same orderAndrew Bartlett1-11/+21
2014-10-11dsdb: Fix a crash in an error returnVolker Lendecke1-1/+1
2014-04-02s4:dsdb/ldb_modules: avoid str_list related const warningsStefan Metzmacher1-1/+2
2013-11-11dsdb: Fix Coverity ID 1034907 Dereference before null checkVolker Lendecke1-1/+1
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