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
/
usr.bin
/
ssh
Age
Commit message (
Expand
)
Author
2020-10-14
make UpdateHostkeys still more conservative: refuse to proceed if
Damien Miller
2020-10-12
Zap unused family parameter from ssh_connect_direct()
kn
2020-10-11
UpdateHostkeys: check for keys under other names
Damien Miller
2020-10-11
UpdateHostkeys: better CheckHostIP handling
Damien Miller
2020-10-11
UpdateHostkeys: better detect manual host entries
Damien Miller
2020-10-08
don't misdetect comma-separated hostkey names as wildcards;
Damien Miller
2020-10-08
clarify conditions for UpdateHostkeys
Damien Miller
2020-10-07
Disable UpdateHostkeys when hostkey checking fails
Damien Miller
2020-10-07
Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bug
Damien Miller
2020-10-07
don't UpdateHostkeys when the hostkey is verified by the
Damien Miller
2020-10-07
revert kex->flags cert hostkey downgrade back to a plain key
Damien Miller
2020-10-07
simply disable UpdateHostkeys when a certificate successfully
Damien Miller
2020-10-07
disable UpdateHostkeys by default if VerifyHostKeyDNS is enabled;
Damien Miller
2020-10-06
Agent protocol draft is now at rev 4. ok djm@
Darren Tucker
2020-10-04
when ordering host key algorithms in the client, consider the ECDSA
Damien Miller
2020-10-04
Allow full range of UIDs and GIDs for sftp chown and chgrp on 32bit
Darren Tucker
2020-10-03
There are lots of place where we want to redirect stdin, stdout
Damien Miller
2020-10-03
enable UpdateHostkeys by default when the configuration has not
Damien Miller
2020-10-03
disable UpdateHostkeys when a wildcard hostname pattern is
Damien Miller
2020-10-03
record when the host key checking code downgrades a certificate host
Damien Miller
2020-10-03
prefer ed25519 signature algorithm variants to ECDSA; ok markus@
Damien Miller
2020-10-03
want time.h here too
Damien Miller
2020-10-03
split introductory paragraph, and insert ominous words about the glob
Theo de Raadt
2020-09-30
Regen moduli.
Darren Tucker
2020-09-27
openssh 8.4
Damien Miller
2020-09-21
close stdin when forking after authentication too; ok markus
Damien Miller
2020-09-20
close stdout/stderr after "ssh -f ..." forking
Damien Miller
2020-09-20
cap channel input buffer size at 16MB; avoids high memory use when
Damien Miller
2020-09-18
handle multiple messages in a single read()
Damien Miller
2020-09-18
tweak the client hostkey preference ordering algorithm to prefer the
Damien Miller
2020-09-16
Remove unused buf, last user was removed when switching to the sshbuf API.
Darren Tucker
2020-09-09
For the hostkey confirmation message:
Damien Miller
2020-09-09
when writing an attestation blob for a FIDO key, record all the data
Damien Miller
2020-08-31
refuse to add verify-required (PINful) FIDO keys to ssh-agent until
Damien Miller
2020-08-31
Add RCS IDs to the few files that are missing them;
Damien Miller
2020-08-28
Check that the addresses supplied to Match Address and Match
Darren Tucker
2020-08-27
sentence fix; from pedro martelletto
Jason McIntyre
2020-08-27
debug()-print a little info about FIDO-specific key fields via
Damien Miller
2020-08-27
skip a bit more FIDO token selection logic when only a single token
Damien Miller
2020-08-27
tweak previous;
Jason McIntyre
2020-08-27
remove unreachable code I forgot to delete in r1.334
Damien Miller
2020-08-27
Request PIN ahead of time for certain FIDO actions
Damien Miller
2020-08-27
preserve verify-required for resident FIDO keys
Damien Miller
2020-08-27
major rework of FIDO token selection logic
Damien Miller
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-08-12
ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@
cheloha
2020-08-11
let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for
Damien Miller
2020-08-11
let the "Confirm user presence for key ..." ssh-askpass notification
Damien Miller
2020-08-03
ensure that certificate extensions are lexically sorted. Previously
Damien Miller
[next]