Age | Commit message (Expand) | Author |
2005-03-01 | sort options and sync usage(); | Jason McIntyre |
2005-03-01 | option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@ | Damien Miller |
2004-08-11 | use atomicio instead of homegrown equivalents or read/write. | Anil Madhavapeddy |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2004-06-13 | implement diffie-hellman-group14-sha1 kex method (trivial extension to | Damien Miller |
2004-03-08 | explicitly initialise remote_major and remote_minor. | Damien Miller |
2003-11-23 | from portable - use sysconf to detect fd limit; ok markus@ | Damien Miller |
2003-09-19 | avoid fatal_cleanup, just call exit(); ok deraadt | Markus Friedl |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-04-26 | -t in usage(); rogier@quaak.org | Theo de Raadt |
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl |
2002-07-06 | unused variable | Kevin Steves |
2002-07-06 | KNF, realloc fix, and clean usage | Theo de Raadt |
2002-06-27 | use convtime(); ok markus@ | Kevin Steves |
2002-06-27 | more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@ | Markus Friedl |
2002-06-16 | use TAILQ_xx macro. from lukem@netbsd. markus ok | Jun-ichiro itojun Hagino |
2002-03-04 | handle connection close during read of protocol version string. | Kevin Steves |
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl |
2001-12-10 | check that server supports v1 for -t rsa1, report from wirth@dfki.de | Markus Friedl |
2001-11-22 | don't use "\n" in fatal() | Kevin Steves |
2001-11-16 | handle empty lines instead of dumping core; report from sha@sha-1.net | Markus Friedl |
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl |
2001-08-30 | do not pass pointers to longjmp; fix from wayne@blorf.net | Markus Friedl |
2001-08-27 | fix memory fault if non-existent filename is given to the -f option | Dan Harnett |
2001-08-05 | make -t dsa work with commercial servers, too | Markus Friedl |
2001-08-05 | ssh 2 support; from wayned@users.sourceforge.net | Markus Friedl |
2001-08-03 | improve usage(). ok markus@ | Jakob Schlyter |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-03-06 | appease gcc | Theo de Raadt |
2001-03-06 | Don't assume we wil get the version string all in one read(). | Todd C. Miller |
2001-03-05 | skip inlining, why bother | Theo de Raadt |
2001-03-03 | Dynamically allocate read_wait and its copies. Since maxfd is | Todd C. Miller |
2001-03-03 | standard theo sweep | Theo de Raadt |
2001-02-21 | inline -> __inline__, and some indent | Theo de Raadt |
2001-02-12 | deal with EAGAIN/EINTR selects which were skipped | Theo de Raadt |
2001-02-09 | do not assume malloc() returns zero-filled region. found by malloc.conf=AJ. | Jun-ichiro itojun Hagino |
2001-02-07 | s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com | Markus Friedl |
2001-02-07 | fix size_t -> int cast (use u_long). markus ok | Jun-ichiro itojun Hagino |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-13 | free() -> xfree(); fix memory leak; from stevesk@pobox.com | Markus Friedl |
2001-01-13 | use SSH_DEFAULT_PORT; from stevesk@pobox.com | Markus Friedl |
2001-01-08 | O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-19 | replace <ssl/x.h> with <openssl/x.h> | Markus Friedl |
2000-12-13 | fatal already adds \n; from stevesk@pobox.com | Markus Friedl |
2000-12-12 | consistently use __progname; from stevesk@pobox.com | Markus Friedl |