summaryrefslogtreecommitdiffstats
path: root/lib/nss_wrapper/testsuite.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Change nss_wrapper to preloadable version.Andreas Schneider2014-04-171-958/+0
| | | | | | | This imports nss_wrapper version 1.0.2. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* lib/nss_wrapper/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* 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
* nss_wrapper/testsuite.c - make sure to test always the "NSS wrapper" callsMatthias Dieter Wallnöfer2010-05-301-1/+5
| | | | This should fix bug #7319 and #7320.
* nss_wrapper: fix segfault in print_group() in the testsuiteMichael Adam2010-02-191-1/+1
| | | | | | | | Running 'TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMR-LARGE-DC LOCAL-NSS-WRAPPER" make test' from s3 made smbtorture4 crash on my box. Michael
* s4-smbtorture: add LOCAL-NSS-WRAPPER-DUPLICATES test.Günther Deschner2010-02-181-1/+92
| | | | Guenther
* s4-smbtorture: be more verbose in LOCAL-NSS-WRAPPER.Günther Deschner2010-02-181-4/+4
| | | | Guenther
* nss_wrapper: fix typo in testsuite.Günther Deschner2009-06-081-1/+1
| | | | Guenther
* nss_wrapper: add cross checking test to testsuite.Günther Deschner2009-06-051-0/+90
| | | | Guenther
* nss_wrapper: add tests for getgrent_r to testsuite.Günther Deschner2009-06-051-0/+131
| | | | Guenther
* nss_wrapper: add tests for getpwent_r to testsuite.Günther Deschner2009-06-051-0/+141
| | | | Guenther
* nss_wrapper: rename test_nwrap_env to test_nwrap_enumeration in testsuite.Günther Deschner2009-06-051-2/+2
| | | | Guenther
* nss_wrapper: add more coherency checks for user and group enumeration.Günther Deschner2009-06-051-0/+8
| | | | Guenther
* nss_wrapper: more coherence tests for group membership.Günther Deschner2009-06-041-4/+58
| | | | Guenther
* nss_wrapper: add coherency tests for get{gr,pw}{nam,id}.Günther Deschner2009-06-041-11/+75
| | | | Guenther
* nss_wrapper: refactor test_nwrap_membership_user() in testsuite.Günther Deschner2009-06-041-14/+24
| | | | Guenther
* nss_wrapper: make full talloced copies of struct passwd and group in testsuite.Günther Deschner2009-06-041-5/+37
| | | | Guenther
* nss_wrapper: add test_nwrap_membership to testsuite.Günther Deschner2009-05-301-0/+74
| | | | Guenther
* nss_wrapper: restructure parts of the testsuite.Günther Deschner2009-05-301-33/+72
| | | | Guenther
* s4-smbtorture: add a very basic NSS-WRAPPER testsuite.Günther Deschner2009-05-291-0/+219
Guenther