]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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_
2005-03-05 Simon TathamPlatform-independent fixes for NO_IPV6 compilation (prevent
2005-03-05 Simon TathamFixes for NO_IPV6 compilation under Unix.
2005-03-04 Jacob NevinsFix potential fault where -L/-R/-D could accept a strin...
2005-03-04 Jacob Nevinsrm some magic numbers in ssh_setup_portfwd()
2005-03-04 Jacob NevinsFix minor imprecisions in cfg->portfwd[] bounds checkin...
2005-03-03 Ben HarrisExplicitly set MIN and TIME when in raw mode to request...
2005-03-02 Owen DunnDraglists, implemented as up-down preference lists...
2005-03-02 Jacob NevinsMore confusing "(BYTE *) & val" style punctuation.
2005-03-02 Jacob Nevinsnit: confusing punctuation
2005-03-02 Jacob Nevinsrm incorrect comment
2005-03-01 Jacob NevinsFix off-by-one in memory management of PPK reading...
2005-03-01 Owen DunnClose on exit. I'm not entirely happy with the distrib...
2005-03-01 Jacob NevinsUpdate Inno Setup script. Tested with IS 5.0.8 on Win98...
2005-03-01 Jacob NevinsMention `-cleanup' caveats on multi-user systems.
2005-03-01 Jacob NevinsVC didn't like PATH_MAX. Use MAX_PATH instead. (This...
2005-03-01 Jacob NevinsAdd context help to a couple of message boxes. Unfortun...
2005-03-01 Jacob NevinsMake it clearer that `-m' is only usable with SSH.
2005-03-01 Jacob NevinsMove the MessageBox-with-help function out into winutil...
2005-02-28 Jacob NevinsMake things other than Pageant use request_file(),...
2005-02-28 Jacob NevinsFix for `pageant-dirhandle': a new wrapper functions...
2005-02-28 Jacob NevinsPSFTP now needs wildcard.o, and was only getting it...
2005-02-27 Jacob NevinsMove SaneDialogBox()/SaneEndDialog() from winmisc.c...
2005-02-27 Jacob NevinsImprove Pageant's error reporting for private key load...
2005-02-27 Jacob NevinsImprovements to PuTTYgen error reporting:
2005-02-27 Owen DunnWarn on close. Also warn before use.
2005-02-26 Jacob NevinsPull out the common compiler-specific workarounds and...
2005-02-26 Jacob NevinsAllow mkfiles.pl to put multiple verbatim sections...
2005-02-26 Jacob NevinsThe comment that Private-Hash: was not allowed in DSS...
2005-02-26 Simon TathamFix segfault on forcible window closure.
2005-02-26 Simon TathamSort out close-on-exit, connection_fatal(), fatalbox(), and
2005-02-26 Jacob NevinsWe weren't correctly discounting "." and ".." when...
2005-02-25 Jacob NevinsMakefile.lcc mentions version.o instead of .obj (not...
2005-02-25 Simon TathamPer Gunnar Floe spotted a reversed test in sftp_cleanup...
2005-02-24 Jacob NevinsAdd RT_MANIFEST arguments to dependencies for Windows...
2005-02-24 Jacob NevinsSome copyright dates that were missed in the Mac port.
2005-02-23 Owen DunnSupport for setting some options like keepalive, oobinl...
2005-02-23 Simon TathamFallout from my change in the semantics of cfg.remote_c...
2005-02-22 Owen DunnA first attempt at listening sockets in Open Transport.
2005-02-22 Simon TathamRemove the two logevent calls passing NULL as the first...
2005-02-21 Jacob NevinsRearrange verify_ssh_host_key() for robustness in the...
2005-02-21 Jacob NevinsAhem. Fix my hostkey dialog fix so that storing the...
2005-02-21 Ben HarrisMake sure that auth->xdmseen is initialised (to NULL...
2005-02-20 Jacob NevinsChange "are you sure you want to close this window...
2005-02-20 Jacob NevinsOn Windows, MessageBoxIndirect() was sometimes failing...
2005-02-20 Jacob NevinsAnother failure to crStop(0) on user abort, this time...
2005-02-20 Owen DunnSupport the drop-down menu part of the editbox control...
2005-02-20 Simon TathamBump version numbers. (Forgot to do this _before_ dropp...
2005-02-20 Simon TathamAdditional robustness to SFTP packet parsing and memory...
2005-02-19 Ben HarrisCorrect some comments based on feedback from Thomas Dickey.
2005-02-19 Owen DunnGrey the titles of group boxes when the config box...
2005-02-19 Simon TathamOops; missed out a crStop in the new host key verificat...
2005-02-19 Jacob NevinsLog file open mode lost a "b" in r5344. Windows at...
2005-02-18 Jacob NevinsNew enum constant ERROR clashed with a macro in MinGW...
2005-02-18 Simon TathamAdd plain-Unix binaries to the `make clean' list in...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-02-18 Simon TathamA few more fixes in the new asynchronous-alert-box...
2005-02-18 Owen DunnWe have a host key database, just not a very good one.
2005-02-17 Simon TathamAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-02-17 Simon TathamAhem. Actually _checking_ that asynchronous askalg...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
2005-02-17 Jacob Nevinsssh_do_close() should close any listening sockets assoc...
2005-02-17 Jacob Nevinsssh_do_close() was only closing about half the channels...
2005-02-16 Owen DunnOn the Mac, support for setting the line codepage and...
2005-02-16 Jacob Nevinsportfwd validation was sometimes not picking up a blank...
2005-02-16 Jacob NevinsFix a minor valgrind issue in dynamic port-forwarding.
2005-02-16 Jacob NevinsSimon suggests a better solution to valgrind's complain...
2005-02-16 Simon TathamOops! Didn't mean to check in the OS X Makefile; that...
2005-02-16 Jacob NevinsMinor reorganisations to WinHelp support. (Done as...
2005-02-15 Jacob NevinsUpdate on Mac ports.
next