summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keyscan.c
AgeCommit message (Expand)Author
2010-06-22replace verbose and overflow-prone Linebuf code with read_keyfile_line()Damien Miller
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-25validate routing domain is in range 0-RT_TABLEID_MAX.Kevin Steves
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-01-22make a2port() return -1 when it encounters an invalid port numberDamien Miller
2008-11-01the ellipsis is not an optional argument; while here, improve spacing.Igor Sobrado
2008-04-30default to rsa (protocol 2) keys, instead of rsa1 keys; spotted byDamien Miller
2007-12-27Add a small helper function to consistently handle the EAI_SYSTEM errorDarren Tucker
2006-10-06sys/resource.h needs sys/time.h; prompted by brad@Damien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-25move #include <sys/time.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-12move #include <netdb.h> out of includes.h; ok djm@Kevin Steves
2006-07-10move #include <stdarg.h> out of includes.h; ok markus@Kevin Steves
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-19please lintTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-07Implement the diffie-hellman-group-exchange-sha256 key exchange methodDamien Miller
2006-02-08move #include <sys/resource.h> out of includes.h; ok markus@Kevin Steves
2006-02-07move #include <sys/queue.h> out of includes.h; ok markus@Kevin Steves
2005-10-30make ssh-keygen discard junk from server before SSH- ident, spotted byDamien Miller
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-05-24Switch atomicio to use a simpler interface; it now returns a size_tAnil Madhavapeddy
2005-04-28add snprintf checks. ok djm@ markus@Moritz Jodeit
2005-03-01sort options and sync usage();Jason McIntyre
2005-03-01option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@Damien Miller
2004-08-11use atomicio instead of homegrown equivalents or read/write.Anil Madhavapeddy
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
2004-03-08explicitly initialise remote_major and remote_minor.Damien Miller
2003-11-23from portable - use sysconf to detect fd limit; ok markus@Damien Miller
2003-09-19avoid fatal_cleanup, just call exit(); ok deraadtMarkus Friedl
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-04-26-t in usage(); rogier@quaak.orgTheo de Raadt
2003-04-14avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPMarkus Friedl
2003-02-16split kex into client and server code, no need to linkMarkus Friedl
2002-07-06unused variableKevin Steves
2002-07-06KNF, realloc fix, and clean usageTheo de Raadt
2002-06-27use convtime(); ok markus@Kevin Steves
2002-06-27more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@Markus Friedl
2002-06-16use TAILQ_xx macro. from lukem@netbsd. markus okJun-ichiro itojun Hagino
2002-03-04handle connection close during read of protocol version string.Kevin Steves
2002-02-22overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@Markus Friedl
2001-12-10check that server supports v1 for -t rsa1, report from wirth@dfki.deMarkus Friedl