summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2024-08-04python:tests: Account for new user ‘joe’Jo Sutton1-1/+1
2024-08-04tests/krb5: Remove unneeded machine account creationJo Sutton1-10/+2
2024-08-04tests/krb5: Remove unneeded parameter ‘samdb’Jo Sutton1-14/+9
2024-08-04python:tests: Fix code spellingJo Sutton1-1/+1
2024-08-04python:tests: Fix code spellingJo Sutton1-1/+1
2024-07-25libcli:security: allow spaces after BAD:Douglas Bagnall1-5/+5
2024-07-17python:tests: make test_export_keytab_nochange_update() more reliableStefan Metzmacher1-6/+36
2024-07-17s3:passdb: don't clear the LM HASH without a password changeStefan Metzmacher1-1/+1
2024-07-17python:tests: Fix spelling in to test_samba_dnsupdate_no_changePavel Filipenský1-2/+2
2024-07-16python:tests: pass bytes.decode() instead of str(bytes) to assertMultiLineEqu...Stefan Metzmacher1-1/+2
2024-07-15python:tests: Use assertMultiLineEqual() to get better failure outputAndreas Schneider1-1/+2
2024-07-12tests: Sockets should be shown as NFS reparse pointsVolker Lendecke1-0/+4
2024-07-12tests: Factor out do_test_nfs_reparseVolker Lendecke1-5/+8
2024-07-12tests: FIFOs should be shown as NFS reparse pointsVolker Lendecke1-0/+37
2024-07-10cmdline: samba-tool test for bad option warningDouglas Bagnall1-0/+9
2024-07-09ldap_server: Add a ldapsrv debug class to log LDAP queriesAndréas Leroux1-1/+1
2024-07-05tests: Use the general py_reparse_getVolker Lendecke1-1/+2
2024-07-05tests: Remove a pointless ;Volker Lendecke1-1/+1
2024-07-02tests/krb5: Simplify code using dict.get()Jo Sutton1-20/+5
2024-07-02tests/krb5: Fix type errors by giving ‘pwd_last_set’ an appropriate typeJo Sutton1-2/+2
2024-06-27tests/krb5: Add tests for errors produced when logging in with unusable accountsJo Sutton1-2/+208
2024-06-27tests/krb5: Allow creation of disabled accounts for testingJo Sutton1-2/+7
2024-06-13python/samba/tests/krb5: Add tests for password expiry with krb5 ENC-TSAndrew Bartlett2-2/+81
2024-06-12python/samba/tests/krb5: Add check to confirm UF_SMARCARD_REQUIRED password i...Andrew Bartlett1-0/+14
2024-06-12python: remove string_to_byte_array()Douglas Bagnall1-9/+1
2024-06-12pytest: simplify and fix HEXDUMP_FILTER used in hexdumpsDouglas Bagnall1-1/+2
2024-06-12pytest: remove py2 str/bytes workaround in auth_log_samlogonDouglas Bagnall1-6/+2
2024-06-12pytest: remove py2 str/bytes workaround in samr_change_passwordDouglas Bagnall1-1/+1
2024-06-12pytest: remove py2 str/bytes workaround in lsa_utilsDouglas Bagnall1-6/+2
2024-06-12pytest: remove py2 str/bytes workaround in dns_baseDouglas Bagnall1-2/+2
2024-06-12pytest: remove py2 str/bytes workaround in py_credentialsDouglas Bagnall1-5/+5
2024-06-11selftest: Add a python blackbox test for some misc (widelink) DFS testsNoel Power1-0/+86
2024-06-11ldb: Attach appropriate ldb context to returned resultJo Sutton1-1/+1
2024-06-10python/samba/tests/krb5: Allow PkInitTests.test_pkinit_ntlm_from_pac_must_cha...Andrew Bartlett1-1/+9
2024-06-10python/samba/tests/krb5: Expand test without UF_SMARTCARD_REQUIRED to show ro...Andrew Bartlett1-3/+26
2024-06-10selftest: Add test that msDS-ExpirePasswordsOnSmartCardOnlyAccounts=TRUE is setAndrew Bartlett1-0/+10
2024-06-10python/samba/tests/krb5: PKINIT tests of passwords that are naturally expiredAndrew Bartlett1-3/+183
2024-06-10python/test/krb5: Use assertAlmostEqual in check_ticket_times()Andrew Bartlett1-3/+4
2024-06-10python/tests/krb5: Move check_ticket_times() to kdc_base_test.pyAndrew Bartlett2-30/+30
2024-06-10python/samba/krb5: Add test for password rotation on UF_SMARCARD_REQUIRED acc...Andrew Bartlett2-28/+321
2024-06-10python/tests/krb5: Remove unused utf16pw variableAndrew Bartlett1-1/+0
2024-06-10python/tests/krb5: Expect AES keys for UF_SMARTCARD_REQUIREDAndrew Bartlett1-1/+1
2024-06-10python/samba/tests/krb5: Extend PKINIT tests to show kpasswd still worksAndrew Bartlett1-11/+53
2024-06-10python/samba/tests/krb5: Move get_kpasswd_sname() into raw_testcase() to allo...Andrew Bartlett2-4/+4
2024-06-06python: Add test for checking the SHA256SUMAndreas Schneider1-5/+24
2024-06-06python:tests/dns_tkey: add test_update_tsig_record_access_denied()Stefan Metzmacher1-0/+55
2024-06-06python:tests/dns_base: add get_unpriv_creds() helperStefan Metzmacher1-0/+15
2024-06-06python:tests/dns_tkey: let test_update_tsig_windows() actually pass against w...Stefan Metzmacher1-14/+18
2024-06-06python:tests/dns_base: let verify_packet() work against WindowsStefan Metzmacher1-1/+10
2024-06-06python:tests/dns_tkey: test bad and changing tsig algorithmsStefan Metzmacher1-0/+104