Timeline

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

74 check-ins using file sshzlib.c version 86f39e3839

2001-01-30
18:28
This time, a working version of the pscp docs. check-in: 5922543b52 user: owen tags: trunk
18:25
More pscp documentation. check-in: 7be1300fe6 user: owen tags: trunk
2001-01-29
11:26
More stuff is written. check-in: c27c0fdb11 user: simon tags: trunk
09:10
Don't forget to read any outstanding data on receipt of FD_CLOSE. Particularly useful for people speaking HTTP, Finger etc over raw connections. check-in: 47af7bf5e2 user: simon tags: trunk
08:49
Robert de Bath's TCP Urgent / Telnet SYNCH patch. check-in: dae404c16f user: simon tags: trunk
08:31
Prevent "Connection closed" message box from appearing after the "Network error" box. The latter on its own is enough. check-in: 9a505cf629 user: simon tags: trunk
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
04:11
Improve socket error handling so that a socket error isn't an automatic fatalbox(). Instead, the error is passed to the receiver routine, which can decide just how fatal the problem really is. check-in: d2802d2956 user: simon tags: trunk
03:29
Ahem. The log-file Browse button should set cfg.logfilename and not cfg.keyfile. Next time I copy and paste a huge chunk of code, I should take more care about it :-/ check-in: 3871bb8535 user: simon tags: trunk
2001-01-23
11:40
Roman Pompejus's suggestion: do sensible things with focus when the event log window appears or disappears. check-in: 4cdb496284 user: simon tags: trunk
11:37
Roman Pompejus's fix for the TAB-not-working-in-Event-Log bug check-in: 3c6a9820e7 user: simon tags: trunk
08:20
When the SSH panel disappears in puttytel, the Tunnels panel should too! check-in: a7c0af232a user: simon tags: trunk
05:02
Remove the entirely pointless fourth parameter from x11_init(). check-in: 5be6940dc1 user: simon tags: trunk
04:19
Fix a subtle bug affecting multiple-socket handling in Plink. (Was interfering with X forwarding.) Details of bug: the event object used as the target of WSAEventSelect is created in such a way that it is automatically reset when it releases a thread from WaitFor*Objects. Subsequently, a read on the first socket in the list causes another network event if not all the available data was read; thus the event object is set again. Then, WSAEnumNetworkEvents is called again for the _second_ socket, and is passed the network event, which it therefore resets. So an event has been dropped, and things only get restarted when some more data arrives on the first socket. check-in: 400ef788d3 user: simon tags: trunk
2001-01-22
11:25
Update puttygen GUI code to use Jeremy Sawicki's better group boxes check-in: 691481e5fc user: simon tags: trunk
11:24
Add dependencies for puttygen.c check-in: d58e69cacf user: simon tags: trunk
11:24
Clean up a couple of trivial compiler warnings. check-in: 29cff11599 user: simon tags: trunk
11:17
Jeremy Sawicki's fix for the multiple-conflicting-accelerators problems: controls are now destroyed and recreated on a panel switch. In addition, this patch also introduces a better means of doing the group boxes. check-in: 9f716a9c9b user: simon tags: trunk
10:38
Ability to hide the mouse pointer on a keypress a la Word check-in: e5b34e2fac user: simon tags: trunk
09:36
Bring the SSH2 channel architecture up to scratch, enabling X forwarding to work under SSH2. Also - surprise! - implement X forwarding under SSH2. check-in: eaa1421496 user: simon tags: trunk
07:32
Update the file list in .cvsignore check-in: d2d1f165d1 user: simon tags: trunk
07:15
Add a title to the Tunnels panel check-in: db2da24bb3 user: simon tags: trunk
06:35
Try the blindingly-obvious fix for the hidden-controls-are-still- accessible GUI bug. check-in: b6c382f8ab user: simon tags: trunk
05:34
Add X11 forwarding, mainly thanks to Andreas Schultz check-in: ac34515183 user: simon tags: trunk
2001-01-20
05:00
Make sure it's SSH, and not Rlogin, which gets omitted from the PuTTYtel config box. Oops! check-in: caed58cea0 user: simon tags: trunk
2001-01-19
04:10
Experimental Rlogin support, thanks to Delian Delchev. Local flow control is unsupported, and server-to-client comms may fail for want of working TCP Urgent. check-in: da6b4093b4 user: simon tags: trunk
03:01
Keepalives are now in seconds not minutes check-in: 848d3511b0 user: simon tags: trunk
2001-01-18
11:29
Add a .cvsignore file check-in: 170183088b user: simon tags: trunk
2001-01-17
11:25
The `wrapnext' variable now states whether we _would_ wrap next character if we were wrapping, not whether we _will_ wrap next character. Makes for saner behaviour with vertical-line cursor and also when changing autowrap mode while on rightmost column. Does entail small behavioural changes to backspace and destructive- backspace when in rightmost column with Auto Wrap off, but I don't think they should be catastrophic, or indeed that there's a well defined Right Behaviour. check-in: 1268f6737a user: simon tags: trunk
11:20
Tidy up that latest checkin. PS_DOTTED is spelled PS_DOT and in any case doesn't really cut it; we have to SetPixel every other one manually because although PS_ALTERNATE exists it only works under NT. Meanwhile, IDC_CURSTATIC was already used, for the cursor _keys_. Duh. check-in: ddf71499af user: simon tags: trunk
10:57
Introduce alternative cursor shapes: underline, vertical line check-in: e2c48178f1 user: simon tags: trunk
10:57
Trivial fix for when the two directions select different encryption algorithms check-in: c5de262295 user: simon tags: trunk
10:33
Further work on writing the manual check-in: 7b1e64bc51 user: simon tags: trunk
06:46
Continue writing documentation. Looks like a long job :-( check-in: 17a02ba753 user: simon tags: trunk
04:11
Initial checkin of an outline for the PuTTY user manual. check-in: 771beaaf03 user: simon tags: trunk
2001-01-11
07:19
Remove rogue debug statement check-in: 09024141b8 user: simon tags: trunk
2001-01-09
11:25
IPv4 numeric addresses were broken thanks to IPv6 patch check-in: e807c51eed user: simon tags: trunk
11:16
Oops - accidentally undid rev 1.82 [r844] check-in: d817959ee0 user: simon tags: trunk
2001-01-08
10:28
Enable explicit changing of the window title after session start check-in: aaeb10004c user: simon tags: trunk
10:24
Disable logging completely if the user selects Cancel when told the file already exists check-in: a2fc91fd2c user: simon tags: trunk
07:57
Ensure ssh specials (EOF and PING) don't occur except in connection states where they're meaningful. In case Plink misses an EOF by attempting to send it before reaching SSH_STATE_SESSION, it is buffered and sent later. PINGs can be sent during any part of the initialisation phase _except_ before deciding whether to use protocol 1 or 2. check-in: d9a5cfe18b user: simon tags: trunk
2001-01-07
13:16
Jeroen Massar's IPv6 patch. Disabled by default, for now. check-in: 4646b62243 user: simon tags: trunk
13:15
Fix for spurious Space getting sent when alt_space and alt_only are both set and you bring up the Sysmenu with an alt_space and dispatch it with an alt_only. (The SYSKEYDOWN for alt_only is never received, but we get the SYSKEYUP which PostMessages the space since it expects to be triggering the _creation_ of a sysmenu. Solution: set alt_state to 0 when an alt_space triggers a sysmenu, so that the final SYSKEYUP will be seen as spurious, which it is. Perhaps we could do this better.) check-in: add0639425 user: simon tags: trunk
12:28
Kestutis Kupciunas's Lithuanian-friendliness patch to TranslateKey check-in: 44e495b996 user: simon tags: trunk
12:24
Improved session logging courtesy of Roman Pompejus check-in: 1df3fef130 user: simon tags: trunk
11:18
Squelch some spurious resize events. check-in: 23269ced0c user: simon tags: trunk
11:18
Adam D Ligas's segfault: one form of connection closure was failing to set SSH_STATE_CLOSED, causing subsequent resize events to go foom. check-in: 9bf6fbf735 user: simon tags: trunk
10:38
Oops - that do-we-need-to-resize-window check failed to spot font changes check-in: 0bc2bf0ff0 user: simon tags: trunk
10:35
Fix the System Caret so it really is invisible, and the right size too. check-in: a574cdd922 user: simon tags: trunk
10:27
`Change Settings' now behaves sensibly w.r.t. window size. check-in: eae8ad51cc user: simon tags: trunk
09:27
Turn a rogue malloc to smalloc check-in: 6e73bcca6c user: simon tags: trunk
09:12
Apply `getservbyname' to the Port Number field in case it's non-numeric. Patch due to Christian Biesinger. check-in: 08e1baff3f user: simon tags: trunk
08:30
AltGr should now work again even when Compose key disabled check-in: 2c4038fa5b user: simon tags: trunk
07:39
Make the colour list failsafe. Patch due to Robert de Bath check-in: 1827f40db5 user: simon tags: trunk
07:31
Patch from Christian Biesinger: pscp guesses your Windows username by default check-in: ca7e00ef21 user: simon tags: trunk
2000-12-18
03:20
Apply improved WinSock error handling to the few situations it still hadn't been applied to. check-in: a4b94cebe6 user: simon tags: trunk
03:20
Attempt to get repeated key exchange working in SSH2. Still under test - might not be 100%. I think it _ought_ to work though. check-in: 1cf3831915 user: simon tags: trunk
2000-12-12
08:04
Remove unnecessary printfs from Minefield check-in: 0385d044d3 user: simon tags: trunk
05:07
Fix an intermittent segfault that prevented the new Zlib compression from being very useful. (Thanks to Minefield for catching it.) check-in: b5b8638aa8 user: simon tags: trunk
04:57
Added Minefield: an alternative memory allocator along the lines of Electric Fence. Enable by compiling with /DMINEFIELD. check-in: 19ecd40b6f user: simon tags: trunk
04:33
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. check-in: 6f56ef599a user: simon tags: trunk