summaryrefslogtreecommitdiff
path: root/python/samba/tests/auth_log.py
AgeCommit message (Expand)AuthorFilesLines
2022-01-26pytest:auth_log: expect TLS connections when using ldapsDouglas Bagnall1-4/+4
2022-01-19tests/auth_log: adjust expected authDescription for test_smb_bad_userStefan Metzmacher1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-175/+175
2019-10-03rpcclient: Remove unused global domain sidVolker Lendecke1-11/+11
2019-01-17tests: Switchover auth_log from s4 SMB client bindings to s4Tim Beale1-10/+23
2019-01-17tests: Refactor auth_log SMB connection to be in a single placeTim Beale1-42/+20
2019-01-17tests: Use MUST_USE_KERBEROS over AUTO_USE_KERBEROS in auth_log testsTim Beale1-0/+2
2019-01-17tests: Relax auth_log SMB assertions to cover v1 *or* v2Tim Beale1-6/+6
2018-12-20tests (audit_auth)_log: PEP8 cleanup.Gary Lockyer1-32/+33
2018-12-14auth log: Add windows logon type codesGary Lockyer1-20/+99
2018-12-14auth log: Add windows event codesGary Lockyer1-19/+102
2018-12-10PY3: wrap filter calls with list where list is expectedNoel Power1-1/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-5/+5
2018-07-24tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy1-8/+18
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-0/+3
2018-05-10auth logging tests: Clean up flake8 warningsGary Lockyer1-241/+230
2018-05-10auth logging tests: Add tests for sessionIdGary Lockyer1-0/+5
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-2/+2
2017-07-24tests auth_log: Modify existing tests to handle NETLOGON messagesGary Lockyer1-0/+11
2017-06-22python/tests: test SMB1 and SMB2/3 in auth_log.pyStefan Metzmacher1-2/+47
2017-06-15selftest: Pass the dcerpc binding object to self.waitForMessages in auth_logAndrew Bartlett1-7/+7
2017-03-29whitespace: auth_log.py python conventionsGarming Sam1-96/+92
2017-03-29auth log: Add tests for anonymous bind and SamLogonGary Lockyer1-0/+382
2017-03-29ldap_server: Log failures to find a valid user in the simple bindGary Lockyer1-0/+80
2017-03-29auth_log: Add tests by listening for JSON messages over the message busAndrew Bartlett1-0/+801