index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
dbchecker.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
python: pep257: docstring should use double quotes
Rob van der Linde
1
-45
/
+45
2023-10-16
CVE-2018-14628: python:descriptor: let samba-tool dbcheck fix the nTSecurityD...
Stefan Metzmacher
1
-2
/
+8
2023-10-16
CVE-2018-14628: dbchecker: use get_deletedobjects_descriptor for missing dele...
Stefan Metzmacher
1
-3
/
+14
2023-07-13
python: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-06-23
python:samba: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-10-05
dbcheck: Fix truncation of warning messages
Joseph Sutton
1
-1
/
+1
2022-09-19
py/dbcheck: improve 'please --fix' message
Douglas Bagnall
1
-1
/
+2
2022-09-19
dbcheck: don't recommend --fix for errors we can't fix
Douglas Bagnall
1
-12
/
+19
2022-09-19
dbcheck: do not crash on empty DN
Douglas Bagnall
1
-11
/
+20
2022-09-19
py/dbchecker: dbcheck prints bits of colour if asked
Douglas Bagnall
1
-4
/
+21
2022-05-10
python: Remove unnecessary 'pass' statements
Joseph Sutton
1
-2
/
+0
2021-06-22
samba-tool: dbcheck search DnsAdmins from wellknown container
David Mulder
1
-1
/
+4
2021-06-11
dbcheck: formatting
Joseph Sutton
1
-12
/
+22
2021-06-11
dbcheck: Refactor RID Set check to use free_rid_bounds()
Joseph Sutton
1
-28
/
+24
2021-06-11
dbcheck: check correct RID set attributes when looking for SID conflicts
Andrew Bartlett
1
-8
/
+34
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2021-02-03
dbcheck: Check Deleted Objects and reduce noise in reports about expired tomb...
Andrew Bartlett
1
-1
/
+24
2020-12-15
dbcheck: clarify check_object userparams
Douglas Bagnall
1
-6
/
+17
2020-12-15
dbcheck: check_object/userparams: use variable for clarity
Douglas Bagnall
1
-6
/
+7
2020-12-15
dbcheck: reduce useless use of str(attrname)
Douglas Bagnall
1
-12
/
+12
2020-12-15
dbcheck: better disambiguate 'attrs'
Douglas Bagnall
1
-7
/
+6
2020-12-15
dbcheck: split out attr calculations from check_object()
Douglas Bagnall
1
-5
/
+18
2020-12-15
dbcheck: add a helper function for attr tracking
Douglas Bagnall
1
-6
/
+8
2020-12-15
dbcheck: do not add duplicate attrs for checking
Douglas Bagnall
1
-3
/
+5
2020-12-15
dbcheck: check_object() caches of lower case attr names
Douglas Bagnall
1
-12
/
+19
2020-12-15
dbcheck: make rIDSetReferences attr check case-insensitve
Douglas Bagnall
1
-1
/
+1
2020-12-09
dbcheck: err_normalise-mismatch_replace: no msg if no error
Douglas Bagnall
1
-2
/
+3
2020-12-09
dbcheck: fix doc for err_normalise_mismatch*
Douglas Bagnall
1
-2
/
+2
2020-12-09
dbcheck: fix doc for do_rename()
Douglas Bagnall
1
-1
/
+1
2020-12-09
dbcheck: remove unused fix_incorrect_deleted_objects flag
Douglas Bagnall
1
-1
/
+0
2020-12-09
dbcheck: improve some duplicate doc strings
Douglas Bagnall
1
-2
/
+2
2020-12-09
dbcheck: drop py2 support from dump_attr_values()
Douglas Bagnall
1
-14
/
+9
2020-12-09
dbcheck: don't try to stringify values list twice
Douglas Bagnall
1
-1
/
+2
2020-12-09
dbcheck: add docstring for err_odd_userParameters
Douglas Bagnall
1
-1
/
+1
2020-12-09
dbcheck: fix documentation for err_doubled_userParameters
Douglas Bagnall
1
-1
/
+1
2020-12-09
dbcheck: fix documentation and typo for err_utf_userParameters
Douglas Bagnall
1
-2
/
+3
2020-12-09
dbcheck: fix documentation for err_base64_userParameters
Douglas Bagnall
1
-1
/
+1
2020-12-09
dbcheck: fix documentation for err_duplicate_values
Douglas Bagnall
1
-1
/
+1
2020-10-02
python: Move dsdb_Dn to samdb
David Mulder
1
-1
/
+1
2020-07-29
dbcheck: Allow a dangling forward link outside our known NCs
Andrew Bartlett
1
-1
/
+23
2020-07-17
dbcheck: omit unused argument in err_wrong_default_sd
Douglas Bagnall
1
-2
/
+2
2019-10-31
python/samba/dbchecker.py: typo fixes
Björn Jacke
1
-4
/
+4
2019-05-28
dbcheck: fallback to the default tombstoneLifetime of 180 days
Stefan Metzmacher
1
-1
/
+4
2019-03-21
dbcheck: fix the err_empty_attribute() check
Stefan Metzmacher
1
-1
/
+1
2019-03-21
dbcheck: use the str() value of the "name" attribute
Stefan Metzmacher
1
-1
/
+1
2019-03-14
dbcheck: don't check expired tombstone objects by default anymore
Stefan Metzmacher
1
-1
/
+44
2019-03-14
dbcheck: detect the change after deletion bug
Stefan Metzmacher
1
-0
/
+110
2019-03-14
dbcheck: add find_repl_attid() helper function
Stefan Metzmacher
1
-5
/
+10
2019-03-14
dbcheck: don't remove dangling one-way links on already deleted objects
Stefan Metzmacher
1
-0
/
+13
2019-03-14
dbcheck: don't move already deleted objects to LostAndFound
Stefan Metzmacher
1
-2
/
+7
[next]