u/mdw/putty
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...
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...
next