u/mdw/putty
2000-09-08 simonAdded a fourth application: plink, a command line conne...
2000-09-08 simonPublic key authentication now works in pscp too - oops
2000-09-07 simonAdd sshpubk.c to load authenticating keys from files
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-09-06 simonSSH2 transport layer now enables encryption and MAC...
2000-09-05 simonSecond attempt. Can successfully decrypt the _first...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-08-05 simontelnet:// URLs don't always have the //. (Incorrect...
2000-07-26 simonRobert de Bath's automatic dialog-box creator
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-07-21 simonOops; telnet:// URLs can have a trailing slash
2000-07-21 simonEnable handling of telnet:// URLs on command line
2000-07-21 simonPSCP: After a password supplied with `-pw' fails to...
2000-06-26 simonAvoid the ldisc passing zero-length strings to back...
2000-06-24 simonMake beep optional - thanks to Antal Novak
2000-06-23 simonOops - add a terminator to the array
2000-06-23 simonFix subtle problem with scp protocol/port selection
2000-06-22 simonJoris van Rantwijk's unified SSH code suitable for...
2000-06-22 simonThis ought to fix the scp protocol problems
2000-06-22 simonChange a `GLOBAL' to an `extern' for Borland sanity
2000-06-21 simonRemove the underscore from nossh_res.rc for 8.3 cleanne...
2000-06-21 simonRename nossh_res.rc to nosshres.rc for 8.3 cleanness
2000-06-21 simonJoris van Rantwijk knows how to cause a Borland-built...
2000-06-06 simonSecurity fixes, copied from ssh.c: check string length...
2000-06-06 simon"pscp" was spelled "scp" in usage message
2000-06-06 simonSecurity improvement: check that string length field in
2000-06-05 simonHack to work around the rootshell.com xterm DoS problem...
2000-05-31 simonSecurity improvement: check CRC on incoming packets
2000-05-09 simonAhem. This time high-half characters really _do_ work...
2000-04-26 simonEnvironment settings were broken. Fix due to Andros...
2000-04-13 simonUpdate copyright dates in About box to match those...
2000-04-11 simonEnable high-half characters (>=160) in usernames and...
2000-04-04 simonOops - now let's get that MD5 change _right_ :-)
2000-04-04 simonReplace MD5 implementation with my own code
2000-04-04 simonAdd -ls to online help bit
2000-04-03 simonAdd the -ls option to execute `ls -la' on a directory...
2000-03-31 simonTidy up Blowfish S- and P-boxes: make them static and...
2000-03-31 simonoops - keys[] should be static
2000-03-29 simonYet another accelerator clash...
2000-03-24 simonRather silly byte-string / word-string transformations...
2000-03-24 simonPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-17 simonOops - move homepage location
2000-03-17 simonPatch to RDB's blinking cursor: make it configurable...
2000-03-17 simonSpelling fix to RDB's comments: fascist is spelled...
2000-03-17 simonRDB's patch. Oodles of new terminal functionality,...
2000-03-17 simonRDB's patch:
2000-03-17 simonRDB's patch: thanks to improvements in OEMANSI font...
2000-03-17 simonRDB's patch:
2000-03-17 simonRDB's patch: ^U sends Telnet Erase Line; line ending...
2000-03-17 simonRDB patch: disable incremental linking and disable...
2000-03-16 simonPuTTY website URL spelling change
2000-03-16 simonFix a couple of Makefile dependencies - oops
2000-03-16 simonMore cvs ignores
2000-03-15 simonFirst stab at the ability to compile puttytel.exe,...
2000-03-13 simonLet's spell '\t' as VK_TAB in that last patch, in fact...
2000-03-13 simonShift-Tab now sends ESC [ Z
2000-03-11 simonRobert de Bath's patch: when the user presses CR, the...
2000-03-11 simonRobert de Bath's patch: ARG_DEFAULT is now zero because...
2000-03-11 simonRobert de Bath's patch: be much more careful about...
2000-03-11 simonRobert de Bath's patch: a few more character translatio...
2000-03-11 simonRobert de Bath's patch: be a little more careful of...
2000-03-11 simonRobert de Bath's patch: sort out once and for all the...
2000-03-11 simonRobert de Bath's patch: integrate line disciplines...
2000-03-11 simonRobert de Bath's patch: ^C ^Z and ^D send Telnet specia...
2000-03-11 simonAdded a large comment describing the transformations...
2000-03-10 simonNew DES implementation, replacing Eric Young's. All...
2000-03-08 simonNew CRC32 implementation, from scratch, not copyrighted...
2000-03-08 simonFix some picky compiler warnings kindly provided by...
2000-03-08 simonBorland makefile should now work sanely with the free...
2000-02-21 simonFix an error message in pscp
2000-02-20 simonJoris van Rantwijk's fixes for cygwin (NB includes...
2000-01-28 simonJoris van Rantwijk's fix for pscp -P
2000-01-19 simonFix problems with resource compilation Makefile lines
2000-01-19 simonFix FORCE target in Cygwin makefile
2000-01-18 simonNew option to allow SysTabControl32 to be specified...
1999-12-21 simonDisable warn-on-close for inactive windows
1999-12-14 simonCouple of bug fixes to cygwin makefile
1999-12-13 simonAdd multi-makefile management system
1999-12-09 simonOops - that unscroll stuff was a little broken...
1999-12-06 chrisAdded keyboard shortcuts on the system menu.
1999-12-03 simonReplace SHA implementation with homegrown one
1999-11-30 simonAvoid recursing into . and .. when in -r mode
1999-11-30 simonAdd description of workaround for Visual Studio 6 problem
1999-11-30 simonTurn #ifdef LOG into a command-line option for debuggin...
1999-11-30 simonOops - fix total idiocies in applying that patch
1999-11-30 simonRobert de Bath's multi-purpose patch, slightly modified.
1999-11-22 simonCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 simonFix potential segfault on malloc failure
1999-11-17 simonRemove accelerator conflict in Language panel
1999-11-17 simonAdd ISO-8859-2 / Win-1250 char set translation
1999-11-17 simonFix a slightly picky compiler warning
1999-11-16 simonFix printing of Telnet GA as ugrave
1999-11-16 simonUpdate from Joris van Rantwijk: command line options...
1999-11-15 simonDeclare `struct RSAKey' so that its implicit declaratio...
1999-11-11 simonPut a #ifndef around definition of TCS_MULTILINE
1999-11-11 simon_sntprintf is nonportable; use sprintf instead
1999-11-10 simonAdd spiel about there being a comment at the top of...
1999-11-10 simonAdded LICENCE and README files
1999-11-10 simonAdd "extern" on declaration of raw_backend
1999-11-09 simonShould be able to switch line disciplines mid-session
next