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-11-03
fold consecutive '*' wildcards to mitigate combinatorial explosion
Damien Miller
2020-10-30
print reason in fatal error message when kex_assemble_namelist() fails
Damien Miller
2020-10-29
fix sshd_config SetEnv directive inside Match blocks; part of github
Damien Miller
2020-10-29
fix type of nid in type_bits_valid(); github PR#202 from github user
Damien Miller
2020-10-29
whitespace; no code change
Damien Miller
2020-10-29
UpdateHostkeys: fixed/better detection of host keys that exist under
Damien Miller
2020-10-26
Minor man page fixes (capitalization, commas) identified by the
Darren Tucker
2020-10-19
Adapt XMSS to new logging infrastructure. With markus@, ok djm@.
Darren Tucker
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
[next]