summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/tests
Commit message (Collapse)AuthorAgeFilesLines
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-1/+1
|
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-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
* libwbclient: Remove half-finished async implementationKai Blin2010-10-121-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
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-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>
* s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in ↵Günther Deschner2010-07-081-0/+5
| | | | | | environment. Guenther
* libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke2010-04-231-5/+75
|
* libwbclient: Test wbcGetGroupsVolker Lendecke2010-04-191-0/+15
|
* libwbclient: Test wbcChangeUserPasswordVolker Lendecke2010-04-191-0/+23
|
* libwbclient: Abstract out test_wbc_authenticate_user for reuseVolker Lendecke2010-04-191-3/+9
|
* libwbclient: Test wbcLogonUserVolker Lendecke2010-04-191-0/+96
|
* libwbclient: Test wbcAuthenticateUser[Ex]Volker Lendecke2010-04-191-0/+41
|
* libwbclient: Test wbcGetDisplayNameVolker Lendecke2010-04-191-0/+6
|
* libwbclient: Test wbcGetSidAliasesVolker Lendecke2010-04-191-0/+37
|
* libwbclient: Simplify test_wbc_domain_info a bitVolker Lendecke2010-04-191-5/+3
|
* libwbclient: Test wbcLookupRidsVolker Lendecke2010-04-191-0/+29
|
* libwbclient: Fix some memleaks in the testsVolker Lendecke2010-04-091-0/+7
|
* libwbclient: Fix memleaks in testsVolker Lendecke2010-04-041-0/+10
|
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
| | | | These were causing thousands of warnings on solaris8
* libwbclient: Test wbcLookupName async functionsKai Blin2010-02-111-0/+79
|
* libwbclient: torture-test wbcPing async functions.Kai Blin2010-02-111-0/+20
|
* s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in ↵Günther Deschner2010-01-251-0/+35
| | | | | | WINBIND-WBCLIENT testsuite. Guenther
* s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite.Günther Deschner2010-01-251-1/+12
| | | | | | Volker, please check, you know best how this interface is designed :-) Guenther
* s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner2009-10-191-0/+37
| | | | Guenther
* s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner2009-10-161-1/+4
| | | | Guenther
* s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner2009-10-161-0/+34
| | | | Guenther
* s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner2009-10-161-0/+252
Guenther