]> asedeno.scripts.mit.edu Git - PuTTY.git/history - plink.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / plink.c
2002-10-07 Jacob NevinsPorted from trunk:
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!