Fix a couple of code paths on which, if fxp_readdir returned an error,
[sgt/putty] / sftp.c
2013-07-06 simonClean up handling of the return value from sftp_find_re...
2012-08-12 simonUse a single sftp_senddata() to send each SFTP packet...
2011-08-11 simonPropagate file permissions in both directions in Unix...
2007-01-09 simonGet rid of all the MSVC warnings.
2006-06-02 simonLionel Fourquaux offers this very simple patch to speed...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-02-25 simonPer Gunnar Floe spotted a reversed test in sftp_cleanup...
2005-02-20 simonAdditional robustness to SFTP packet parsing and memory...
2004-12-17 simonThe xfer mechanism wasn't gracefully terminating when...
2003-12-19 simonJoe Yates's memory leak patches.
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-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-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-03-31 simonFix major memory leak in sftp_cmd_ls (thanks to Hans...
2002-03-01 simonMemory leak fix: repair endemic failure to call sftp_pk...
2001-12-14 simonRemove ghastly hack involving fxp_error_message.
2001-12-11 simonFix error handling in sftp (the sftp_recv return value...
2001-11-14 simonYikes! sftp.c wasn't using the misc.h wrappered malloc...
2001-08-26 simonPSCP now uses the modern SFTP protocol if it can, and...
2001-08-26 simonMore upgrades to psftp: it now supports mv, chmod,...
2001-08-04 simonPatch to PSFTP: implement mkdir, rmdir, rm and scriptin...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-05 simonFix various trivial compiler warnings
2001-02-27 simonPatches to prevent a couple of silly crashes
2001-02-24 simonpsftp now works as part of the PuTTY suite
2001-02-24 simonSFTP client now successfully handles cd, ls, get and...
2001-02-23 simonFirst stab at an SFTP client. Currently a Unixland...