traffic: new version of model with packet_rate, version number
[samba.git] / python / samba / tests / dcerpc /
2019-01-07 Tim Beales3:pylibsmb: Rename 'credentials' param to match s4
2019-01-07 Tim Beales3:pylibsmb: Rename libsmb_samba_internal Py bindings...
2019-01-07 Tim Beales3:pylibsmb: Make lp a mandatory param for the SMB...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: add helper functions for ncacn_...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: maintain self.secondary_address
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: maintain self.max_{xmit,recv...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: support DCERPC_AUTH_LEVEL_CONNE...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: add start_with_alter to do_gene...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: test signing also with raw...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: test signing with and without...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: prepare get_auth_context_creds...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: prepare do_generic_bind() for...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: use require DOMAIN/REALM in...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: use generate_request_auth(...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: use check_response_auth() in...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: add generate_request_auth(...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: add check_response_auth() helpe...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: rename _test_spnego_signing_aut...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: rename _test_spnego_bind_auth_l...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: pass auth_context and stub_len...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: let self._test_spnego_bind_auth...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: let do_single_request() check...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: make use of assertPadding()
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: make use of assertPadding()
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: add assertPadding() that allows...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: explicitly disconnect additiona...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_testcase: disconnect on tearDown() of...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: rename test_spnego_packet_bind_...
2018-12-23 Stefan Metzmacherpy:dcerpc/tests: rename dcerpc/string.py -> string_tests.py
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-11-20 Gary Lockyertests samr: Extra tests for samr_EnumDomainUserss
2018-11-20 Gary Lockyertest samr: Extra tests for samr_EnumDomainGroups
2018-11-20 Gary Lockyertests samr: remove PEP8 warnings
2018-11-20 Gary Lockyertests samr: Extra tests for samr_QueryDisplayInfo
2018-11-01 Douglas Bagnallpy/tests/dcerpc_integer: remove dup tests
2018-11-01 Douglas Bagnallpy/tests/dcerpc_rpc: Py3 compat integer types
2018-10-25 Douglas Bagnallpython/tests/raw_protocol: reveal shadowed test via...
2018-10-25 Douglas Bagnallpytest/dcerpc.integer: force py2 long int without incom...
2018-10-25 Douglas Bagnallpy/tests: remove unused imports
2018-10-25 Douglas Bagnallpython/tests/unix: fix spelling and import of text_type
2018-10-23 Noel Powerpython/samba/tests: PY2/PY3 port samba.tests.dcerpc...
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-09-03 Noel Powerpython/samba/test/dcerpc: Py3 port of samba.tests.dcerp...
2018-09-03 Noel Powerpython/samba/tests: ensure byte content (not strings)
2018-09-03 Noel Powerpython/samba/tests: port samba.tests.unix for py3
2018-08-24 Douglas BagnallPEP8: improve formatting around various operators
2018-08-24 Douglas BagnallPEP8: improve formatting around bit-wise OR ("|")
2018-08-24 Douglas Bagnalldcerpc py tests: improve argument formatting
2018-08-24 Douglas Bagnalldcerpc/dns_server tests: use record malformed as probab...
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E251: unexpected spaces around keyword /...
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-07-12 Noel Powerpython/samba/tests: Py2/Py3 allow import of ndr_(un...
2018-07-12 Bob Campbellpython/tests: check setting values on dnsRecord attributes
2018-07-10 Stefan Metzmacherpython/tests: make the test_assoc_group_fail2() test...
2018-04-13 Joe Guoselftest: enable py3 for samba.tests.dcerpc.rpcecho
2018-04-13 Joe Guoselftest: enable py3 for samba.tests.dcerpc.bare
2018-04-13 Joe Guoselftest: enable py3 for samba.tests.dcerpc.sam
2018-03-23 Joe Guotests/dcerpc/misc.GUID: improve tests
2018-03-23 Douglas Bagnalltests/dcerpc/misc.GUID: test that long-form py3 bytes...
2018-03-23 Noel Powersamba python tests: Ensure GUIDTests cover all input...
2018-03-23 Noel Powersamba python tests: convert print func to be py2/py3...
2018-02-21 Stefan Metzmachertests:dcerpc/raw_protocol: reproduce call_id truncation bug
2018-02-14 Douglas Bagnallsamba python tests: convert 'except X, e' to 'except...
2017-05-19 Petr Viktorinpython3:tests: Fix Python 3 test issues
2017-04-21 Gary Lockyerpyrpc: Fix segfault in ClientConnection
2017-03-10 Douglas Bagnalldcerpc/misc tests: asset GUID ordering in python 2...
2017-03-10 Lumir Balharpython: samba.tests.dcerpc.misc: Port and enable tests
2017-03-10 Lumir Balharpython: samba.tests.dcerpc: Move Class RawDCERPCTest...
2017-02-22 Chris LambCorrect "overriden" typos.
2016-12-12 Garming Samtests/dnsserver: Check security descriptors
2016-12-12 Bob Campbellpython/tests: expand tests for dns server over rpc
2016-10-26 Stefan Metzmacherpython/tests: add simple dcerpc orphaned tests
2016-10-26 Stefan Metzmacherpython/tests: add simple dcerpc co_cancel tests
2016-10-26 Stefan Metzmacherpython/tests: add simple dcerpc association group tests
2016-10-26 Stefan Metzmacherpython/tests: check context_id values of responses...
2016-10-26 Stefan Metzmacherpython/tests: make use of self.get_auth_context_creds...
2016-10-26 Stefan Metzmacherpython/tests: make use of self.get_anon_creds() and...
2016-10-26 Stefan Metzmacherpython/tests: make use of get_auth_context_creds()...
2016-10-26 Stefan Metzmacherpython/tests: make use of prepare_presentation() in...
2016-10-26 Stefan Metzmacherpython/tests: make it possible to specific TARGET_HOSTN...
2016-10-26 Stefan Metzmacherpython/tests: we now pass test_no_auth_request_bind_pfc...
2016-10-26 Stefan Metzmacherpython/tests: add DCERPC_BIND_TIME_KEEP_CONNECTION_ON_O...
2016-10-26 Stefan Metzmacherpython/tests: do tests to verify spnego various auth_levels
2016-10-26 Stefan Metzmacherpython/tests: add bind time feature related tests to...
2016-10-26 Stefan Metzmacherpython/tests: add presentation context related tests...
next