Simon Tatham
3c74c01014
Pedantry patch from RDB: sanitise header use, correct one comment
...
and remove an unused variable.
[originally from svn r1243]
2001-09-07 22:49:17 +00:00
Simon Tatham
fb473cc16c
Placate gcc's `-Wall' warnings.
...
[originally from svn r1121]
2001-05-13 14:02:28 +00:00
Simon Tatham
3730ada5ce
Run entire source base through GNU indent to tidy up the varying
...
coding styles of the various contributors! Woohoo!
[originally from svn r1098]
2001-05-06 14:35:20 +00:00
Simon Tatham
03c9b6107b
Replace PuTTY's 2-3-4 tree implementation with the shiny new counted
...
one, in preparation for using it to speed up scrollback.
[originally from svn r1053]
2001-04-16 17:18:24 +00:00
Simon Tatham
4b5a97fbee
Fix a few trivial compiler warnings
...
[originally from svn r1001]
2001-03-15 11:39:17 +00:00
Simon Tatham
aaeecbb4ea
Make the SSH2 traffic analysis defence robust in the face of Zlib
...
compression. This involves introducing an option to disable Zlib
compression (that is, continue to work within the Zlib format but
output an uncompressed block) for the duration of a single packet.
[originally from svn r982]
2001-03-05 16:38:42 +00:00
Simon Tatham
48699e8431
Add zlib_freetable() to prevent memory leaks. Thanks to Kevin Eric Saunders
...
[originally from svn r917]
2001-01-31 09:10:18 +00:00
Simon Tatham
d5240d4157
Make memory management uniform: _everything_ now goes through the
...
smalloc() macros and thence to the safemalloc() functions in misc.c.
This should allow me to plug in a debugging allocator and track
memory leaks and segfaults and things.
[originally from svn r818]
2000-12-12 10:33:13 +00:00
Simon Tatham
462063cdc5
Implement Zlib compression, in both SSH1 and SSH2.
...
[originally from svn r792]
2000-11-01 21:34:21 +00:00