summaryrefslogtreecommitdiff
path: root/source4/torture/libnetapi/libnetapi.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-21s4-torture Enable libnetapi and libsmbclient tests using combined buildAndrew Bartlett1-8/+22
Because we now always build the source3 code, we can link directly against a private libnetapi and libsmbclient to test the behaviour of these important APIs. We use a private libnetapi_net_init(), and by using this interface rather than the public one, we can ensure that the correct smb.conf is loaded (as smbtorture4 is a Samba4 semantics binary). The #include of the source3 includes.h is required to do the manual lp_load(). Andrew Bartlett
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-5/+5
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
2010-09-20s4-smbtorture: add NetRemoteTOD libnetapi torture test.Günther Deschner1-0/+1
Guenther
2009-05-29s4-smbtorture: add NETAPI-GROUP test.Günther Deschner1-0/+1
Guenther
2009-05-29s4-smbtorture: add NETAPI-USER test.Günther Deschner1-0/+1
Guenther
2009-05-29s4-smbtorture: add very basic LIBNETAPI testsuite.Günther Deschner1-0/+78
Guenther