]> asedeno.scripts.mit.edu Git - PuTTY.git/history - pscp.c
first pass
[PuTTY.git] / pscp.c
2017-02-15 Simon Tathamsink(): finish waiting for remote EOF after a local error.
2017-02-15 Simon Tathamscp_recv_filedata: handle EOF more sensibly.
2017-02-15 Owen DunnReturn an error if there's an error doing pscp -ls
2017-02-15 Owen DunnReturn zero when reporting our version.
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-02-11 Jacob NevinsDocument -proxycmd in help and man pages.
2017-02-11 Jacob NevinsLog when -restrict-acl is in use.
2017-02-11 Jacob NevinsStart logging earlier in PSCP and PSFTP.
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2016-04-09 Ben HarrisSwitch to flow-control-based SFTP uploading.
2016-04-08 Ben Harrispscp: pull out upload block size into a constant.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Simon TathamExtend ACL-restriction to all Windows tools.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamFix vulnerability CVE-2016-2563 in old scp protocol.
2016-02-29 Jacob NevinsRationalise and document log options somewhat.
2015-11-08 Jacob NevinsRationalise and document log options somewhat.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-09-24 Simon TathamCentralise stripslashes() and make it OS-sensitive.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-09-20 Jacob NevinsUpdate command-line help and man pages for -hostkey.
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-08-13 Simon TathamIt turns out I was a little over-strict in my handling...
2013-07-29 Simon TathamRemove one of the frees added in r9916. stat_name point...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-11 Simon TathamAdd an assortment of missing frees, and one missing...
2013-07-11 Simon Tathamxfer_{up,down}load_gotpkt free their input sftp_packet...
2013-07-11 Simon TathamFix a collection of calls to tell_user so that they...
2013-07-11 Simon TathamFix a couple of code paths on which, if fxp_readdir...
2013-07-11 Simon TathamIt's not actually legal by the C standard to call qsort...
2013-07-06 Simon TathamClean up handling of the return value from sftp_find_re...
2012-09-19 Simon TathamMake --help and --version work consistently across...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-08-18 Jacob NevinsFix a suspected bug in PSCP's SCP protocol fallback...
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-04-23 Simon TathamWhen giving authorisation errors from the proxy code...
2009-02-24 Jacob NevinsFix inaccurate error message.
2008-07-11 Jacob NevinsReplicate r8110 from PSFTP to PSCP, and various other...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-08-04 Ben HarrisIn the file-transfer applications, which only ever...
2007-07-29 Ben HarrisDon't throw away data that we receive before we're...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-08-26 Simon TathamOn cleanup, PSCP and PSFTP should explicitly check...
2006-08-12 Owen DunnLarge file support for psftp and pscp on both Windows...
2006-06-02 Simon TathamLionel Fourquaux offers this very simple patch to speed...
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2006-02-11 Jacob NevinsDon Heap spotted that our heuristics for dealing with...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-06-25 Ben HarrisIn local-to-remote copies, abort if fxp_init() fails...
2005-06-19 Ben HarrisA major purpose of PuTTY's memory-allocation functions...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-16 Simon TathamGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 Simon TathamRename scp.* to pscp.*, because I always misspell it...