Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file scp.c version 23d1aed257
|
2001-09-09
| ||
| 11:31 | Add the `pwd' command in PSFTP. check-in: 04e99e0157 user: simon tags: trunk | |
| 11:29 | Add online help in PSFTP. check-in: 4649be3d6e user: simon tags: trunk | |
| 10:41 | Modify the FIXME into a calculated risk. I don't like this, but I don't like the thought of having to try to fix it either, particularly when I can't tell whether it'll work or not without reproducing the (probably phantom) problem. Gah. I wish WinSock would give better documentation of possible error returns. check-in: 047d2f0894 user: simon tags: trunk | |
| 09:47 | Be more careful of bombouts at the s_rdpkt level: if these happen (for example SSH_MSG_DISCONNECT) we should avoid even calling ssh_protocol. check-in: be8d17560a user: simon tags: trunk | |
| 08:54 | Add the names of major contributors to the copyright statement. I've been meaning to do this for _years_. check-in: 37ffa259b8 user: simon tags: trunk | |
| 05:41 | psftp is an interactive program and the ssh.c flags should reflect this (so we get login banners and a little more verbosity during authentication). check-in: ab17da4566 user: simon tags: trunk | |
| 05:35 | Oops - changing the prototype of statictext() affected puttygen.c too check-in: 186b2d152e user: simon tags: trunk | |
| 04:58 | Roman Pompejus's patch (heavily hacked) for parametric log file names with date, time and hostname automatically embedded. check-in: cbc09ddef1 user: simon tags: trunk | |
|
2001-09-08
| ||
| 10:16 | Fix potential float screwup in scp percentage indicator. (Don't compute (100*a)/b. Instead compute 100*(a/b), because that way there's no chance that 100*a will become inexact enough to fail to yield 100 when a==b.) check-in: 28fa3f92c1 user: simon tags: trunk | |