]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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.
2005-02-15 Owen DunnGrouping boxes for the configuration dialogue. The...
2005-02-15 Jacob NevinsThe Windows host key dialogs now have a `Help' button...
2005-02-15 Simon TathamInitial checkin of a native Mac OS X port, sharing...
2005-02-15 Jacob NevinsAdd a couple of other sensible button defaults in Messa...
2005-02-15 Jacob NevinsMartin Radford points out that the default action for...
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2005-02-15 Jacob NevinsExtra note on "connection reset by peer" on Windows.
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_newliste...
2005-02-14 Jacob NevinsMartin Prikryl points out that we weren't always initia...
2005-02-14 Jacob NevinsWSAECONNABORTED: Soften claims + emphasise applicabilit...
2005-02-14 Simon TathamOh, and (there's always one) remove the unnecessary...
2005-02-14 Simon TathamSaw uxcfg.c in half down the middle, to separate out...
2005-02-13 Owen DunnDisplay panel titles and grouping box titles.
2005-02-11 Owen DunnTidy up the host key alerts a little, and swap the...
2005-02-10 Jacob NevinsMention saving mid-session and some of its wrinkles.
2005-02-10 Jacob NevinsDocument effect of settings changes on existing connect...
2005-02-10 Jacob Nevinsssh_setup_portfwd() should usually be looking at the...
2005-02-10 Jacob NevinsSlightly gratuitous logeventf() crusade and purge of...
2005-02-09 Owen DunnAdd some host key dialogue boxes. These still look...
2005-02-09 Simon TathamImprove documentation of the SCP wildcard safety issue: in
2005-02-09 Jacob NevinsMissing {Question}
2005-02-08 Ben HarrisWe _really_ don't need to hear about WSAECONNABORTED...
2005-02-08 Ben HarrisMention that a common reason for keys' being rejected...
2005-02-07 Simon TathamRevert my LF->CR change following Owen's comment that...
2005-02-07 Jacob NevinsComment explaining location in top-level directory.
2005-02-07 Jacob NevinsPetri Kero pointed out a FreeLibrary() call that should...
2005-02-07 Owen DunnAdd a comment about the deficiencies of the host key...
2005-02-06 Simon TathamReinstate the broken -e option in pterm. Also I've...
2005-02-06 Simon TathamEncapsulated most of the pty backend's variables into...
2005-02-06 Owen DunnFirst stab at a host key cache on the Mac.
2005-02-06 Simon TathamThe pty backend won't _always_ be running under X,...
2005-02-05 Simon TathamWhen allocating BSD-style ptys, we should not be satisf...
2005-02-05 Owen DunnImplement refreshing the whole dialogue box with dlg_re...
2005-02-05 Simon TathamAdded a small shell script to run enough SetFile comman...
2005-02-05 Simon TathamThis file needs to have CR line endings for MPW to...
2005-02-05 Simon TathamMac PuTTY.ppc wouldn't compile for me until I added...
2005-02-05 Owen DunnTimes and dates in the event log, fixing ltime() in...
2005-02-05 Owen Dunnmac_pollterm() is no longer useful and can be retired.
2005-02-02 Ben HarrisImplement anti-replay protection for XDM-AUTHORIZATION...
2005-02-02 Owen DunnFlashing things now work as a natural consequence of...
2005-02-02 Owen DunnMake ot_recv less voracious.
2005-02-02 Owen DunnUpdate the configuration when the window is resized.
2005-01-30 Owen DunnHide/show the scrollbar
2005-01-30 Owen DunnThe HI guidelines seem adamant that the File menu shoul...
2005-01-29 Owen DunnAnother compiler pickiness. It feels wrong to be doing...
2005-01-29 Owen DunnMake Change Settings do something.
2005-01-28 Owen DunnEnable the Open Transport networking implementation...
next