Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-09 | Some posix tests we don't pass yet, and won't until I've added a `magic' | Marc Espie | |
status for variables (as SHELL is very, very special, according to POSIX/Single Unix). | |||
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy | |
ok art@ | |||
2002-07-16 | delete public key | Markus Friedl | |
2002-07-16 | test ssh-keygen -p (change passphrase for key) | Markus Friedl | |
2002-07-16 | add new commercial versions | Markus Friedl | |
2002-06-24 | clean copy.[12]. | Wilbern Cobb | |
ok markus@ | |||
2002-06-06 | test ssh-agent timeout feature | Markus Friedl | |
2002-04-16 | and Makefile, oops. | Marc Espie | |
2002-04-16 | Another test case: this one holds too many open conditionals, and exactly enough | Marc Espie | |
closes... | |||
2002-04-16 | Bug in cond-parser, ends up having too many open conds. | Marc Espie | |
2002-04-16 | Stumbled upon a very inefficient construct by mistake... | Marc Espie | |
Enter it as a regression test, so it can get fixed. | |||
2002-04-15 | typo | Markus Friedl | |
2002-04-10 | no x11fwd, no debug | Markus Friedl | |
2002-04-03 | add rijndael-cbc@lysator.liu.se | Markus Friedl | |
2002-04-01 | sftp interop w/ ssh.com servers | Markus Friedl | |
2002-03-27 | test key import | Markus Friedl | |
2002-03-27 | typos | Markus Friedl | |
2002-03-27 | transfer data test | Markus Friedl | |
2002-03-26 | test interop w/ ssh.com 2.x/3.x | Markus Friedl | |
2002-03-23 | some tests for stderr handling | Markus Friedl | |
2002-03-21 | basic sftp put/get test | Markus Friedl | |
2002-03-21 | try to (proxy)connect with UsePrivilegeSeparation enabled. | Markus Friedl | |
2002-03-15 | allow specification of binary-under-test with | Markus Friedl | |
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN} | |||
2002-02-26 | Add test for PR 2311 | Marc Espie | |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-22 | make test for pr 2354 explicit | Markus Friedl | |
2002-02-22 | test keyscan as well (test for pr 2354) | Markus Friedl | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | call fatal on ^C, print ok on success | Markus Friedl | |
2002-02-18 | no printf+\r, just use echo | Markus Friedl | |
2002-02-18 | don't mark tests as slow, have some slow tests print out information by default | Markus Friedl | |
2002-02-18 | relax restrictions for 'proxy-mode' tests (StrictModes=no), because | Markus Friedl | |
sshd only accepts connections from stdin. allows testing with 775 /usr/obj | |||
2002-02-17 | try agent forwarding, too. | Markus Friedl | |
2002-02-16 | $OpenBSD$, public domain | Markus Friedl | |
2002-02-16 | add some (disabled) tests for interop with ssh.com serves. | Markus Friedl | |
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 | enable ssh | Markus Friedl | |
2002-01-17 | regress for ssh-keygen | Markus Friedl | |
2002-01-03 | t4 is slow | Artur Grabowski | |
2002-01-03 | Add some missing CLEANFILES. | Artur Grabowski | |
2002-01-02 | dumb conversion to bsd.regress.mk. Needs splitting into smaller tests. | Artur Grabowski | |
2002-01-01 | simple conversion to bsd.regress.mk | Artur Grabowski | |
2002-01-01 | convert to bsd.regress.mk. This allows us to have the tests | Artur Grabowski | |
correctly sorted, now that one failing test doesn't keep the others from running. | |||
2002-01-01 | trivial conversions to bsd.regress.mk | Artur Grabowski | |
2001-11-21 | make currently incorrectly uses annotations for suffixes rules for | Marc Espie | |
non-suffixes rules. | |||
2001-10-14 | esyscmd test, requires current m4 | Todd T. Fries | |
2001-10-10 | nasty, nasty... with indir calls, we might end up with expand_macro call | Marc Espie | |
for a macro call without parenthesis... |