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