summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-24dbcheck: Add back the elements that were wrongly removed from CN=Deleted ObjectsAndrew Bartlett1-0/+66
2013-09-24dbcheck: Ensure to always increase the error_countAndrew Bartlett1-0/+1
2013-09-22dbcheck: Look for and fix the all-zero invocationID in replPropertyMetaDataAndrew Bartlett1-0/+68
2013-07-30samba-tool dbcheck: Correctly remove deleted DNs in dbcheckAndrew Bartlett1-1/+1
2013-05-16samba-tool dbcheck: Use dsdb.DS_GUID_DELETED_OBJECTS_CONTAINER rather than th...Andrew Bartlett1-1/+1
2013-03-25samba-tool dbcheck: Allow dbcheck to correct an nTSecurityDescriptor without ...Andrew Bartlett1-0/+41
2013-03-25samba-tool dbcheck: Add --reset-well-known-aclsAndrew Bartlett1-2/+66
2013-03-04samba-tool dbcheck: fix msDS-HasInstantiatedNCs attributes to match instanceT...Andrew Bartlett1-1/+35
2013-03-02samba-tool dbcheck: fix comment on err_wrong_sdAndrew Bartlett1-2/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+947