]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-04-16 Simon TathamLog the text message in SSH_MSG_DISCONNECT (both protoc...
2001-04-16 Simon TathamAfter we fall back to 3DES, double-check the server...
2001-04-14 Simon TathamBell can now play an arbitrary sound file.
2001-04-13 Simon TathamOops - remove rogue debug messages!
2001-04-13 Simon TathamNew improved bell handling. Choice between visual and...
2001-04-13 Simon TathamSome introductory blurb in the docs
2001-04-11 Simon TathamExperimental checkin to see if we can prevent multiple...
2001-04-11 Simon TathamJordan Russell's patch to match the PuTTY cursor blink...
2001-04-09 Simon TathamKeyboard handling patch from RDB: the Windows Applicati...
2001-04-09 Simon TathamDon't assume OEM fonts have a space in position 255...
2001-04-09 Simon TathamWe can now configure the terminal's answerback string...
2001-04-09 Simon TathamThe About box now contains a button that starts up...
2001-04-09 Simon TathamDefault handling of VT100 line drawing characters in...
2001-03-29 Simon TathamFix the detect_bugs routine, which was failing to find...
2001-03-28 Simon TathamOops. The new remote_cmd_ptr points in the wrong place...
2001-03-23 Simon TathamModify the new rsa_verify routine. We now also check...
2001-03-23 Simon TathamFix the SSH protocol version exchange, which had a...
2001-03-23 Simon TathamFix a couple of silly compiler warnings
2001-03-22 Simon TathamFollowing the recent advisory about attacks on PGP...
2001-03-22 Simon TathamRemove needless redeclaration of word32 (it was in ssh.h)
2001-03-22 Simon TathamRemove the length limit on protocol version strings...
2001-03-19 Simon TathamPlink in noninteractive-script mode should not show...
2001-03-19 Simon TathamAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-16 Simon TathamSSH2 channel fix: received WINDOW_ADJUSTs were always...
2001-03-16 Simon TathamCorrect handling of SSH1 protocol flags, in particular
2001-03-15 Simon TathamAdd support for SSH2 userauth banners. We currently...
2001-03-15 Simon TathamDavid Brinegar's workaround for an error reporting...
2001-03-15 Simon TathamAt long last: PuTTY will now report its version to...
2001-03-15 Simon TathamFix a trivial compiler warning
2001-03-15 Simon TathamFix a few trivial compiler warnings
2001-03-15 Simon TathamBit more robustness when talking to Pageant
2001-03-15 Simon TathamOops - don't invent an X authorisation when doing agent...
2001-03-15 Simon TathamFix a segfault on abrupt X connection shutdown.
2001-03-14 Simon TathamAES should have accelerator s, not a, to avoid a clash
2001-03-13 Simon TathamDave Hinton's modifications to the network layer interf...
2001-03-13 Simon TathamAdd dependencies for x11fwd.obj to Makefile (thanks...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-03-12 Simon TathamZero length passwords no longer cause an assertion...
2001-03-12 Simon TathamFinally fixed the point/pixel confusion in font handlin...
2001-03-10 Simon TathamAdd support for using Diffie-Hellman with short exponen...
2001-03-10 Simon TathamTiny bug in bn_power_2() - didn't work with powers...
2001-03-10 Simon TathamUpdate the text format of the public key as the comment...
2001-03-09 Simon TathamComplete analysis of the magic ASN.1 stuff in RSASSA...
2001-03-08 Simon TathamHaving introduced a new function into the SSH2 compress...
2001-03-06 Simon TathamIntroduce the ability to distinguish remote SSH impleme...
2001-03-06 Simon TathamUpdate a couple of messages to be clearer to users...
2001-03-05 Simon TathamFix various trivial compiler warnings
2001-03-05 Simon TathamMake the SSH2 traffic analysis defence robust in the...
2001-03-05 Simon TathamFurther traffic analysis defences
2001-03-03 Simon TathamImplement OpenSSH's private agent forwarding extension...
2001-03-03 Simon TathamRemove some stray diagnostics
2001-03-03 Simon TathamRemove a spurious \r\n from an Event Log message
2001-03-03 Simon TathamSSH2 can now use Pageant to obtain keys from
2001-03-03 Simon TathamAdd support for the OpenSSH SSH2 agent protocol.
2001-03-03 Simon TathamThe authentication diagnostics in SSH2 should now be...
2001-03-03 Simon TathamOops - fix silly segfault in new puttygen
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-03 Simon TathamMore options for bignum debugging
2001-03-02 Simon TathamInclude key type in SSH2 key fingerprints, now we have...
2001-03-02 Simon TathamArgh, sshrsa.c now depends on sshsha.c so Pageant needs...
2001-03-02 Simon TathamAdded support for RSA host keys (not user keys yet)
2001-03-02 Simon TathamExtra crash-safety in decoding a DSS signature blob
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-03-02 Simon TathamAdd AES support in SSH2. Not yet complete: there's...
2001-03-02 Simon TathamA fix in modmul: don't segfault or fill the result...
2001-03-02 Simon TathamFix problem with pointer hiding
2001-03-02 Simon TathamJacob's fixes for the Event Log
2001-03-01 Simon TathamDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 Simon TathamAdd a key length indication to each SSH2 cipher structu...
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2001-03-01 Simon TathamStop accidental subsystem attempts
2001-03-01 Simon TathamFix a potential segfault
2001-02-27 Simon TathamOops, that broke Telnet negotiation display. Fix tabsto...
2001-02-27 Simon TathamTimestamp every line of the Event Log. The primary...
2001-02-27 Simon TathamPatches to prevent a couple of silly crashes
2001-02-26 Simon TathamModerately evil workaround to compensate for a variation in
2001-02-26 Simon TathamAhem. sftp.obj depends on sftp.c not on psftp.c!
2001-02-26 Simon TathamFinish adding PSFTP to the master Makefile (oops!)
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-24 Simon TathamSFTP client now successfully handles cd, ls, get and put.
2001-02-23 Simon TathamFirst stab at an SFTP client. Currently a Unixland...
2001-02-23 Simon Tatham64-bit integer routines
2001-02-23 Simon TathamAdd a traffic analysis defence to SSH2 password authent...
2001-02-22 Simon TathamUpdate copyright dates to 2001 :-)
2001-02-20 Simon TathamAttempt to fix the remaining key re-exchange bug
2001-02-19 Owen DunnMore proto `how-to' documentation: CVS and WinCVS
2001-02-19 Simon TathamAdd a how-to section on public-key authentication in PSCP
2001-02-19 Simon TathamAdd "make clean" target
2001-02-07 Owen DunnPrelim. CVS/plink howto
2001-02-06 Owen DunnMostly Mathias Leinmueller's PuTTYgen documentation...
2001-02-05 Simon TathamModifications to the new Close On Exit option:
2001-02-05 Simon TathamJacob's patch to improve Close On Exit behaviour
2001-02-05 Simon TathamVarious bug/warning fixes from Jacob
2001-02-04 Owen DunnFix various slashes.
2001-02-04 Owen DunnPlink documentation cribs heavily from PSCP documentati...
2001-02-04 Owen DunnSome examples.
2001-02-01 Simon TathamShrink the keepalive-timeout box so the text beside...
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-02-01 Simon TathamIgnore the zero byte at the start of the rlogin main...
next