summaryrefslogtreecommitdiff
path: root/python/samba/dbchecker.py
Commit message (Expand)AuthorAgeFilesLines
* dbcheck: Fix truncation of warning messagesJoseph Sutton2022-10-051-1/+1
* py/dbcheck: improve 'please --fix' messageDouglas Bagnall2022-09-191-1/+2
* dbcheck: don't recommend --fix for errors we can't fixDouglas Bagnall2022-09-191-12/+19
* dbcheck: do not crash on empty DNDouglas Bagnall2022-09-191-11/+20
* py/dbchecker: dbcheck prints bits of colour if askedDouglas Bagnall2022-09-191-4/+21
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-101-2/+0
* samba-tool: dbcheck search DnsAdmins from wellknown containerDavid Mulder2021-06-221-1/+4
* dbcheck: formattingJoseph Sutton2021-06-111-12/+22
* dbcheck: Refactor RID Set check to use free_rid_bounds()Joseph Sutton2021-06-111-28/+24
* dbcheck: check correct RID set attributes when looking for SID conflictsAndrew Bartlett2021-06-111-8/+34
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* dbcheck: Check Deleted Objects and reduce noise in reports about expired tomb...Andrew Bartlett2021-02-031-1/+24
* dbcheck: clarify check_object userparamsDouglas Bagnall2020-12-151-6/+17
* dbcheck: check_object/userparams: use variable for clarityDouglas Bagnall2020-12-151-6/+7
* dbcheck: reduce useless use of str(attrname)Douglas Bagnall2020-12-151-12/+12
* dbcheck: better disambiguate 'attrs'Douglas Bagnall2020-12-151-7/+6
* dbcheck: split out attr calculations from check_object()Douglas Bagnall2020-12-151-5/+18
* dbcheck: add a helper function for attr trackingDouglas Bagnall2020-12-151-6/+8
* dbcheck: do not add duplicate attrs for checkingDouglas Bagnall2020-12-151-3/+5
* dbcheck: check_object() caches of lower case attr namesDouglas Bagnall2020-12-151-12/+19
* dbcheck: make rIDSetReferences attr check case-insensitveDouglas Bagnall2020-12-151-1/+1
* dbcheck: err_normalise-mismatch_replace: no msg if no errorDouglas Bagnall2020-12-091-2/+3
* dbcheck: fix doc for err_normalise_mismatch*Douglas Bagnall2020-12-091-2/+2
* dbcheck: fix doc for do_rename()Douglas Bagnall2020-12-091-1/+1
* dbcheck: remove unused fix_incorrect_deleted_objects flagDouglas Bagnall2020-12-091-1/+0
* dbcheck: improve some duplicate doc stringsDouglas Bagnall2020-12-091-2/+2
* dbcheck: drop py2 support from dump_attr_values()Douglas Bagnall2020-12-091-14/+9
* dbcheck: don't try to stringify values list twiceDouglas Bagnall2020-12-091-1/+2
* dbcheck: add docstring for err_odd_userParametersDouglas Bagnall2020-12-091-1/+1
* dbcheck: fix documentation for err_doubled_userParametersDouglas Bagnall2020-12-091-1/+1
* dbcheck: fix documentation and typo for err_utf_userParametersDouglas Bagnall2020-12-091-2/+3
* dbcheck: fix documentation for err_base64_userParametersDouglas Bagnall2020-12-091-1/+1
* dbcheck: fix documentation for err_duplicate_valuesDouglas Bagnall2020-12-091-1/+1
* python: Move dsdb_Dn to samdbDavid Mulder2020-10-021-1/+1
* dbcheck: Allow a dangling forward link outside our known NCsAndrew Bartlett2020-07-291-1/+23
* dbcheck: omit unused argument in err_wrong_default_sdDouglas Bagnall2020-07-171-2/+2
* 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