summaryrefslogtreecommitdiff
path: root/tests/lib/librumphijack
AgeCommit message (Expand)Author
2014-01-03netstat expected output includes ipv6 sucket, so add netinet6pooka
2012-12-02Helper programs are programs, not tests, so build them appropriately.pgoyette
2012-08-16Fix more fallout from the changes to nfsd's command-line optionspgoyette
2012-08-04Implement link(2) in rumphijack. Add a couple trivial test cases.riastradh
2012-04-20Close all file descriptors before trying to reason about the number of openjruoho
2012-04-17Return from main() and use EXIT_FAILURE/EXIT_SUCCESS from stdlib(3).jruoho
2011-12-01add missing dev_disk library for getdiskinfo.christos
2011-05-14Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.jmmv
2011-03-29Halt the httpd server _before_ rump. Per pooka@'s suggestion.jmmv
2011-03-29Make httpd create a pid file and use that to kill the server in a controlledjmmv
2011-03-22check that nfsd works with kernel module autoloadingpooka
2011-03-14test RUMPHIJACK fdoff=8pooka
2011-03-10* remove juiblex from nfsd startup (i was using -DDEBUG nfsd yesterday)pooka
2011-03-09nfsd + mount_nfs test with stock system binariespooka
2011-03-08some blanket testspooka
2011-03-08test case for runon prefixespooka
2011-03-08print out the unexpected rv toopooka
2011-03-03add tests for hijacked /bin/sh (mostly redirection now)pooka
2011-03-01Create a pipe on which to select. selecting on STDIN_FILENO seemspooka
2011-02-23some tests for mv(1)pooka
2011-02-23simple vfs tests (mount ffs, cp/pax files there, un/remount,pooka
2011-02-20check that poll on an invalid fd doesn't hang in the dual poll casepooka
2011-02-19more test cases:pooka
2011-02-19a basic getcwd() testpooka
2011-02-16RUMPHIJACK_RETRY -> RUMPHIJACK_RETRYCONNECTpooka
2011-02-14explicitly set BLOCKSIZE so that we don't get fooled againpooka
2011-02-14-debugging crudpooka
2011-02-14Test that hijacked ssh/sshd work.pooka
2011-02-12Add test case from PR lib/44552 by Alexander Nasonov. I also lobbedpooka
2011-02-11add test for fix in rev 1.36 of librumphijack/hijack.cpooka
2011-02-06Add a simple test for the purpose of making sure rumphijack workspooka