summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.h
AgeCommit message (Expand)Author
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-05-28remove some lines, simplify.Markus Friedl
2001-04-14protocol 2 tty modes support; ok markus@Kevin Steves
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-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-20OpenBSD tagMarkus 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-03ssh2 packet formatMarkus Friedl
2000-04-03channel layer support for ssh2Markus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-01-04allow auth-kerberos for IPv4 onlyMarkus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
1999-12-27check format string for packet_disconnect and packet_send_debug, tooMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-15remove support for cipher RC4Markus Friedl
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt