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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-14
s2 decrpc samr: Add tests for QueryDomainInfo
Gary Lockyer
1
-0
/
+55
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_testcase: add assertEqualsStrLower()
Stefan Metzmacher
1
-0
/
+3
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
2019-01-12
py:dcerpc/raw_testcase: add pfc_flags_2nd and use_auth3 options to do_generic...
Stefan Metzmacher
1
-2
/
+17
2019-01-09
s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internal
Tim Beale
1
-1
/
+1
2019-01-07
s3:pylibsmb: Rename 'credentials' param to match s4
Tim Beale
1
-1
/
+1
2019-01-07
s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmb
Tim Beale
1
-3
/
+3
2019-01-07
s3:pylibsmb: Make lp a mandatory param for the SMB connection
Tim Beale
1
-1
/
+1
2018-12-23
py:dcerpc/raw_testcase: add helper functions for ncacn_np: SMB connection sup...
Stefan Metzmacher
1
-10
/
+136
2018-12-23
py:dcerpc/raw_testcase: maintain self.secondary_address
Stefan Metzmacher
1
-8
/
+10
2018-12-23
py:dcerpc/raw_testcase: maintain self.max_{xmit,recv}_frag
Stefan Metzmacher
1
-4
/
+16
2018-12-23
py:dcerpc/raw_testcase: support DCERPC_AUTH_LEVEL_CONNECT in do_single_request()
Stefan Metzmacher
1
-1
/
+16
2018-12-23
py:dcerpc/raw_testcase: add start_with_alter to do_generic_bind()
Stefan Metzmacher
1
-34
/
+65
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_testcase: prepare get_auth_context_creds() and do_generic_bind(...
Stefan Metzmacher
1
-1
/
+10
2018-12-23
py:dcerpc/raw_testcase: prepare do_generic_bind() for raw NTLMSSP and Kerbero...
Stefan Metzmacher
1
-3
/
+22
2018-12-23
py:dcerpc/raw_testcase: use require DOMAIN/REALM in get_user_creds()
Stefan Metzmacher
1
-0
/
+4
2018-12-23
py:dcerpc/raw_testcase: use generate_request_auth() in do_single_request()
Stefan Metzmacher
1
-54
/
+8
2018-12-23
py:dcerpc/raw_testcase: use check_response_auth() in do_single_request()
Stefan Metzmacher
1
-21
/
+1
2018-12-23
py:dcerpc/raw_testcase: add generate_request_auth() helper function
Stefan Metzmacher
1
-0
/
+72
2018-12-23
py:dcerpc/raw_testcase: add check_response_auth() helper function
Stefan Metzmacher
1
-0
/
+32
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_testcase: pass auth_context and stub_len to parse_auth() in ord...
Stefan Metzmacher
1
-10
/
+17
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_testcase: let do_single_request() check stub length against all...
Stefan Metzmacher
1
-0
/
+1
2018-12-23
py:dcerpc/raw_protocol: make use of assertPadding()
Stefan Metzmacher
1
-128
/
+60
2018-12-23
py:dcerpc/raw_testcase: make use of assertPadding()
Stefan Metzmacher
1
-8
/
+3
2018-12-23
py:dcerpc/raw_testcase: add assertPadding() that allows IGNORE_RANDOM_PAD=1
Stefan Metzmacher
1
-0
/
+16
2018-12-23
py:dcerpc/raw_protocol: explicitly disconnect additional connections
Stefan Metzmacher
1
-0
/
+2
2018-12-23
py:dcerpc/raw_testcase: disconnect on tearDown() of RawDCERPCTest
Stefan Metzmacher
1
-0
/
+4
2018-12-23
py:dcerpc/raw_protocol: rename test_spnego_packet_bind_sign_privacy => test_s...
Stefan Metzmacher
1
-1
/
+1
2018-12-23
py:dcerpc/tests: rename dcerpc/string.py -> string_tests.py
Stefan Metzmacher
1
-0
/
+0
2018-12-14
PY3: change shebang to python3 in misc dirs
Joe Guo
1
-1
/
+1
2018-11-20
tests samr: Extra tests for samr_EnumDomainUserss
Gary Lockyer
1
-0
/
+144
2018-11-20
test samr: Extra tests for samr_EnumDomainGroups
Gary Lockyer
1
-0
/
+169
2018-11-20
tests samr: remove PEP8 warnings
Gary Lockyer
1
-2
/
+4
2018-11-20
tests samr: Extra tests for samr_QueryDisplayInfo
Gary Lockyer
1
-1
/
+389
2018-11-01
py/tests/dcerpc_integer: remove dup tests
Douglas Bagnall
1
-14
/
+0
2018-11-01
py/tests/dcerpc_rpc: Py3 compat integer types
Douglas Bagnall
1
-1
/
+2
2018-10-25
python/tests/raw_protocol: reveal shadowed test via disambiguation
Douglas Bagnall
1
-1
/
+1
2018-10-25
pytest/dcerpc.integer: force py2 long int without incompatible syntax
Douglas Bagnall
1
-1
/
+7
2018-10-25
py/tests: remove unused imports
Douglas Bagnall
1
-1
/
+0
[next]