Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

12 check-ins using file ssh.c version 91e884a6ce

2001-12-14
06:48
Now that Buttress can spot duplicate section keywords, it turns out there are several of them I hadn't noticed! All fixed. check-in: 806884ea0b user: simon tags: trunk
06:22
Add the missing psftp-pubkey section, shamelessly cribbed from the corresponding section in the PSCP chapter. check-in: 30eda25c8e user: simon tags: trunk
06:19
Rename a clashing section keyword (why wasn't Buttress catching this? Oops). check-in: 2f6360d097 user: simon tags: trunk
06:15
Add a chapter to the manual describing PSFTP. check-in: b4ce495221 user: simon tags: trunk
04:12
Remove ghastly hack involving fxp_error_message. check-in: 8a0237bb44 user: simon tags: trunk
04:06
Fix trivial problems with PSFTP batch mode check-in: 47214a0fdc user: simon tags: trunk
03:58
Aargh, an Americanism crept in. Now corrected: favorite -> favourite. check-in: 1b93b09842 user: simon tags: trunk
2001-12-13
13:26
Tidied up PSFTP batch mode. The gross hack using fxp_error_message to report command failures is now gone; instead each sftp_cmd_* routine returns 0 or 1 depending on success, like they should have done right from the start. This fixes problems with `ls' prematurely terminating PSFTP batch files. check-in: f0cba4ce69 user: simon tags: trunk
12:42
Allow PSFTP to be run with no arguments, in which case it enters the command-line state but all commands are disallowed except `open host.name'. The idea is to provide marginal extra niceness for people who double-click the icon without realising it's a cmdline app. check-in: 3d26f9c83f user: simon tags: trunk
11:38
Clarify that port forwarding will not be enabled until the user has authenticated. check-in: a97280b22b user: simon tags: trunk
2001-12-12
12:45
Updated the PuTTYgen section in pubkey.but so that it gives individual documentation of the various PuTTYgen controls; also implemented context help in PuTTYgen to go with it. Shame there isn't space for a generic `Help' button in the PuTTYgen window. check-in: d1b6559149 user: simon tags: trunk
2001-12-11
15:00
Disable username switching between SSH2 auth attempts, and add a configurable option so users can re-enable the feature _if_ they know they have an SSH2 server that isn't going to get shirty about it. Inspired by a spectacular increase in OpenSSH's shirtiness. check-in: bbebf7bd6d user: simon tags: trunk