summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-2/+0
2021-06-22samba-tool: dbcheck search DnsAdmins from wellknown containerDavid Mulder1-1/+4
2021-06-11dbcheck: formattingJoseph Sutton1-12/+22
2021-06-11dbcheck: Refactor RID Set check to use free_rid_bounds()Joseph Sutton1-28/+24
2021-06-11dbcheck: check correct RID set attributes when looking for SID conflictsAndrew Bartlett1-8/+34
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-02-03dbcheck: Check Deleted Objects and reduce noise in reports about expired tomb...Andrew Bartlett1-1/+24
2020-12-15dbcheck: clarify check_object userparamsDouglas Bagnall1-6/+17
2020-12-15dbcheck: check_object/userparams: use variable for clarityDouglas Bagnall1-6/+7
2020-12-15dbcheck: reduce useless use of str(attrname)Douglas Bagnall1-12/+12
2020-12-15dbcheck: better disambiguate 'attrs'Douglas Bagnall1-7/+6
2020-12-15dbcheck: split out attr calculations from check_object()Douglas Bagnall1-5/+18
2020-12-15dbcheck: add a helper function for attr trackingDouglas Bagnall1-6/+8
2020-12-15dbcheck: do not add duplicate attrs for checkingDouglas Bagnall1-3/+5
2020-12-15dbcheck: check_object() caches of lower case attr namesDouglas Bagnall1-12/+19
2020-12-15dbcheck: make rIDSetReferences attr check case-insensitveDouglas Bagnall1-1/+1
2020-12-09dbcheck: err_normalise-mismatch_replace: no msg if no errorDouglas Bagnall1-2/+3
2020-12-09dbcheck: fix doc for err_normalise_mismatch*Douglas Bagnall1-2/+2
2020-12-09dbcheck: fix doc for do_rename()Douglas Bagnall1-1/+1
2020-12-09dbcheck: remove unused fix_incorrect_deleted_objects flagDouglas Bagnall1-1/+0
2020-12-09dbcheck: improve some duplicate doc stringsDouglas Bagnall1-2/+2
2020-12-09dbcheck: drop py2 support from dump_attr_values()Douglas Bagnall1-14/+9
2020-12-09dbcheck: don't try to stringify values list twiceDouglas Bagnall1-1/+2
2020-12-09dbcheck: add docstring for err_odd_userParametersDouglas Bagnall1-1/+1
2020-12-09dbcheck: fix documentation for err_doubled_userParametersDouglas Bagnall1-1/+1
2020-12-09dbcheck: fix documentation and typo for err_utf_userParametersDouglas Bagnall1-2/+3
2020-12-09dbcheck: fix documentation for err_base64_userParametersDouglas Bagnall1-1/+1
2020-12-09dbcheck: fix documentation for err_duplicate_valuesDouglas Bagnall1-1/+1
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder1-1/+1
2020-07-29dbcheck: Allow a dangling forward link outside our known NCsAndrew Bartlett1-1/+23
2020-07-17dbcheck: omit unused argument in err_wrong_default_sdDouglas Bagnall1-2/+2
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