Age | Commit message (Expand) | Author |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-20 | move from channel_stop_listening to channel_free_all, | Markus Friedl |
2001-06-12 | do not log() packet_set_maxsize | Markus Friedl |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-28 | remove some lines, simplify. | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-04-05 | reset compress state per direction when rekeying. | Markus Friedl |
2001-04-04 | clear+free keys,iv for rekeying. | Markus Friedl |
2001-04-04 | don't sent multiple kexinit-requests. | Markus Friedl |
2001-04-03 | undo parts of recent my changes: main part of keyexchange does not | Markus Friedl |
2001-03-03 | Dynamically allocate fd_set; deraadt@ OK | Todd C. Miller |
2001-03-01 | KNF | Theo de Raadt |
2001-02-28 | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message | Markus Friedl |
2001-02-28 | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). | Markus Friedl |
2001-02-27 | fix random padding | Markus Friedl |
2001-02-12 | deal with EAGAIN/EINTR selects which were skipped | Theo de Raadt |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-04 | remove duplicate #include's; 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 | reorder, typo | Markus Friedl |
2001-01-13 | split out keepalive from packet_interactive (from dale@accentre.com) | Markus Friedl |
2001-01-09 | allow TCP_NDELAY for ipv6; from netbsd via itojun@ | Markus Friedl |
2001-01-02 | log remote ip on disconnect; PR 1600, from jcs@rt.fm | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-06 | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 | Markus Friedl |
2000-10-12 | remove unused | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |
2000-10-03 | hmac->mac | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-19 | rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to | Theo de Raadt |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-05-04 | clear padding in ssh2 | Markus Friedl |
2000-05-01 | less debug, rm unused | Markus Friedl |
2000-04-30 | send debug messages in SSH2 format | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl |
2000-04-03 | ssh2 packet format | Markus Friedl |
2000-04-03 | channel layer support for ssh2 | Markus Friedl |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl |
2000-02-05 | missing xfree() | Markus Friedl |
2000-01-22 | getsockname() requires initialized tolen; andy@guildsoftware.com | Theo de Raadt |
2000-01-20 | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; | Markus Friedl |