]> asedeno.scripts.mit.edu Git - PuTTY.git/history - scp.c
Fix a potential vulnerability in incoming `pscp -r'. The server
[PuTTY.git] / scp.c
2000-10-21 Simon TathamFix a potential vulnerability in incoming `pscp -r...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-10-06 Simon TathamTighten up use of "static" throughout. Module-internal...
2000-10-04 Simon TathamFix a typo; thanks to Al Sutton
2000-09-27 Simon TathamRemove the special hooks in ssh.c for pscp. pscp now...
2000-09-22 Simon TathamEnable copying the Event Log
2000-09-22 Simon TathamEnable better build-time flexibility over which WinSock...
2000-09-22 Simon TathamBug fix: line discipline selection is not enabled until...
2000-09-22 Simon TathamPrevent network errors from summarily closing the windo...
2000-09-21 Simon TathamMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-15 Simon TathamLars Gunnarsson's GUI interface changes
2000-09-08 Simon TathamAdded a fourth application: plink, a command line conne...
2000-07-21 Simon TathamPSCP: After a password supplied with `-pw' fails to...
2000-06-22 Simon TathamJoris van Rantwijk's unified SSH code suitable for...
2000-06-06 Simon Tatham"pscp" was spelled "scp" in usage message
2000-04-04 Simon TathamAdd -ls to online help bit
2000-04-03 Simon TathamAdd the -ls option to execute `ls -la' on a directory...
2000-03-24 Simon TathamPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-08 Simon TathamFix some picky compiler warnings kindly provided by...
2000-02-21 Simon TathamFix an error message in pscp
2000-01-28 Simon TathamJoris van Rantwijk's fix for pscp -P
1999-11-30 Simon TathamAvoid recursing into . and .. when in -r mode
1999-11-22 Simon TathamCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 Simon TathamFix a slightly picky compiler warning
1999-11-16 Simon TathamUpdate from Joris van Rantwijk: command line options...
1999-11-08 Simon TathamClean up scp client - re-indent to my coding style...
1999-08-31 Simon TathamAdded Joris van Rantwijk's scp client