summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc/raw_protocol.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2021-11-09CVE-2021-23192: python/tests/dcerpc: add tests to check how security contexts...Stefan Metzmacher1-0/+1273
2021-11-09CVE-2021-23192: python/tests/dcerpc: change assertNotEquals() into assertNotE...Stefan Metzmacher1-144/+144
2020-08-11python compat: remove binary_typeDouglas Bagnall1-3/+2
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-752/+752
2019-08-01tests/dcerpc/raw_protocol: Add more tests for DCERPC_AUTH_LEVEL_PACKETGünther Deschner1-0/+11
2019-08-01tests/dcerpc/raw_protocol: split test_spnego_integrity_request into 2 partsStefan Metzmacher1-2/+6
2019-08-01tests/dcerpc/raw_protocol: split test_spnego_connect_request() into 2 partsStefan Metzmacher1-3/+7
2019-01-12py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...Stefan Metzmacher1-0/+967
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
2018-12-23py:dcerpc/raw_protocol: test signing also with raw NTLMSSP and KerberosStefan Metzmacher1-0/+44
2018-12-23py:dcerpc/raw_protocol: test signing with and without header signingStefan Metzmacher1-1/+16
2018-12-23py:dcerpc/raw_protocol: rename _test_spnego_signing_auth_level_request to _te...Stefan Metzmacher1-4/+5
2018-12-23py:dcerpc/raw_protocol: rename _test_spnego_bind_auth_level to_test_auth_bind...Stefan Metzmacher1-6/+8
2018-12-23py:dcerpc/raw_protocol: let self._test_spnego_bind_auth_level() return auth_c...Stefan Metzmacher1-4/+8
2018-12-23py:dcerpc/raw_protocol: make use of assertPadding()Stefan Metzmacher1-128/+60
2018-12-23py:dcerpc/raw_protocol: explicitly disconnect additional connectionsStefan Metzmacher1-0/+2
2018-12-23py:dcerpc/raw_protocol: rename test_spnego_packet_bind_sign_privacy => test_s...Stefan Metzmacher1-1/+1
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-10-25python/tests/raw_protocol: reveal shadowed test via disambiguationDouglas Bagnall1-1/+1
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-09-03python/samba/test/dcerpc: Py3 port of samba.tests.dcerpc.raw_protocolNoel Power1-166/+173
2018-08-24dcerpc py tests: improve argument formattingDouglas Bagnall1-3/+4
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-3/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-93/+93
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-20/+20
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-18/+18
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-173/+173
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-3/+3
2018-07-10python/tests: make the test_assoc_group_fail2() test more resilient against t...Stefan Metzmacher1-0/+3
2018-02-21tests:dcerpc/raw_protocol: reproduce call_id truncation bugStefan Metzmacher1-1/+1
2017-03-10python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.Lumir Balhar1-1/+1
2016-10-26python/tests: add simple dcerpc orphaned testsStefan Metzmacher1-0/+218
2016-10-26python/tests: add simple dcerpc co_cancel testsStefan Metzmacher1-0/+74
2016-10-26python/tests: add simple dcerpc association group testsStefan Metzmacher1-0/+76
2016-10-26python/tests: check context_id values of responses correctlyStefan Metzmacher1-10/+10
2016-10-26python/tests: make use of self.get_auth_context_creds() and self.do_generic_b...Stefan Metzmacher1-76/+13
2016-10-26python/tests: make use of self.get_anon_creds() and self.get_user_creds()Stefan Metzmacher1-47/+19
2016-10-26python/tests: make use of get_auth_context_creds() in _test_auth_type_level_b...Stefan Metzmacher1-9/+15
2016-10-26python/tests: make use of prepare_presentation() in _get_netlogon_ctx()Stefan Metzmacher1-37/+3
2016-10-26python/tests: make it possible to specific TARGET_HOSTNAME to raw_protocol.pyStefan Metzmacher1-1/+1