summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include port number if a non-default one has been specified;djm2015-04-101-3/+6
* Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@miod2015-04-051-2/+2
* set a timeout to prevent hangs when talking to busted servers;djm2015-01-301-1/+2
* avoid more fatal/exit in the packet.c paths that ssh-keyscandjm2015-01-301-2/+3
* avoid fatal() calls in packet codedjm2015-01-281-3/+5
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-2/+1
* switch ssh-keyscan from setjmp to multiple ssh transport layer instancesmarkus2015-01-191-68/+81
* adapt kex to sshbuf and struct ssh; ok djm@markus2015-01-191-6/+8
* explicitly include sys/param.h in files that use the howmany() macro;djm2014-12-111-1/+2
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-1/+7
* disable weak proposals in sshd, but keep them in ssh; ok djm@markus2014-03-271-1/+2
* scan for Ed25519 keys by default toodjm2014-03-121-2/+2
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-5/+11
* use curve25519 for default key exchange (curve25519-sha256@libssh.org);markus2013-11-021-1/+2
* bye, bye xfree(); ok markus@djm2013-05-171-8/+8
* now that sshd defaults to offering ECDSA keys, ssh-keyscan should alsodjm2012-04-111-2/+2
* use timerclear macrookan2011-03-151-2/+2
* handle ecdsa-sha2 with various key lengths; hint and ok djm@otto2011-01-041-3/+4
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-4/+9
* replace verbose and overflow-prone Linebuf code with read_keyfile_line()djm2010-06-221-129/+36
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-15/+4
* validate routing domain is in range 0-RT_TABLEID_MAX.stevesk2009-12-251-4/+6
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-4/+13
* make a2port() return -1 when it encounters an invalid port numberdjm2009-01-221-2/+2
* the ellipsis is not an optional argument; while here, improve spacing.sobrado2008-11-011-3/+4
* default to rsa (protocol 2) keys, instead of rsa1 keys; spotted bydjm2008-04-301-2/+2
* Add a small helper function to consistently handle the EAI_SYSTEM errordtucker2007-12-271-2/+2
* sys/resource.h needs sys/time.h; prompted by brad@djm2006-10-061-2/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-5/+4
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <sys/time.h> out of includes.hstevesk2006-07-251-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-3/+4
* move #include <unistd.h> out of includes.hstevesk2006-07-171-1/+2
* move #include <netdb.h> out of includes.h; ok djm@stevesk2006-07-121-1/+2
* move #include <stdarg.h> out of includes.h; ok markus@stevesk2006-07-101-1/+2
* move #include <sys/socket.h> out of includes.hstevesk2006-07-081-1/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* introduce xcalloc() and xasprintf() failure-checked allocations functionsdjm2006-03-251-10/+8
* please lintderaadt2006-03-191-2/+1
* RCSID() can diederaadt2006-03-191-1/+0
* Implement the diffie-hellman-group-exchange-sha256 key exchange methoddjm2006-03-071-1/+2
* move #include <sys/resource.h> out of includes.h; ok markus@stevesk2006-02-081-1/+2
* move #include <sys/queue.h> out of includes.h; ok markus@stevesk2006-02-071-2/+3
* make ssh-keygen discard junk from server before SSH- ident, spotted bydjm2005-10-301-7/+13
* ensure that stdio fds are attached; ok deraadt@djm2005-09-131-1/+4
* make this -Wsign-compare clean; ok avsm@ markus@djm2005-06-171-6/+6
* Switch atomicio to use a simpler interface; it now returns a size_tavsm2005-05-241-12/+15
* add snprintf checks. ok djm@ markus@moritz2005-04-281-1/+6
* sort options and sync usage();jmc2005-03-011-2/+2