summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_smbclient_s3.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-02-19s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.Michael Adam1-2/+2
With the old output, failures would go unnoticed by selftest.
2010-12-02tests: avoid bash in shebang and fix wrong "==" in testBjörn Jacke1-1/+1
2010-04-19s3: Test for wb ccache access by smbclientVolker Lendecke1-0/+33
2010-04-13Add basic DFS tests.Jeremy Allison1-0/+74
Jeremy.
2010-03-11Improve symlink delete test. Make sure we don't delete the link target by ↵Jeremy Allison1-7/+19
mistake. Jeremy.
2010-03-10Added regression test for bug #7234 - Symlink delete fails but incorrectly ↵Jeremy Allison1-3/+45
reports success. Ensure we can delete a symlink by path. Jeremy.
2010-03-09Fix the shell script in the root case. When run as root, make test now ↵Jeremy Allison1-4/+4
detects CAP_DAC_OVERRIDE being left on in error. Jeremy.
2010-03-09Add tests which, when run as root, will ensure we can't writeJeremy Allison1-3/+125
into a read-only directory, or read a owner-read-only file. Jeremy.
2009-10-17Fix posix_unlink test. Was doing grep without quotes around theJeremy Allison1-3/+4
target string. Jeremy.
2009-10-17Trying to find out why the posix_unlink test build farm is still failing evenJeremy Allison1-1/+1
though we're now successfully deleting the symlink. Jeremy.
2009-10-16Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. ↵Jeremy Allison1-0/+2
Caught by the torture tester. I love unit tests :-). Jeremy.
2009-10-06Test creating and deleting a bad symlink using the POSIX calls. EnsureJeremy Allison1-0/+42
we don't regress on bug 6769. Jeremy.
2009-01-30s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher1-0/+2
So that caller can overwrite the functions. metze
2009-01-29s3:seltest: make test_smbclient_s3.sh more strictStefan Metzmacher1-12/+31
metze
2008-01-04Try and fix the buildfarm. There's a scripting error andJeremy Allison1-1/+1
I'm hoping this is it... Jeremy. (This used to be commit 0356f0efc4a18230ce7a9c0a17dc98c4242ad38d)
2008-01-04Better way of testing enc.Jeremy Allison1-3/+5
Jeremy. (This used to be commit c5800235018330f0c1bbe307cd733597ac9b6686)
2007-12-29Attempt to fix the AIX make test failuresVolker Lendecke1-3/+3
For some reason AIX does not return the sender address in the AF_UNIX recvfrom. So the faked netbios name lookup does not work with socket wrapper, nmbd can't know where to send the reply. This patch works around this by telling smbclient explicitly where to connect. If there's any AIX experts listening -- how do I get the sender address from AF_UNIX recvfrom? Volker (This used to be commit 8ba3b8cf7aca657ad8426981d810c36ee6a34a2f)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-18/+4
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
2007-10-10r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij1-4/+18
4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
2007-10-10r19168: use the correct configurationStefan Metzmacher1-4/+4
metze (This used to be commit bf90ac567fc809bb8949b066e822a88170b73ac5)
2007-10-10r17934: allow srcdir != builddir for 'make test'Gerald Carter1-1/+1
(This used to be commit 70f223554922947a17e81f1002b184db879a2195)
2007-10-10r16289: Fix smbclient test hang. This is caused by readline refusing to believeJames Peach1-3/+11
the end of file it receives when reading from a pipe after we force interactive mode. (This used to be commit 3eee12645883df21efa5175b10854a965fc90422)
2007-10-10r16273: Add smbclient tests to verify thatJames Peach1-2/+56
in interactive mode, smbclient always prompts on stdout in non-interactive mode, smbclient never prompts (This used to be commit dff1eba81ed4bdd6dbf2df6e7c28b0da74a39615)
2007-10-10r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher1-0/+23
as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze (This used to be commit 835f8f4339f41619ec890e38569b745c5ef5d44e)