summaryrefslogtreecommitdiff
path: root/python/samba/tests/py_credentials.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba/tests: port samba.tests.py_credentials for py2/py3 compatNoel Power2018-09-051-12/+10
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-2/+2
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-6/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+5
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-241-0/+3
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power2018-06-201-4/+4
* tests/py_creds: Add a SamLogonEx test with an empty string domainGarming Sam2018-02-221-0/+27
* selftest: Add test for support for MSCHAPv2 and NTLMv1 on a serverAndrew Bartlett2017-07-041-4/+98
* tests py_credentials: Fix encrypt_netr_crypt_password testGary Lockyer2017-06-291-16/+10
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-221-1/+45
* pycredentials: add function to return the netr_AuthenticatorGary Lockyer2017-06-221-0/+241