summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2019-03-21selftest: Remove mention of --extra-python from commentAndrew Bartlett1-1/+1
2019-03-14tests: Make IPv4 assumption explicitTim Beale1-2/+3
2019-03-12gpo: During restore clobber GPT.INI with a blank versionGarming Sam1-7/+14
2019-03-12gpo: Add test for saving gPCXXXExtensionNames in backupGarming Sam1-0/+69
2019-03-12gpo: Add tests to make sure that an empty gplink worksGarming Sam1-0/+34
2019-03-12test/blackbox: py3 compatible print in documentation.Douglas Bagnall1-1/+1
2019-03-07tests/auto_log_pass_change.py: only care about the last expected message othe...Joe Guo1-39/+16
2019-03-05tests: Reduce likelihood of auth_log test locking up during CIAaron Haslett1-12/+13
2019-03-04tests: Work auth_log CLIENT_IP out from config instead of env varTim Beale2-1/+11
2019-03-04tests: Work audit_log CLIENT_IP out from config instead of env varTim Beale4-3/+11
2019-03-04tests: Remove explicit SOCKET_WRAPPER usage from auth_log testsTim Beale2-2/+19
2019-03-04tests: Remove redundant credentials from auth_log testsTim Beale3-9/+0
2019-02-21selftest: Confirm new and old SDDL strings differ after a samba-tool dsacl setAndrew Bartlett1-0/+1
2019-02-21selftest: Add test for samba-tool dsacl get, cross-checked with samba-tool ds...Andrew Bartlett1-0/+30
2019-02-21Update dsacl.py - add_ace to handle/verify sddl parameter correctMartin Krämer1-0/+93
2019-02-20s3 winbind auth_log: Tests for logon id logging.Gary Lockyer1-0/+442
2019-02-20auth_log tests: Allow the remote address to be NoneGary Lockyer1-0/+3
2019-02-14s2 decrpc samr: Add tests for QueryDomainInfoGary Lockyer1-0/+55
2019-02-11tests/user_check_password_script: add a test do disallow the username as pass...Stefan Metzmacher1-9/+25
2019-02-01Tests for segfaults in python bindingsDouglas Bagnall1-0/+126
2019-02-01selftest: Move dns_hub.py into selftest directoryTim Beale1-154/+0
2019-02-01dns_hub: Fix flake8 warningsTim Beale1-5/+5
2019-01-29python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher2-4/+4
2019-01-19python: dns_hub: do not crash if a socket failsDouglas Bagnall1-2/+2
2019-01-17dns_hub: Rename variable to avoid naming collision in exception handlerTim Beale1-2/+2
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
2019-01-15python: dns_hub: Fix indentation of 'raise' on error.Jeremy Allison1-3/+1
2019-01-15selftest: add central dns forwarderVolker Lendecke1-0/+156
2019-01-14tests: Change ntaclsbackup tests over to use s3 Py bindingsTim Beale1-2/+2
2019-01-12py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...Stefan Metzmacher1-0/+967
2019-01-12py:dcerpc/raw_testcase: add assertEqualsStrLower()Stefan Metzmacher1-0/+3
2019-01-12py:dcerpc/raw_protocol: demonstrate that \\pipe\lsarpc returns \\pipe\lsass a...Stefan Metzmacher1-2/+4
2019-01-12py:dcerpc/raw_protocol: add test_assoc_group_fail3()Stefan Metzmacher1-0/+45
2019-01-12py:dcerpc/raw_protocol: add test_assoc_group_ok2 to check assoc groups over n...Stefan Metzmacher1-0/+31
2019-01-12py:dcerpc/raw_protocol: enable tests with the DCERPC_PFC_FLAG_SUPPORT_HEADER_...Stefan Metzmacher1-9/+3
2019-01-12py:dcerpc/raw_protocol: consistently call self.recv_pdu(timeout=0.01) after a...Stefan Metzmacher1-1/+3
2019-01-12py:dcerpc/raw_protocol: add tests for delayed header signing activationStefan Metzmacher1-0/+186
2019-01-12py:dcerpc/raw_testcase: add pfc_flags_2nd and use_auth3 options to do_generic...Stefan Metzmacher1-2/+17
2019-01-11selftest: Improve an error messageVolker Lendecke1-1/+2
2019-01-09s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale3-3/+3
2019-01-08traffic: assert json equality in learner testDouglas Bagnall1-0/+6
2019-01-08traffic tests: use TestCaseInTempdir.mktemp()Douglas Bagnall3-45/+6
2019-01-08python/tests: add TestCaseInTempdir.mktemp()Douglas Bagnall1-1/+16
2019-01-08traffic_replay: --old-scale to mimic the old traffic_replayDouglas Bagnall2-0/+14
2019-01-08traffic: add option to reanimate dying conversationsDouglas Bagnall2-0/+19
2019-01-08traffic: generate sparser descriptions of conversationsDouglas Bagnall1-5/+0
2019-01-08traffic: new version of model with packet_rate, version numberDouglas Bagnall7-48/+130