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
/
ssh-keyscan.c
Age
Commit message (
Expand
)
Author
2016-05-02
add support for additional fixed DH groups from
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-11-08
-c before -H, in SYNOPSIS and usage();
Jason McIntyre
2015-11-08
Add "ssh-keyscan -c ..." flag to allow fetching certificates instead
Damien Miller
2015-10-24
fix keyscan output for multiple hosts/addrs on one line when
Damien Miller
2015-04-10
include port number if a non-default one has been specified;
Damien Miller
2015-04-05
Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@
Miod Vallat
2015-01-30
set a timeout to prevent hangs when talking to busted servers;
Damien Miller
2015-01-30
avoid more fatal/exit in the packet.c paths that ssh-keyscan
Damien Miller
2015-01-28
avoid fatal() calls in packet code
Damien Miller
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-19
switch ssh-keyscan from setjmp to multiple ssh transport layer instances
Markus Friedl
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2014-12-11
explicitly include sys/param.h in files that use the howmany() macro;
Damien Miller
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-03-27
disable weak proposals in sshd, but keep them in ssh; ok djm@
Markus Friedl
2014-03-12
scan for Ed25519 keys by default too
Damien Miller
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
2013-11-02
use curve25519 for default key exchange (curve25519-sha256@libssh.org);
Markus Friedl
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2012-04-11
now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
Damien Miller
2011-03-15
use timerclear macro
Okan Demirmen
2011-01-04
handle ecdsa-sha2 with various key lengths; hint and ok djm@
Otto Moerbeek
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-06-22
replace verbose and overflow-prone Linebuf code with read_keyfile_line()
Damien Miller
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-12-25
validate routing domain is in range 0-RT_TABLEID_MAX.
Kevin Steves
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-01-22
make a2port() return -1 when it encounters an invalid port number
Damien Miller
2008-11-01
the ellipsis is not an optional argument; while here, improve spacing.
Igor Sobrado
2008-04-30
default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
Damien Miller
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
2006-10-06
sys/resource.h needs sys/time.h; prompted by brad@
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-25
move #include <sys/time.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-10
move #include <stdarg.h> out of includes.h; ok markus@
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-19
please lint
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-07
Implement the diffie-hellman-group-exchange-sha256 key exchange method
Damien Miller
2006-02-08
move #include <sys/resource.h> out of includes.h; ok markus@
Kevin Steves
2006-02-07
move #include <sys/queue.h> out of includes.h; ok markus@
Kevin Steves
2005-10-30
make ssh-keygen discard junk from server before SSH- ident, spotted by
Damien Miller
[next]