index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshconnect2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix ssh-keysign fd handling problem introduced in r1.304 caused by a typo
djm
2019-05-31
1
-2
/
+2
*
When doing the fork+exec'ing for ssh-keysign, rearrange the socket
deraadt
2019-05-15
1
-7
/
+9
*
fix regression in r1.302 reported by naddy@ - only the first public
djm
2019-02-12
1
-5
/
+5
*
cleanup GSSAPI authentication context after completion of the
djm
2019-02-11
1
-67
/
+88
*
merge kexkem[cs] into kexgen
djm
2019-01-21
1
-9
/
+9
*
use KEM API for vanilla ECDH
djm
2019-01-21
1
-2
/
+2
*
use KEM API for vanilla DH KEX
djm
2019-01-21
1
-6
/
+6
*
use KEM API for vanilla c25519 KEX
djm
2019-01-21
1
-2
/
+2
*
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
djm
2019-01-21
1
-1
/
+2
*
GSSAPI code got missed when converting to new packet API
djm
2019-01-21
1
-4
/
+4
*
convert the remainder of sshconnect2.c to new packet API
djm
2019-01-19
1
-49
/
+46
*
convert sshconnect2.c to new packet API
djm
2019-01-19
1
-13
/
+16
*
begin landing remaining refactoring of packet parsing API, started
djm
2019-01-19
1
-1
/
+4
*
eliminate function-static attempt counters for passwd/kbdint
djm
2019-01-04
1
-8
/
+10
*
move client/server SSH-* banners to buffers under ssh->kex and factor
djm
2018-12-27
1
-26
/
+23
*
don't truncate user or host name in "user@host's password: " prompts.
djm
2018-11-28
1
-6
/
+5
*
fix bug in client that was keeping a redundant ssh-agent socket around
djm
2018-11-16
1
-3
/
+5
*
don't send new-style rsa-sha2-*-cert-v01@openssh.com names to older
djm
2018-10-11
1
-2
/
+3
*
second try, deals properly with missing and private-only keys:
djm
2018-09-14
1
-26
/
+53
*
revert following; deals badly with agent keys
djm
2018-09-14
1
-47
/
+26
*
Use consistent format in debug log for keys readied, offered and
djm
2018-09-14
1
-26
/
+47
*
revert compat.[ch] section of the following change. It causes
djm
2018-08-13
1
-8
/
+7
*
fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366
djm
2018-07-31
1
-7
/
+8
*
Remove support for running ssh(1) setuid and fatal if attempted.
dtucker
2018-07-18
1
-2
/
+1
*
Remove support for loading HostBasedAuthentication keys directly in
dtucker
2018-07-16
1
-7
/
+3
*
treat ssh_packet_write_wait() errors as fatal; ok djm@
markus
2018-07-11
1
-3
/
+3
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-6
/
+6
*
client: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-212
/
+277
*
Revert previous two commits
sf
2018-07-09
1
-2
/
+2
*
Remove leftovers from pre-authentication compression
sf
2018-07-06
1
-2
/
+2
*
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
djm
2018-07-04
1
-4
/
+6
*
some finesse to fix RSA-SHA2 certificate authentication for certs
djm
2018-07-03
1
-3
/
+6
*
check correct variable; unbreak agent keys
djm
2018-07-03
1
-2
/
+2
*
Improve strictness and control over RSA-SHA2 signature types:
djm
2018-07-03
1
-129
/
+216
*
whitespace
djm
2018-06-26
1
-2
/
+2
*
fix bogus warning when signing cert keys using agent; from djm; ok deraadt dtucker
markus
2018-03-24
1
-1
/
+3
*
warn when the agent returns a signature type that was different to
djm
2018-03-03
1
-7
/
+34
*
ssh_free checks for and handles NULL args, remove NULL checks from remaining
dtucker
2018-02-07
1
-3
/
+2
*
Drop compatibility hacks for some ancient SSH implementations, including
djm
2018-01-23
1
-45
/
+10
*
Increase the buffer sizes for user prompts to ensure that they won't be
dtucker
2017-08-27
1
-3
/
+3
*
refuse to a private keys when its corresponding .pub key does not
djm
2017-08-11
1
-1
/
+6
*
Add user@host prefix to client's "Permisison denied" messages, useful in
dtucker
2017-06-14
1
-2
/
+3
*
remove now obsolete ctx from ssh_dispatch_run; ok djm@
markus
2017-05-31
1
-3
/
+3
*
another ctx => ssh conversion (in GSSAPI code)
djm
2017-05-31
1
-5
/
+4
*
protocol handlers all get struct ssh passed; ok djm@
markus
2017-05-30
1
-41
/
+31
*
ssh: pass struct ssh to auth functions, too; ok djm@
markus
2017-05-30
1
-15
/
+27
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-7
/
+7
*
more simplification and removal of SSHv1-related code; ok djm@
naddy
2017-05-05
1
-2
/
+2
*
remove KEY_RSA1
djm
2017-04-30
1
-5
/
+2
*
include key fingerprint in "Offering public key" debug message
djm
2017-04-28
1
-3
/
+12
[next]