Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file scp.c version 703eafd349
|
2001-09-08
| ||
| 07:50 | Jacob's TIS / CCard authentication tweaks. check-in: 7122565be1 user: simon tags: trunk | |
| 07:37 | Jan Holmen Holsten's patch for drag-selects to scroll the scrollback. check-in: 2b62f6f73d user: simon tags: trunk | |
| 06:57 | Fix error message: couldn't load _private_ key, not public. check-in: 39df7148e8 user: simon tags: trunk | |
| 05:33 | When we receive SSH_MSG_DISCONNECT, say so in an error box because it's likely to be more helpful than `Strange packet received' or whatever. check-in: eb53e5ee1f user: simon tags: trunk | |
|
2001-09-07
| ||
| 18:02 | Fix to link_font() from RDB. I must get him to comment some of this :-) check-in: fa5aa97cb3 user: simon tags: trunk | |
| 18:00 | RDB also points out we don't need the CJK `not recommended for general use' wcwidth function, so we condition it out to save space. check-in: 74ee31d42a user: simon tags: trunk | |
| 17:59 | Patch from RDB: Markus Kuhn has issued an updated version of his wcwidth function. check-in: b91d59968c user: simon tags: trunk | |
| 17:58 | Another patch from RDB: prevent luni_send from sending a particular range of Unicode characters. Not entirely sure I understand this one but I trust that RDB knows what he's talking about with Unicode. check-in: e06c8a933b user: simon tags: trunk | |
| 17:52 | RDB points out that when you memset a newly allocated structure to zero, covering the size of the _structure_ rather than the size of the pointer to it might help :-) check-in: e1c1b7ba03 user: simon tags: trunk | |
| 17:51 | RDB's session logging patch: due to some ghastly special case, UTF-8 characters that failed the UTF-8 canonicality rules were being sent to the session log twice. Sounds trivial, but I bet it'd have confused anyone who turned on session logging precisely to track down a canonicality bug :-) check-in: 920138e2fa user: simon tags: trunk | |
| 17:49 | Pedantry patch from RDB: sanitise header use, correct one comment and remove an unused variable. check-in: 8da61582c8 user: simon tags: trunk | |