]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Retired the #ifdef DUMP_PACKETS stuff in ssh.c because I'm utterly
authorSimon Tatham <anakin@pobox.com>
Fri, 14 Dec 2001 14:57:50 +0000 (14:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 14 Dec 2001 14:57:50 +0000 (14:57 +0000)
commit3ed0d44f163722e1eb256e02419a832bcedc61cc
treec829766d03c285a6c88316f461d54853ce8ff698
parent789bb1e727365d9a7571c5636b10615d01508c95
Retired the #ifdef DUMP_PACKETS stuff in ssh.c because I'm utterly
sick of recompiling to enable packet dumps. SSH packet dumping is
now provided as a logging option, and dumps to putty.log like all
the other logging options. While I'm at it I cleaned up the format
so that packet types are translated into strings for easy browsing.
POSSIBLE SIDE EFFECT: in the course of this work I had to re-enable
the SSH1 packet length checks which it turns out hadn't actually
been active for some time, so it's possible things might break as a
result. If need be I can always disable those checks for the 0.52
release and think about it more carefully later.

[originally from svn r1493]
Makefile
doc/config.but
logging.c [new file with mode: 0644]
plink.c
psftp.c
putty.h
scp.c
ssh.c
terminal.c
windlg.c
window.c