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_testcase.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-12
py:dcerpc/raw_testcase: add assertEqualsStrLower()
Stefan Metzmacher
1
-0
/
+3
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_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_testcase: pass auth_context and stub_len to parse_auth() in ord...
Stefan Metzmacher
1
-10
/
+17
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_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_testcase: disconnect on tearDown() of RawDCERPCTest
Stefan Metzmacher
1
-0
/
+4
2018-10-25
py/tests: remove unused imports
Douglas Bagnall
1
-1
/
+0
2018-09-03
python/samba/test/dcerpc: Py3 port of samba.tests.dcerpc.raw_protocol
Noel Power
1
-14
/
+15
2018-09-03
python/samba/tests: ensure byte content (not strings)
Noel Power
1
-5
/
+5
2018-08-24
PEP8: improve formatting around various operators
Douglas Bagnall
1
-1
/
+1
2018-08-24
PEP8: improve formatting around bit-wise OR ("|")
Douglas Bagnall
1
-20
/
+21
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
1
-12
/
+12
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-2
/
+2
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
-6
/
+6
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-12
/
+12
2018-07-13
python/samba/tests: Py2/Py3 allow import of ndr_(un)pack to work
Noel Power
1
-9
/
+9
2017-03-10
python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.
Lumir Balhar
1
-0
/
+864