u/mdw/putty
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-03-13 simonAdd dependencies for x11fwd.obj to Makefile (thanks...
2001-03-12 simonssh_get_password has become ssh_get_line, so it can...
2001-03-12 simonZero length passwords no longer cause an assertion...
2001-03-12 simonFinally fixed the point/pixel confusion in font handlin...
2001-03-10 simonAdd support for using Diffie-Hellman with short exponen...
2001-03-10 simonTiny bug in bn_power_2() - didn't work with powers...
2001-03-10 simonUpdate the text format of the public key as the comment...
2001-03-09 simonComplete analysis of the magic ASN.1 stuff in RSASSA...
2001-03-08 simonHaving introduced a new function into the SSH2 compress...
2001-03-06 simonIntroduce the ability to distinguish remote SSH impleme...
2001-03-06 simonUpdate a couple of messages to be clearer to users...
2001-03-05 simonFix various trivial compiler warnings
2001-03-05 simonMake the SSH2 traffic analysis defence robust in the...
2001-03-05 simonFurther traffic analysis defences
2001-03-03 simonImplement OpenSSH's private agent forwarding extension...
2001-03-03 simonRemove some stray diagnostics
2001-03-03 simonRemove a spurious \r\n from an Event Log message
2001-03-03 simonSSH2 can now use Pageant to obtain keys from
2001-03-03 simonAdd support for the OpenSSH SSH2 agent protocol.
2001-03-03 simonThe authentication diagnostics in SSH2 should now be...
2001-03-03 simonOops - fix silly segfault in new puttygen
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-03 simonMore options for bignum debugging
2001-03-02 simonInclude key type in SSH2 key fingerprints, now we have...
2001-03-02 simonArgh, sshrsa.c now depends on sshsha.c so Pageant needs...
2001-03-02 simonAdded support for RSA host keys (not user keys yet)
2001-03-02 simonExtra crash-safety in decoding a DSS signature blob
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-02 simonAdd AES support in SSH2. Not yet complete: there's...
2001-03-02 simonA fix in modmul: don't segfault or fill the result...
2001-03-02 simonFix problem with pointer hiding
2001-03-02 simonJacob's fixes for the Event Log
2001-03-01 simonDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 simonAdd a key length indication to each SSH2 cipher structu...
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2001-03-01 simonStop accidental subsystem attempts
2001-03-01 simonFix a potential segfault
2001-02-27 simonOops, that broke Telnet negotiation display. Fix tabsto...
2001-02-27 simonTimestamp every line of the Event Log. The primary...
2001-02-27 simonPatches to prevent a couple of silly crashes
2001-02-26 simonModerately evil workaround to compensate for a variation in
2001-02-26 simonAhem. sftp.obj depends on sftp.c not on psftp.c!
2001-02-26 simonFinish adding PSFTP to the master Makefile (oops!)
2001-02-24 simonpsftp now works as part of the PuTTY suite
2001-02-24 simonSFTP client now successfully handles cd, ls, get and...
2001-02-23 simonFirst stab at an SFTP client. Currently a Unixland...
2001-02-23 simon64-bit integer routines
2001-02-23 simonAdd a traffic analysis defence to SSH2 password authent...
2001-02-22 simonUpdate copyright dates to 2001 :-)
2001-02-20 simonAttempt to fix the remaining key re-exchange bug
2001-02-19 owenMore proto `how-to' documentation: CVS and WinCVS
2001-02-19 simonAdd a how-to section on public-key authentication in...
2001-02-19 simonAdd "make clean" target
2001-02-07 owenPrelim. CVS/plink howto
2001-02-06 owenMostly Mathias Leinmueller's PuTTYgen documentation...
2001-02-05 simonModifications to the new Close On Exit option:
2001-02-05 simonJacob's patch to improve Close On Exit behaviour
2001-02-05 simonVarious bug/warning fixes from Jacob
2001-02-04 owenFix various slashes.
2001-02-04 owenPlink documentation cribs heavily from PSCP documentati...
2001-02-04 owenSome examples.
2001-02-01 simonShrink the keepalive-timeout box so the text beside...
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-02-01 simonIgnore the zero byte at the start of the rlogin main...
2001-02-01 simonFix an always-false comparison (don't compare a char...
2001-02-01 simonAvoid mallocing zero bytes in the event log Copy proces...
2001-01-31 simonAdd zlib_freetable() to prevent memory leaks. Thanks...
2001-01-31 owenThis time, a working version of the pscp docs.
2001-01-31 owenMore pscp documentation.
2001-01-29 simonMore stuff is written.
2001-01-29 simonDon't forget to read any outstanding data on receipt...
2001-01-29 simonRobert de Bath's TCP Urgent / Telnet SYNCH patch.
2001-01-29 simonPrevent "Connection closed" message box from appearing...
2001-01-29 simonPrevent duplicate sk_close() calls on the same socket...
2001-01-29 simonRemove a segfault in bombout() macro: don't sk_close...
2001-01-28 owenInstructions on setting PATH more permanently.
2001-01-28 owenMore options documented
2001-01-28 owenUse the PuTTY site's CSS stylesheet.
2001-01-27 owenDocumentation for -P and -pw
2001-01-27 owenA start at some proper PSCP documentation
2001-01-27 simonRemove -gui from the command-line help in pscp, because...
2001-01-26 simonFix the SSH2 key re-exchange bug. Session id != exchang...
2001-01-26 simonEnsure all backends _remember_ the connection has close...
2001-01-26 simonJacob's patch to fix all the accelerators. AGAIN.
2001-01-26 simonFix build errors in PSCP after line discipline upheaval
2001-01-24 simonUse `default_port' rather than `22' when loading a...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-24 simonAhem. The log-file Browse button should set cfg.logfile...
2001-01-23 simonRoman Pompejus's suggestion: do sensible things with...
2001-01-23 simonRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-23 simonWhen the SSH panel disappears in puttytel, the Tunnels...
2001-01-23 simonRemove the entirely pointless fourth parameter from...
2001-01-23 simonFix a subtle bug affecting multiple-socket handling...
2001-01-22 simonUpdate puttygen GUI code to use Jeremy Sawicki's better...
2001-01-22 simonAdd dependencies for puttygen.c
2001-01-22 simonClean up a couple of trivial compiler warnings.
2001-01-22 simonJeremy Sawicki's fix for the multiple-conflicting-accel...
2001-01-22 simonAbility to hide the mouse pointer on a keypress a la...
next