summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2002-02-16nanosleepArtur Grabowski
2002-02-16Test nanosleep(2).Artur Grabowski
2002-02-16add some (disabled) tests for interop with ssh.com serves.Markus Friedl
2002-02-15fork and start up a listener to discard bytes instead ofMarco S Hyman
relying on the discard service being enabled. Listener listens on localhost, only
2002-02-15more compact .out fileTodd T. Fries
2002-02-15we don't need a listening sshd for most of our tests, justMarkus Friedl
connect client and server w/o TCP: ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy'
2002-02-15delete agent keys, tooMarkus Friedl
2002-02-15chmod 644 authorized_keysMarkus Friedl
2002-02-14serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agentMarkus Friedl
note that these tests will start sshd on 127.0.0.1:4242 and will fail if the realpath of /usr/src/usr.sbin/ssh/obj/ contains a group or world writeable directory.
2002-02-14Try to initialize variables correctly, that usually helps.Artur Grabowski
2002-02-14enable sshMarkus Friedl
2002-02-14add -Wall -Werror. this way, if __weak_alias() is missing it won't goFederico G. Schwindt
further.
2002-02-13The syscall numer is quad to __syscall(2).Artur Grabowski
2002-02-11remove unneeded header.Federico G. Schwindt
2002-02-11change to errx(3)Federico G. Schwindt
2002-02-11acceptArtur Grabowski
2002-02-11Test some obscrue behavior of accept.Artur Grabowski
2002-02-11Forgot to add this. (several days ago)Artur Grabowski
2002-02-11No more reason to skip it.Artur Grabowski
2002-02-11OpenBSD doesn't implement the cred part yet. comment out.Artur Grabowski
2002-02-11Make this 64-bit safe.Artur Grabowski
2002-02-11Temporarily skip this test until it doesn't hang waiting for tty input.Artur Grabowski
2002-02-10simplify.Federico G. Schwindt
2002-02-10basic weak reference test.Federico G. Schwindt
2002-02-09Enable unfdpass (still failing).Artur Grabowski
2002-02-09Let this test build.Artur Grabowski
2002-02-08add syscall and __syscallArtur Grabowski
2002-02-08same as the test for syscall(2), but for __syscall(2)Artur Grabowski
2002-02-08simple test for syscall(2)Artur Grabowski
2002-02-08pwritevArtur Grabowski
2002-02-08test pwritevArtur Grabowski
2002-02-08pwriteArtur Grabowski
2002-02-08test pwriteArtur Grabowski
2002-02-08Add exit.Artur Grabowski
2002-02-08Ok, I'm sick, but I just had to do this.Artur Grabowski
2002-02-08preadvArtur Grabowski
2002-02-08Guess what? Trivial test for preadv.Artur Grabowski
2002-02-08preadArtur Grabowski
2002-02-08Simple test for pread.Artur Grabowski
2002-02-08dup2_selfArtur Grabowski
2002-02-08Test an obscure case of dup2 behavior.Artur Grabowski
2002-02-08Add fcntl_dup.Artur Grabowski
2002-02-08Try to confuse /dev/fd (might crash the kernel on other systems or if ↵Artur Grabowski
someone screws up in the kernel).
2002-02-08Check that we get the right errno.Artur Grabowski
2002-02-08Simple test for fcntl(F_DUPFD).Artur Grabowski
2002-02-08public domain this file.Artur Grabowski
2002-02-05regress has a libexec subdir now.Matthieu Herrb
2002-02-05add a regression for test for "elfbug": the bug in ELF ld.soMatthieu Herrb
that cause the 'Unresolved inheritance operation' error message.
2002-02-05Add rlimit-file.Artur Grabowski
2002-02-05Test for correct enforcement of file rlimits (with a small twist).Artur Grabowski