index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
ssh
Age
Commit message (
Expand
)
Author
2024-04-03
Since ssh-agent(1) is only readable by root by now, use ssh(1) while
Anton Lindqvist
2024-03-29
Use egrep instead of grep -E. Some plaforms don't have the latter so this
Darren Tucker
2024-03-26
test -h is the POSIXly way of testing for a symlink. Reduces diff vs
Darren Tucker
2024-03-25
optional debugging
Damien Miller
2024-03-25
Verify string returned from local shell command.
Darren Tucker
2024-03-25
Improve shell portability: grep -q is not portable so redirect stdout,
Darren Tucker
2024-03-25
Save error code from SSH for use inside case statement, from portable.
Darren Tucker
2024-03-25
Increase timeout. Resyncs with portable where some of the test
Darren Tucker
2024-03-25
In PuTTY interop test, don't assume the PuTTY major version is 0.
Darren Tucker
2024-03-08
Invoke ProxyCommand that uses stderr redirection via $TEST_SHELL.
Darren Tucker
2024-02-19
Always define puttysetup function.
Darren Tucker
2024-02-09
Expand the set of ciphers, MACs and KEX methods in the PuTTY interop tests.
Darren Tucker
2024-02-09
Factor out PuTTY setup and call when needed.
Darren Tucker
2024-01-11
don't disable RSA test when DSA is disabled; bug introduced in last commit
Damien Miller
2024-01-11
make DSA testing optional, defaulting to on
Damien Miller
2024-01-09
extend ChannelTimeout regression test to exercise multiplexed connections
Damien Miller
2023-12-18
regress test for agent PKCS#11-backed certificates
Damien Miller
2023-12-18
regress test for constrained PKCS#11 keys
Damien Miller
2023-11-01
Specify ssh binary to use instead of relying on installed one. Fixes
Darren Tucker
2023-11-01
add some tests of forced commands overriding Subsystem directives
Damien Miller
2023-10-31
Don't try to use sudo inside sshd log wrapper. We still need to
Darren Tucker
2023-10-31
Only try to chmod logfile if we have sudo. If we don't have sudo
Darren Tucker
2023-10-30
move PKCS#11 setup code to test-exec.sh so it can be reused elsewhere
Damien Miller
2023-10-30
tidy and refactor PKCS#11 setup code
Damien Miller
2023-10-29
Only try to chown logfiles that exist to prevent spurious errors.
Darren Tucker
2023-10-26
make use of bsd.regress.mk in extra and interop targets; ok dtucker@
Anton Lindqvist
2023-10-26
Skip conch interop tests when not enabled instead of fatal.
Darren Tucker
2023-10-25
ssh conch interop tests requires a controlling terminal; ok dtucker@
Anton Lindqvist
2023-10-23
Use private key that is allowed by sshd defaults in conch interop tests.
Anton Lindqvist
2023-10-20
Allow overriding the locations of the Dropbear binaries similar to what
Darren Tucker
2023-10-20
Add interop test with Dropbear. Right now this is only dbclient not the
Darren Tucker
2023-10-12
typos and extra debug trace calls
Damien Miller
2023-10-12
ensure logs are owned by correct user; feedback/ok dtucker@
Damien Miller
2023-10-06
typo in error message
Damien Miller
2023-10-06
Perform the softhsm2 setup as discrete steps rather than as a long
Damien Miller
2023-09-24
REGRESS_FAIL_EARLY defaults to yes now. So no need to overload the
Claudio Jeker
2023-09-08
regress test recursive remote-remote directories copies where the
Damien Miller
2023-09-08
regress test for recursive copies of directories containing symlinks
Damien Miller
2023-09-06
regression test for override of subsystem in match blocks
Damien Miller
2023-07-28
don't need to start a command here; use ssh -N instead.
Damien Miller
2023-05-17
add LTESTS_FROM variable to allow skipping of tests up to a specific
Damien Miller
2023-05-12
test ChrootDirectory in Match block
Damien Miller
2023-05-12
better error messages
Damien Miller
2023-03-27
Remove compatibility code for OpenSSL 1.0.* versions now that -portable
Darren Tucker
2023-03-27
Add RevokedHostKeys to percent expansion test.
Darren Tucker
2023-03-06
Unit test for kex_proposal_populate_entries.
Darren Tucker
2023-03-02
Remove SUDO in proxy command wrapper. Anything that needs sudo is
Darren Tucker
2023-03-02
Fix breakage on dhgex test.
Darren Tucker
2023-03-02
Quote grep and log message better.
Darren Tucker
2023-03-01
Remove old log symlinks before creating new ones. In -portable some
Darren Tucker
[next]