Colin's const-fixing Patch Of Death. Seems to build fine on Windows
[u/mdw/putty] / plink.c
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 simonAsynchronous agent requests on Windows. Actually, I...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
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-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-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-26 simonLine discipline module now uses dynamically allocated...
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 jacobRemove "-log" option from Plink. AFAICT this code has...
2002-09-11 jacobUpdated usage messages for command-line utilities to...
2002-08-04 simonRevamp of command-line handling. Most command line...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2002-03-01 simonfrom_backend() should always be called with len > 0...
2002-02-27 simonPatch to enable >512-character command lines. Thanks...
2002-01-10 simonPlink's front-end select loop was failing to send error...
2001-12-31 simonCreate the long-awaited console.c, and move the common...
2001-12-29 simonAdd a new back-end function to return the exit code...
2001-12-14 simonRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-07 simonAdd -rlogin to Plink, for orthogonality (and because...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-11-25 simonOops - fix another segfault in that -L and -R code
2001-11-25 simonRob Wood's patch to provide standard -L and -R options...
2001-10-30 simonThe other utilities should do the same processing of...
2001-10-23 simonDon't quit the plink main loop until the stdout and...
2001-09-26 simonExtra line in the help text to mention you can use...
2001-09-07 simonRobert de Bath's asynchronous-connect patch. Helps...
2001-08-28 simonFix various small compiler warnings, mostly unused...
2001-08-26 simonPSCP now uses the modern SFTP protocol if it can, and...
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-08 simonSSH port forwarding! How cool is that?
2001-05-19 simonMake sure the default protocol doesn't ever end up...
2001-05-13 simonThe host-key-unknown prompt now offers the same three...
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonAdd some fflushes to make it easier for piped programs...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
2001-03-28 simonOops. The new remote_cmd_ptr points in the wrong place...
2001-03-19 simonAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-12 simonssh_get_password has become ssh_get_line, so it can...
2001-01-24 simonUse `default_port' rather than `22' when loading a...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-23 simonFix a subtle bug affecting multiple-socket handling...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-23 simonImproved entropy gathering.
2000-10-23 simonPlink and PSCP were failing to load the `Default Settin...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-18 simonMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 simonMiscellaneous fixes for better interoperation with...
2000-10-12 simonStop plink's key verification locking up on input
2000-10-06 simonUpdate Makefile generation and ensure everything works...
2000-10-06 simonCreate settings.c and move the load/save session code...
2000-10-06 simonAdd a parameter to write_clip() so that windlg.c need...
2000-10-05 simonWe now honour the PLINK_PROTOCOL environment variable...
2000-10-04 simonEnable protocol prefix on [user@]host argument in Plink
2000-10-04 simonPlink now honours the Default Settings protocol and...
2000-09-29 simonAdd -pw and -P options, and usage/version message,...
2000-09-22 simonEnable copying the Event Log
2000-09-22 simonEnable better build-time flexibility over which WinSock...
2000-09-22 simonBug fix: line discipline selection is not enabled until...
2000-09-22 simonPrevent network errors from summarily closing the windo...
2000-09-21 simonMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-11 simonActually _commit_ plink. It now works as a CVS transport!