summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2024-09-24samba-tool: Fix for inability to delete GPOs containing GPWL policiesKacper Boström1-2/+2
2024-09-10tests: Improve the error message for bad format charsVolker Lendecke1-1/+1
2024-09-10netcmd: user: Fix typo in samba-tool error messageLyanis Souidi1-1/+1
2024-08-04python:tests: Remove unused variableJo Sutton1-1/+1
2024-08-04python:provision: Do not suppress errors produced setting up BIND databaseJo Sutton1-6/+6
2024-08-04python:tests: Account for new user ‘joe’Jo Sutton1-1/+1
2024-08-04python:netcmd: Explicitly delete samdb variablesJo Sutton1-2/+2
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 Bagnall2-13/+1
2024-06-12samba-tool ldapcmp: remove a dodgy unused methodDouglas Bagnall1-26/+0
2024-06-12pytest: simplify and fix HEXDUMP_FILTER used in hexdumpsDouglas Bagnall1-1/+2
2024-06-12samba-tool domain trust: avoid useless use of string_to_byte_arrayDouglas Bagnall1-4/+4
2024-06-12python:lsa_utils: avoid useless use of py2-compat string_to_byte_arrayDouglas Bagnall1-6/+5
2024-06-12python:join: avoid useless use of py2-compat string_to_byte_arrayDouglas Bagnall1-3/+3
2024-06-12py:emulate: remove py2 str/bytes workaround in traffic_packetsDouglas Bagnall1-4/+4
2024-06-12py:emulate: remove py2 str/bytes workaround in trafficDouglas Bagnall1-2/+1
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-11samba-tool user readpasswords: avoid `assert` for validationDouglas Bagnall1-1/+4
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-10provision: Match Windows 2022 and set msDS-ExpirePasswordsOnSmartCardOnlyAcco...Andrew Bartlett2-6/+21
2024-06-10selftest: Add test that msDS-ExpirePasswordsOnSmartCardOnlyAccounts=TRUE is setAndrew Bartlett1-0/+10