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