simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Nov 17 14:04:25 GMT 2013
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 10071
Date: 2013-11-17 14:04:25 +0000 (Sun, 17 Nov 2013)
Log message (11 lines):
Complete rewrite of the packet log censoring code.
Because the upcoming connection sharing changes are going to involve
us emitting outgoing SSH packets into our log file that we didn't
construct ourselves, we can no longer rely on metadata inserted at
packet construction time to tell us which parts of which packets have
to be blanked or omitted in the SSH packet log. Instead, we now have
functions that deal with constructing the blanks array just before
passing all kinds of packet (both SSH-1 and SSH-2, incoming and
outgoing) to logging.c; the blanks/nblanks fields in struct Packet are
therefore no longer needed.
Modified files:
U putty/ssh.c
Links:
http://svn.tartarus.org/sgt/?rev=10071&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=10071&r1=10070&r2=10071
More information about the tartarus-commits
mailing list