putty/contrib
Simon Tatham 1472aa2a26 Fix SSH2_MSG_CHANNEL_EXTENDED_DATA in logparse.
It looks as if it's never worked at all: it had a spurious second
printf, it completely forgot to allow for the uint32 type code that
SSH2_MSG_CHANNEL_DATA doesn't have, it accessed the channel state's
sequence number fields in a way that made no sense and didn't match
the rest of the program, *and* it misinvoked the file opening API. I
must have never had an occasion to test it.

[originally from svn r10037]
2013-09-07 16:15:11 +00:00
..
cygtermd Fix a controlling-terminal bug reported by Anthony Heading: Cygwin 2012-08-28 17:42:47 +00:00
kh2reg.py Ansgar Wiechers points out that known_hosts (at least OpenSSH's) has grown a 2009-04-26 23:44:28 +00:00
logparse.pl Fix SSH2_MSG_CHANNEL_EXTENDED_DATA in logparse. 2013-09-07 16:15:11 +00:00