summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-1/+2
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power1-12/+24
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-5/+5
2018-02-05dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the s...Stefan Metzmacher1-0/+25
2018-02-05dbcheck: add support for restoring missing forward linksRalph Boehme1-6/+37
2018-02-05dbcheck: add find_missing_forward_links_from_backlinks()Ralph Boehme1-0/+96
2018-02-05dbcheck: make sure we ask for replPropertyMetaData if we need to process any ...Stefan Metzmacher1-0/+12
2018-02-05dbcheck: make sure we always ask for the objectGUID attribute explicitlyStefan Metzmacher1-2/+1
2018-02-05dbcheck: add a helper function that checks is a value has duplicate linksRalph Boehme1-0/+32
2018-02-05dbcheck: add a dict where we remember attributes with duplicate linksRalph Boehme1-0/+7
2018-02-05dbcheck: split out check_duplicate_links from check_dnRalph Boehme1-16/+29
2018-02-05dbcheck: store fixed forward link attributes with the correct sortingStefan Metzmacher1-11/+6
2018-02-05dbcheck: remove ldb.FLAG_MOD_REPLACE when replacing search results for forwar...Stefan Metzmacher1-1/+1
2018-02-05dbcheck: rename err_duplicate_links() to err_recover_forward_links() and adju...Ralph Boehme1-5/+8
2018-02-05dbcheck: add link direction to error message for duplicate linksRalph Boehme1-1/+2
2018-02-05dbcheck: rename err_duplicate_links argumentsRalph Boehme1-6/+6
2018-02-05dbcheck: only pass obj_dn to err_orphaned_backlink()Stefan Metzmacher1-5/+6
2018-02-05dbcheck: add forward_syntax argument to err_orphaned_backlinkRalph Boehme1-3/+4
2018-02-05dbcheck: rename and reorder err_orphaned_backlink argumentsRalph Boehme1-11/+11
2018-02-05Revert "dbcheck: disable fixing duplicate linked attributes until we can reco...Ralph Boehme1-19/+3
2018-01-22dbcheck: disable fixing duplicate linked attributes until we can recover lost...Stefan Metzmacher1-3/+19
2017-11-24dbcheck: detect and fix duplicate linksStefan Metzmacher1-46/+147
2017-11-24dbcheck: only calculate linked attribute helper variables once in check_dn()Stefan Metzmacher1-2/+6
2017-11-24dbcheck: remove indentation levelStefan Metzmacher1-63/+62
2017-11-24dbcheck: Use the GUID as the DN to fix replPropertyMetaDataAndrew Bartlett1-3/+6
2017-11-24dbcheck: Clarify error count bumping in deleted/gone DN handlingAndrew Bartlett1-7/+33
2017-10-19dbcheck: Allow removal of one-way links to missing objectsAndrew Bartlett1-2/+20
2017-03-13dbcheck: Improve dbcheck to find (and may fix) dangling msDS-RevealedUsersGarming Sam1-0/+48
2017-02-23dbchecker: Stop ignoring linked cases where both objects are aliveGarming Sam1-10/+13
2017-02-13dbcheck: Do not regard old one-way-links as errorsAndrew Bartlett1-8/+39
2016-11-22dbcheck: Correct message for orphaned backlinksAndrew Bartlett1-4/+4
2016-11-22dbcheck: Be more careful with link checksAndrew Bartlett1-7/+23
2016-11-04dbcheck: Correctly initialise keep_transaction in missing_parent testAndrew Bartlett1-1/+1
2016-11-04dbcheck: confirm RID Set presence and consistencyClive Ferreira1-0/+132
2016-08-29dbcheck: Abandon dbcheck if we get an error during a transactionAndrew Bartlett1-0/+7
2016-07-21dbcheck: Add a rule regarding replica locationsGarming Sam1-1/+57
2016-07-15dbcheck: Split out valid stale DN links and invalid onesGarming Sam1-8/+35
2016-07-15dbcheck: change argument to specify a partial --yesGarming Sam1-2/+2
2016-07-15dbcheck: check for linked atributes that should not existDouglas Bagnall1-44/+90
2016-07-15dbcheck: cache linkIDs and reverse attribute namesDouglas Bagnall1-5/+17
2016-07-15dbcheck: Script swallows input when given a carriage returnGarming Sam1-1/+1
2016-07-06provision: Ignore duplicate attid and governsID checkBob Campbell1-0/+10
2016-06-07dsdb: Fix incorrect sorting of replPropertyMetaData with RDN lastAndrew Bartlett1-11/+4
2016-06-06dbcheck: Find and fix a missing Deleted Objects containerAndrew Bartlett1-15/+137
2016-04-20dbcheck: Avoid pathological behaviour in operational moduleGarming Sam1-0/+4
2016-03-08dbcheck: Check for and remove duplicate values in attributesAndrew Bartlett1-0/+26
2016-03-08dbcheck: Avoid spurious warnings in dbcheck due to objectclass sortingAndrew Bartlett1-1/+13
2016-03-08dbcheck: Fix incorrect/duplicate attrid in replPropertMetaDataAndrew Bartlett1-19/+101
2015-10-26pydsdb: Also accept ldb.MessageElement values to dsdb routinesAndrew Bartlett1-2/+2
2015-08-24dbcheck: Use set() operations to make dbcheck more efficientAndrew Bartlett1-18/+18