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
*
highly polished whitespace, mostly fixing spaces-for-tab and bad
djm
2021-04-03
1
-3
/
+3
*
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
djm
2021-01-27
1
-15
/
+9
*
remove global variable used to stash compat flags and use the
djm
2021-01-27
1
-14
/
+14
*
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
dtucker
2021-01-26
1
-3
/
+3
*
make ssh hostbased authentication send the signature algorithm in
djm
2021-01-25
1
-3
/
+3
*
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
dtucker
2021-01-22
1
-11
/
+11
*
If a signature operation on a FIDO key fails with a "incorrect PIN"
djm
2021-01-08
1
-3
/
+12
*
Update/replace the experimental post-quantim hybrid key exchange
djm
2020-12-29
1
-2
/
+2
*
add a ssh_config KnownHostsCommand that allows the client to obtain
djm
2020-12-22
1
-2
/
+7
*
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
djm
2020-12-20
1
-7
/
+12
*
load_hostkeys()/hostkeys_foreach() variants for FILE*
djm
2020-12-20
1
-5
/
+6
*
scrub keyboard-interactive authentication prompts coming from the
djm
2020-11-13
1
-3
/
+5
*
prefix keyboard interactive prompts with (user@host) to make it easier
djm
2020-11-13
1
-7
/
+12
*
when requesting a security key touch on stderr, inform the user once
djm
2020-11-08
1
-2
/
+2
*
print reason in fatal error message when kex_assemble_namelist() fails
djm
2020-10-30
1
-4
/
+4
*
whitespace; no code change
djm
2020-10-29
1
-3
/
+3
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-117
/
+101
*
use do_log2 instead of function pointers to different log functions
djm
2020-10-16
1
-3
/
+4
*
revert kex->flags cert hostkey downgrade back to a plain key
djm
2020-10-07
1
-7
/
+2
*
when ordering host key algorithms in the client, consider the ECDSA
djm
2020-10-04
1
-3
/
+5
*
record when the host key checking code downgrades a certificate host
djm
2020-10-03
1
-2
/
+7
*
tweak the client hostkey preference ordering algorithm to prefer the
djm
2020-09-18
1
-3
/
+38
*
support for user-verified FIDO keys
djm
2020-08-27
1
-13
/
+24
*
Replace TAILQ concatenation loops with TAILQ_CONCAT
bket
2020-06-27
1
-9
/
+3
*
wrap long line
djm
2020-06-05
1
-2
/
+3
*
when ordering the hostkey algorithms to request from a server,
djm
2020-05-13
1
-4
/
+16
*
fix reversed test that caused IdentitiesOnly=yes to not apply to keys
djm
2020-04-17
1
-2
/
+2
*
When using HostkeyAlgorithms to merely append or remove algorithms
djm
2020-02-06
1
-15
/
+26
*
Replace "security key" with "authenticator" in program messages.
naddy
2020-02-06
1
-6
/
+7
*
Make zlib optional. This adds a "ZLIB" build time option that allows
dtucker
2020-01-23
1
-3
/
+3
*
Replace all calls to signal(2) with a wrapper around sigaction(2).
dtucker
2020-01-23
1
-4
/
+4
*
Remove unsupported algorithms from list of defaults at run time and
dtucker
2020-01-23
1
-4
/
+4
*
a little more verbosity in sign_and_send_pubkey() debug messages
djm
2020-01-21
1
-3
/
+5
*
close the "touch your security key" notifier on the error path too
djm
2019-11-15
1
-2
/
+2
*
stdarg.h required more broadly; ok djm
deraadt
2019-11-13
1
-1
/
+2
*
security keys typically need to be tapped/touched in order to perform
djm
2019-11-12
1
-1
/
+16
*
enable ed25519 support; ok djm
markus
2019-11-12
1
-8
/
+5
*
Refactor signing - use sshkey_sign for everything, including the new
djm
2019-10-31
1
-14
/
+3
*
ssh client support for U2F/FIDO keys
djm
2019-10-31
1
-25
/
+86
*
Remove now-redundant perm_ok arg since sshkey_load_private_type will
dtucker
2019-08-05
1
-3
/
+3
*
Remove some set but never used variables. ok daraadt@
dtucker
2019-07-07
1
-5
/
+4
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-10
/
+10
*
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
[next]