summaryrefslogtreecommitdiff
path: root/tests/auth.c
AgeCommit message (Collapse)Author
2015-02-27tests: fix implicit funciton declaration errorsEmil Velikov
ioctl() and strcmp() were used without the relevent header being included. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
2007-10-17Fix a race in the auth test where client prevents server from being master.Robert Noland
2007-08-15Fix a bad error message in auth.c regression test.Eric Anholt
2007-08-13Add a regression test for authentication.Eric Anholt