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
2024-08-04
python:tests: Account for new user ‘joe’
Jo Sutton
1
-1
/
+1
2024-08-04
tests/krb5: Remove unneeded machine account creation
Jo Sutton
1
-10
/
+2
2024-08-04
tests/krb5: Remove unneeded parameter ‘samdb’
Jo Sutton
1
-14
/
+9
2024-08-04
python:tests: Fix code spelling
Jo Sutton
1
-1
/
+1
2024-08-04
python:tests: Fix code spelling
Jo Sutton
1
-1
/
+1
2024-07-25
libcli:security: allow spaces after BAD:
Douglas Bagnall
1
-5
/
+5
2024-07-17
python:tests: make test_export_keytab_nochange_update() more reliable
Stefan Metzmacher
1
-6
/
+36
2024-07-17
s3:passdb: don't clear the LM HASH without a password change
Stefan Metzmacher
1
-1
/
+1
2024-07-17
python:tests: Fix spelling in to test_samba_dnsupdate_no_change
Pavel Filipenský
1
-2
/
+2
2024-07-16
python:tests: pass bytes.decode() instead of str(bytes) to assertMultiLineEqu...
Stefan Metzmacher
1
-1
/
+2
2024-07-15
python:tests: Use assertMultiLineEqual() to get better failure output
Andreas Schneider
1
-1
/
+2
2024-07-12
tests: Sockets should be shown as NFS reparse points
Volker Lendecke
1
-0
/
+4
2024-07-12
tests: Factor out do_test_nfs_reparse
Volker Lendecke
1
-5
/
+8
2024-07-12
tests: FIFOs should be shown as NFS reparse points
Volker Lendecke
1
-0
/
+37
2024-07-10
cmdline: samba-tool test for bad option warning
Douglas Bagnall
1
-0
/
+9
2024-07-09
ldap_server: Add a ldapsrv debug class to log LDAP queries
Andréas Leroux
1
-1
/
+1
2024-07-05
tests: Use the general py_reparse_get
Volker Lendecke
1
-1
/
+2
2024-07-05
tests: Remove a pointless ;
Volker Lendecke
1
-1
/
+1
2024-07-02
tests/krb5: Simplify code using dict.get()
Jo Sutton
1
-20
/
+5
2024-07-02
tests/krb5: Fix type errors by giving ‘pwd_last_set’ an appropriate type
Jo Sutton
1
-2
/
+2
2024-06-27
tests/krb5: Add tests for errors produced when logging in with unusable accounts
Jo Sutton
1
-2
/
+208
2024-06-27
tests/krb5: Allow creation of disabled accounts for testing
Jo Sutton
1
-2
/
+7
2024-06-13
python/samba/tests/krb5: Add tests for password expiry with krb5 ENC-TS
Andrew Bartlett
2
-2
/
+81
2024-06-12
python/samba/tests/krb5: Add check to confirm UF_SMARCARD_REQUIRED password i...
Andrew Bartlett
1
-0
/
+14
2024-06-12
python: remove string_to_byte_array()
Douglas Bagnall
1
-9
/
+1
2024-06-12
pytest: simplify and fix HEXDUMP_FILTER used in hexdumps
Douglas Bagnall
1
-1
/
+2
2024-06-12
pytest: remove py2 str/bytes workaround in auth_log_samlogon
Douglas Bagnall
1
-6
/
+2
2024-06-12
pytest: remove py2 str/bytes workaround in samr_change_password
Douglas Bagnall
1
-1
/
+1
2024-06-12
pytest: remove py2 str/bytes workaround in lsa_utils
Douglas Bagnall
1
-6
/
+2
2024-06-12
pytest: remove py2 str/bytes workaround in dns_base
Douglas Bagnall
1
-2
/
+2
2024-06-12
pytest: remove py2 str/bytes workaround in py_credentials
Douglas Bagnall
1
-5
/
+5
2024-06-11
selftest: Add a python blackbox test for some misc (widelink) DFS tests
Noel Power
1
-0
/
+86
2024-06-11
ldb: Attach appropriate ldb context to returned result
Jo Sutton
1
-1
/
+1
2024-06-10
python/samba/tests/krb5: Allow PkInitTests.test_pkinit_ntlm_from_pac_must_cha...
Andrew Bartlett
1
-1
/
+9
2024-06-10
python/samba/tests/krb5: Expand test without UF_SMARTCARD_REQUIRED to show ro...
Andrew Bartlett
1
-3
/
+26
2024-06-10
selftest: Add test that msDS-ExpirePasswordsOnSmartCardOnlyAccounts=TRUE is set
Andrew Bartlett
1
-0
/
+10
2024-06-10
python/samba/tests/krb5: PKINIT tests of passwords that are naturally expired
Andrew Bartlett
1
-3
/
+183
2024-06-10
python/test/krb5: Use assertAlmostEqual in check_ticket_times()
Andrew Bartlett
1
-3
/
+4
2024-06-10
python/tests/krb5: Move check_ticket_times() to kdc_base_test.py
Andrew Bartlett
2
-30
/
+30
2024-06-10
python/samba/krb5: Add test for password rotation on UF_SMARCARD_REQUIRED acc...
Andrew Bartlett
2
-28
/
+321
2024-06-10
python/tests/krb5: Remove unused utf16pw variable
Andrew Bartlett
1
-1
/
+0
2024-06-10
python/tests/krb5: Expect AES keys for UF_SMARTCARD_REQUIRED
Andrew Bartlett
1
-1
/
+1
2024-06-10
python/samba/tests/krb5: Extend PKINIT tests to show kpasswd still works
Andrew Bartlett
1
-11
/
+53
2024-06-10
python/samba/tests/krb5: Move get_kpasswd_sname() into raw_testcase() to allo...
Andrew Bartlett
2
-4
/
+4
2024-06-06
python: Add test for checking the SHA256SUM
Andreas Schneider
1
-5
/
+24
2024-06-06
python:tests/dns_tkey: add test_update_tsig_record_access_denied()
Stefan Metzmacher
1
-0
/
+55
2024-06-06
python:tests/dns_base: add get_unpriv_creds() helper
Stefan Metzmacher
1
-0
/
+15
2024-06-06
python:tests/dns_tkey: let test_update_tsig_windows() actually pass against w...
Stefan Metzmacher
1
-14
/
+18
2024-06-06
python:tests/dns_base: let verify_packet() work against Windows
Stefan Metzmacher
1
-1
/
+10
2024-06-06
python:tests/dns_tkey: test bad and changing tsig algorithms
Stefan Metzmacher
1
-0
/
+104
[prev]
[next]