summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
AgeCommit message (Expand)AuthorFilesLines
2025-08-07py:samdb: add get_linearized to dsdb_dnDouglas Bagnall1-1/+1
2025-08-07dbcheck: make deleted_objects check case-insensitiveDouglas Bagnall1-3/+4
2025-08-07dbcheck: use new dsdb_dn typesDouglas Bagnall1-11/+12
2025-08-07python:samdb: replace dsdb_Dn with stricter typesDouglas Bagnall1-1/+0
2024-02-27python/samba/samdb: Only do caching of well known DNs in dbcheckAndrew Bartlett1-8/+25
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-45/+45
2023-10-16CVE-2018-14628: python:descriptor: let samba-tool dbcheck fix the nTSecurityD...Stefan Metzmacher1-2/+8
2023-10-16CVE-2018-14628: dbchecker: use get_deletedobjects_descriptor for missing dele...Stefan Metzmacher1-3/+14
2023-07-13python: Fix code spellingAndreas Schneider1-1/+1
2023-06-23python:samba: Fix code spellingAndreas Schneider1-1/+1
2022-10-05dbcheck: Fix truncation of warning messagesJoseph Sutton1-1/+1
2022-09-19py/dbcheck: improve 'please --fix' messageDouglas Bagnall1-1/+2
2022-09-19dbcheck: don't recommend --fix for errors we can't fixDouglas Bagnall1-12/+19
2022-09-19dbcheck: do not crash on empty DNDouglas Bagnall1-11/+20
2022-09-19py/dbchecker: dbcheck prints bits of colour if askedDouglas Bagnall1-4/+21
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