summaryrefslogtreecommitdiff
path: root/python/samba/tests/password_hash.py
Commit message (Expand)AuthorAgeFilesLines
* python compat: remove text_typeDouglas Bagnall2020-08-111-2/+1
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-7/+7
* python/samba/tests: make password_hash.py py2/py3 compatibleNoel Power2018-09-051-4/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+4
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-1/+1
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-29/+29
* python/samba: Ensure md5 always provided with bytesNoel Power2018-05-121-0/+4
* tests: Add a test case for msDS-PasswordReversibleEncryptionEnabledTim Beale2018-05-111-6/+14
* tests: Split out setUp code into separate function for reuseTim Beale2018-05-111-17/+3
* tests/password_hash: avoid py3-incompatible md5 moduleDouglas Bagnall2018-02-091-2/+2
* tests password_hash: Add ldap based tests for WDigestGary Lockyer2017-05-251-28/+39
* tests password_hash: update array indexes for readabliityGary Lockyer2017-05-251-30/+31
* tests password_hash: add tests for Primary:userPasswordGary Lockyer2017-05-251-0/+34
* tests password_hash: fix white space issuesGary Lockyer2017-05-251-4/+4
* tests password_hash: remove unused importGary Lockyer2017-05-251-1/+0
* password_hash: Add tests to allow refactoringGary Lockyer2017-04-061-0/+290