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
2019-01-01
regress bits for banner processing refactor (this test was depending
Damien Miller
2018-12-27
ssh_packet_set_state() now frees ssh->kex implicitly, so don't
Damien Miller
2018-12-15
remove unused and problematic sudo clean. ok espie
Ted Unangst
2018-11-23
Remove now-unneeded ifdef SIGINFO around handler since it is now always
Darren Tucker
2018-11-22
Output info on SIGUSR1 as well as SIGINFO to resync with portable.
Darren Tucker
2018-11-22
Append pid to temp files in /var/run and set a cleanup trap for them.
Darren Tucker
2018-10-31
UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox".
Darren Tucker
2018-10-17
add some knobs:
Damien Miller
2018-09-13
missed a bit of openssl-1.0.x API in this unittest
Damien Miller
2018-09-13
use only openssl-1.1.x API here too
Damien Miller
2018-09-12
Include certs with multiple RSA signature variants in test data
Damien Miller
2018-09-12
test revocation by explicit hash and by fingerprint
Damien Miller
2018-09-12
s/sshkey_demote/sshkey_from_private/g
Damien Miller
2018-08-10
The script that cooks up PuTTY format host keys does not understand
Darren Tucker
2018-07-16
memleak in unittest; found by valgrind
Damien Miller
2018-07-13
make this use ssh_proxy rather than starting/stopping a daemon for
Damien Miller
2018-07-13
fix leaks in unit test; with this, all unit tests are leak free
Damien Miller
2018-07-04
deal with API rename: match_filter_list() => match_filter_blacklist()
Damien Miller
2018-07-04
exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, by
Damien Miller
2018-07-03
add a comment that could have saved me 45 minutes of wild goose chasing
Damien Miller
2018-07-03
some magic for RSA-SHA2 checks
Damien Miller
2018-07-02
One ampersand is enough to backgroud an process. OpenBSD doesn't seem
Darren Tucker
2018-06-19
test PermitListen with bare port numbers
Damien Miller
2018-06-07
test the correct configuration option name
Damien Miller
2018-06-07
permitlisten/PermitListen unit test from Markus
Damien Miller
2018-06-06
regress test for PermitOpen
Damien Miller
2018-06-01
Adapt to extra default verboisity from ssh-keygen when searching for
Damien Miller
2018-05-22
Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantly
Damien Miller
2018-05-11
Clean up comment.
Darren Tucker
2018-04-10
more typos spotted by Karsten Weiss using codespell
Damien Miller
2018-04-10
make this a bit more portable-friendly
Damien Miller
2018-04-06
Add test for username options parsing order, prompted by bz#2849.
Darren Tucker
2018-03-16
Tell puttygen to use /dev/urandom instead of /dev/random. On OpenBSD they
Darren Tucker
2018-03-14
rename recently-added "valid-before" key restriction to "expiry-time"
Damien Miller
2018-03-12
check valid-before option in authorized_keys
Damien Miller
2018-03-12
explicitly specify RSA/SHA-2 keytype here too
Damien Miller
2018-03-12
exlicitly include RSA/SHA-2 keytypes in PubkeyAcceptedKeyTypes here
Damien Miller
2018-03-04
for the pty control tests, just check that the PTY path points to
Damien Miller
2018-03-03
unit tests for new authorized_keys options API
Damien Miller
2018-03-02
fix testing of pty option, include positive test and testing of
Damien Miller
2018-03-02
better testing for port-forwarding and restrict flags in
Damien Miller
2018-02-23
unbreak interop test after SSHv1 purge;
Damien Miller
2018-02-09
Skip sftp-chroot test when SUDO not set instead of fatal().
Darren Tucker
2018-02-09
Replace fatal with exit in the case that we do not have $SUDO set.
Darren Tucker
2018-02-08
some helpers to check verbose/quiet mode
Damien Miller
2017-12-21
another libssh casualty
Damien Miller
2017-12-21
missed one (unbreak after ssh/lib removal)
Damien Miller
2017-12-21
unbreak unit tests after removal of src/usr.bin/ssh/lib
Damien Miller
2017-12-19
explicitly test all key types and their certificate counterparts
Damien Miller
2017-12-11
use cmp in a loop instead of diff -N to compare directories. The former
Darren Tucker
[next]