summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/tests
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15libwbclient: Add test for wbcPingDc2Christof Schmitt1-0/+14
The internal domain used in 'make test' does not report a DC name, so just add tests similar to the old wbcPingDc call. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2012-04-20selftest: Add extra info on what is failing in wbclient testsAndrew Bartlett1-65/+71
This may help me chase down the failure in my idmap rework. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 20 09:51:35 CEST 2012 on sn-devel-104
2011-10-11lib/param move source4 param code to the top levelAndrew Bartlett1-1/+1
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-1/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
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-10-12libwbclient: Remove half-finished async implementationKai Blin1-103/+0
The old approach on doing async libwbclient was never really finished. Go ahead and remove this implementation. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Oct 12 07:05:31 UTC 2010 on sn-devel-104
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-07-08s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in ↵Günther Deschner1-0/+5
environment. Guenther
2010-04-23libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke1-5/+75
2010-04-19libwbclient: Test wbcGetGroupsVolker Lendecke1-0/+15
2010-04-19libwbclient: Test wbcChangeUserPasswordVolker Lendecke1-0/+23
2010-04-19libwbclient: Abstract out test_wbc_authenticate_user for reuseVolker Lendecke1-3/+9
2010-04-19libwbclient: Test wbcLogonUserVolker Lendecke1-0/+96
2010-04-19libwbclient: Test wbcAuthenticateUser[Ex]Volker Lendecke1-0/+41
2010-04-19libwbclient: Test wbcGetDisplayNameVolker Lendecke1-0/+6
2010-04-19libwbclient: Test wbcGetSidAliasesVolker Lendecke1-0/+37
2010-04-19libwbclient: Simplify test_wbc_domain_info a bitVolker Lendecke1-5/+3
2010-04-19libwbclient: Test wbcLookupRidsVolker Lendecke1-0/+29
2010-04-09libwbclient: Fix some memleaks in the testsVolker Lendecke1-0/+7
2010-04-04libwbclient: Fix memleaks in testsVolker Lendecke1-0/+10
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
These were causing thousands of warnings on solaris8
2010-02-11libwbclient: Test wbcLookupName async functionsKai Blin1-0/+79
2010-02-11libwbclient: torture-test wbcPing async functions.Kai Blin1-0/+20
2010-01-25s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in ↵Günther Deschner1-0/+35
WINBIND-WBCLIENT testsuite. Guenther
2010-01-25s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite.Günther Deschner1-1/+12
Volker, please check, you know best how this interface is designed :-) Guenther
2009-10-19s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner1-0/+37
Guenther
2009-10-16s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner1-1/+4
Guenther
2009-10-16s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner1-0/+34
Guenther
2009-10-16s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner1-0/+252
Guenther