| Commit message (Expand) | Author | Age | Files | Lines |
* | fix whitespace: unexpand + trailing spaces. |  markus | 2001-04-05 | 1 | -4/+4 |
* | reset compress state per direction when rekeying. |  markus | 2001-04-05 | 1 | -8/+21 |
* | clear+free keys,iv for rekeying. |  markus | 2001-04-04 | 1 | -13/+14 |
* | don't sent multiple kexinit-requests. |  markus | 2001-04-04 | 1 | -2/+3 |
* | undo parts of recent my changes: main part of keyexchange does not |  markus | 2001-04-03 | 1 | -56/+52 |
* | Dynamically allocate fd_set; deraadt@ OK |  millert | 2001-03-03 | 1 | -11/+21 |
* | KNF |  deraadt | 2001-03-01 | 1 | -3/+3 |
* | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message |  markus | 2001-02-28 | 1 | -4/+12 |
* | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). |  markus | 2001-02-28 | 1 | -1/+55 |
* | fix random padding |  markus | 2001-02-27 | 1 | -2/+2 |
* | deal with EAGAIN/EINTR selects which were skipped |  deraadt | 2001-02-12 | 1 | -3/+8 |
* | 1) clean up the MAC support for SSH-2 |  markus | 2001-02-11 | 1 | -16/+9 |
* | sync with netbsd tree changes. |  itojun | 2001-02-08 | 1 | -3/+3 |
* | unexpand and remove end-of-line whitespace; ok markus@ |  stevesk | 2001-02-04 | 1 | -3/+3 |
* | remove duplicate #include's; ok markus@ |  stevesk | 2001-02-04 | 1 | -2/+1 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -2/+3 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -1/+2 |
* | reorder, typo |  markus | 2001-01-13 | 1 | -3/+5 |
* | split out keepalive from packet_interactive (from dale@accentre.com) |  markus | 2001-01-13 | 1 | -9/+6 |
* | allow TCP_NDELAY for ipv6; from netbsd via itojun@ |  markus | 2001-01-09 | 1 | -9/+10 |
* | log remote ip on disconnect; PR 1600, from jcs@rt.fm |  markus | 2001-01-02 | 1 | -3/+5 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -40/+40 |
* | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 |  markus | 2000-12-06 | 1 | -1/+4 |
* | remove unused |  markus | 2000-10-12 | 1 | -2/+2 |
* | new cipher framework |  markus | 2000-10-11 | 1 | -35/+29 |
* | hmac->mac |  markus | 2000-10-03 | 1 | -4/+4 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -8/+28 |
* | rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to |  deraadt | 2000-08-19 | 1 | -4/+4 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -1/+1 |
* | clear padding in ssh2 |  markus | 2000-05-04 | 1 | -4/+9 |
* | less debug, rm unused |  markus | 2000-05-01 | 1 | -11/+4 |
* | send debug messages in SSH2 format |  markus | 2000-04-30 | 1 | -3/+10 |
* | whitespace cleanup |  markus | 2000-04-14 | 1 | -13/+13 |
* | check payload for (illegal) extra data |  markus | 2000-04-14 | 1 | -1/+7 |
* | #include <ssl/foo.h> -> <openssh/foo.h> |  markus | 2000-04-12 | 1 | -4/+4 |
* | remove unused argument, split cipher_mask() |  markus | 2000-04-04 | 1 | -5/+5 |
* | ssh2 packet format |  markus | 2000-04-03 | 1 | -44/+438 |
* | channel layer support for ssh2 |  markus | 2000-04-03 | 1 | -1/+33 |
* | replace big switch() with function tables (prepare for ssh2) |  markus | 2000-03-28 | 1 | -1/+2 |
* | missing xfree() |  markus | 2000-02-05 | 1 | -4/+8 |
* | getsockname() requires initialized tolen; andy@guildsoftware.com |  deraadt | 2000-01-22 | 1 | -2/+2 |
* | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; |  markus | 2000-01-20 | 1 | -3/+3 |
* | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: |  markus | 2000-01-04 | 1 | -11/+54 |
* | "Connection closed by x.x.x.x": fatal() -> log() |  markus | 1999-12-15 | 1 | -3/+5 |
* | set loglevel for SSH_MSG_DISCONNECT to log(), not fatal() |  markus | 1999-12-02 | 1 | -4/+7 |
* | KNF, final part 3 |  markus | 1999-11-24 | 1 | -67/+114 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -15/+15 |
* | KNF part 1 |  markus | 1999-11-23 | 1 | -426/+405 |
* | syslog changes: |  markus | 1999-11-22 | 1 | -4/+4 |
* | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ |  markus | 1999-11-19 | 1 | -1/+21 |