Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
40 check-ins using file scp.c version 5d97e187fe
|
2001-08-22
| ||
| 15:23 | Oops - fix that fix :-/ check-in: 1ca082b7a7 user: simon tags: trunk | |
| 14:56 | Wording change: make it explicit that you can enter an IP address as well as a hostname. check-in: a49a1a4a38 user: simon tags: trunk | |
| 14:47 | Fix to allow more than one challenge/response pair during keyboard-interactive authentication. UNTESTED except that I checked it compiles. Will ask for testing from the user who complained. check-in: 74c9730afc user: simon tags: trunk | |
|
2001-08-16
| ||
| 06:09 | Add a comment about Dragon NaturallySpeaking: it apparently requires Alt+Space to work the Windows way. check-in: e40bc2bab9 user: simon tags: trunk | |
|
2001-08-15
| ||
| 14:47 | Document /DNO_SECURITY compile option. check-in: 55a35cf13f user: jacob tags: trunk | |
| 14:41 | Updated Makefile.cyg for Glenn Maynard's IME patch. check-in: c986796e5e user: jacob tags: trunk | |
| 13:23 | Trivial port forwarding fixes from Jacob check-in: 60c2a03bbb user: simon tags: trunk | |
|
2001-08-13
| ||
| 07:43 | Fix potential segfault in port forwarding code check-in: e2e3891622 user: simon tags: trunk | |
|
2001-08-12
| ||
| 14:25 | First phase of Unicode polishing: replace the edit box with a combo box. Also default to ISO8859-1 so that CSI works in the default mode; this is ridiculously Western-centric but I can't honestly think of a better option. check-in: 025226f072 user: simon tags: trunk | |
|
2001-08-09
| ||
| 16:22 | Stop yelling about Access Denied if the server refuses even to attempt keyboard-interactive authentication. We can yell about it if we make a creditable attempt and are rejected, but if the server just refuses to even consider it then the user won't really want to know (and if they do there's the Event Log). check-in: 1b859669ff user: simon tags: trunk | |
| 16:17 | Port forwarding now works in SSH 2 as well as SSH 1. check-in: 8309fd3a31 user: simon tags: trunk | |
| 15:13 | Keyboard-interactive authentication, thanks to Paul Sokolovsky. check-in: ae0e59a01d user: simon tags: trunk | |
|
2001-08-08
| ||
| 15:53 | Oops - actually check in portfwd.c itself! (Makefile also modified because it's been renamed to fit in 8.3, just in case.) check-in: 9775f87713 user: simon tags: trunk | |
| 15:44 | SSH port forwarding! How cool is that? Only currently works on SSH1; SSH2 should be doable but it's late and I have other things to do tonight. The Cool Guy award for this one goes to Nicolas Barry, for doing most of the work and actually understanding the code he was adding to. check-in: c9959c44e1 user: simon tags: trunk | |
|
2001-08-07
| ||
| 03:42 | Remove the OSVERSIONINFOEX code because there's no obvious way to determine whether it'll compile before receiving the compile error. Gah. check-in: e7014303b2 user: simon tags: trunk | |
|
2001-08-04
| ||
| 10:45 | Glenn Maynard's patch completely disabled PuTTY{,tel} on any system that didn't support OSVERSIONINFOEX. For example, such wildly out of date things as NT4. Now fixed. check-in: c5403c3d00 user: simon tags: trunk | |
| 10:22 | Oops - IDC not IDV. Typo. check-in: 61e93dd42c user: simon tags: trunk | |
| 10:15 | Glenn Maynard's IME patch check-in: 294111b8ec user: simon tags: trunk | |
| 10:04 | Rainer Loritz noticed that the Telnet environment box is not cleared when loading a new session. Oops! check-in: bd679c97a4 user: simon tags: trunk | |
| 09:59 | Prevent recursive weirdnesses happening when the user selects a system-tray menu option while a passphrase prompt is active. check-in: 8e4b5db635 user: simon tags: trunk | |
| 09:35 | SCO function key mode now affects the small keypad (Ins, Del, etc) in accordance with the keymap dump sent by Len Christiansen. check-in: ef483ba629 user: simon tags: trunk | |
| 09:19 | Patch to PSFTP: implement mkdir, rmdir, rm and scripting. Still to do: wildcards, chmod, mv, probably other things. check-in: 4277930ada user: simon tags: trunk | |
| 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 | |