summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc/raw_protocol.py
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-26python/tests: we now pass test_no_auth_request_bind_pfc_CONC_MPX()Stefan Metzmacher1-3/+1
2016-10-26python/tests: add DCERPC_BIND_TIME_KEEP_CONNECTION_ON_ORPHAN tests to dcerpc ...Stefan Metzmacher1-0/+68
2016-10-26python/tests: do tests to verify spnego various auth_levelsStefan Metzmacher1-4/+570
2016-10-26python/tests: add bind time feature related tests to dcerpc raw protocol testsStefan Metzmacher1-0/+146
2016-10-26python/tests: add presentation context related tests to dcerpc raw protocol t...Stefan Metzmacher1-3/+774
2016-10-26python/tests: remove unused code in _test_auth_none_level_bind()Stefan Metzmacher1-9/+0
2016-10-26dcerpc.idl: split the padding from a possible fault buffer in dcerpc_faultStefan Metzmacher1-48/+72
2016-06-24python/tests: add auth_pad test for the dcerpc raw_protocol testStefan Metzmacher1-0/+548