Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / psftp.c
2013-07-22 simonFix a few more memory and resource leaks.
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
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 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-11 simonRemove redundant null checks for arguments to sftp_...
2013-07-06 simonClean up handling of the return value from sftp_find_re...
2012-09-19 simonMake --help and --version work consistently across...
2012-08-22 simonFix a bug in the PSFTP command parser which would cause...
2012-06-20 simonJohn Hartnup reports that Apache SSHD's SFTP server...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-08-11 simonPropagate file permissions in both directions in Unix...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-03-01 jacobRemove an unused variable (should shut up a warning...
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-04-23 simonWhen giving authorisation errors from the proxy code...
2008-11-24 jacobTreat lines starting with '#' as comments in PSFTP.
2008-09-16 simonTim Kosse points out that xfer_upload_gotpkt can return...
2008-07-06 simonPatch from Tim Kosse: check back->exitcode() in both...
2008-07-06 simonPatch from Tim Kosse to make PSFTP remember to close...
2007-08-04 benIn the file-transfer applications, which only ever...
2007-04-10 benWhen we get an error writing to a local file, stop...
2007-04-02 simonWhen the comments say `if we're in restart mode', the...
2006-10-22 jacobSpotted by Tim Kosse: we were returning an incorrect...
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-04-13 jacobEverywhere we print an fxp_error(), try to make it...
2006-04-07 jacobRemove login name prompt from PSFTP.
2006-02-19 jacobFix up documentation/usage messages for r6572.
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-06-08 jacobDouble-free on mkdir error, spotted by Brian Hartsock.
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-01-01 jacobLocalise "not connected to a host" messages.
2005-01-01 jacobNow that rm, mkdir, and rmdir can operate on lots of...
2005-01-01 jacobDocument recent changes to PSFTP (and other documentati...
2005-01-01 jacobRemove rogue sfree()s inside new wildcard action functi...
2005-01-01 simonThere's always one: fix small memory leak introduced...
2005-01-01 simon"Nirwana Nirwana" points out that mget, mput and ls...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 simonI've decided that trying to do wildcards in PSFTP as...
2004-12-18 jacobMissed options off mput help
2004-12-17 simonThe xfer mechanism wasn't gracefully terminating when...
2004-12-17 jacobUpdate online help for "-r" and "--" options to get...
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonImplement the `close' command, which terminates an...
2004-12-16 simonJacob points out that I introduced a bug in PSFTP when...
2004-12-16 simonWildcards in `ls'. I think that completes `psftp-multi...
2004-12-16 simonImplement mget and mput in PSFTP, supporting wildcards.
2004-12-16 simonSupport for recursive file transfer in PSFTP.
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-19 jacobMake PSFTP use console_get_line() to fetch username...
2004-09-21 jacob`ampersat-in-username': tweak `strchr' to `strrchr...
2004-07-28 jacobAnother wart in the command-line processing: if the...
2004-07-25 jacobPSFTP was ignoring `-1' and `-2' and always using SSH...
2004-07-25 jacobFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-04-27 jacobVarious tweaks to header comments to remind me which...
2004-04-17 owenAdd -V for version information to plink, pscp, and...
2004-02-22 jacobCorrect slightly misleading usage
2004-01-21 simonDarryl L. Miles's patch to support an optional port...
2004-01-21 simonTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-12-19 simonJoe Yates's memory leak patches.
2003-12-03 jacobSpotted by Tim Kosse: reput on an already complete...
2003-10-12 jacobRemove all the "assert(len>0)" which forbade zero-lengt...
2003-09-29 simonObvious memory leak in new fast download management...
2003-09-28 simonUploads turn out to be much easier than downloads,...
2003-09-27 simonFirst cut at speeding up SFTP. Generic download-managem...
2003-08-24 simonAnd just to prove that psftp.c really is now platform...
2003-08-24 simonNext phase of general SFTP reworking: psftp.c is now...
2003-06-29 simonPhase 1a of SFTP re-engineering: fix the glaring memory...
2003-06-29 simonFirst phase of SFTP re-engineering. Each base-level...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 simonAsynchronous agent requests on Windows. Actually, I...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-01-21 jacobFix "-v" in the Windows console utilities (plink, pscp...
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 simonThe command-line routines now take a pointer to `cfg...
2002-12-15 jacobFixing trivial warnings spotted by Mingw-2.0.0/gcc...
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-11-03 simonHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-16 simonFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-10-07 jacobFix pscp-cmdline-port-bug for PSFTP too. (Also removes...
2002-09-11 jacobUpdated usage messages for command-line utilities to...
2002-08-04 simonRevamp of command-line handling. Most command line...
2002-03-31 simonFix major memory leak in sftp_cmd_ls (thanks to Hans...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2002-03-01 simonfrom_backend() should always be called with len > 0...
next