Tartarus CVS: putty simon
tartarus-commits-admin@lists.tartarus.org
tartarus-commits-admin@lists.tartarus.org
Fri, 14 Dec 2001 14:57:50 +0000
CVSROOT: /home/cvs
Module name: putty
Changes by: simon 01/12/14 14:57:50
Modified files:
. : Makefile plink.c psftp.c putty.h scp.c ssh.c
terminal.c windlg.c window.c
doc : config.but
Added files:
. : logging.c
Log message:
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.