]> asedeno.scripts.mit.edu Git - PuTTY.git/history - psftp.c
GTK2: Return 2.20 compatibility back
[PuTTY.git] / psftp.c
2017-02-20 Simon TathamMerge the 0.68 release branchlet to master.
2017-02-18 Owen DunnRegard dir/ls on non-existent directory as an error.
2017-02-15 Owen DunnReturn zero when reporting our version.
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-12-29 Simon TathamRemove/rescope variable 'ret' in sftp_put_file.
2016-12-29 Tim KosseHandle failed SSH_FXP_CLOSE requests in sftp_put_file.
2016-12-29 Tim KosseFix sftp_put_file returning success on failed transfers.
2016-12-29 Tim KosseFix sftp_get_file returning success on failed transfers.
2016-04-09 Ben HarrisSwitch to flow-control-based SFTP uploading.
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 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-25 Ben HarrisWhen PSFTP exits in batch mode due to a command failure...
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-12-20 Simon TathamClose the remote file handle if sftp_put_file's fstat...
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.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-07-22 Simon TathamFix a few more memory and resource leaks.
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 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-11 Simon TathamRemove redundant null checks for arguments to sftp_...
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...
2012-08-22 Simon TathamFix a bug in the PSFTP command parser which would cause...
2012-06-20 Simon TathamJohn Hartnup reports that Apache SSHD's SFTP server...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-03-01 Jacob NevinsRemove an unused variable (should shut up a warning...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-04-23 Simon TathamWhen giving authorisation errors from the proxy code...
2008-11-24 Jacob NevinsTreat lines starting with '#' as comments in PSFTP.
2008-09-16 Simon TathamTim Kosse points out that xfer_upload_gotpkt can return...
2008-07-06 Simon TathamPatch from Tim Kosse: check back->exitcode() in both...
2008-07-06 Simon TathamPatch from Tim Kosse to make PSFTP remember to close...
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-04-10 Ben HarrisWhen we get an error writing to a local file, stop...
2007-04-02 Simon TathamWhen the comments say `if we're in restart mode', the...
2006-10-22 Jacob NevinsSpotted by Tim Kosse: we were returning an incorrect...
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-04-13 Jacob NevinsEverywhere we print an fxp_error(), try to make it...
2006-04-07 Jacob NevinsRemove login name prompt from PSFTP.
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-06-08 Jacob NevinsDouble-free on mkdir error, spotted by Brian Hartsock.
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...
2005-01-01 Jacob NevinsLocalise "not connected to a host" messages.
2005-01-01 Jacob NevinsNow that rm, mkdir, and rmdir can operate on lots of...
2005-01-01 Jacob NevinsDocument recent changes to PSFTP (and other documentati...
2005-01-01 Jacob NevinsRemove rogue sfree()s inside new wildcard action functi...
2005-01-01 Simon TathamThere's always one: fix small memory leak introduced...
2005-01-01 Simon Tatham"Nirwana Nirwana" points out that mget, mput and ls...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 Simon TathamI've decided that trying to do wildcards in PSFTP as...
2004-12-18 Jacob NevinsMissed options off mput help
2004-12-17 Simon TathamThe xfer mechanism wasn't gracefully terminating when...
2004-12-17 Jacob NevinsUpdate online help for "-r" and "--" options to get...
2004-12-16 Simon TathamGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 Simon TathamImplement the `close' command, which terminates an...
2004-12-16 Simon TathamJacob points out that I introduced a bug in PSFTP when...
2004-12-16 Simon TathamWildcards in `ls'. I think that completes `psftp-multi...
2004-12-16 Simon TathamImplement mget and mput in PSFTP, supporting wildcards.
2004-12-16 Simon TathamSupport for recursive file transfer in PSFTP.
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-19 Jacob NevinsMake PSFTP use console_get_line() to fetch username...
2004-09-21 Jacob Nevins`ampersat-in-username': tweak `strchr' to `strrchr...
2004-07-28 Jacob NevinsAnother wart in the command-line processing: if the...
2004-07-25 Jacob NevinsPSFTP was ignoring `-1' and `-2' and always using SSH...
2004-07-25 Jacob NevinsFix for `psftp-pscp-ignore-load': Default Settings...
next