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
/
sshconnect2.c
Age
Commit message (
Expand
)
Author
2020-06-27
Replace TAILQ concatenation loops with TAILQ_CONCAT
bket
2020-06-05
wrap long line
Damien Miller
2020-05-13
when ordering the hostkey algorithms to request from a server,
Damien Miller
2020-04-17
fix reversed test that caused IdentitiesOnly=yes to not apply to keys
Damien Miller
2020-02-06
When using HostkeyAlgorithms to merely append or remove algorithms
Damien Miller
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2020-01-23
Remove unsupported algorithms from list of defaults at run time and
Darren Tucker
2020-01-21
a little more verbosity in sign_and_send_pubkey() debug messages
Damien Miller
2019-11-15
close the "touch your security key" notifier on the error path too
Damien Miller
2019-11-13
stdarg.h required more broadly; ok djm
Theo de Raadt
2019-11-12
security keys typically need to be tapped/touched in order to perform
Damien Miller
2019-11-12
enable ed25519 support; ok djm
Markus Friedl
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-31
ssh client support for U2F/FIDO keys
Damien Miller
2019-08-05
Remove now-redundant perm_ok arg since sshkey_load_private_type will
Darren Tucker
2019-07-07
Remove some set but never used variables. ok daraadt@
Darren Tucker
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-31
fix ssh-keysign fd handling problem introduced in r1.304 caused by a typo
Damien Miller
2019-05-15
When doing the fork+exec'ing for ssh-keysign, rearrange the socket
Theo de Raadt
2019-02-12
fix regression in r1.302 reported by naddy@ - only the first public
Damien Miller
2019-02-11
cleanup GSSAPI authentication context after completion of the
Damien Miller
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
use KEM API for vanilla ECDH
Damien Miller
2019-01-21
use KEM API for vanilla DH KEX
Damien Miller
2019-01-21
use KEM API for vanilla c25519 KEX
Damien Miller
2019-01-21
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
Damien Miller
2019-01-21
GSSAPI code got missed when converting to new packet API
Damien Miller
2019-01-19
convert the remainder of sshconnect2.c to new packet API
Damien Miller
2019-01-19
convert sshconnect2.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-04
eliminate function-static attempt counters for passwd/kbdint
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-11-28
don't truncate user or host name in "user@host's password: " prompts.
Damien Miller
2018-11-16
fix bug in client that was keeping a redundant ssh-agent socket around
Damien Miller
2018-10-11
don't send new-style rsa-sha2-*-cert-v01@openssh.com names to older
Damien Miller
2018-09-14
second try, deals properly with missing and private-only keys:
Damien Miller
2018-09-14
revert following; deals badly with agent keys
Damien Miller
2018-09-14
Use consistent format in debug log for keys readied, offered and
Damien Miller
2018-08-13
revert compat.[ch] section of the following change. It causes
Damien Miller
2018-07-31
fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366
Damien Miller
2018-07-18
Remove support for running ssh(1) setuid and fatal if attempted.
Darren Tucker
2018-07-16
Remove support for loading HostBasedAuthentication keys directly in
Darren Tucker
2018-07-11
treat ssh_packet_write_wait() errors as fatal; ok djm@
Markus Friedl
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
client: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-06
Remove leftovers from pre-authentication compression
Stefan Fritsch
2018-07-04
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
Damien Miller
[next]