summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
Commit message (Expand)AuthorAgeFilesLines
...
* dbcheck: add find_missing_forward_links_from_backlinks()Ralph Boehme2018-02-051-0/+96
* dbcheck: make sure we ask for replPropertyMetaData if we need to process any ...Stefan Metzmacher2018-02-051-0/+12
* dbcheck: make sure we always ask for the objectGUID attribute explicitlyStefan Metzmacher2018-02-051-2/+1
* dbcheck: add a helper function that checks is a value has duplicate linksRalph Boehme2018-02-051-0/+32
* dbcheck: add a dict where we remember attributes with duplicate linksRalph Boehme2018-02-051-0/+7
* dbcheck: split out check_duplicate_links from check_dnRalph Boehme2018-02-051-16/+29
* dbcheck: store fixed forward link attributes with the correct sortingStefan Metzmacher2018-02-051-11/+6
* dbcheck: remove ldb.FLAG_MOD_REPLACE when replacing search results for forwar...Stefan Metzmacher2018-02-051-1/+1
* dbcheck: rename err_duplicate_links() to err_recover_forward_links() and adju...Ralph Boehme2018-02-051-5/+8
* dbcheck: add link direction to error message for duplicate linksRalph Boehme2018-02-051-1/+2
* dbcheck: rename err_duplicate_links argumentsRalph Boehme2018-02-051-6/+6
* dbcheck: only pass obj_dn to err_orphaned_backlink()Stefan Metzmacher2018-02-051-5/+6
* dbcheck: add forward_syntax argument to err_orphaned_backlinkRalph Boehme2018-02-051-3/+4
* dbcheck: rename and reorder err_orphaned_backlink argumentsRalph Boehme2018-02-051-11/+11
* Revert "dbcheck: disable fixing duplicate linked attributes until we can reco...Ralph Boehme2018-02-051-19/+3
* dbcheck: disable fixing duplicate linked attributes until we can recover lost...Stefan Metzmacher2018-01-221-3/+19
* dbcheck: detect and fix duplicate linksStefan Metzmacher2017-11-241-46/+147
* dbcheck: only calculate linked attribute helper variables once in check_dn()Stefan Metzmacher2017-11-241-2/+6
* dbcheck: remove indentation levelStefan Metzmacher2017-11-241-63/+62
* dbcheck: Use the GUID as the DN to fix replPropertyMetaDataAndrew Bartlett2017-11-241-3/+6
* dbcheck: Clarify error count bumping in deleted/gone DN handlingAndrew Bartlett2017-11-241-7/+33
* dbcheck: Allow removal of one-way links to missing objectsAndrew Bartlett2017-10-191-2/+20
* dbcheck: Improve dbcheck to find (and may fix) dangling msDS-RevealedUsersGarming Sam2017-03-131-0/+48
* dbchecker: Stop ignoring linked cases where both objects are aliveGarming Sam2017-02-231-10/+13
* dbcheck: Do not regard old one-way-links as errorsAndrew Bartlett2017-02-131-8/+39
* dbcheck: Correct message for orphaned backlinksAndrew Bartlett2016-11-221-4/+4
* dbcheck: Be more careful with link checksAndrew Bartlett2016-11-221-7/+23
* dbcheck: Correctly initialise keep_transaction in missing_parent testAndrew Bartlett2016-11-041-1/+1
* dbcheck: confirm RID Set presence and consistencyClive Ferreira2016-11-041-0/+132
* dbcheck: Abandon dbcheck if we get an error during a transactionAndrew Bartlett2016-08-291-0/+7
* dbcheck: Add a rule regarding replica locationsGarming Sam2016-07-211-1/+57
* dbcheck: Split out valid stale DN links and invalid onesGarming Sam2016-07-151-8/+35
* dbcheck: change argument to specify a partial --yesGarming Sam2016-07-151-2/+2
* dbcheck: check for linked atributes that should not existDouglas Bagnall2016-07-151-44/+90
* dbcheck: cache linkIDs and reverse attribute namesDouglas Bagnall2016-07-151-5/+17
* dbcheck: Script swallows input when given a carriage returnGarming Sam2016-07-151-1/+1
* provision: Ignore duplicate attid and governsID checkBob Campbell2016-07-061-0/+10
* dsdb: Fix incorrect sorting of replPropertyMetaData with RDN lastAndrew Bartlett2016-06-071-11/+4
* dbcheck: Find and fix a missing Deleted Objects containerAndrew Bartlett2016-06-061-15/+137
* dbcheck: Avoid pathological behaviour in operational moduleGarming Sam2016-04-201-0/+4
* dbcheck: Check for and remove duplicate values in attributesAndrew Bartlett2016-03-081-0/+26
* dbcheck: Avoid spurious warnings in dbcheck due to objectclass sortingAndrew Bartlett2016-03-081-1/+13
* dbcheck: Fix incorrect/duplicate attrid in replPropertMetaDataAndrew Bartlett2016-03-081-19/+101
* pydsdb: Also accept ldb.MessageElement values to dsdb routinesAndrew Bartlett2015-10-261-2/+2
* dbcheck: Use set() operations to make dbcheck more efficientAndrew Bartlett2015-08-241-18/+18
* dbcheck: Try to avoid duplicate searchesAndrew Bartlett2015-08-241-2/+4
* dbcheck: Add additional tests for the attributeID listAndrew Bartlett2015-08-241-0/+14
* dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett2015-08-241-4/+60
* dbcheck: Add check and test for various invalid userParameters valuesAndrew Bartlett2014-07-091-0/+90
* dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistencyAndrew Bartlett2014-05-021-18/+13