summaryrefslogtreecommitdiff
path: root/python/samba/tests/password_hash.py
AgeCommit message (Expand)AuthorFilesLines
2024-12-20pytest: password_hash uses internal _glue.cryptDouglas Bagnall1-2/+2
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-7/+7
2018-09-05python/samba/tests: make password_hash.py py2/py3 compatibleNoel Power1-4/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-29/+29
2018-05-12python/samba: Ensure md5 always provided with bytesNoel Power1-0/+4
2018-05-11tests: Add a test case for msDS-PasswordReversibleEncryptionEnabledTim Beale1-6/+14
2018-05-11tests: Split out setUp code into separate function for reuseTim Beale1-17/+3
2018-02-09tests/password_hash: avoid py3-incompatible md5 moduleDouglas Bagnall1-2/+2
2017-05-25tests password_hash: Add ldap based tests for WDigestGary Lockyer1-28/+39
2017-05-25tests password_hash: update array indexes for readabliityGary Lockyer1-30/+31
2017-05-25tests password_hash: add tests for Primary:userPasswordGary Lockyer1-0/+34
2017-05-25tests password_hash: fix white space issuesGary Lockyer1-4/+4
2017-05-25tests password_hash: remove unused importGary Lockyer1-1/+0
2017-04-06password_hash: Add tests to allow refactoringGary Lockyer1-0/+290