summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/dbcheck.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-24python: netcmd: SUPPRESS_HELP constant has no effect hereRob van der Linde1-1/+2
2023-10-24python: netcmd: dbcheck: fix import grouping and orderRob van der Linde1-8/+6
2023-02-23python: fix mutable default argumentsRob van der Linde1-1/+4
2022-09-19samba-tool dbcheck: use colour if wantedDouglas Bagnall1-1/+8
2022-09-06samba-tool dbcheck: improve --help for --reset-well-known-aclsDouglas Bagnall1-1/+5
2019-03-14dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher1-1/+2
2019-03-14dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher1-1/+6
2019-02-21dbcheck: skip reverse member link checks when cli option specifiedJoe Guo1-1/+9
2018-11-01samba-tool dbcheck: remove unused variableDouglas Bagnall1-1/+0
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
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-4/+4
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-2/+2
2018-05-31samba-tool: be consistent in accepting -q for --quietDouglas Bagnall1-1/+1
2018-03-19Update help text for dbcheckJonathan Hunter1-1/+1
2016-07-15dbcheck: change argument to specify a partial --yesGarming Sam1-2/+23
2013-03-25samba-tool dbcheck: Add --reset-well-known-aclsAndrew Bartlett1-2/+5
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+143