pytests: heed assertEquals deprecation warning en-masse
[samba.git] / python / samba / tests / dcerpc / raw_protocol.py
2020-02-07 Douglas Bagnallpytests: heed assertEquals deprecation warning en-masse
2019-08-01 Günther Deschnertests/dcerpc/raw_protocol: Add more tests for DCERPC_AU...
2019-08-01 Stefan Metzmachertests/dcerpc/raw_protocol: split test_spnego_integrity_...
2019-08-01 Stefan Metzmachertests/dcerpc/raw_protocol: split test_spnego_connect_re...
2019-01-12 Stefan Metzmacherpy:dcerpc/raw_protocol: add tests to demonstrate how...
2019-01-12 Stefan Metzmacherpy:dcerpc/raw_protocol: demonstrate that \\pipe\lsarpc...
2019-01-12 Stefan Metzmacherpy:dcerpc/raw_protocol: add test_assoc_group_fail3()
2019-01-12 Stefan Metzmacherpy:dcerpc/raw_protocol: add test_assoc_group_ok2 to...
2019-01-12 Stefan Metzmacherpy:dcerpc/raw_protocol: enable tests with the DCERPC_PF...
2019-01-12 Stefan Metzmacherpy:dcerpc/raw_protocol: consistently call self.recv_pdu...
2019-01-12 Stefan Metzmacherpy:dcerpc/raw_protocol: add tests for delayed header...
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_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_protocol: let self._test_spnego_bind_auth...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: make use of assertPadding()
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: explicitly disconnect additiona...
2018-12-23 Stefan Metzmacherpy:dcerpc/raw_protocol: rename test_spnego_packet_bind_...
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-10-25 Douglas Bagnallpython/tests/raw_protocol: reveal shadowed test via...
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-08-24 Douglas Bagnalldcerpc py tests: improve argument formatting
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 E251: unexpected spaces around keyword /...
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 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-10 Stefan Metzmacherpython/tests: make the test_assoc_group_fail2() test...
2018-02-21 Stefan Metzmachertests:dcerpc/raw_protocol: reproduce call_id truncation bug
2017-03-10 Lumir Balharpython: samba.tests.dcerpc: Move Class RawDCERPCTest...
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...
2016-10-26 Stefan Metzmacherpython/tests: remove unused code in _test_auth_none_lev...
2016-10-26 Stefan Metzmacherdcerpc.idl: split the padding from a possible fault...
2016-06-24 Stefan Metzmacherpython/tests: add auth_pad test for the dcerpc raw_prot...
2016-04-12 Stefan MetzmacherCVE-2015-5370: python/samba/tests: add some dcerpc...