]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Remove the length limit on protocol version strings. (In principle, I
authorSimon Tatham <anakin@pobox.com>
Thu, 22 Mar 2001 17:32:40 +0000 (17:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 22 Mar 2001 17:32:40 +0000 (17:32 +0000)
commit4d881300c82803a5c86eed19b30d84ea09063761
tree0a71fb3e7f068b0a15b382381e2da7fbe1286c22
parent0cda163a2dedd636f3d9594d1ce019376333e8a2
Remove the length limit on protocol version strings. (In principle, I
could have got away with upping it to 256, but I didn't want a repeat
of the chaos when some server accidentally breaks that limit too...)

[originally from svn r1019]
ssh.c