summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keyscan.c
AgeCommit message (Expand)Author
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
2001-11-22don't use "\n" in fatal()Kevin Steves
2001-11-16handle empty lines instead of dumping core; report from sha@sha-1.netMarkus Friedl
2001-10-08some more IPv4or6 cleanupMarkus Friedl
2001-08-30do not pass pointers to longjmp; fix from wayne@blorf.netMarkus Friedl
2001-08-27fix memory fault if non-existent filename is given to the -f optionDan Harnett
2001-08-05make -t dsa work with commercial servers, tooMarkus Friedl
2001-08-05ssh 2 support; from wayned@users.sourceforge.netMarkus Friedl
2001-08-03improve usage(). ok markus@Jakob Schlyter
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-03-06appease gccTheo de Raadt
2001-03-06Don't assume we wil get the version string all in one read().Todd C. Miller
2001-03-05skip inlining, why botherTheo de Raadt
2001-03-03Dynamically allocate read_wait and its copies. Since maxfd isTodd C. Miller
2001-03-03standard theo sweepTheo de Raadt
2001-02-21inline -> __inline__, and some indentTheo de Raadt
2001-02-12deal with EAGAIN/EINTR selects which were skippedTheo de Raadt
2001-02-09do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.Jun-ichiro itojun Hagino