index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
packet.h
Age
Commit message (
Expand
)
Author
2001-04-14
protocol 2 tty modes support; ok markus@
Kevin Steves
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-01-13
split out keepalive from packet_interactive (from dale@accentre.com)
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-20
OpenBSD tag
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-03
ssh2 packet format
Markus Friedl
2000-04-03
channel layer support for ssh2
Markus Friedl
2000-03-16
-pedantic: signed vs. unsigned, void*-arithm, etc
Markus Friedl
2000-01-04
allow auth-kerberos for IPv4 only
Markus Friedl
2000-01-04
ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:
Markus Friedl
1999-12-27
check format string for packet_disconnect and packet_send_debug, too
Markus Friedl
1999-11-24
KNF, final part 3
Markus Friedl
1999-11-24
much more KNF
Theo de Raadt
1999-11-19
SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
Markus Friedl
1999-11-15
remove support for cipher RC4
Markus Friedl
1999-09-28
convert all uses of gmp to SSL bignum
Niels Provos
1999-09-26
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
Theo de Raadt