summaryrefslogtreecommitdiff
path: root/python/samba/tests/auth_log_pass_change.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde1-3/+0
2023-06-30crypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()Andrew Bartlett1-10/+1
2023-06-26tests/auth_log_pass_change: Fix flapping testJoseph Sutton1-2/+8
2023-05-29tests/auth_log: Remove debugging codeJoseph Sutton1-5/+0
2023-05-29tests/auth_log: Call discardMessages() on classJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Expect no messages when changing a non-existent user’s pass...Joseph Sutton1-7/+5
2022-10-25python/samba/tests: fix samba.tests.auth_log_pass_change for later gnutlsNoel Power1-4/+16
2022-10-21python: Remove unused imports in auth_log testsJoseph Sutton1-1/+0
2022-03-17selftest: Remove auth_log test for RAP password changeAndrew Bartlett1-29/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-3/+3
2019-03-07tests/auto_log_pass_change.py: only care about the last expected message othe...Joe Guo1-39/+16
2019-03-04tests: Work auth_log CLIENT_IP out from config instead of env varTim Beale1-1/+0
2018-12-14auth log: Add windows logon type codesGary Lockyer1-8/+23
2018-12-14auth log: Add windows event codesGary Lockyer1-7/+25
2018-12-10PY3: net.change_password & net.set_password take string not bytesNoel Power1-4/+4
2018-05-11tests: Split out setUp code into separate function for reuseTim Beale1-17/+3
2018-05-10auth logging tests: Clean up flake8 warningsGary Lockyer1-81/+67
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-6/+7
2018-02-28samba python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-2/+4
2018-02-15samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall1-3/+3
2017-03-29whitespace: auth_log_pass_change.py python conventionsGarming Sam1-33/+34
2017-03-29dsdb: Add authentication audit logging for LDAP password changeAndrew Bartlett1-2/+89
2017-03-29auth log tests: password change testsGary Lockyer1-0/+242