summaryrefslogtreecommitdiff
path: root/source4/client/tests
AgeCommit message (Collapse)AuthorFilesLines
2025-10-16tests: Run `dd` without any preloaded librariesAndreas Schneider1-1/+1
If AddressSanitizer is loaded it will detect alignment issues. The tool is not ours, so ignore it. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> Autobuild-User(master): Anoop C S <anoopcs@samba.org> Autobuild-Date(master): Thu Oct 16 09:34:58 UTC 2025 on atb-devel-224
2022-08-22s4:client: Fix shellcheck errors in test_smbclient.shAndreas Schneider1-3/+3
source4/client/tests/test_smbclient.sh:31:99: error: Double quote array expansions to avoid re-splitting elements. [SC2068] source4/client/tests/test_smbclient.sh:41:116: error: Double quote array expansions to avoid re-splitting elements. [SC2068] source4/client/tests/test_smbclient.sh:43:94: error: Double quote array expansions to avoid re-splitting elements. [SC2068] Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
2022-07-08s4:client: Reformat shell scriptsAndreas Schneider2-88/+91
shfmt -f source4/client/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
2021-06-16testprogs: Use new kerberos options for smbclient(4) testsAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-04-13s4:client:tests: create temporary files under $PREFIX/SELFTEST_TMPDIRStefan Metzmacher2-23/+25
Tests should not create files in the build nor the source directory! Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2012-05-31s4:selftest: change the blackbox.smbclient test to use binary mapping for ↵Michael Adam1-5/+3
smbclient
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett2-2/+2
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2-2/+2
Just have BINDIR, and have it default to ./bin Andrew Bartlett
2010-12-09s4-tests Workaround new default of 'client ntlmv2 auth = yes' in testsAndrew Bartlett1-2/+2
The new default breaks some tests that were assuming LM or NTLM auth Andrew Bartlett
2009-10-19Fix typo.Karolin Seeger1-1/+1
privilage -> privilege Karolin
2009-08-04Use smbclient binary for the test file in smbclient testAndrew Bartlett1-7/+2
In the vein hope that a larger file might show problems better than a small file. Andrew Bartlett
2009-02-03s4:selftest: avoid hardcoded pathes in blackbox testsStefan Metzmacher2-4/+4
metze
2008-09-08Move blackbox.smbclient to test against the member server.Andrew Bartlett1-6/+0
The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c)
2008-06-26Move blackbox tests closer to what they're testing.Jelmer Vernooij2-0/+239
(This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294)