summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc
AgeCommit message (Expand)AuthorFilesLines
2018-07-13python/samba/tests: Py2/Py3 allow import of ndr_(un)pack to workNoel Power1-9/+9
2018-07-12python/tests: check setting values on dnsRecord attributesBob Campbell1-2/+32
2018-07-10python/tests: make the test_assoc_group_fail2() test more resilient against t...Stefan Metzmacher1-0/+3
2018-04-13selftest: enable py3 for samba.tests.dcerpc.rpcechoJoe Guo1-3/+3
2018-04-13selftest: enable py3 for samba.tests.dcerpc.bareJoe Guo1-4/+4
2018-04-13selftest: enable py3 for samba.tests.dcerpc.samJoe Guo1-6/+4
2018-03-23tests/dcerpc/misc.GUID: improve testsJoe Guo1-19/+34
2018-03-23tests/dcerpc/misc.GUID: test that long-form py3 bytes worksDouglas Bagnall1-2/+7
2018-03-23samba python tests: Ensure GUIDTests cover all input formatsNoel Power1-0/+15
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power2-18/+20
2018-02-21tests:dcerpc/raw_protocol: reproduce call_id truncation bugStefan Metzmacher1-1/+1
2018-02-15samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2-6/+6
2017-05-19python3:tests: Fix Python 3 test issuesPetr Viktorin1-1/+1
2017-04-21pyrpc: Fix segfault in ClientConnectionGary Lockyer1-0/+18
2017-03-10dcerpc/misc tests: asset GUID ordering in python 2 and 3Douglas Bagnall1-7/+10
2017-03-10python: samba.tests.dcerpc.misc: Port and enable testsLumir Balhar1-2/+9
2017-03-10python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.Lumir Balhar2-1/+865
2017-02-22Correct "overriden" typos.Chris Lamb1-1/+1
2016-12-12tests/dnsserver: Check security descriptorsGarming Sam1-1/+202
2016-12-12python/tests: expand tests for dns server over rpcBob Campbell1-71/+653
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
2016-05-10tests/dcerpc: add tests for string allocation and deletionDouglas Bagnall1-0/+133
2016-05-10tests/dcerpc/array.py: test deletion of arraysDouglas Bagnall1-2/+36
2016-04-12CVE-2015-5370: python/samba/tests: add some dcerpc raw_protocol testsStefan Metzmacher1-0/+2623
2016-04-12CVE-2016-2118: python:tests/dcerpc: use [sign] for dnsserver testsStefan Metzmacher1-1/+1
2016-03-08pidl: Fix our python reference handlingAndrew Bartlett2-6/+179
2015-09-01python/tests: Add more assertions that we get back the value we expectAndrew Bartlett1-0/+6
2015-09-01python/tests: Add tests for 64 bit signed integersAndrew Bartlett1-1/+27
2015-08-24python/tests: Add tests for integer overflow handlingAndrew Bartlett1-0/+203
2015-08-24python: Use an unsigned integer for buf_size, not -1Andrew Bartlett1-1/+1
2015-07-03python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.pyStefan Metzmacher1-11/+2
2015-03-06Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij1-3/+3
2015-02-17rpc_talloc: Update instructions to use standard unittest runner.Jelmer Vernooij1-1/+1
2014-07-30tests: dnsserver: Remove duplicate empty test functionAmitay Isaacs1-4/+0