summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc/raw_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* tests/dcerpc/raw_protocol: Add more tests for DCERPC_AUTH_LEVEL_PACKETGünther Deschner2019-08-011-0/+11
* tests/dcerpc/raw_protocol: split test_spnego_integrity_request into 2 partsStefan Metzmacher2019-08-011-2/+6
* tests/dcerpc/raw_protocol: split test_spnego_connect_request() into 2 partsStefan Metzmacher2019-08-011-3/+7
* py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...Stefan Metzmacher2019-01-121-0/+967
* py:dcerpc/raw_protocol: demonstrate that \\pipe\lsarpc returns \\pipe\lsass a...Stefan Metzmacher2019-01-121-2/+4
* py:dcerpc/raw_protocol: add test_assoc_group_fail3()Stefan Metzmacher2019-01-121-0/+45
* py:dcerpc/raw_protocol: add test_assoc_group_ok2 to check assoc groups over n...Stefan Metzmacher2019-01-121-0/+31
* py:dcerpc/raw_protocol: enable tests with the DCERPC_PFC_FLAG_SUPPORT_HEADER_...Stefan Metzmacher2019-01-121-9/+3
* py:dcerpc/raw_protocol: consistently call self.recv_pdu(timeout=0.01) after a...Stefan Metzmacher2019-01-121-1/+3
* py:dcerpc/raw_protocol: add tests for delayed header signing activationStefan Metzmacher2019-01-121-0/+186
* py:dcerpc/raw_protocol: test signing also with raw NTLMSSP and KerberosStefan Metzmacher2018-12-231-0/+44
* py:dcerpc/raw_protocol: test signing with and without header signingStefan Metzmacher2018-12-231-1/+16
* py:dcerpc/raw_protocol: rename _test_spnego_signing_auth_level_request to _te...Stefan Metzmacher2018-12-231-4/+5
* py:dcerpc/raw_protocol: rename _test_spnego_bind_auth_level to_test_auth_bind...Stefan Metzmacher2018-12-231-6/+8
* py:dcerpc/raw_protocol: let self._test_spnego_bind_auth_level() return auth_c...Stefan Metzmacher2018-12-231-4/+8
* py:dcerpc/raw_protocol: make use of assertPadding()Stefan Metzmacher2018-12-231-128/+60
* py:dcerpc/raw_protocol: explicitly disconnect additional connectionsStefan Metzmacher2018-12-231-0/+2
* py:dcerpc/raw_protocol: rename test_spnego_packet_bind_sign_privacy => test_s...Stefan Metzmacher2018-12-231-1/+1
* PY3: change shebang to python3 in misc dirsJoe Guo2018-12-141-1/+1
* python/tests/raw_protocol: reveal shadowed test via disambiguationDouglas Bagnall2018-10-251-1/+1
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-1/+1
* python/samba/test/dcerpc: Py3 port of samba.tests.dcerpc.raw_protocolNoel Power2018-09-031-166/+173
* dcerpc py tests: improve argument formattingDouglas Bagnall2018-08-241-3/+4
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-3/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-241-0/+2
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-241-93/+93
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-20/+20
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-18/+18
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-173/+173
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-3/+3
* python/tests: make the test_assoc_group_fail2() test more resilient against t...Stefan Metzmacher2018-07-101-0/+3
* tests:dcerpc/raw_protocol: reproduce call_id truncation bugStefan Metzmacher2018-02-211-1/+1
* python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.Lumir Balhar2017-03-101-1/+1
* python/tests: add simple dcerpc orphaned testsStefan Metzmacher2016-10-261-0/+218
* python/tests: add simple dcerpc co_cancel testsStefan Metzmacher2016-10-261-0/+74
* python/tests: add simple dcerpc association group testsStefan Metzmacher2016-10-261-0/+76
* python/tests: check context_id values of responses correctlyStefan Metzmacher2016-10-261-10/+10
* python/tests: make use of self.get_auth_context_creds() and self.do_generic_b...Stefan Metzmacher2016-10-261-76/+13
* python/tests: make use of self.get_anon_creds() and self.get_user_creds()Stefan Metzmacher2016-10-261-47/+19
* python/tests: make use of get_auth_context_creds() in _test_auth_type_level_b...Stefan Metzmacher2016-10-261-9/+15
* python/tests: make use of prepare_presentation() in _get_netlogon_ctx()Stefan Metzmacher2016-10-261-37/+3
* python/tests: make it possible to specific TARGET_HOSTNAME to raw_protocol.pyStefan Metzmacher2016-10-261-1/+1
* python/tests: we now pass test_no_auth_request_bind_pfc_CONC_MPX()Stefan Metzmacher2016-10-261-3/+1
* python/tests: add DCERPC_BIND_TIME_KEEP_CONNECTION_ON_ORPHAN tests to dcerpc ...Stefan Metzmacher2016-10-261-0/+68
* python/tests: do tests to verify spnego various auth_levelsStefan Metzmacher2016-10-261-4/+570
* python/tests: add bind time feature related tests to dcerpc raw protocol testsStefan Metzmacher2016-10-261-0/+146
* python/tests: add presentation context related tests to dcerpc raw protocol t...Stefan Metzmacher2016-10-261-3/+774