Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
53 check-ins using file sftp.c version 18c73d24a7
|
2001-08-04
| ||
| 08:06 | Mention PLINK_PROTOCOL in the Plink chapter. check-in: f5a3267717 user: simon tags: trunk | |
| 08:05 | Add description of the keepalives option check-in: 69d680f3b0 user: simon tags: trunk | |
| 07:37 | Fix segfault if the server maliciously sends the wrong type of key after a different type has been agreed. check-in: b0f7665fed user: simon tags: trunk | |
|
2001-07-31
| ||
| 09:23 | Yet another possible segfault path in the backends fixed. I don't _believe_ I'm still finding these. I have no idea what I was thinking when I wrote this stuff. check-in: d92d20c31c user: simon tags: trunk | |
|
2001-07-01
| ||
| 04:21 | Minor wording clarification: somebody took the word `sessionname:' literally. check-in: c763f93187 user: simon tags: trunk | |
|
2001-06-28
| ||
| 08:36 | Added = to instructions for setting PATH check-in: dc761acc71 user: owen tags: trunk | |
|
2001-06-23
| ||
| 11:59 | Robert de Bath's implementation of ESC [ Z (backtab) check-in: 74b221fe14 user: simon tags: trunk | |
|
2001-06-15
| ||
| 14:31 | Add some extra documentation: filled in the Getting Started chapter, added an introduction to public key authentication, and made a couple of changes in intro.but. Transatlantic flights have some uses after all. check-in: ebacebc80e user: simon tags: trunk | |
|
2001-06-03
| ||
| 06:46 | Bell panel docs. check-in: 5c7eb8dcdc user: owen tags: trunk | |
| 06:10 | Added mention of rlogin, and a few words on VT100+ and SCO function key settings. check-in: d66466be46 user: owen tags: trunk | |
|
2001-05-28
| ||
| 05:26 | Disable the most irritating compiler warnings in the Borland makefile. check-in: 26ba25f08f user: simon tags: trunk | |
|
2001-05-21
| ||
| 08:33 | Oops - fixing the line-resizing segfault introduced a new line-resizing segfault! Remind me to test under Minefield next time. Should now be fine, as I've just done so. check-in: 9ba5a614d9 user: simon tags: trunk | |
|
2001-05-19
| ||
| 10:59 | Make sure the default protocol doesn't ever end up undefined in Plink. check-in: a5783c1360 user: simon tags: trunk | |
| 10:23 | Add some spare SetForegroundWindow and SetActiveWindow calls to try to improve window behaviour. Also make the About box a subdialog of the config box instead of a separate child of the root. check-in: 0abdaf66e2 user: simon tags: trunk | |
| 10:21 | RDB: fix various UTF-8 glitches. check-in: 535ae2faab user: simon tags: trunk | |
| 09:12 | SCO ACS patch from RDB. Apparently required for the Linux console terminfo. check-in: fcd74f7ec1 user: simon tags: trunk | |
| 08:56 | Update the two commented-out CFLAGS to include the same _WIN32_WINDOWS definition as the uncommented one. check-in: 8aef6fcaeb user: simon tags: trunk | |
| 08:41 | Be prepared to print spaces at the end of a statistics line in case the previously printed line was longer. Avoids multiple trailing percents. check-in: cc1e87e246 user: simon tags: trunk | |
| 06:34 | Fix from RDB: patch up mis-aimed fallthroughs in a terminal emulation switch. (Bug was introduced in mouse reporting.) check-in: 75f119d180 user: simon tags: trunk | |
| 06:33 | Terminal fix from RDB: probably didn't mean to compare a Y value with a column count! check-in: 4ccb365f31 user: simon tags: trunk | |
| 06:32 | Small terminal fix from RDB: CSI 1 K should erase the cursor position itself, as well as everything to the left of it. check-in: ffcb088cd9 user: simon tags: trunk | |
|
2001-05-17
| ||
| 05:06 | Reinstate the Shift-Ins paste behaviour, which was accidentally broken by the mouse button redesignation that came with xterm mouse reporting. check-in: db22a9a980 user: simon tags: trunk | |
| 03:53 | Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing it out. A line was removed from the scrollback, cleared, and placed at the bottom of the screen. Fine, except that the clearing process assumed the line was the right length already, and thanks to lazy resizing this wasn't necessarily the case. Segfaults and memory corruption ensued.) check-in: 69e8590373 user: simon tags: trunk | |
|
2001-05-14
| ||
| 17:20 | Specify a few things that were unsepcified. check-in: f2725ed8a7 user: ben tags: trunk | |
| 08:31 | Scrollbar was failing to update when no scrollback-reset event had happened check-in: eaecb6d52c user: simon tags: trunk | |
|
2001-05-13
| ||
| 11:13 | Fix the sense of posdiff(), causing the extend-selection mouse action to work correctly again. check-in: 053c2208c8 user: simon tags: trunk | |
| 10:01 | Fix wrong button codes in WM_MOUSEMOVE. check-in: 54b1873e8d user: simon tags: trunk | |
| 09:42 | Glenn Maynard's patch (as adapted by Jacob) for taskbar flashing when a bell occurs and the window is minimised. check-in: ea3235431d user: simon tags: trunk | |
| 09:11 | The host-key-unknown prompt now offers the same three options as the host-key-changed prompt: update-cache-and-connect, connect-without- updating-cache, and abandon-connection. (Previously the middle one was missing.) check-in: f44e289959 user: simon tags: trunk | |
| 09:02 | Placate gcc's `-Wall' warnings. check-in: e91a557356 user: simon tags: trunk | |
| 08:23 | Trim leading whitespace off the hostname if it's there. check-in: 04601e8451 user: simon tags: trunk | |
| 08:11 | Oops - initialise sesslist_has_focus. check-in: 12406577a0 user: simon tags: trunk | |
| 06:58 | Jacob's patch to make pressing Return on a selected saved session load it and go, and simultaneously allow Alt-L on a selected saved session not to change the focus. check-in: 1502040ade user: simon tags: trunk | |
| 06:46 | Borland and Cygwin makefiles now support XFLAGS. check-in: 0eca193546 user: simon tags: trunk | |
| 06:44 | Control characters are now allowed as part of the password, if they're not special control characters processed by the line input routines. check-in: 6f7e910d13 user: simon tags: trunk | |
| 06:19 | Define WM_MOUSEWHEEL (to 0x20A) if it's not defined by windows.h. check-in: 5614953563 user: simon tags: trunk | |
| 06:15 | Attempt to report the error condition right when an SCP connection with a pre-supplied password fails to authenticate. check-in: 1d8cec3ee3 user: simon tags: trunk | |
| 05:58 | Fix the SCO function keys, which weren't quite right. check-in: 6aba0e120d user: simon tags: trunk | |
| 05:45 | Added a new large icon for the PuTTY config box. Doesn't show up in the actual window at all, but appears in the Alt-Tab task switcher box in place of the tedious Windows Default icon. check-in: 6ace7fc353 user: simon tags: trunk | |
|
2001-05-10
| ||
| 05:31 | A patch to the new character set stuff to add the Windows code pages themselves (Win1250 - Win1258). check-in: 730471786a user: simon tags: trunk | |
| 03:34 | RDB's Unicode patch. Fonts are now used in Unicode mode where possible and we have a single unified means of trying to display any Unicode code point. Instead of the various ad-hoc translation modes we had before, we now have a single `codepage' option which allows us to treat the incoming (and outgoing) text as any given character set, and locally we map that to Unicode and back. check-in: 07c01546d9 user: simon tags: trunk | |
|
2001-05-09
| ||
| 10:12 | From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to send Telnet special sequences (Interrupt Process, Suspend, Erase Char, End Of Line) instead of their ASCII equivalents. In particular Return -> Telnet End Of Line is _always_ enabled irrespective of the configuration, while the others are optional. Also in this patch, an entertainingly ghastly use of `switch' to allow literal ^M^J to do the same thing as magic-^M (the Return key) when in Raw protocol. check-in: 79d07d1f16 user: simon tags: trunk | |
| 09:01 | `realhost', passed back from all the backend init functions, was scoped within those functions. It's now dynamically allocated. check-in: b0b7726ce6 user: simon tags: trunk | |
| 08:51 | From RDB: telnet can now start up in passive mode, in which it doesn't do any negotiation until the remote side does. check-in: 76ff3c1741 user: simon tags: trunk | |
| 08:35 | From RDB: a few extra escape sequences seen in SCO terminals. check-in: d18d2b1422 user: simon tags: trunk | |
| 08:30 | From RDB: according to VT manuals, application cursor keys should never be enabled when app keypad is disabled. Also CTRL+arrows flips the application-ness to make it easy to generate the other sequences if required. check-in: ee9eb094a4 user: simon tags: trunk | |
| 08:26 | We can now save the protocol and port number in Default Settings. check-in: c9f6b77eb4 user: simon tags: trunk | |
| 08:12 | From RDB: yet another fix in the ongoing quest to deal correctly with font point sizes :-( check-in: 3215de7b40 user: simon tags: trunk | |
| 08:03 | RDB's alternative way to interpret the window size in Change Settings: it describes the size of the _unmaximised_ window. Maximisedness is a separate property which Change Settings doesn't affect. So if you change the font while the window is maximised, the terminal size adjusts accordingly. The downside is that you can't read the width and height of a maximised window out of Change Settings. Suggestions that restore this property are welcome. check-in: 6fa615e2f7 user: simon tags: trunk | |
| 07:48 | Fix due to Robert de Bath: backspace should not cross line boundaries when auto wrap is disabled. check-in: a66363bfa4 user: simon tags: trunk | |
|
2001-05-06
| ||
| 11:18 | Fix de Bath's last-ditch bell overload check-in: c9e608f9cb user: simon tags: trunk | |
| 10:09 | Strip off and ignore `:port' on the end of a hostname. check-in: d04cb0347a user: simon tags: trunk | |
| 09:35 | Run entire source base through GNU indent to tidy up the varying coding styles of the various contributors! Woohoo! check-in: 18fcbbf5a2 user: simon tags: trunk | |