]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2001-01-28 Owen DunnInstructions on setting PATH more permanently.
2001-01-28 Owen DunnMore options documented
2001-01-28 Owen DunnUse the PuTTY site's CSS stylesheet.
2001-01-27 Owen DunnDocumentation for -P and -pw
2001-01-27 Owen DunnA start at some proper PSCP documentation
2001-01-27 Simon TathamRemove -gui from the command-line help in pscp, because...
2001-01-26 Simon TathamFix the SSH2 key re-exchange bug. Session id != exchang...
2001-01-26 Simon TathamEnsure all backends _remember_ the connection has close...
2001-01-26 Simon TathamJacob's patch to fix all the accelerators. AGAIN.
2001-01-26 Simon TathamFix build errors in PSCP after line discipline upheaval
2001-01-24 Simon TathamUse `default_port' rather than `22' when loading a...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-24 Simon TathamImprove socket error handling so that a socket error...
2001-01-24 Simon TathamAhem. The log-file Browse button should set cfg.logfile...
2001-01-23 Simon TathamRoman Pompejus's suggestion: do sensible things with...
2001-01-23 Simon TathamRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-23 Simon TathamWhen the SSH panel disappears in puttytel, the Tunnels...
2001-01-23 Simon TathamRemove the entirely pointless fourth parameter from...
2001-01-23 Simon TathamFix a subtle bug affecting multiple-socket handling...
2001-01-22 Simon TathamUpdate puttygen GUI code to use Jeremy Sawicki's better...
2001-01-22 Simon TathamAdd dependencies for puttygen.c
2001-01-22 Simon TathamClean up a couple of trivial compiler warnings.
2001-01-22 Simon TathamJeremy Sawicki's fix for the multiple-conflicting-accel...
2001-01-22 Simon TathamAbility to hide the mouse pointer on a keypress a la Word
2001-01-22 Simon TathamBring the SSH2 channel architecture up to scratch,...
2001-01-22 Simon TathamUpdate the file list in .cvsignore
2001-01-22 Simon TathamAdd a title to the Tunnels panel
2001-01-22 Simon TathamTry the blindingly-obvious fix for the hidden-controls...
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-20 Simon TathamMake sure it's SSH, and not Rlogin, which gets omitted...
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 Simon TathamKeepalives are now in seconds not minutes
2001-01-18 Simon TathamAdd a .cvsignore file
2001-01-17 Simon TathamThe `wrapnext' variable now states whether we _would_...
2001-01-17 Simon TathamTidy up that latest checkin. PS_DOTTED is spelled PS_DO...
2001-01-17 Simon TathamIntroduce alternative cursor shapes: underline, vertica...
2001-01-17 Simon TathamTrivial fix for when the two directions select differen...
2001-01-17 Simon TathamFurther work on writing the manual
2001-01-17 Simon TathamContinue writing documentation. Looks like a long job :-(
2001-01-17 Simon TathamInitial checkin of an outline for the PuTTY user manual.
2001-01-11 Simon TathamRemove rogue debug statement
2001-01-09 Simon TathamIPv4 numeric addresses were broken thanks to IPv6 patch
2001-01-09 Simon TathamOops - accidentally undid rev 1.82 [r844]
2001-01-08 Simon TathamEnable explicit changing of the window title after...
2001-01-08 Simon TathamDisable logging completely if the user selects Cancel...
2001-01-08 Simon TathamEnsure ssh specials (EOF and PING) don't occur except...
2001-01-07 Simon TathamJeroen Massar's IPv6 patch. Disabled by default, for now.
2001-01-07 Simon TathamFix for spurious Space getting sent when alt_space...
2001-01-07 Simon TathamKestutis Kupciunas's Lithuanian-friendliness patch...
2001-01-07 Simon TathamImproved session logging courtesy of Roman Pompejus
2001-01-07 Simon TathamSquelch some spurious resize events.
2001-01-07 Simon TathamAdam D Ligas's segfault: one form of connection closure...
2001-01-07 Simon TathamOops - that do-we-need-to-resize-window check failed...
2001-01-07 Simon TathamFix the System Caret so it really is invisible, and...
2001-01-07 Simon Tatham`Change Settings' now behaves sensibly w.r.t. window size.
2001-01-07 Simon TathamTurn a rogue malloc to smalloc
2001-01-07 Simon TathamApply `getservbyname' to the Port Number field in case it's
2001-01-07 Simon TathamAltGr should now work again even when Compose key disabled
2001-01-07 Simon TathamMake the colour list failsafe. Patch due to Robert de Bath
2001-01-07 Simon TathamPatch from Christian Biesinger: pscp guesses your Windo...
2000-12-18 Simon TathamApply improved WinSock error handling to the few situat...
2000-12-18 Simon TathamAttempt to get repeated key exchange working in SSH2...
2000-12-12 Simon TathamRemove unnecessary printfs from Minefield
2000-12-12 Simon TathamFix an intermittent segfault that prevented the new... 0.51
2000-12-12 Simon TathamAdded Minefield: an alternative memory allocator along...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-12-02 Simon TathamImprove SSH2 host key abstraction into a generic `signi...
2000-12-02 Simon TathamFix bugtraq 1949: server could open an agent forwarding...
2000-11-30 Simon TathamPrevent wildcards in source specs from matching . or ..
2000-11-24 Simon TathamCorrect pointer types in new clipme function
2000-11-21 Simon TathamRon Kuris's "copy everything to clipboard" patch
2000-11-21 Simon TathamPatch from Robert de Bath: increase timer resolution.
2000-11-21 Simon TathamPatch from Robert de Bath: blank the saved-session...
2000-11-21 Simon TathamOops - and if we generate link maps, "make clean" shoul...
2000-11-21 Simon TathamAdd link map files to Makefile, in case people send...
2000-11-21 Simon TathamFix segfault when you press a key before the SSH protoc...
2000-11-16 Simon TathamImprove comment so I don't misunderstand when I come...
2000-11-15 Simon TathamUse a Miller-Rabin test instead of a Fermat test; add...
2000-11-15 Simon TathamFix another silly segfault
2000-11-07 Simon TathamSoftware invocation of the System menu now pops up...
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-11-01 Simon TathamMove dprintf and the debug system out into misc.c,...
2000-10-31 Simon TathamBack off a bit of that vulnerability fix, which was...
2000-10-30 Simon TathamFix side-effect of Always On Top patch: any reconfiguri...
2000-10-30 Simon TathamReset compose state to zero when PuTTY window gains focus
2000-10-30 Simon TathamCouple of fixes for pscp's GUI interface mode
2000-10-27 Simon TathamAdd support for Always On Top. Patch due to Janes ...
2000-10-27 Simon TathamStop the "Sent username %s" message coming up twice...
2000-10-27 Simon TathamMisc bugfixes
2000-10-26 Simon TathamFormat SSH2_MSG_DISCONNECT correctly (with reason code...
2000-10-26 Simon TathamFix a segfault (addr->error was unpredictable following...
2000-10-25 Simon TathamImpose a lower limit of 256 on key lengths. This is...
2000-10-25 Simon TathamGaaah, I might have known. Split combined app cursor...
2000-10-25 Simon TathamBe more sure that state->collecting_entropy can't be...
2000-10-25 Simon TathamFix control ID bug causing rogue Appearance title bars...
2000-10-25 Simon TathamReintroduce random_stir()
2000-10-25 Simon TathamEnhance Diffie-Hellman implementation to use bignum_cmp
2000-10-24 Simon TathamFix another bignum formatting problem. This one hit...
2000-10-24 Simon TathamAdd configurable option to disable application keypad...
2000-10-24 Simon TathamAdd a couple of ellipses in system menu
next