Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
32 check-ins using file ssh.c version e4530b1154
|
2000-03-13
| ||
| 09:04 | Let's spell '\t' as VK_TAB in that last patch, in fact, just in case check-in: 46c2dfd45d user: simon tags: trunk | |
| 08:45 | Shift-Tab now sends ESC [ Z check-in: 4cbd2f4e52 user: simon tags: trunk | |
|
2000-03-11
| ||
| 08:25 | Robert de Bath's patch: when the user presses CR, the Telnet backend now sends NVT `NL' (CR,LF) instead of NVT `CR' (CR,NUL). Unix telnetd apparently cares not a jot for the difference, but others do. check-in: 2e9481e5c9 user: simon tags: trunk | |
| 08:16 | Robert de Bath's patch: ARG_DEFAULT is now zero because it's apparently defined behaviour for _all_ CSI-type sequences that ESC[Q should be equivalent to ESC[0Q. Which is a pain in the wossname and not a sane way to do it, but if the standards say it then I suppose ... :-( check-in: 525a45fa79 user: simon tags: trunk | |
| 08:15 | Robert de Bath's patch: be much more careful about font heights and widths, including underline mode and OEM/ANSI size mismatch. check-in: 858aaf8f75 user: simon tags: trunk | |
| 08:11 | Robert de Bath's patch: a few more character translations for OEM line drawing mode check-in: 7b15dd66bc user: simon tags: trunk | |
| 08:10 | Robert de Bath's patch: be a little more careful of main and alternate screens when resizing the window. Should avoid lines of alternate screen showing up in scrollback buffer. check-in: 70ea4107c0 user: simon tags: trunk | |
| 08:08 | Robert de Bath's patch: sort out once and for all the confusion between ESC [ ... Q and ESC [ ... ? Q (for all values of Q). check-in: 1e853627db user: simon tags: trunk | |
| 08:06 | Robert de Bath's patch: integrate line disciplines into Telnet and have them interoperate sensibly with ECHO negotiations check-in: b3b23a150d user: simon tags: trunk | |
| 08:03 | Robert de Bath's patch: ^C ^Z and ^D send Telnet specials in terminal line discipline; also switching disciplines in midsession works better check-in: 8f4925f8ae user: simon tags: trunk | |
| 05:06 | Added a large comment describing the transformations between the DES specification and the optimised implementation given. check-in: d615c88108 user: simon tags: trunk | |
|
2000-03-10
| ||
| 11:27 | New DES implementation, replacing Eric Young's. All of PuTTY is now under my own copyright and there are no tricky licensing issues! check-in: 4d1a0655d4 user: simon tags: trunk | |
|
2000-03-08
| ||
| 10:13 | New CRC32 implementation, from scratch, not copyrighted by somebody else! Removed Gary S Brown's name from copyrights. Only Eric Young's DES left :-) check-in: d02831148a user: simon tags: trunk | |
| 04:21 | Fix some picky compiler warnings kindly provided by Borland C++ 5.5 check-in: 606ab03985 user: simon tags: trunk | |
| 03:41 | Borland makefile should now work sanely with the free-beer bcc55 check-in: e1854b08d7 user: simon tags: trunk | |
|
2000-02-21
| ||
| 08:20 | Fix an error message in pscp check-in: aea1c0553d user: simon tags: trunk | |
|
2000-02-20
| ||
| 05:01 | Joris van Rantwijk's fixes for cygwin (NB includes WIN32S_COMPAT) check-in: ca2ee24c75 user: simon tags: trunk | |
|
2000-01-28
| ||
| 14:20 | Joris van Rantwijk's fix for pscp -P check-in: c6d109295f user: simon tags: trunk | |
|
2000-01-19
| ||
| 06:16 | Fix problems with resource compilation Makefile lines check-in: 3c50c44a45 user: simon tags: trunk | |
| 06:11 | Fix FORCE target in Cygwin makefile check-in: b42a24e3aa user: simon tags: trunk | |
|
2000-01-18
| ||
| 12:14 | New option to allow SysTabControl32 to be specified in ASCII not Unicode check-in: e3e79927d6 user: simon tags: trunk | |
|
1999-12-21
| ||
| 04:19 | Disable warn-on-close for inactive windows check-in: 15efbfadf5 user: simon tags: trunk | |
|
1999-12-14
| ||
| 03:29 | Couple of bug fixes to cygwin makefile check-in: d49033294e user: simon tags: trunk | |
|
1999-12-13
| ||
| 11:21 | Add multi-makefile management system check-in: eaa7b7de71 user: simon tags: trunk | |
|
1999-12-09
| ||
| 11:10 | Oops - that unscroll stuff was a little broken... check-in: 4fee37a862 user: simon tags: trunk | |
|
1999-12-06
| ||
| 08:57 | Added keyboard shortcuts on the system menu. I haven't tried to compile it, but the changes are trivial. check-in: b41efc5d6b user: chris tags: trunk | |
|
1999-12-03
| ||
| 05:32 | Replace SHA implementation with homegrown one check-in: 028ec5aab7 user: simon tags: trunk | |
|
1999-11-30
| ||
| 05:53 | Avoid recursing into . and .. when in -r mode check-in: 68ccd4384c user: simon tags: trunk | |
| 05:39 | Add description of workaround for Visual Studio 6 problem check-in: 7d5de0fea1 user: simon tags: trunk | |
| 05:22 | Turn #ifdef LOG into a command-line option for debugging use check-in: 803bd71cfa user: simon tags: trunk | |
| 05:13 | Oops - fix total idiocies in applying that patch check-in: 394617730a user: simon tags: trunk | |
| 04:52 | Robert de Bath's multi-purpose patch, slightly modified. - ^E answerback is now `PuTTY'. - The framework is now in place for the scrollback to reset to bottom on display _or_ keyboard events _or_ both. An actual configurable option isn't yet present, but most of the code is in place. - Try to deal with the problems where incoming data gets dropped after decoding but before display. - Scrollback behaviour has changed: instead of keying it off `scroll' versus `delete top line', things now go into the scrollback from _either_ of those but only if the primary screen is selected. Should fix problems with `less' and talkers. - must_update variable has gone because rdb correctly observed that it didn't seem to be doing a great deal :-) check-in: 763c0e4547 user: simon tags: trunk | |