summaryrefslogtreecommitdiff
path: root/python/samba/tests/auth_log.py
Commit message (Expand)AuthorAgeFilesLines
* rpcclient: Remove unused global domain sidVolker Lendecke2019-10-031-11/+11
* tests: Switchover auth_log from s4 SMB client bindings to s4Tim Beale2019-01-171-10/+23
* tests: Refactor auth_log SMB connection to be in a single placeTim Beale2019-01-171-42/+20
* tests: Use MUST_USE_KERBEROS over AUTO_USE_KERBEROS in auth_log testsTim Beale2019-01-171-0/+2
* tests: Relax auth_log SMB assertions to cover v1 *or* v2Tim Beale2019-01-171-6/+6
* tests (audit_auth)_log: PEP8 cleanup.Gary Lockyer2018-12-201-32/+33
* auth log: Add windows logon type codesGary Lockyer2018-12-141-20/+99
* auth log: Add windows event codesGary Lockyer2018-12-141-19/+102
* PY3: wrap filter calls with list where list is expectedNoel Power2018-12-101-1/+1
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-5/+5
* tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy2018-07-241-8/+18
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-0/+3
* auth logging tests: Clean up flake8 warningsGary Lockyer2018-05-101-241/+230
* auth logging tests: Add tests for sessionIdGary Lockyer2018-05-101-0/+5
* samba python tests: convert print func to be py2/py3 compatibleNoel Power2018-03-231-2/+2
* tests auth_log: Modify existing tests to handle NETLOGON messagesGary Lockyer2017-07-241-0/+11
* python/tests: test SMB1 and SMB2/3 in auth_log.pyStefan Metzmacher2017-06-221-2/+47
* selftest: Pass the dcerpc binding object to self.waitForMessages in auth_logAndrew Bartlett2017-06-151-7/+7
* whitespace: auth_log.py python conventionsGarming Sam2017-03-291-96/+92
* auth log: Add tests for anonymous bind and SamLogonGary Lockyer2017-03-291-0/+382
* ldap_server: Log failures to find a valid user in the simple bindGary Lockyer2017-03-291-0/+80
* auth_log: Add tests by listening for JSON messages over the message busAndrew Bartlett2017-03-291-0/+801