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
2023-12-08
tests/dcerpc: Remove unused imports
Joseph Sutton
1
-1
/
+1
2023-12-08
tests/dcerpc: Correct docstring
Joseph Sutton
1
-1
/
+1
2023-11-30
python: Correct Python2 super() calls that called the wrong class
Andrew Bartlett
2
-2
/
+2
2023-11-30
python: tests: update all super calls to python 3 style in tests
Rob van der Linde
12
-16
/
+16
2023-11-30
python: get rid of pointless empty overridden methods
Rob van der Linde
2
-4
/
+0
2023-11-30
python: PEP275: docstrings should always use double quotes
Rob van der Linde
2
-5
/
+5
2023-08-30
python: Remove unused imports
Joseph Sutton
1
-1
/
+0
2023-07-26
mdssvc: reduce pagesize to 50
Ralph Boehme
1
-2
/
+2
2023-07-26
tests/mdssvc: match hits:total:value to be the actual amount of entries in hits
Ralph Boehme
1
-1
/
+1
2023-07-21
CVE-2023-34968: mdscli: return share relative paths
Ralph Boehme
1
-13
/
+13
2023-06-23
python:samba:tests: Fix code spelling
Andreas Schneider
3
-3
/
+3
2023-05-24
pytest: dcerpc/dnsserver: Call setUpClass() method of base class
Joseph Sutton
1
-0
/
+2
2023-05-24
pytest: dcerpc/dnsserver: Remove unused import
Joseph Sutton
1
-1
/
+1
2023-02-23
python: fix mutable default arguments
Rob van der Linde
1
-4
/
+12
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: fix do_single_request(send_req=False)
Stefan Metzmacher
1
-17
/
+20
2021-11-09
CVE-2021-23192: python/tests/dcerpc: let generate_request_auth() use g_auth_l...
Stefan Metzmacher
1
-3
/
+3
2021-11-09
CVE-2021-23192: python/tests/dcerpc: change assertNotEquals() into assertNotE...
Stefan Metzmacher
2
-151
/
+151
2021-09-05
selftest: Add a test for LookupSids3 and LookupNames4 in python
Andrew Bartlett
1
-0
/
+333
2021-06-22
pytest: dcerpc/dnsserver: fix tombstone test
Douglas Bagnall
1
-12
/
+80
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
2
-2
/
+0
2021-04-08
pytest/dcerpc/dnsserver.py: use dnsserver.flag_from_string
Douglas Bagnall
1
-9
/
+6
2021-04-08
pytest/dcerpcdnsserver: use record_from_string helper
Douglas Bagnall
1
-28
/
+3
2021-03-29
pytest/dnsserver: extend record_type_int to all types
Douglas Bagnall
1
-17
/
+2
2021-03-29
pytest/dns: use self.assertIn() and .assertNotIn()
Douglas Bagnall
1
-5
/
+5
2020-11-06
selftest: add a test for the CreateTrustedDomainRelax wrapper
Isaac Boukris
1
-0
/
+131
2020-11-06
selftest: add a test for py dce transport_encrypted
Isaac Boukris
1
-1
/
+22
2020-10-29
python:tests: Add SAMR password change tests for fips
Andreas Schneider
1
-0
/
+188
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
1
-7
/
+1
2020-08-19
python:tests: Add test for SMB encrypted DCERPC connection
Andreas Schneider
1
-0
/
+82
2020-08-19
s3:client: Turn off smb signing for message op
Andreas Schneider
1
-1
/
+1
2020-08-19
python:tests: Set smb ipc signing via the creds API
Andreas Schneider
1
-0
/
+4
2020-08-19
python:tests: Mark libsmb connection as an IPC connection
Andreas Schneider
1
-1
/
+1
2020-08-11
python compat: remove text_type
Douglas Bagnall
2
-3
/
+1
2020-08-11
python compat: remove binary_type
Douglas Bagnall
1
-3
/
+2
2020-08-11
python compat: remove integer_types
Douglas Bagnall
1
-2
/
+1
2020-03-27
selftest: use 10.53.57.0/8 instead of 127.0.0.1/8
Stefan Metzmacher
1
-1
/
+1
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
12
-933
/
+933
2019-12-10
CVE-2019-14861: Test to demonstrate the bug
Andrew Bartlett
1
-0
/
+47
2019-12-10
CVE-2019-14861: s4-rpc/dnsserver: Confirm sort behaviour in dcesrv_DnssrvEnum...
Andrew Bartlett
1
-0
/
+101
2019-10-09
selftest: add end-to-end tests for mdssvc with a fake HTTP server
Ralph Boehme
1
-0
/
+194
2019-08-30
rpc samr: EnumDomainUsers perf improvement
Aaron Haslett
1
-23
/
+1
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-06-19
CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...
Douglas Bagnall
1
-0
/
+26
2019-06-19
CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...
Douglas Bagnall
1
-0
/
+25
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
[next]