Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file ssh.c version 6bded563b9
|
2001-10-30
| ||
| 09:37 | Add the `will you write an SSH server' question to the FAQ. check-in: 0ef5f2ad8e user: simon tags: trunk | |
| 03:50 | Increase cfg.line_codepage buffer size to cope with the explanatory text added in a recent unicode.c patch. check-in: f64cebfe2d user: simon tags: trunk | |
|
2001-10-28
| ||
| 09:32 | Fix trivial UI buglets related to DSA key support. check-in: b361225304 user: jacob tags: trunk | |
| 09:11 | Add the FAQ about `nothing happens when I try to type my password'. check-in: 332be76921 user: simon tags: trunk | |
| 04:40 | Fix character set problems. Some systems lack the ISO8859 codepages, so we specify them explicitly to avoid this problem. Also in particular get_unitab() no longer depends on querying Windows codepage 28591 (ISO8859-1), so UTF-8 mode should stop failing on such systems. check-in: e5f0818d36 user: simon tags: trunk | |
| 03:57 | Fix the `SERIOUS NETWORK INTERNAL ERROR' oversight in winnet.c. See the comment in try_send() for details of the problem. check-in: e90219ba63 user: simon tags: trunk | |
| 03:38 | Fix silly scrolling-vs-selection bug: if you selected text on line 9, then did ANSI Delete Line on line 10, the selection highlight would move up a line even though it wasn't over any text that actually moved. Easy to reproduce in the likes of vi. Trivial fix. check-in: 822164c0fb user: simon tags: trunk | |
|
2001-10-27
| ||
| 06:06 | Add remaining comments to the last checkin (gah, remember to hit Save in the editor _before_ running cvs commit). check-in: 6830d061c8 user: simon tags: trunk | |