]> asedeno.scripts.mit.edu Git - PuTTY.git/history - psftp.c
Post-release destabilisation! Completely remove the struct type
[PuTTY.git] / psftp.c
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...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-04-27 Jacob NevinsVarious tweaks to header comments to remind me which...
2004-04-17 Owen DunnAdd -V for version information to plink, pscp, and psftp.
2004-02-22 Jacob NevinsCorrect slightly misleading usage
2004-01-21 Simon TathamDarryl L. Miles's patch to support an optional port...
2004-01-21 Simon TathamTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-12-03 Jacob NevinsSpotted by Tim Kosse: reput on an already complete...
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-09-29 Simon TathamObvious memory leak in new fast download management. Oops.
2003-09-28 Simon TathamUploads turn out to be much easier than downloads,...
2003-09-27 Simon TathamFirst cut at speeding up SFTP. Generic download-managem...
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...
2003-08-24 Simon TathamNext phase of general SFTP reworking: psftp.c is now...
2003-06-29 Simon TathamPhase 1a of SFTP re-engineering: fix the glaring memory...
2003-06-29 Simon TathamFirst phase of SFTP re-engineering. Each base-level...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 Simon TathamAsynchronous agent requests on Windows. Actually, I...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-01-21 Jacob NevinsFix "-v" in the Windows console utilities (plink, pscp...
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2002-12-15 Jacob NevinsFixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
2002-11-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-11-03 Simon TathamHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-16 Simon TathamFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-10-07 Jacob NevinsFix pscp-cmdline-port-bug for PSFTP too. (Also removes...
2002-09-11 Jacob NevinsUpdated usage messages for command-line utilities to...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...
2002-03-31 Simon TathamFix major memory leak in sftp_cmd_ls (thanks to Hans...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2002-03-01 Simon Tathamfrom_backend() should always be called with len > 0...
2002-02-27 Simon TathamOops - get the forward declaration right in that hack
2002-02-27 Simon TathamFix silly segfault due to PSFTP thinking connection...
2001-12-31 Simon TathamCreate the long-awaited console.c, and move the common...
2001-12-20 Simon TathamOops - fputs takes the file pointer second, not first!
2001-12-19 Simon TathamThe alphabetical ordering in the psftp command list...
2001-12-16 Simon TathamAdd the `local' command set to PSFTP: lcd, lpwd, and...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-14 Simon TathamFix trivial problems with PSFTP batch mode
2001-12-13 Simon TathamTidied up PSFTP batch mode. The gross hack using fxp_er...
2001-12-13 Simon TathamAllow PSFTP to be run with no arguments, in which case...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-10-30 Simon TathamThe other utilities should do the same processing of...
next