summaryrefslogtreecommitdiff
path: root/testsuite/libsmbclient
AgeCommit message (Collapse)AuthorFilesLines
2012-05-02testsuite/libsmbclient: Remove unused and expensive-to-link testsuiteAndrew Bartlett148-11525/+0
This testsuite never got off the ground, and unlike the other libsmbclient tests, it is not integrated into make test, has no driver script we could integrate. As it has been in this state for 10 years, and adding it to the compile did not find any link-time issues (particularly in comparison to the link-time cost for so many individual binaries), I am now removing them. The libsmbclient examples are seperate to this, and remain in examples/libsmbclient. Andrew Bartlett
2012-02-29testsuite: Replace deprecated bzero with memsetAmitay Isaacs143-347/+347
This fixes build issues on solaris reported in bug #8767. https://bugzilla.samba.org/show_bug.cgi?id=8767 Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Feb 29 10:39:10 CET 2012 on sn-devel-104
2011-10-25s3-libsmbclient: make some functions static in testsuite code.Günther Deschner143-159/+159
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 25 17:57:25 CEST 2011 on sn-devel-104
2011-10-20build: compile (but do not install) all the libsmbclient testsAndrew Bartlett1-0/+39
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Oct 20 13:49:39 CEST 2011 on sn-devel-104
2010-01-28testsuite/libsmbclient use source3 in the path of the C and LFLAGSLars Müller1-2/+2
2010-01-28Link testsuite/libsmbclient against required libtdb and libwbclientLars Müller1-1/+1
2009-08-08s3: add a test to test libsmbclientBo Yang2-2/+98
Signed-off-by: Bo Yang <boyang@samba.org>
2007-10-10r6501: correct deprecated lvalue casts in testsuite/libsmbclientDerrell Lipman4-7/+11
(This used to be commit 6d22c3c3434812d3a6ab7f216bec34cdb3b622a0)
2007-10-10r3709: Allow to build testsuite for libsmbclient when libsmbclient.so isGünther Deschner1-2/+34
located not in -L/root/samba-head-old/source/bin. Patch from Lars Mueller <lmuelle@suse.de>, closes Bugzilla #2013. Guenther (This used to be commit 0a02eac76714ada5192c238416013f68eb4e63d5)
2007-10-10r39: * importing .cvsignore filesGerald Carter1-1/+0
* updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
2002-04-11Ignore bin directory.Tim Potter1-0/+1
(This used to be commit 8bb798ab3d7245e61530913d771d58f08e77a200)
2002-04-03Fixed C++ comments.Tim Potter37-89/+89
(This used to be commit ca56042c032e95ff3e1e40ae9e89a0b847d83081)
2001-03-09Bulk add of the test suite for libsmbclient ...Richard Sharpe146-0/+11354
(This used to be commit adef47b5173b9a028224307490960ce89762709b)