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-19
fix SEGV on fatal() errors spotted by dtucker@
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-18
variants of the log methods that append a ssherr.h string from
Damien Miller
2020-10-18
remove a level of macro indirection; ok markus@
Damien Miller
2020-10-18
add some variant log.h calls that prepend the calling function
Damien Miller
2020-10-17
make the log functions that exit (sshlogdie(), sshfatal(), etc) have
Damien Miller
2020-10-16
add space between macro arg and punctuation;
Jason McIntyre
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-10-16
revised log infrastructure for OpenSSH
Damien Miller
2020-10-16
use do_log2 instead of function pointers to different log functions
Damien Miller
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
[next]