summaryrefslogtreecommitdiff
path: root/source4/torture/local/nss_tests.c
Commit message (Collapse)AuthorAgeFilesLines
* s4: fix linking smbtorture on Solaris.Tom Schulz2015-10-061-0/+4
| | | | | | | | | | | | | Don't test getgrouplist if we do not have it. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11512 Signed-off-by: Tom Schulz <schulz@adi.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Oct 6 19:15:22 CEST 2015 on sn-devel-104
* s4: tests: Fix nss_tests build on Solaris.Tom Schulz2015-09-171-0/+8
| | | | | | | | | | | | | Too many arguments for Solaris getpwent_r() and getgrent_r(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=11508 Signed-off-by: Tom Schulz <schulz@adi.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <rb@sernet.de> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Sep 17 05:01:07 CEST 2015 on sn-devel-104
* s4:torture/local: add more torture_assert() checksStefan Metzmacher2015-04-091-110/+145
| | | | | | | | | | We need to make sure we return when torture_assert_passwd_equal() or torture_assert_group_equal() fails. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11183 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s4-torture: cleanup nsswrapper test a little by removing nwrap references.Günther Deschner2015-03-021-120/+120
| | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* s4-torture: re-add nss-wrapper torture testsuite.Günther Deschner2015-03-021-0/+954
(The testsuite got removed with 5bb410f85312196bb24e62a6a0b8350576433dc6). Although nss_wrapper now also has an upstream testsuite, it is still important to run the older torture testsuite within Samba so we have some testing on nss_winbind correctnes and consistency. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>