index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
tests
/
dcerpc
/
raw_protocol.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-30
python: tests: update all super calls to python 3 style in tests
Rob van der Linde
1
-1
/
+1
2021-11-09
CVE-2021-23192: python/tests/dcerpc: add tests to check how security contexts...
Stefan Metzmacher
1
-0
/
+1273
2021-11-09
CVE-2021-23192: python/tests/dcerpc: change assertNotEquals() into assertNotE...
Stefan Metzmacher
1
-144
/
+144
2020-08-11
python compat: remove binary_type
Douglas Bagnall
1
-3
/
+2
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
1
-752
/
+752
2019-08-01
tests/dcerpc/raw_protocol: Add more tests for DCERPC_AUTH_LEVEL_PACKET
Günther Deschner
1
-0
/
+11
2019-08-01
tests/dcerpc/raw_protocol: split test_spnego_integrity_request into 2 parts
Stefan Metzmacher
1
-2
/
+6
2019-08-01
tests/dcerpc/raw_protocol: split test_spnego_connect_request() into 2 parts
Stefan Metzmacher
1
-3
/
+7
2019-01-12
py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...
Stefan Metzmacher
1
-0
/
+967
2019-01-12
py:dcerpc/raw_protocol: demonstrate that \\pipe\lsarpc returns \\pipe\lsass a...
Stefan Metzmacher
1
-2
/
+4
2019-01-12
py:dcerpc/raw_protocol: add test_assoc_group_fail3()
Stefan Metzmacher
1
-0
/
+45
2019-01-12
py:dcerpc/raw_protocol: add test_assoc_group_ok2 to check assoc groups over n...
Stefan Metzmacher
1
-0
/
+31
2019-01-12
py:dcerpc/raw_protocol: enable tests with the DCERPC_PFC_FLAG_SUPPORT_HEADER_...
Stefan Metzmacher
1
-9
/
+3
2019-01-12
py:dcerpc/raw_protocol: consistently call self.recv_pdu(timeout=0.01) after a...
Stefan Metzmacher
1
-1
/
+3
2019-01-12
py:dcerpc/raw_protocol: add tests for delayed header signing activation
Stefan Metzmacher
1
-0
/
+186
2018-12-23
py:dcerpc/raw_protocol: test signing also with raw NTLMSSP and Kerberos
Stefan Metzmacher
1
-0
/
+44
2018-12-23
py:dcerpc/raw_protocol: test signing with and without header signing
Stefan Metzmacher
1
-1
/
+16
2018-12-23
py:dcerpc/raw_protocol: rename _test_spnego_signing_auth_level_request to _te...
Stefan Metzmacher
1
-4
/
+5
2018-12-23
py:dcerpc/raw_protocol: rename _test_spnego_bind_auth_level to_test_auth_bind...
Stefan Metzmacher
1
-6
/
+8
2018-12-23
py:dcerpc/raw_protocol: let self._test_spnego_bind_auth_level() return auth_c...
Stefan Metzmacher
1
-4
/
+8
2018-12-23
py:dcerpc/raw_protocol: make use of assertPadding()
Stefan Metzmacher
1
-128
/
+60
2018-12-23
py:dcerpc/raw_protocol: explicitly disconnect additional connections
Stefan Metzmacher
1
-0
/
+2
2018-12-23
py:dcerpc/raw_protocol: rename test_spnego_packet_bind_sign_privacy => test_s...
Stefan Metzmacher
1
-1
/
+1
2018-12-14
PY3: change shebang to python3 in misc dirs
Joe Guo
1
-1
/
+1
2018-10-25
python/tests/raw_protocol: reveal shadowed test via disambiguation
Douglas Bagnall
1
-1
/
+1
2018-09-06
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-1
/
+1
2018-09-03
python/samba/test/dcerpc: Py3 port of samba.tests.dcerpc.raw_protocol
Noel Power
1
-166
/
+173
2018-08-24
dcerpc py tests: improve argument formatting
Douglas Bagnall
1
-3
/
+4
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-3
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E301: expected 1 blank line, found 0
Joe Guo
1
-0
/
+2
2018-08-24
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
1
-93
/
+93
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-20
/
+20
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-18
/
+18
2018-08-24
PEP8: fix E222: multiple spaces after operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-173
/
+173
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-3
/
+3
2018-07-10
python/tests: make the test_assoc_group_fail2() test more resilient against t...
Stefan Metzmacher
1
-0
/
+3
2018-02-21
tests:dcerpc/raw_protocol: reproduce call_id truncation bug
Stefan Metzmacher
1
-1
/
+1
2017-03-10
python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.
Lumir Balhar
1
-1
/
+1
2016-10-26
python/tests: add simple dcerpc orphaned tests
Stefan Metzmacher
1
-0
/
+218
2016-10-26
python/tests: add simple dcerpc co_cancel tests
Stefan Metzmacher
1
-0
/
+74
2016-10-26
python/tests: add simple dcerpc association group tests
Stefan Metzmacher
1
-0
/
+76
2016-10-26
python/tests: check context_id values of responses correctly
Stefan Metzmacher
1
-10
/
+10
2016-10-26
python/tests: make use of self.get_auth_context_creds() and self.do_generic_b...
Stefan Metzmacher
1
-76
/
+13
2016-10-26
python/tests: make use of self.get_anon_creds() and self.get_user_creds()
Stefan Metzmacher
1
-47
/
+19
2016-10-26
python/tests: make use of get_auth_context_creds() in _test_auth_type_level_b...
Stefan Metzmacher
1
-9
/
+15
2016-10-26
python/tests: make use of prepare_presentation() in _get_netlogon_ctx()
Stefan Metzmacher
1
-37
/
+3
2016-10-26
python/tests: make it possible to specific TARGET_HOSTNAME to raw_protocol.py
Stefan Metzmacher
1
-1
/
+1
[next]