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
/
ssh-keyscan.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove global variable used to stash compat flags and use the
djm
2021-01-27
1
-4
/
+3
*
Update/replace the experimental post-quantim hybrid key exchange
djm
2020-12-29
1
-2
/
+2
*
fix SEGV on fatal() errors spotted by dtucker@
djm
2020-10-19
1
-2
/
+2
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-7
/
+5
*
variants of the log methods that append a ssherr.h string from
djm
2020-10-18
1
-3
/
+3
*
make the log functions that exit (sshlogdie(), sshfatal(), etc) have
djm
2020-10-17
1
-4
/
+4
*
revised log infrastructure for OpenSSH
djm
2020-10-16
1
-4
/
+5
*
ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@
cheloha
2020-08-12
1
-13
/
+5
*
allow ssh-keyscan to find security key hostkeys
djm
2019-12-15
1
-3
/
+21
*
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
2019-09-06
1
-1
/
+3
*
include SHA2-variant RSA key algorithms in KEX proposal; allows
djm
2019-07-12
1
-2
/
+7
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-6
/
+6
*
Replace calls to ssh_malloc_init() by a static init of malloc_options.
otto
2019-06-06
1
-2
/
+1
*
make ssh-keyscan return a non-zero exit status if it finds no keys.
djm
2019-01-26
1
-2
/
+6
*
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
*
switch config file parsing to getline(3) as this avoids static limits
markus
2018-06-06
1
-7
/
+5
*
apply a lick of paint; tweaks/ok dtucker
jmc
2018-03-02
1
-2
/
+2
*
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
markus
2018-02-23
1
-2
/
+10
*
Add ssh-keyscan -D option to make it print its results in SSHFP format
djm
2018-02-23
1
-4
/
+16
*
Add monotime_ts and monotime_tv that return monotonic timespec and
dtucker
2017-11-25
1
-4
/
+4
*
Only call close once in confree(). ssh_packet_close will close the FD
dtucker
2017-06-30
1
-3
/
+3
*
remove now obsolete ctx from ssh_dispatch_run; ok djm@
markus
2017-05-31
1
-2
/
+2
*
obliterate ssh1.h and some dead code that used it
djm
2017-04-30
1
-2
/
+1
*
remove KEY_RSA1
djm
2017-04-30
1
-36
/
+28
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-2
/
+1
*
unifdef WITH_SSH1
djm
2017-04-30
1
-58
/
+1
*
ensure hostname is lower-case before hashing it; bz#2591 reported by
djm
2017-03-10
1
-1
/
+2
*
correctly hash hosts with a port number. Reported by Josh Powers in
djm
2017-03-10
1
-6
/
+7
*
Avoid confusing error message when attempting to use ssh-keyscan built
djm
2017-01-06
1
-2
/
+6
*
add support for additional fixed DH groups from
djm
2016-05-02
1
-1
/
+4
*
Add a function to enable security-related malloc_options. With and ok
dtucker
2016-02-15
1
-1
/
+2
*
-c before -H, in SYNOPSIS and usage();
jmc
2015-11-08
1
-2
/
+2
*
Add "ssh-keyscan -c ..." flag to allow fetching certificates instead
djm
2015-11-08
1
-10
/
+37
*
fix keyscan output for multiple hosts/addrs on one line when
djm
2015-10-24
1
-6
/
+21
*
include port number if a non-default one has been specified;
djm
2015-04-10
1
-3
/
+6
*
Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@
miod
2015-04-05
1
-2
/
+2
*
set a timeout to prevent hangs when talking to busted servers;
djm
2015-01-30
1
-1
/
+2
*
avoid more fatal/exit in the packet.c paths that ssh-keyscan
djm
2015-01-30
1
-2
/
+3
*
avoid fatal() calls in packet code
djm
2015-01-28
1
-3
/
+5
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+1
*
switch ssh-keyscan from setjmp to multiple ssh transport layer instances
markus
2015-01-19
1
-68
/
+81
*
adapt kex to sshbuf and struct ssh; ok djm@
markus
2015-01-19
1
-6
/
+8
*
explicitly include sys/param.h in files that use the howmany() macro;
djm
2014-12-11
1
-1
/
+2
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-1
/
+7
*
disable weak proposals in sshd, but keep them in ssh; ok djm@
markus
2014-03-27
1
-1
/
+2
*
scan for Ed25519 keys by default too
djm
2014-03-12
1
-2
/
+2
[next]