summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-24dbcheck: Try to avoid duplicate searchesAndrew Bartlett1-2/+4
2015-08-24dbcheck: Add additional tests for the attributeID listAndrew Bartlett1-0/+14
2015-08-24dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett1-4/+60
2014-07-09dbcheck: Add check and test for various invalid userParameters valuesAndrew Bartlett1-0/+90
2014-05-02dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistencyAndrew Bartlett1-18/+13
2014-05-02dbchecker: verify and fix broken dn valuesStefan Metzmacher1-0/+94
2014-05-02dbchecker: make the deleted objects container detection more genericStefan Metzmacher1-2/+8
2014-03-27samba-tool dbcheck: handle missing objectClassFelix Botner1-0/+31
2014-03-21dbcheck: Ensure dbcheck can operate with --attrs setAndrew Bartlett1-1/+1