Timeline

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

16 check-ins using file ssh.c version fbafd07ddf

2001-12-29
08:47
Jordan Russell's patch (3rd of several). We now don't call TermOut() if the PuTTY window has the mouse capture (i.e. a drag-select is in progress). This means you can drag-select at your leisure without the screen contents wandering around providing you with a moving target. Likewise dragging the scrollbar to find a piece of history in the scrollback. check-in: 7968928a27 user: simon tags: trunk
08:18
Jordan Russell's patch (again): a couple of registry read operations were using RegCreateKey instead of RegOpenKey by mistake. This also required a fix in settings.c to deal gracefully with a NULL return from enum_settings_start() - since the use of RCK had caused this never to happen, the code path had never been tested. check-in: 31366f4fee user: simon tags: trunk
08:05
Jordan Russell's patch: only process mouse drags when we have the mouse capture, which in turn will only occur if the initial click was in the PuTTY client area. Prevents mouse drag events without an initiating click, and also prevents selection occurring at unexpected moments such as if you move the mouse before releasing the second click after double-clicking the title bar to maximise the window. check-in: 3107866ddc user: simon tags: trunk
2001-12-20
09:27
Document the Pageant command line. check-in: 04e8ba3b3d user: simon tags: trunk
08:19
Oops - fputs takes the file pointer second, not first! check-in: c4cb5ff3d0 user: simon tags: trunk
08:18
This should fix the busy-wait problem with the IME. check-in: 712c16f465 user: simon tags: trunk
2001-12-19
12:49
The alphabetical ordering in the psftp command list was broken. D'oh! check-in: e9b47a6384 user: simon tags: trunk
2001-12-16
09:30
Add the `can we run under win3.1' question to the FAQ. check-in: c9cc7b0785 user: simon tags: trunk
09:14
Fiddle the header of the new feedback section to make it carefully ambiguous about whether it thinks it's on the website or in the manual. check-in: 5f1b33dc82 user: simon tags: trunk
08:56
Add two extra appendices giving the licence text and details of how to give feedback. (I think the latter has suddenly become worthwhile now we have the ability to distribute a help file; so people won't have to come to the website for the feedback information.) check-in: 6b5fbea505 user: simon tags: trunk
07:33
Add the `local' command set to PSFTP: lcd, lpwd, and ! to spawn a Windows command. check-in: 5daa0dc7f9 user: simon tags: trunk
06:11
Replace the definition of WHEEL_DELTA which was removed in rev 1.185 [r1499]. For some reason Borland builds were working perfectly OK without it, but VC builds were failing. *shrug* check-in: 1a2c99f873 user: simon tags: trunk
2001-12-15
08:30
A contributor tells me that WM_MOUSEWHEEL is not supported in Win95, and offers a patch that uses RegisterMessage() to acquire the correct dynamic message number to use instead. check-in: 6d34997dec user: simon tags: trunk
08:29
`make clean' in the Borland makefile should ignore error returns from the delete commands in case nothing of a particular type needs to be cleaned up. check-in: cfdfd32153 user: simon tags: trunk
08:09
Improvements to the malloc debugging stuff: when MALLOC_LOG is enabled, so that all mallocs and reallocs are tagged with a file name and line number, this information is now shown in the `Out of memory!' panic box. check-in: 5c05b94414 user: simon tags: trunk
06:15
Add the remote counterpart for the `local port forwardings accept connections from outside localhost' switch. Interestingly OpenSSH 3.0 appears to ignore this (though I know it works because ssh.com 3.0 gets it right, and the SSH packet dump agrees that I'm doing the right thing). check-in: 0f9f757a26 user: simon tags: trunk