u/mdw/putty
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...
2001-01-22 simonBring the SSH2 channel architecture up to scratch,...
2001-01-22 simonUpdate the file list in .cvsignore
2001-01-22 simonAdd a title to the Tunnels panel
2001-01-22 simonTry the blindingly-obvious fix for the hidden-controls...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-20 simonMake sure it's SSH, and not Rlogin, which gets omitted...
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 simonKeepalives are now in seconds not minutes
2001-01-18 simonAdd a .cvsignore file
2001-01-17 simonThe `wrapnext' variable now states whether we _would_...
2001-01-17 simonTidy up that latest checkin. PS_DOTTED is spelled PS_DO...
2001-01-17 simonIntroduce alternative cursor shapes: underline, vertica...
2001-01-17 simonTrivial fix for when the two directions select differen...
2001-01-17 simonFurther work on writing the manual
2001-01-17 simonContinue writing documentation. Looks like a long job :-(
2001-01-17 simonInitial checkin of an outline for the PuTTY user manual.
2001-01-11 simonRemove rogue debug statement
2001-01-09 simonIPv4 numeric addresses were broken thanks to IPv6 patch
2001-01-09 simonOops - accidentally undid rev 1.82 [r844]
2001-01-08 simonEnable explicit changing of the window title after...
2001-01-08 simonDisable logging completely if the user selects Cancel...
2001-01-08 simonEnsure ssh specials (EOF and PING) don't occur except...
2001-01-07 simonJeroen Massar's IPv6 patch. Disabled by default, for...
2001-01-07 simonFix for spurious Space getting sent when alt_space...
2001-01-07 simonKestutis Kupciunas's Lithuanian-friendliness patch...
2001-01-07 simonImproved session logging courtesy of Roman Pompejus
2001-01-07 simonSquelch some spurious resize events.
2001-01-07 simonAdam D Ligas's segfault: one form of connection closure...
2001-01-07 simonOops - that do-we-need-to-resize-window check failed...
2001-01-07 simonFix the System Caret so it really is invisible, and...
2001-01-07 simon`Change Settings' now behaves sensibly w.r.t. window...
2001-01-07 simonTurn a rogue malloc to smalloc
2001-01-07 simonApply `getservbyname' to the Port Number field in case...
2001-01-07 simonAltGr should now work again even when Compose key disabled
2001-01-07 simonMake the colour list failsafe. Patch due to Robert...
2001-01-07 simonPatch from Christian Biesinger: pscp guesses your Windo...
2000-12-18 simonApply improved WinSock error handling to the few situat...
2000-12-18 simonAttempt to get repeated key exchange working in SSH2...
2000-12-12 simonRemove unnecessary printfs from Minefield
2000-12-12 simonFix an intermittent segfault that prevented the new...
2000-12-12 simonAdded Minefield: an alternative memory allocator along...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-12-02 simonImprove SSH2 host key abstraction into a generic `signi...
2000-12-02 simonFix bugtraq 1949: server could open an agent forwarding...
2000-11-30 simonPrevent wildcards in source specs from matching . or ..
2000-11-24 simonCorrect pointer types in new clipme function
2000-11-21 simonRon Kuris's "copy everything to clipboard" patch
2000-11-21 simonPatch from Robert de Bath: increase timer resolution.
2000-11-21 simonPatch from Robert de Bath: blank the saved-session...
2000-11-21 simonOops - and if we generate link maps, "make clean" shoul...
2000-11-21 simonAdd link map files to Makefile, in case people send...
2000-11-21 simonFix segfault when you press a key before the SSH protoc...
2000-11-16 simonImprove comment so I don't misunderstand when I come...
2000-11-15 simonUse a Miller-Rabin test instead of a Fermat test; add...
2000-11-15 simonFix another silly segfault
2000-11-07 simonSoftware invocation of the System menu now pops up...
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
2000-11-01 simonMove dprintf and the debug system out into misc.c,...
2000-10-31 simonBack off a bit of that vulnerability fix, which was...
2000-10-30 simonFix side-effect of Always On Top patch: any reconfiguri...
2000-10-30 simonReset compose state to zero when PuTTY window gains...
2000-10-30 simonCouple of fixes for pscp's GUI interface mode
2000-10-27 simonAdd support for Always On Top. Patch due to Janes ...
2000-10-27 simonStop the "Sent username %s" message coming up twice...
2000-10-27 simonMisc bugfixes
2000-10-26 simonFormat SSH2_MSG_DISCONNECT correctly (with reason code...
2000-10-26 simonFix a segfault (addr->error was unpredictable following...
2000-10-25 simonImpose a lower limit of 256 on key lengths. This is...
2000-10-25 simonGaaah, I might have known. Split combined app cursor...
2000-10-25 simonBe more sure that state->collecting_entropy can't be...
2000-10-25 simonFix control ID bug causing rogue Appearance title bars...
2000-10-25 simonReintroduce random_stir()
2000-10-25 simonEnhance Diffie-Hellman implementation to use bignum_cmp
2000-10-24 simonFix another bignum formatting problem. This one hit...
2000-10-24 simonAdd configurable option to disable application keypad...
2000-10-24 simonAdd a couple of ellipses in system menu
2000-10-24 simonRemove a rogue diagnostic
2000-10-24 simonAdd the Appearance panel and reorganise things a bit
2000-10-24 simonFix failure to re-enable local line discipline when...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-24 simonSSH2 connections weren't closing cleanly after socket...
2000-10-24 simonWindow resizing wasn't working in SSH2
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-10-23 simonUpdate DSS implementation to use new bignum routines
2000-10-23 simonImproved entropy gathering.
2000-10-23 simonFix a bug which was causing occasional failed-host...
2000-10-23 simonOops. A field like `sending_oob' in the Socket structur...
2000-10-23 simonPlink and PSCP were failing to load the `Default Settin...
next