summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc
AgeCommit message (Expand)AuthorFilesLines
2018-12-23py:dcerpc/raw_testcase: add check_response_auth() helper functionStefan Metzmacher1-0/+32
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_testcase: pass auth_context and stub_len to parse_auth() in ord...Stefan Metzmacher1-10/+17
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_testcase: let do_single_request() check stub length against all...Stefan Metzmacher1-0/+1
2018-12-23py:dcerpc/raw_protocol: make use of assertPadding()Stefan Metzmacher1-128/+60
2018-12-23py:dcerpc/raw_testcase: make use of assertPadding()Stefan Metzmacher1-8/+3
2018-12-23py:dcerpc/raw_testcase: add assertPadding() that allows IGNORE_RANDOM_PAD=1Stefan Metzmacher1-0/+16
2018-12-23py:dcerpc/raw_protocol: explicitly disconnect additional connectionsStefan Metzmacher1-0/+2
2018-12-23py:dcerpc/raw_testcase: disconnect on tearDown() of RawDCERPCTestStefan Metzmacher1-0/+4
2018-12-23py:dcerpc/raw_protocol: rename test_spnego_packet_bind_sign_privacy => test_s...Stefan Metzmacher1-1/+1
2018-12-23py:dcerpc/tests: rename dcerpc/string.py -> string_tests.pyStefan Metzmacher1-0/+0
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-11-20tests samr: Extra tests for samr_EnumDomainUserssGary Lockyer1-0/+144
2018-11-20test samr: Extra tests for samr_EnumDomainGroupsGary Lockyer1-0/+169
2018-11-20tests samr: remove PEP8 warningsGary Lockyer1-2/+4
2018-11-20tests samr: Extra tests for samr_QueryDisplayInfoGary Lockyer1-1/+389
2018-11-01py/tests/dcerpc_integer: remove dup testsDouglas Bagnall1-14/+0
2018-11-01py/tests/dcerpc_rpc: Py3 compat integer typesDouglas Bagnall1-1/+2
2018-10-25python/tests/raw_protocol: reveal shadowed test via disambiguationDouglas Bagnall1-1/+1
2018-10-25pytest/dcerpc.integer: force py2 long int without incompatible syntaxDouglas Bagnall1-1/+7
2018-10-25py/tests: remove unused importsDouglas Bagnall1-1/+0
2018-10-25python/tests/unix: fix spelling and import of text_typeDouglas Bagnall1-2/+2
2018-10-23python/samba/tests: PY2/PY3 port samba.tests.dcerpc.integerNoel Power1-5/+5
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 Power2-180/+188
2018-09-03python/samba/tests: ensure byte content (not strings)Noel Power1-5/+5
2018-09-03python/samba/tests: port samba.tests.unix for py3Noel Power1-8/+2
2018-08-24PEP8: improve formatting around various operatorsDouglas Bagnall1-1/+1
2018-08-24PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall1-20/+21
2018-08-24dcerpc py tests: improve argument formattingDouglas Bagnall1-3/+4
2018-08-24dcerpc/dns_server tests: use record malformed as probably intendedDouglas Bagnall1-1/+1
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo2-2/+0
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-15/+15
2018-08-24PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo1-0/+22
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2-0/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo3-6/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo8-0/+8
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-2/+2
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo4-4/+4
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo3-106/+106
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo3-24/+24
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo3-23/+23
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo2-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo5-196/+196
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo3-93/+93