Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
29 check-ins using file scp.c version 24ae8d9ac2
|
2000-10-18
| ||
| 10:33 | Add some more commented-out diagnostics for ssh1 check-in: d06b20ce5f user: simon tags: trunk | |
| 10:00 | RSA key generation routines, and the bignum enhancements required to support them. A key generation tool will be forthcoming soon. check-in: 0867c6f5f7 user: simon tags: trunk | |
|
2000-10-12
| ||
| 10:26 | Add an "Add Key" option to the systray menu in Pageant check-in: 4b00c86902 user: simon tags: trunk | |
| 09:24 | Implement MD5 MAC for the benefit of old SSH2 servers check-in: 9343a578d9 user: simon tags: trunk | |
| 08:34 | Miscellaneous fixes for better interoperation with commercial SSH 2 check-in: 8481f684cf user: simon tags: trunk | |
| 07:56 | Implement a much more visually appealing, but much more internally grotty, hack to get around Explorer maximising the config box. check-in: bae4981c5c user: simon tags: trunk | |
| 07:39 | Add a config option to emulate the HMAC bug in commercial SSH v2.3.x and earlier (namely, it uses only 16 bytes of key rather than 20). check-in: 1c4e477710 user: simon tags: trunk | |
| 04:10 | Stop the SSH panel appearing in PuTTYtel check-in: 6463fb6e02 user: simon tags: trunk | |
| 04:10 | Stop plink's key verification locking up on input check-in: 864a5e6eec user: simon tags: trunk | |
|
2000-10-11
| ||
| 14:56 | Add UNE 10053 to the cleartext ones check-in: b71f1daa72 user: simon tags: trunk | |
|
2000-10-10
| ||
| 11:02 | Turn off paste-as-poorman for line drawing chars until it's configurable check-in: 989ea651c4 user: simon tags: trunk | |
| 07:43 | ISO8859-2 to CP852 output translation wants to have Win1250 to ISO8859-2 input translation as its counterpart, not CP852 to ISO8859-2. Because the reason you want this translation is if your _font_ is coded CP852 - in which case your keymap will not follow suit but will still be in Win1250. check-in: e8d9334312 user: simon tags: trunk | |
| 05:50 | Scroll regions of two lines are allowed check-in: fd9b98daed user: simon tags: trunk | |
| 04:17 | Trivial bug with the function-key radio buttons check-in: 8b631197c0 user: simon tags: trunk | |
| 04:03 | Now when a saved session is loaded, its name appears in the IDC_SESSEDIT box, so that clicking Save will save over it. Useful for people who want to load, modify, and re-save. Special case: this doesn't apply to Default Settings, because I think people will be more likely to load DS, modify it, and save under a _different_ name, so it's good not to allow a single mouse click to screw them up. check-in: f610916c9f user: simon tags: trunk | |
| 03:33 | Move initialisation of the saved session box outside init_dlg_ctrls() so that you don't end up with twice as many items after clicking Load check-in: f6b663e5a5 user: simon tags: trunk | |
| 03:20 | Rename IDC_FUNCTILDE from "VT400" to "ESC[n~" because another VT400 now exists! check-in: 780b68abf3 user: simon tags: trunk | |
|
2000-10-09
| ||
| 11:29 | Add ISO8859-2 / CP852 translation courtesy of Jaromir Filsak check-in: 26f88ae09e user: simon tags: trunk | |
| 11:12 | Work around horrifyingly nonportable use of unions in <commctrl.h> check-in: 1e13f019c3 user: simon tags: trunk | |
| 10:51 | Abandon the tab control in favour of a tree view check-in: 5d24c9ea3a user: simon tags: trunk | |
| 07:53 | Robert de Bath's big patch: - cope with strange WinSock wrappers not supporting SIOCATMARK - define yet more terminal compatibility modes - support UK-ASCII (just like US-ASCII but # is a sterling sign) - support connection keepalives at a configurable interval check-in: dacc5f4049 user: simon tags: trunk | |
| 07:19 | Miscellaneous fixes to try to make other compilers happier check-in: d26ab350ad user: simon tags: trunk | |
| 07:16 | Remove the hierarchical dialog structure check-in: b7def76c13 user: simon tags: trunk | |
| 04:10 | Add a compile option so that anyone who really wants to can build a Win95-only (securityless) version of Pageant. This will refuse to run at all under NT, so as to avoid the risk of people accidentally running an insecure binary on a security-requiring system. check-in: 9a28745289 user: simon tags: trunk | |
|
2000-10-07
| ||
| 03:10 | Alt-Enter was fouling up on Win95; added explicit handler check-in: ea5ef7a4d3 user: simon tags: trunk | |
|
2000-10-06
| ||
| 11:19 | Fix sorting of saved sessions list box so Default Settings is back at the top of the list instead of being filed under D check-in: 6a2fce62c1 user: simon tags: trunk | |
| 11:01 | Stop throwing out the Connection panel during midsession reconfig. Instead, only throw out the useless parts of it. See, the new auto- layout features bear fruit immediately! check-in: ea01413e4c user: simon tags: trunk | |
| 10:54 | Update Makefile generation and ensure everything works with Borland 5.5 check-in: d5536a524f user: simon tags: trunk | |
| 08:21 | Create settings.c and move the load/save session code out of windlg.c into it. Allows plink and pscp to no longer link with windlg.c, meaning they lose some of the sillier stub functions and also can provide a console-based form of verify_ssh_host_key(). check-in: 6a5608b815 user: simon tags: trunk | |