Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / psftp.c
2002-02-27 simonOops - get the forward declaration right in that hack
2002-02-27 simonFix silly segfault due to PSFTP thinking connection...
2001-12-31 simonCreate the long-awaited console.c, and move the common...
2001-12-20 simonOops - fputs takes the file pointer second, not first!
2001-12-19 simonThe alphabetical ordering in the psftp command list...
2001-12-16 simonAdd the `local' command set to PSFTP: lcd, lpwd, and...
2001-12-14 simonRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-14 simonFix trivial problems with PSFTP batch mode
2001-12-13 simonTidied up PSFTP batch mode. The gross hack using fxp_er...
2001-12-13 simonAllow PSFTP to be run with no arguments, in which case...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-10-30 simonThe other utilities should do the same processing of...
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-09-12 simonPSFTP: when choosing a default destination filename...
2001-09-12 simonpsftp and pscp should disable all forwarding (ports...
2001-09-09 simonAdd the `pwd' command in PSFTP.
2001-09-09 simonAdd online help in PSFTP.
2001-09-09 simonpsftp is an interactive program and the ssh.c flags...
2001-09-05 simonBetter yet, look for sftp-server on the user's PATH...
2001-09-05 simonPSFTP will now attempt to find /usr/[local]/lib/sftp...
2001-08-26 simonFurther tightening up in PSCP. Fixed a couple more...
2001-08-26 simonMore upgrades to psftp: it now supports mv, chmod,...
2001-08-25 simonJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-04 simonPatch to PSFTP: implement mkdir, rmdir, rm and scriptin...
2001-05-13 simonThe host-key-unknown prompt now offers the same three...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-12 simonssh_get_password has become ssh_get_line, so it can...
2001-03-01 simonFix a potential segfault
2001-02-27 simonPatches to prevent a couple of silly crashes
2001-02-26 simonModerately evil workaround to compensate for a variation in
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...