Remove a return path from sshcom_write() which was both unreachable
[u/mdw/putty] / pscp.c
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2013-07-11 simonAdd an assortment of missing frees, and one missing...
2013-07-11 simonxfer_{up,down}load_gotpkt free their input sftp_packet...
2013-07-11 simonFix a collection of calls to tell_user so that they...
2013-07-11 simonFix a couple of code paths on which, if fxp_readdir...
2013-07-11 simonIt's not actually legal by the C standard to call qsort...
2013-07-06 simonClean up handling of the return value from sftp_find_re...
2012-09-19 simonMake --help and --version work consistently across...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-08-18 jacobFix a suspected bug in PSCP's SCP protocol fallback...
2011-08-11 simonPropagate file permissions in both directions in Unix...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-04-23 simonWhen giving authorisation errors from the proxy code...
2009-02-24 jacobFix inaccurate error message.
2008-07-11 jacobReplicate r8110 from PSFTP to PSCP, and various other...
2007-08-04 benIn the file-transfer applications, which only ever...
2007-07-29 benDon't throw away data that we receive before we're...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-08-26 simonOn cleanup, PSCP and PSFTP should explicitly check...
2006-08-12 owenLarge file support for psftp and pscp on both Windows...
2006-06-02 simonLionel Fourquaux offers this very simple patch to speed...
2006-02-19 jacobFix up documentation/usage messages for r6572.
2006-02-11 jacobDon Heap spotted that our heuristics for dealing with...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-06-25 benIn local-to-remote copies, abort if fxp_init() fails...
2005-06-19 benA major purpose of PuTTY's memory-allocation functions...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonRename scp.* to pscp.*, because I always misspell it...