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