The branch, master has been updated via b0996ed589a s3:tests: Fix spelling error via 7217129ba4a codespell: Ignore CTDB bin/ from cbba4008a7f vfs_ceph_new: add missing newline in debug-logging
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit b0996ed589a931902a304237d6c03efce2b16f6b Author: Martin Schwenke <mschwe...@ddn.com> Date: Tue Aug 13 21:55:34 2024 +1000 s3:tests: Fix spelling error Signed-off-by: Martin Schwenke <mschwe...@ddn.com> Reviewed-by: Anoop C S <anoo...@samba.org> Autobuild-User(master): Martin Schwenke <mart...@samba.org> Autobuild-Date(master): Thu Aug 22 10:38:09 UTC 2024 on atb-devel-224 commit 7217129ba4a73be429e2f7dfc58f0e2cb387d174 Author: Martin Schwenke <mschwe...@ddn.com> Date: Tue Aug 13 21:43:48 2024 +1000 codespell: Ignore CTDB bin/ This might be hanging around if standalone CTDB builds have been done. Signed-off-by: Martin Schwenke <mschwe...@ddn.com> Reviewed-by: Anoop C S <anoo...@samba.org> ----------------------------------------------------------------------- Summary of changes: .codespellrc | 2 +- source3/script/tests/test_smbget.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/.codespellrc b/.codespellrc index a712c779c0a..02c07fb6ea1 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] -skip = ./.git,./bin,./docs-xml/archives,./docs-xml/manpages/vfs_fruit.8.xml,./docs-xml/smbdotconf/browse/preferredmaster.xml,./lib/ldb/ldb_sqlite3/trees.ps,./libcli/util/hresult_err_table.txt,./python/samba/tests/blackbox/testdata,./source3/include/MacExtensions.h,./source3/selftest/ktest-krb5_ccache-2.txt,./source4/setup/display-specifiers,./source4/ldap_server/devdocs,./source4/selftest/provisions,./source4/setup/adprep/WindowsServerDocs,./source4/setup/display-specifiers,./source4/torture/vfs/fruit.c,./testdata,./third_party,*.IBM-DS,*.config,*.diff,*.dump,*.ldif,*.ldf,*.pdml,*.pem,*.po,*.schema +skip = ./.git,./bin,./ctdb/bin,./docs-xml/archives,./docs-xml/manpages/vfs_fruit.8.xml,./docs-xml/smbdotconf/browse/preferredmaster.xml,./lib/ldb/ldb_sqlite3/trees.ps,./libcli/util/hresult_err_table.txt,./python/samba/tests/blackbox/testdata,./source3/include/MacExtensions.h,./source3/selftest/ktest-krb5_ccache-2.txt,./source4/setup/display-specifiers,./source4/ldap_server/devdocs,./source4/selftest/provisions,./source4/setup/adprep/WindowsServerDocs,./source4/setup/display-specifiers,./source4/torture/vfs/fruit.c,./testdata,./third_party,*.IBM-DS,*.config,*.diff,*.dump,*.ldif,*.ldf,*.pdml,*.pem,*.po,*.schema ignore-regex = \\[t] ignore-words = .codespellignore diff --git a/source3/script/tests/test_smbget.sh b/source3/script/tests/test_smbget.sh index acc492d11c7..8f8513d5b62 100755 --- a/source3/script/tests/test_smbget.sh +++ b/source3/script/tests/test_smbget.sh @@ -510,7 +510,7 @@ test_kerberos_trust() # TODO FIXME # This test does not work, as we can't tell the libsmb code that the -# principal is an enterprice principal. We need support for enterprise +# principal is an enterprise principal. We need support for enterprise # principals in kerberos_kinit_password_ext() and a way to pass it via the # credenitals structure and commandline options. # It works if you do: kinit -E testdenied_upn@${REALM}.upn -- Samba Shared Repository