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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-21
selftest: Remove mention of --extra-python from comment
Andrew Bartlett
1
-1
/
+1
2019-03-14
tests: Make IPv4 assumption explicit
Tim Beale
1
-2
/
+3
2019-03-12
gpo: During restore clobber GPT.INI with a blank version
Garming Sam
1
-7
/
+14
2019-03-12
gpo: Add test for saving gPCXXXExtensionNames in backup
Garming Sam
1
-0
/
+69
2019-03-12
gpo: Add tests to make sure that an empty gplink works
Garming Sam
1
-0
/
+34
2019-03-12
test/blackbox: py3 compatible print in documentation.
Douglas Bagnall
1
-1
/
+1
2019-03-07
tests/auto_log_pass_change.py: only care about the last expected message othe...
Joe Guo
1
-39
/
+16
2019-03-05
tests: Reduce likelihood of auth_log test locking up during CI
Aaron Haslett
1
-12
/
+13
2019-03-04
tests: Work auth_log CLIENT_IP out from config instead of env var
Tim Beale
2
-1
/
+11
2019-03-04
tests: Work audit_log CLIENT_IP out from config instead of env var
Tim Beale
4
-3
/
+11
2019-03-04
tests: Remove explicit SOCKET_WRAPPER usage from auth_log tests
Tim Beale
2
-2
/
+19
2019-03-04
tests: Remove redundant credentials from auth_log tests
Tim Beale
3
-9
/
+0
2019-02-21
selftest: Confirm new and old SDDL strings differ after a samba-tool dsacl set
Andrew Bartlett
1
-0
/
+1
2019-02-21
selftest: Add test for samba-tool dsacl get, cross-checked with samba-tool ds...
Andrew Bartlett
1
-0
/
+30
2019-02-21
Update dsacl.py - add_ace to handle/verify sddl parameter correct
Martin Krämer
1
-0
/
+93
2019-02-20
s3 winbind auth_log: Tests for logon id logging.
Gary Lockyer
1
-0
/
+442
2019-02-20
auth_log tests: Allow the remote address to be None
Gary Lockyer
1
-0
/
+3
2019-02-14
s2 decrpc samr: Add tests for QueryDomainInfo
Gary Lockyer
1
-0
/
+55
2019-02-11
tests/user_check_password_script: add a test do disallow the username as pass...
Stefan Metzmacher
1
-9
/
+25
2019-02-01
Tests for segfaults in python bindings
Douglas Bagnall
1
-0
/
+126
2019-02-01
selftest: Move dns_hub.py into selftest directory
Tim Beale
1
-154
/
+0
2019-02-01
dns_hub: Fix flake8 warnings
Tim Beale
1
-5
/
+5
2019-01-29
python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODE
Stefan Metzmacher
2
-4
/
+4
2019-01-19
python: dns_hub: do not crash if a socket fails
Douglas Bagnall
1
-2
/
+2
2019-01-17
dns_hub: Rename variable to avoid naming collision in exception handler
Tim Beale
1
-2
/
+2
2019-01-17
tests: Switchover auth_log from s4 SMB client bindings to s4
Tim Beale
1
-10
/
+23
2019-01-17
tests: Refactor auth_log SMB connection to be in a single place
Tim Beale
1
-42
/
+20
2019-01-17
tests: Use MUST_USE_KERBEROS over AUTO_USE_KERBEROS in auth_log tests
Tim Beale
1
-0
/
+2
2019-01-17
tests: Relax auth_log SMB assertions to cover v1 *or* v2
Tim Beale
1
-6
/
+6
2019-01-15
python: dns_hub: Fix indentation of 'raise' on error.
Jeremy Allison
1
-3
/
+1
2019-01-15
selftest: add central dns forwarder
Volker Lendecke
1
-0
/
+156
2019-01-14
tests: Change ntaclsbackup tests over to use s3 Py bindings
Tim Beale
1
-2
/
+2
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-11
selftest: Improve an error message
Volker Lendecke
1
-1
/
+2
2019-01-09
s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internal
Tim Beale
3
-3
/
+3
2019-01-08
traffic: assert json equality in learner test
Douglas Bagnall
1
-0
/
+6
2019-01-08
traffic tests: use TestCaseInTempdir.mktemp()
Douglas Bagnall
3
-45
/
+6
2019-01-08
python/tests: add TestCaseInTempdir.mktemp()
Douglas Bagnall
1
-1
/
+16
2019-01-08
traffic_replay: --old-scale to mimic the old traffic_replay
Douglas Bagnall
2
-0
/
+14
2019-01-08
traffic: add option to reanimate dying conversations
Douglas Bagnall
2
-0
/
+19
2019-01-08
traffic: generate sparser descriptions of conversations
Douglas Bagnall
1
-5
/
+0
2019-01-08
traffic: new version of model with packet_rate, version number
Douglas Bagnall
7
-48
/
+130
[next]