summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-31python/samba/dbchecker.py: typo fixesBjörn Jacke1-4/+4
2019-05-28dbcheck: fallback to the default tombstoneLifetime of 180 daysStefan Metzmacher1-1/+4
2019-03-21dbcheck: fix the err_empty_attribute() checkStefan Metzmacher1-1/+1
2019-03-21dbcheck: use the str() value of the "name" attributeStefan Metzmacher1-1/+1
2019-03-14dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher1-1/+44
2019-03-14dbcheck: detect the change after deletion bugStefan Metzmacher1-0/+110
2019-03-14dbcheck: add find_repl_attid() helper functionStefan Metzmacher1-5/+10
2019-03-14dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher1-0/+13
2019-03-14dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher1-2/+7
2019-03-14dbcheck: do isDeleted, systemFlags and replPropertyMetaData detection firstStefan Metzmacher1-11/+14
2019-03-14dbcheck: use DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME when renaming deleted objectsStefan Metzmacher1-3/+6
2019-02-21dbcheck: skip reverse member link checks when cli option specifiedJoe Guo1-2/+12
2018-11-30Fix spelling mistakesOlly Betts1-1/+1
2018-11-02python dbcheck: don't use mutable default argsDouglas Bagnall1-6/+8
2018-11-01dbchecker: remove unused variablesDouglas Bagnall1-4/+0
2018-11-01python dbcheck: use real exception nameDouglas Bagnall1-4/+4
2018-11-01dbcheck: fix function call (right arguments)Douglas Bagnall1-1/+1
2018-11-01dbcheck: fix message formattingDouglas Bagnall1-2/+2
2018-10-30dbchecker: Fix missing <SID=...> on linked attributesStefan Metzmacher1-1/+41
2018-10-30dbchecker: improve verbose output of do_modify()Stefan Metzmacher1-1/+2
2018-10-23python/samba: samba4.blackbox.dbcheck.release-4-1-0rc3Noel Power1-15/+46
2018-10-23python/samba: misc use of str for ldb.bytesNoel Power1-5/+5
2018-10-23python/samba: ldb attribute string fix for wafsamba.testsNoel Power1-1/+1
2018-09-15python/samba: extra ndr_unpack needs bytes functionNoel Power1-1/+1
2018-09-15python/samba: PY3 port for ridalloc_exop test to workNoel Power1-5/+4
2018-09-15python/samba: ndr_unpack has to take bytes not stringNoel Power1-13/+13
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-09-03python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power1-2/+2
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-2/+2
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-2/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-15/+0
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-4/+4
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-11/+11
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-07-03dbchecker: Fixing up incorrect DNs wasn't workingTim Beale1-5/+14
2018-07-03dbcheck: Use symbolic control name for DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKSAndrew Bartlett1-1/+1
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-5/+5
2018-04-30python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power1-7/+7
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