summaryrefslogtreecommitdiff
path: root/python/samba/tests/auth_log.py
AgeCommit message (Expand)AuthorFilesLines
2025-01-13python:tests: let auth_log.py also test --option=clientusekrb5netlogon=yesStefan Metzmacher1-0/+97
2025-01-13python:tests: let auth_log.py explicitly use --option=clientusekrb5netlogon=noStefan Metzmacher1-12/+99
2025-01-13python:tests: let auth_log.py use self.assertIn(received, [4, 5]Stefan Metzmacher1-22/+11
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-14tests/auth_log: Properly expect authentication failuresJoseph Sutton1-8/+12
2023-06-14tests/auth_log: Make samba.tests.auth_log test executableJoseph Sutton1-0/+11
2023-04-05CVE-2023-0922 set default ldap client sasl wrapping to sealRob van der Linde1-1/+1
2022-10-21python: Fix invalid escape by using a raw stringJoseph Sutton1-1/+1
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