summaryrefslogtreecommitdiff
path: root/source4/torture/winbind/winbind.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04torture: Ensure that GSSAPI and SPNEGO packets are accepted by dlz_bind9Andrew Bartlett1-0/+1
This exercises some more of the dlz_bind9 code outside BIND, by sending in a ticket to be access checked, wrapped either in SPNEGO or just in GSSAPI. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Sep 4 11:25:10 CEST 2013 on sn-devel-104
2012-09-20s4-torture: Complete test for winbindd PAC parsingChristof Schmitt1-6/+86
Decode the PAC through the wbcAuthenticateUserEx call, also decode it locally and compare the result. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2012-08-29s4-torture: Add start of a test to confirm winbindd PAC parsingAndrew Bartlett1-0/+153
So far this confirms that we can accept a ticket using the secrets.tdb entry. Andrew Bartlett
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
2009-10-16s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner1-0/+1
Guenther
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
2007-10-10r25189: add first winbind test for the struct based protocol (WINBINDD_PING)Stefan Metzmacher1-1/+4
metze (This used to be commit 84b5babae7d24f5e076318f57642c99e40e7bf6b)
2007-10-10r25188: add infrastructure for WINBIND-* tests in smbtortureStefan Metzmacher1-0/+32
metze (This used to be commit 3807699c001ce7a8ee0acba071cc2bb7f4406cd9)