]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2002-08-07 Simon TathamDocument all the new command-line stuff.
2002-08-07 Simon TathamArrgh, we can't have -p for port number because we...
2002-08-07 Simon TathamSome of the new options shouldn't be available in the...
2002-08-07 Simon TathamFix Halibut syntax error (oops).
2002-08-07 Simon TathamOops. Didn't quite get the new SSH protocol selection...
2002-08-07 Simon TathamAdd a load of new command-line options pilfered from...
2002-08-07 Simon TathamAdd an option to force SSH1 protocol only. Partly for...
2002-08-07 Simon TathamClean up the argv splitter, and in particular stop...
2002-08-06 Simon TathamPageant's command line handling now uses my new split_i...
2002-08-06 Simon TathamPuTTYgen will now start by loading a private key file...
2002-08-06 Simon TathamOops. That is to say, only loading and saving of PuTTY...
2002-08-06 Simon TathamNow that we've decided on a file extension for private...
2002-08-05 Simon TathamButtress is now Halibut: change the docs makefile.
2002-08-05 Simon TathamMake it clear that we're only responsible for our own...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...
2002-08-03 Simon TathamFix culpable lack of generality in keyboard-interactive
2002-07-09 Jacob NevinsOpenSSH/OpenSSL versioning problems: as of 3.4p1 this...
2002-06-25 Simon TathamForgot to call fxp_init() in `pscp -ls' mode under SFTP.
2002-06-17 Simon TathamFailure to initialise a local variable was leading...
2002-06-15 Simon TathamOne of the recent port forwarding crash reports contain...
2002-06-15 Simon TathamPadding on the end of the encrypted data in OpenSSH...
2002-06-15 Simon TathamSmall memory allocation bug in openssh_encrypted() fixed.
2002-06-08 Simon TathamModify the Feedback page / Appendix B to expand the...
2002-05-31 Simon TathamWorkaround for the SSH2 RSA padding bug in OpenSSH...
2002-05-30 Jacob NevinsFix AltGr/Application/Compose/CtrlAlt discrepancies...
2002-05-23 Jacob NevinsTrying to use an SSH2 key with an SSH1 connection seems...
2002-05-22 Jacob NevinsNote that answerback string can contain control charact...
2002-05-18 Simon TathamUI changes for key imports. We now have a separate...
2002-05-17 Simon Tathamieof-for-nonexistent-channel problem: avoid comparing...
2002-05-16 Jacob NevinsNit: PuTTYgen can generate RSA _and DSA_ keys
2002-05-15 Simon TathamFinal cleanups on key import/export work. Rationalised...
2002-05-15 Simon TathamAdded export of ssh.com key files.
2002-05-14 Simon TathamImplemented export of OpenSSH keys.
2002-05-13 Simon TathamAdd some basic framework code preparatory to adding...
2002-05-13 Simon TathamUpdate FAQ to mention ssh.com key importing
2002-05-13 Simon TathamBe more careful about destroying sensitive data after...
2002-05-13 Simon TathamAdd import of ssh.com private keys.
2002-05-11 Simon TathamAdded a framework for importing foreign key formats...
2002-05-11 Simon TathamRemove tiny unnecessary faff in new SSH-2-only code
2002-05-11 Owen DunnSSH2 only support
2002-05-11 Owen DunnAdded SSH2 only support.
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2002-04-27 Simon TathamRemoved the old Visual C++ master makefile, since it...
2002-04-27 Simon TathamAdditions to the Feedback page to emphasise that we...
2002-04-27 Simon TathamSOCKS proxy support added (next instalment of Justin...
2002-04-18 Jacob NevinsAdded comments to document '-gui' Windows messages...
2002-04-18 Jacob NevinsAdded documentation of PuTTY command-line options ...
2002-04-10 Simon TathamThe SFTP form of PSCP should remember to send FXP_INIT...
2002-04-03 Simon TathamMention that numeric code pages can be entered manually...
2002-04-01 Simon TathamAdd a couple of extra FAQ entries.
2002-03-31 Simon TathamThe console version of askappend() completely forgot...
2002-03-31 Simon TathamFix major memory leak in sftp_cmd_ls (thanks to Hans...
2002-03-31 Simon TathamFix bug in Minefield's realloc() which was throwing...
2002-03-27 Simon TathamRemember to wait for SSH1_MSG_SUCCESS after enabling...
2002-03-27 Simon TathamMatt Harden's (modified) patch to do getservbyname...
2002-03-27 Simon TathamUpdates to proxy support, both from me and from Justin...
2002-03-27 Simon TathamDominique Faure's patch (slightly modified) to implemen...
2002-03-27 Simon TathamAdd -w-pia to the Borland makefile (suppress warnings about
2002-03-24 Jacob NevinsOpenSSH 3.1p1 SSH2 3DES is also broken.
2002-03-24 Jacob NevinsAdded an entry for the "OpenSSH 3.1p1 built with wrong...
2002-03-24 Jacob NevinsFix apparent cut'n'paste error in new printing code...
2002-03-23 Simon TathamMention on the Feedback page that the mailing list...
2002-03-23 Simon TathamAttempt to ensure that everything passed to connection_...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2002-03-20 Simon TathamPedantic little patch to ensure blank usernames work...
2002-03-20 Simon TathamFix bug in the alternative code for -DNO_MULTIMON ...
2002-03-16 Jacob NevinsFixed reference to putty-bugs@lists to putty@projects.
2002-03-16 Jacob NevinsAdd new 'Makefile.vc' to .cvsignore
2002-03-16 Simon TathamCompletely revamped mkfiles.pl which incorporates depen...
2002-03-13 Simon TathamFix multi-monitor / full-screen problems and clean...
2002-03-13 Simon TathamRev 1.189 [r1517] of this file introduced a bug. While...
2002-03-12 Simon TathamNetwork printers weren't showing up on at least NT4...
2002-03-12 Simon TathamAvoid needless memory management error if EnumPrinters...
2002-03-11 Simon TathamBah. Add winspool.lib to libraries list. Maybe _now_...
2002-03-10 Jacob NevinsSlightly less grotty script to convert OpenSSH known_ho...
2002-03-10 Jacob NevinsGrotty script to sanity-check the accelerator keys...
2002-03-10 Simon TathamArrgh! Forgot yet another fiddly Makefile bit. Perhaps...
2002-03-09 Simon Tatham... and add its dependencies to the Makefile too.
2002-03-09 Simon TathamAs ever, There's Always One. Check in the extra source...
2002-03-09 Simon TathamANSI remote printer support. Raw mode only.
2002-03-09 Simon TathamFix Makefile dependencies.
2002-03-09 Simon TathamWell, there was bound to be one I'd forgotten: the...
2002-03-07 Jacob NevinsFix accelerator clash on Features panel, plus a couple...
2002-03-06 Simon TathamOops. I wrote in the docs that no-remote-resize also...
2002-03-06 Simon TathamAdd the Features panel, allowing you to disable a bunch...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2002-03-05 Simon TathamAdd an extra example to the Plink-with-WinCVS section.
2002-03-02 Simon TathamThe `wrapnext' flag should be saved and restored with...
2002-03-01 Simon Tathamfrom_backend() should always be called with len > 0...
2002-03-01 Simon TathamMemory leak fix: repair endemic failure to call sftp_pk...
2002-02-27 Simon TathamSet SSH socket variable to NULL if connect() fails...
2002-02-27 Simon TathamCisco routers apparently have yet another bug: they...
2002-02-27 Simon TathamPatch to enable >512-character command lines. Thanks...
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...
2002-02-27 Simon TathamMake sure out-of-memory errors are logged to malloc...
2002-02-24 Simon TathamDocument the fact that character classes are a default-only
2002-02-24 Simon TathamIt's 2002. Update copyright statements :-)
2002-02-20 Simon TathamWork around surreal use of WM_COMMAND in radio button...
2002-02-12 Simon TathamModify the donations bit in the FAQ. (We now don't...
next