]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2005-04-25 Ben HarrisMove generation of the "configure" script into its...
2005-04-25 Ben HarrisAdd a mechanism for using autoconf to detect the quirks...
2005-04-24 Ben HarrisOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-23 Ben HarrisNow that we've got at least some SDCTR modes working...
2005-04-22 Jacob NevinsStir in process ID at start.
2005-04-22 Jacob NevinsChange proxy-dns `Auto' default for SOCKS5 from local...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-20 Ben HarrisIfdef out the actual code supporting 3des-ctr and blowf...
2005-04-20 Ben HarrisSimon (accidentally, I think) enabled 3des-ctr and...
2005-04-20 Ben HarrisMinimally document our support of aes*-ctr.
2005-04-20 Ben HarrisEnable arcfour256-draft-00@putty.projects.tartarus...
2005-04-19 Jacob NevinsInvent a way of specifying control characters numerical...
2005-04-19 Jacob NevinsPull out parsing of ^C style strings from the terminal...
2005-04-19 Jacob NevinsRemove "none" from the MACs we offer to support in...
2005-04-18 Jacob NevinsAdd ability to construct SSH-1 packets incrementally...
2005-04-18 Jacob NevinsAdd a comment describing `dummyitem' in prefslist and...
2005-04-18 Simon TathamRecent CTR mode changes stopped OS X PuTTY from compili...
2005-04-15 Ben HarrisIndex "Event Log", "system menu", and "context menu...
2005-04-14 Ben HarrisImplement my experimental arcfour modes. The 256-bit...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-11 Jacob NevinsComment: change "window.c" to "the front end"
2005-04-11 Jacob NevinsFactor out the code to read and write the Environment...
2005-04-11 Jacob NevinsRetire winctrls.c:multiedit() in favour of a new simple...
2005-04-09 Jacob NevinsAdd WS_VSCROLL style to drop-down non-combo boxes,...
2005-04-07 Jacob NevinsTone down canonical-name resolution when using getaddri...
2005-04-07 Simon TathamI always get a lot of personal mail about PuTTY when...
2005-04-07 Jacob NevinsOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 Jacob NevinsAdd keyboard accelerators for IPv4/IPv6 selections options.
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-04-07 Jacob NevinsIn get_sesslist(), when freeing, set freed members...
2005-04-06 Ben HarrisRemove support for the "rijndael256-cbc", "rijndael192...
2005-04-06 Ben HarrisImplement SDCTR modes, as defined in the newmodes draft...
2005-04-06 Jacob Nevins`xp-wont-run': Apparently my application-manifest trims...
2005-04-05 Simon TathamVersion number and other tweakings prior to the 0.58... 0.58
2005-04-05 Jacob Nevinstweak wording in "pscp -ls"
2005-04-05 Jacob Nevinsadd XXX-REMOVE-BEFORE-RELEASE re uninstaller
2005-04-05 Jacob NevinsAdd target to build `info' file.
2005-04-05 Jacob NevinsAdd versionid for index.
2005-04-05 Jacob NevinsIndex the complete PuTTY manual.
2005-04-04 Ben HarrisNULL needs to be cast to void * when passed to a variad...
2005-04-01 Jacob Nevins#ifdef out expensive combining-character/scrollback...
2005-04-01 Simon Tathamsk_address_is_local() was ignoring the possibility...
2005-03-31 Simon TathamAdd text to the troubleshooting chapter about the error...
2005-03-31 Simon TathamFAQ entry on rekeys: Jacob would like to pre-emptively...
2005-03-31 Simon TathamBeef up the `unfinished and experimental' warnings...
2005-03-31 Jacob NevinsXXX-REMOVE-BEFORE-RELEASE: check docs too
2005-03-30 Simon TathamFurther fix for lcc-win32. The PuTTY suite now compiles...
2005-03-30 Jacob Nevinsfaq-timeout: update for XP
2005-03-30 Simon Tatham<1112163342.018492.101240@f14g2000cwb.googlegroups.com> on
2005-03-29 Simon TathamSmall markup fixes I just noticed, mostly use of litera...
2005-03-29 Simon TathamAfter we receive EOF on stdin, we should clear ssh...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-03-24 Jacob NevinsIn fact, I'll document the wrinkle with "plink -load...
2005-03-24 Jacob NevinsFix comment re dmemdumpl()
2005-03-23 Jacob NevinsSince Markus Kuhn no longer explicitly places wcwidth...
2005-03-23 Jacob Nevins`wcwidth-upgrade': upgrade to latest wcwidth.c from...
2005-03-23 Jacob NevinsAnother fix from Hung-Te Lin; apparently in some IMEs...
2005-03-22 Jacob NevinsFix my fix (r5539) to the `multi-changesettings-crash...
2005-03-22 Jacob NevinsAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-21 Jacob NevinsHung-Te Lin spotted that the `multi-changesettings...
2005-03-21 Jacob NevinsMention PUTTY.RND by name
2005-03-21 Simon TathamMartin Trautmann spotted a bare char being passed to...
2005-03-21 Jacob NevinsTrim application manifests as much as MS' documentation...
2005-03-21 Jacob NevinsImprovement for IME font display from Hung-Te Lin.
2005-03-20 Jacob NevinsAdd comments about default processing in DialogProc...
2005-03-19 Ben HarrisRevert last change: Some versions of the GNU C Library...
2005-03-19 Ben HarrisIf it's available, try to use clock_gettime(CLOCK_MONOT...
2005-03-19 Simon TathamWork around lcc's annoying (but, even more annoyingly...
2005-03-19 Jacob NevinsMore compact display for the key links/fingerprints...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-18 Simon TathamAfter we thaw a frozen socket, we apparently need to...
2005-03-18 Jacob NevinsI believe MAC/CRC errors can be caused by network corru...
2005-03-17 Simon TathamHung-Te Lin's fix for intermittent WM_PAINT problems.
2005-03-17 Simon TathamThe structural reorganisation of ssh.c (r4909) caused
2005-03-16 Jacob Nevinsfaq-savedsettings: mention Default Settings
2005-03-16 Simon TathamFix `telnet-option-loop', I think. (Untested except...
2005-03-15 Owen DunnAdd protection against multiple Change Settings dialogues.
2005-03-15 Owen DunnFix pterm-logtype-crash
2005-03-14 Jacob NevinsConsistent indenting in option specs
2005-03-11 Jacob Nevinspunctuation nit
2005-03-11 Jacob NevinsRetire MINGW32_FIX. It was a fix for a blatant bug...
2005-03-11 Jacob NevinsMake it clearer which protocol version various bugs...
2005-03-11 Simon TathamFiddle with source archive for new OS X files.
2005-03-10 Simon TathamThanks to D H Becker for sending in an icon. I'd have...
2005-03-10 Ben HarrisExpand "v" to "version" when discussing SSH protocol...
2005-03-10 Ben HarrisWhen we're quoting user-interface text from PuTTY 0...
2005-03-10 Ben HarrisFix an "SSH v1" that Jacob missed (because it spanned...
2005-03-10 Ben HarrisMake it clear that even when using SSH 2, you only...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-10 Simon TathamSupport multiple anchor name types now that Jacob has...
2005-03-10 Owen DunnProtect against multiple Change Settings dialogues...
2005-03-08 Jacob NevinsBen Hutchings reports that new PuTTY instances created...
2005-03-08 Jacob NevinsMiscellaneous tweaks.
2005-03-07 Simon TathamCharlie at work points out that the screen FAQ contains...
2005-03-07 Simon Tatham`What commands can I type into my PuTTY session' is...
2005-03-06 Jacob NevinsAdd notification when using the various auth methods...
2005-03-06 Jacob NevinsFix sense of test in previous checkin :)
2005-03-06 Simon TathamI'm sick and tired of the persistent reports of lineptr...
2005-03-05 Simon TathamOver-enthusiastic assertions in the port forwarding...
2005-03-05 Simon TathamMake sure we do notify_remote_exit(ssh->frontend) _before_
next