Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file scp.c version 7bafce30d2
|
2001-11-29
| ||
| 15:30 | Set up kbd_codepage at the start of the program, as well as when the input locale changes. With any luck this should sort out the Polish Unicode problems. check-in: 2efa15e64a user: simon tags: trunk | |
| 14:34 | Make keyboard-interactive authentication configurable off. (This is a stopgap until we get round to a proper authentications preference list.) check-in: f723110def user: simon tags: trunk | |
| 14:27 | Remember to terminate the prompt string in keyboard-interactive check-in: 4fca606ec7 user: simon tags: trunk | |
|
2001-11-25
| ||
| 13:22 | Further documentation work. Tidy up the Config chapter (add a few new features - the code had got ahead of the docs), and propagate a couple of cross-references to other files as a result. check-in: 86fe61faa7 user: simon tags: trunk | |
| 12:59 | Add a new chapter full of intermediate-useful-things, somewhere between `Getting Started' (things we can barely believe you don't know) and the Configuration reference chapter (things you already knew and had just forgotten). Only half-written at the moment. check-in: afac4346f0 user: simon tags: trunk | |
| 12:55 | Split the Window panel into two to make room for proper comments check-in: efcfe77741 user: simon tags: trunk | |
| 12:39 | RDB's general resizing cleanup. He's put his favourite resize mode back in again, but as long as it's not the default it doesn't bother me too much :-) check-in: e11a7a7ba1 user: simon tags: trunk | |
| 11:32 | Editorial policy change: I've decided that it's better to use \q than \e when describing button names and menu items: the "Foo" button rather than the _Foo_ button. Certainly consistent use of either is better than the mixed use of both we had before :-) check-in: 12a0ff2c10 user: simon tags: trunk | |
| 11:14 | Arrgh, and "password" should be spelled "passphrase". check-in: 154099a773 user: simon tags: trunk | |
| 11:12 | Oops - URLs in \W{...} have to be in real URL format :-/ check-in: 09efbff2fc user: simon tags: trunk | |
| 11:05 | Oops - one last versionid :-) check-in: 577a699e63 user: simon tags: trunk | |
| 10:57 | Miscellaneous documentation updates. Finished a first draft of the Pageant chapter; wrote something about passphrase lengths; added \versionid to all chapters that didn't have it yet. check-in: 15c12ce44f user: simon tags: trunk | |
| 09:21 | Add support for most of the ESC[<low number>t sequences, which xterm uses to manipulate the window (minimise, maximise, front, back, move, resize) and report things about the window (is it minimised or maximised, how big is it, what's its title). Missing are ESC[4;X;Yt (resize to a specified pixel size; our resize code doesn't like it) and ESC[19;X;Yt (report size of _screen_ in _characters_, which it isn't even obvious how to do when you've got a variable font size). check-in: 6732f3ea58 user: simon tags: trunk | |
| 08:31 | INCOMPATIBLE CHANGE to the SSH2 private key file format. There is now a passphrase-keyed MAC covering _all_ important data in the file, including the public blob and the key comment. Should conclusively scupper any attacks based on nobbling the key file in an attempt to sucker the machine that decrypts it. MACing the comment field also protects against a key-substitution attack (if someone's worked out a way past our DSA protections and can extract the private key from a signature, swapping key files and substituting comments might just enable them to get the signature they need to do this. Paranoid, but might as well). check-in: 33213fd301 user: simon tags: trunk | |