summaryrefslogtreecommitdiff
path: root/python/samba/tests/py_credentials.py
AgeCommit message (Expand)AuthorFilesLines
2022-07-28CVE-2022-32743 tests/py_credentials: Add tests for setting dNSHostName with L...Joseph Sutton1-2/+279
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2018-09-05python/samba/tests: port samba.tests.py_credentials for py2/py3 compatNoel Power1-12/+10
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-2/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-6/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+5
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+3
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-06-20python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power1-4/+4
2018-02-22tests/py_creds: Add a SamLogonEx test with an empty string domainGarming Sam1-0/+27
2017-07-04selftest: Add test for support for MSCHAPv2 and NTLMv1 on a serverAndrew Bartlett1-4/+98
2017-06-29tests py_credentials: Fix encrypt_netr_crypt_password testGary Lockyer1-16/+10
2017-06-22pycredentials: Add support for netr_crypt_passwordGary Lockyer1-1/+45
2017-06-22pycredentials: add function to return the netr_AuthenticatorGary Lockyer1-0/+241