summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/tests/netuser.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-22s3:tests: Initialize pointers with NULL in netdisplay testAndreas Schneider1-2/+2
Found by Undefined Sanitizer Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2016-02-25s3/lib/netapi/tests/netuser.c: fix wrong closing parenAurelien Aptel1-1/+1
Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Revewied-by: Jeremy Allison <jra@samba.org>
2011-10-08s3:lib/netapi: avoid '//' commentsStefan Metzmacher1-2/+2
The compiler on openindiana doesn't like them. metze
2008-10-24netapi: make sure to always cleanup after testing NetUser calls.Günther Deschner1-0/+4
Guenther
2008-10-20Fix warnings.Jeremy Allison1-10/+10
Jeremy.
2008-09-08netapi: expand NetUser testsuite a little.Günther Deschner1-2/+146
Guenther (This used to be commit fc1b04df78fc0fb5bc59fa0120c0e29bbb3978a1)
2008-08-11netapi: add NetUserModalsGet and NetUserModalsSet tests.Günther Deschner1-0/+55
Guenther (This used to be commit a9c444a342968b539918c082b78af8640f8c87cd)
2008-07-30netapi: add netapi testsuite.Günther Deschner1-0/+259
Guenther (This used to be commit 8b3149b4a663f59b504c1458cd7ecafe0c0e0322)