]> asedeno.scripts.mit.edu Git - PuTTY.git/history - psftp.c
first pass
[PuTTY.git] / psftp.c
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...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-12 Simon TathamPSFTP: when choosing a default destination filename...
2001-09-12 Simon Tathampsftp and pscp should disable all forwarding (ports...
2001-09-09 Simon TathamAdd the `pwd' command in PSFTP.
2001-09-09 Simon TathamAdd online help in PSFTP.
2001-09-09 Simon Tathampsftp is an interactive program and the ssh.c flags...
2001-09-05 Simon TathamBetter yet, look for sftp-server on the user's PATH...
2001-09-05 Simon TathamPSFTP will now attempt to find /usr/[local]/lib/sftp...
2001-08-26 Simon TathamFurther tightening up in PSCP. Fixed a couple more...
2001-08-26 Simon TathamMore upgrades to psftp: it now supports mv, chmod,...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-04 Simon TathamPatch to PSFTP: implement mkdir, rmdir, rm and scriptin...
2001-05-13 Simon TathamThe host-key-unknown prompt now offers the same three...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-03-01 Simon TathamFix a potential segfault
2001-02-27 Simon TathamPatches to prevent a couple of silly crashes
2001-02-26 Simon TathamModerately evil workaround to compensate for a variation in
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-24 Simon TathamSFTP client now successfully handles cd, ls, get and put.
2001-02-23 Simon TathamFirst stab at an SFTP client. Currently a Unixland...