summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
Commit message (Expand)AuthorAgeFilesLines
* dbcheck: Correctly initialise keep_transaction in missing_parent testAndrew Bartlett2016-11-301-1/+1
* dbcheck: confirm RID Set presence and consistencyClive Ferreira2016-11-301-0/+132
* dbcheck: Correct message for orphaned backlinksAndrew Bartlett2016-11-301-4/+4
* dbcheck: Be more careful with link checksAndrew Bartlett2016-11-301-7/+23
* dbcheck: Abandon dbcheck if we get an error during a transactionAndrew Bartlett2016-09-061-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
* dbchecker: verify and fix broken dn valuesStefan Metzmacher2014-05-021-0/+94
* dbchecker: make the deleted objects container detection more genericStefan Metzmacher2014-05-021-2/+8
* samba-tool dbcheck: handle missing objectClassFelix Botner2014-03-271-0/+31
* dbcheck: Ensure dbcheck can operate with --attrs setAndrew Bartlett2014-03-211-1/+1
* dbcheck: Add back the elements that were wrongly removed from CN=Deleted ObjectsAndrew Bartlett2013-09-241-0/+66
* dbcheck: Ensure to always increase the error_countAndrew Bartlett2013-09-241-0/+1
* dbcheck: Look for and fix the all-zero invocationID in replPropertyMetaDataAndrew Bartlett2013-09-221-0/+68
* samba-tool dbcheck: Correctly remove deleted DNs in dbcheckAndrew Bartlett2013-07-301-1/+1
* samba-tool dbcheck: Use dsdb.DS_GUID_DELETED_OBJECTS_CONTAINER rather than th...Andrew Bartlett2013-05-161-1/+1
* samba-tool dbcheck: Allow dbcheck to correct an nTSecurityDescriptor without ...Andrew Bartlett2013-03-251-0/+41
* samba-tool dbcheck: Add --reset-well-known-aclsAndrew Bartlett2013-03-251-2/+66
* samba-tool dbcheck: fix msDS-HasInstantiatedNCs attributes to match instanceT...Andrew Bartlett2013-03-041-1/+35
* samba-tool dbcheck: fix comment on err_wrong_sdAndrew Bartlett2013-03-021-2/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+947