]> asedeno.scripts.mit.edu Git - PuTTY.git/history - plink.c
I _think_ this should fix the problem reported by `Stacey': failure
[PuTTY.git] / plink.c
2003-10-12 Simon TathamThe WinSock library is now loaded at run-time, which...
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-08-29 Jacob NevinsNew option for plink: "-s" specifies that the remote...
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-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
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-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-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-26 Simon TathamLine discipline module now uses dynamically allocated...
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 NevinsRemove "-log" option from Plink. AFAICT this code has...
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-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 TathamPatch to enable >512-character command lines. Thanks...
2002-01-10 Simon TathamPlink's front-end select loop was failing to send error...
2001-12-31 Simon TathamCreate the long-awaited console.c, and move the common...
2001-12-29 Simon TathamAdd a new back-end function to return the exit code...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-07 Simon TathamAdd -rlogin to Plink, for orthogonality (and because...
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-11-25 Simon TathamOops - fix another segfault in that -L and -R code
2001-11-25 Simon TathamRob Wood's patch to provide standard -L and -R options...
2001-10-30 Simon TathamThe other utilities should do the same processing of...
2001-10-23 Simon TathamDon't quit the plink main loop until the stdout and...
2001-09-26 Simon TathamExtra line in the help text to mention you can use...
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-08-28 Simon TathamFix various small compiler warnings, mostly unused...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
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-08 Simon TathamSSH port forwarding! How cool is that?
2001-05-19 Simon TathamMake sure the default protocol doesn't ever end up...
2001-05-13 Simon TathamThe host-key-unknown prompt now offers the same three...
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamAdd some fflushes to make it easier for piped programs...
2001-04-16 Simon TathamReplace PuTTY's 2-3-4 tree implementation with the...
2001-03-28 Simon TathamOops. The new remote_cmd_ptr points in the wrong place...
2001-03-19 Simon TathamAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-01-24 Simon TathamUse `default_port' rather than `22' when loading a...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-23 Simon TathamFix a subtle bug affecting multiple-socket handling...
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-23 Simon TathamImproved entropy gathering.
2000-10-23 Simon TathamPlink and PSCP were failing to load the `Default Settin...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 Simon TathamMiscellaneous fixes for better interoperation with...
2000-10-12 Simon TathamStop plink's key verification locking up on input
2000-10-06 Simon TathamUpdate Makefile generation and ensure everything works...
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-10-05 Simon TathamWe now honour the PLINK_PROTOCOL environment variable...
2000-10-04 Simon TathamEnable protocol prefix on [user@]host argument in Plink
2000-10-04 Simon TathamPlink now honours the Default Settings protocol and...
2000-09-29 Simon TathamAdd -pw and -P options, and usage/version message, to plink
2000-09-22 Simon TathamEnable copying the Event Log
2000-09-22 Simon TathamEnable better build-time flexibility over which WinSock...
2000-09-22 Simon TathamBug fix: line discipline selection is not enabled until...
2000-09-22 Simon TathamPrevent network errors from summarily closing the windo...
2000-09-21 Simon TathamMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-11 Simon TathamActually _commit_ plink. It now works as a CVS transport!