Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

14 check-ins using file window.c version 4d241611b2

2001-01-29
08:30
Prevent duplicate sk_close() calls on the same socket when the connection dies unexpectedly (CONNABORTED / CONNRESET) check-in: edd16e834d user: simon tags: trunk
07:19
Remove a segfault in bombout() macro: don't sk_close() the socket if it's already NULL. The `Incorrect MAC' problem was causing ssh2_rdpkt to bombout(), setting s to NULL, and then a secondary bombout() was happening at the next level up, causing a segfault. check-in: 51b9f5b532 user: simon tags: trunk
2001-01-28
08:38
Instructions on setting PATH more permanently. check-in: b092443bae user: owen tags: trunk
08:27
More options documented check-in: d11e573be5 user: owen tags: trunk
08:00
Use the PuTTY site's CSS stylesheet. Add Contact mail address to the page footer. check-in: 82e9fb1907 user: owen tags: trunk
2001-01-27
11:49
Documentation for -P and -pw check-in: 3fa3d91b66 user: owen tags: trunk
10:26
A start at some proper PSCP documentation check-in: e1c2dc9073 user: owen tags: trunk
09:51
Remove -gui from the command-line help in pscp, because it's an internal option only. check-in: 7f9d2b3e36 user: simon tags: trunk
2001-01-26
12:50
Fix the SSH2 key re-exchange bug. Session id != exchange hash, because the session id is the exchange hash from the _first_ key exchange, so in subsequent key exchanges they're different. check-in: 8ff44d5b9d user: simon tags: trunk
06:22
Ensure all backends _remember_ the connection has closed after receiving a network error. Should prevent the cascading-error-box bug. check-in: 6942ae0f1a user: simon tags: trunk
03:48
Jacob's patch to fix all the accelerators. AGAIN. check-in: b8078eef9c user: simon tags: trunk
03:33
Fix build errors in PSCP after line discipline upheaval check-in: 259c83c009 user: simon tags: trunk
2001-01-24
08:55
Use `default_port' rather than `22' when loading a default session. check-in: 29621124d4 user: simon tags: trunk
08:08
Rethink the whole line discipline architecture. Instead of having multiple switchable line disciplines, we now have a single unified one which changes its behaviour based on option settings. Each option setting can be suggested by the back end and/or the terminal handler, and can be forcibly overridden by the configuration. Local echo and local line editing are separate, independently switchable, options. check-in: d2a045d8e1 user: simon tags: trunk