summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba/dbchecker.py: typo fixesBjörn Jacke2019-10-311-4/+4
* dbcheck: fallback to the default tombstoneLifetime of 180 daysStefan Metzmacher2019-05-281-1/+4
* dbcheck: fix the err_empty_attribute() checkStefan Metzmacher2019-03-211-1/+1
* dbcheck: use the str() value of the "name" attributeStefan Metzmacher2019-03-211-1/+1
* dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher2019-03-141-1/+44
* dbcheck: detect the change after deletion bugStefan Metzmacher2019-03-141-0/+110
* dbcheck: add find_repl_attid() helper functionStefan Metzmacher2019-03-141-5/+10
* dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher2019-03-141-0/+13
* dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher2019-03-141-2/+7
* dbcheck: do isDeleted, systemFlags and replPropertyMetaData detection firstStefan Metzmacher2019-03-141-11/+14
* dbcheck: use DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME when renaming deleted objectsStefan Metzmacher2019-03-141-3/+6
* dbcheck: skip reverse member link checks when cli option specifiedJoe Guo2019-02-211-2/+12
* Fix spelling mistakesOlly Betts2018-11-301-1/+1
* python dbcheck: don't use mutable default argsDouglas Bagnall2018-11-021-6/+8
* dbchecker: remove unused variablesDouglas Bagnall2018-11-011-4/+0
* python dbcheck: use real exception nameDouglas Bagnall2018-11-011-4/+4
* dbcheck: fix function call (right arguments)Douglas Bagnall2018-11-011-1/+1
* dbcheck: fix message formattingDouglas Bagnall2018-11-011-2/+2
* dbchecker: Fix missing <SID=...> on linked attributesStefan Metzmacher2018-10-301-1/+41
* dbchecker: improve verbose output of do_modify()Stefan Metzmacher2018-10-301-1/+2
* python/samba: samba4.blackbox.dbcheck.release-4-1-0rc3Noel Power2018-10-231-15/+46
* python/samba: misc use of str for ldb.bytesNoel Power2018-10-231-5/+5
* python/samba: ldb attribute string fix for wafsamba.testsNoel Power2018-10-231-1/+1
* python/samba: extra ndr_unpack needs bytes functionNoel Power2018-09-151-1/+1
* python/samba: PY3 port for ridalloc_exop test to workNoel Power2018-09-151-5/+4
* python/samba: ndr_unpack has to take bytes not stringNoel Power2018-09-151-13/+13
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-2/+2
* python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power2018-09-031-2/+2
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-2/+2
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-2/+2
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-15/+0
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-241-0/+2
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-4/+4
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-1/+1
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-11/+11
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-1/+1
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-241-1/+1
* dbchecker: Fixing up incorrect DNs wasn't workingTim Beale2018-07-031-5/+14
* dbcheck: Use symbolic control name for DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKSAndrew Bartlett2018-07-031-1/+1
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-301-5/+5
* python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power2018-04-301-7/+7
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-1/+2
* samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-12/+24
* samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-5/+5
* dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the s...Stefan Metzmacher2018-02-051-0/+25
* dbcheck: add support for restoring missing forward linksRalph Boehme2018-02-051-6/+37