summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@djm2005-03-011-4/+14
* use atomicio instead of homegrown equivalents or read/write.avsm2004-08-111-3/+3
* set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@djm2004-06-141-3/+3
* implement diffie-hellman-group14-sha1 kex method (trivial extension todjm2004-06-131-1/+2
* explicitly initialise remote_major and remote_minor.djm2004-03-081-2/+2
* from portable - use sysconf to detect fd limit; ok markus@djm2003-11-231-2/+2
* avoid fatal_cleanup, just call exit(); ok deraadtmarkus2003-09-191-2/+2
* deal with typing of write vs read in atomicioderaadt2003-06-281-2/+2
* -t in usage(); rogier@quaak.orgderaadt2003-04-261-2/+2
* avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPmarkus2003-04-141-2/+2
* split kex into client and server code, no need to linkmarkus2003-02-161-1/+3
* unused variablestevesk2002-07-061-2/+1
* KNF, realloc fix, and clean usagederaadt2002-07-061-20/+20
* use convtime(); ok markus@stevesk2002-06-271-3/+5
* more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@markus2002-06-271-2/+3
* use TAILQ_xx macro. from lukem@netbsd. markus okitojun2002-06-161-4/+4
* handle connection close during read of protocol version string.stevesk2002-03-041-1/+6
* overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@markus2002-02-221-7/+12
* check that server supports v1 for -t rsa1, report from wirth@dfki.demarkus2001-12-101-10/+12
* don't use "\n" in fatal()stevesk2001-11-221-2/+2
* handle empty lines instead of dumping core; report from sha@sha-1.netmarkus2001-11-161-1/+3
* some more IPv4or6 cleanupmarkus2001-10-081-5/+1
* do not pass pointers to longjmp; fix from wayne@blorf.netmarkus2001-08-301-5/+5
* fix memory fault if non-existent filename is given to the -f optiondanh2001-08-271-1/+3
* make -t dsa work with commercial servers, toomarkus2001-08-051-3/+6
* ssh 2 support; from wayned@users.sourceforge.netmarkus2001-08-051-86/+233
* improve usage(). ok markus@jakob2001-08-031-3/+7
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-21/+23
* License clarification from David Mazieres, ok deraadt@pvalchev2001-06-051-3/+2
* appease gccderaadt2001-03-061-2/+2
* Don't assume we wil get the version string all in one read().millert2001-03-061-5/+9
* skip inlining, why botherderaadt2001-03-051-10/+10
* Dynamically allocate read_wait and its copies. Since maxfd ismillert2001-03-031-9/+20
* standard theo sweepderaadt2001-03-031-14/+18
* inline -> __inline__, and some indentderaadt2001-02-211-10/+14
* deal with EAGAIN/EINTR selects which were skippedderaadt2001-02-121-2/+5
* do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.itojun2001-02-091-1/+2
* s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.commarkus2001-02-071-3/+3
* fix size_t -> int cast (use u_long). markus okitojun2001-02-071-2/+2
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-2/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-3/+2
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-1/+2
* free() -> xfree(); fix memory leak; from stevesk@pobox.commarkus2001-01-131-12/+12
* use SSH_DEFAULT_PORT; from stevesk@pobox.commarkus2001-01-131-3/+2
* O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.commarkus2001-01-081-2/+2
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-3/+3
* replace <ssl/x.h> with <openssl/x.h>markus2000-12-191-4/+4
* fatal already adds \n; from stevesk@pobox.commarkus2000-12-131-8/+8
* consistently use __progname; from stevesk@pobox.commarkus2000-12-121-10/+5
* err(3) -> internal error(), from stevesk@sweden.hp.commarkus2000-12-061-3/+2