]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2007-11-26 Simon Tathamsktree is indexed on the numeric value of the socket...
2007-10-27 Jacob NevinsReset mouse reporting mode as part of resetting the...
2007-10-19 Jacob NevinsMarc TERRIER pointed out a couple of places that claim...
2007-10-03 Ben HarrisReplace mentions of SSH-2 I-Ds with references to the...
2007-10-03 Ben Harrissnew() always returns non-NULL, so checking if its...
2007-10-03 Ben HarrisFactor out the increasingly complicated SSH-2 channel...
2007-10-03 Ben HarrisTake the code that does flow control in SSH-1, and...
2007-10-02 Ben HarrisMore fixes to stdout and stderr. When the backlog...
2007-10-02 Ben HarrisAs far as I can see (at least in NetBSD) O_NONBLOCK...
2007-10-01 Ben HarrisRather than rejecting spurious SSH_MSG_CHANNEL_SUCCESSe...
2007-09-30 Ben HarrisMerge the looking up of channel numbers for SSH-2 chann...
2007-09-30 Ben HarrisSet cfg.ssh_simple if there are no forwardings.
2007-09-30 Ben HarrisWhen writing session data to stdout or stderr, switch...
2007-09-29 Ben HarrisNow that PuTTY is actually using names "@putty.projects...
2007-09-29 Ben HarrisAdd support for resetting the terminal modes on stderr...
2007-09-24 Ben HarrisMy changes in r7738 (O_NONBLOCK for Unix Plink) were...
2007-09-24 Ben HarrisManifest constants are good. Introduce plink to STD...
2007-09-24 Ben Harrisstdout and stderr should be made O_NONBLOCK so that...
2007-09-24 Ben HarrisAdd support for automatically tuning the SSH-2 window...
2007-09-22 Ben HarrisDocument "No supported authentication methods available...
2007-09-21 Simon TathamHarvey Kwok observes that EnumPrinters() can sometimes...
2007-09-20 Ben HarrisDon't try SSH-1 RSA authentication unless the server...
2007-09-20 Ben HarrisIn SSH-1, don't attempt password authentication unless...
2007-09-03 Ben HarrisAvoid "unused variable" warning when NO_IPV6 defined.
2007-09-03 Ben HarrisSuggest another ttymode we could usefully set automatic...
2007-09-03 Simon Tathamssh->mainchan can be NULL; try not to segfault in that...
2007-08-07 Ben HarrisCorrectly terminate nc target hostname when copying it.
2007-08-06 Ben HarrisUse "int" rather than "unsigned" as the argument to...
2007-08-05 Ben HarrisMay as well reference an RFC rather than an Internet...
2007-08-05 Ben HarrisSmall window-handling tweaks. Set the default big...
2007-08-04 Ben HarrisRemember to clear ssh_simple when initialising config.
2007-08-04 Ben HarrisIn the file-transfer applications, which only ever...
2007-08-04 Ben Harris"CR implies LF" patch, based on one from Paul Coldrey.
2007-08-04 Ben HarrisTweak window handling so that we send a window adjust...
2007-08-04 Ben HarrisWhen omitting session data from logs, don't omit the...
2007-08-04 Ben HarrisTweak to window handling: Keep the local window in...
2007-07-29 Ben HarrisDon't throw away data that we receive before we're...
2007-07-22 Jacob NevinsNote lack of proxy auto-detection.
2007-07-21 Ben HarrisSplit pkt_ctx into a separate enumeration for each...
2007-07-21 Ben HarrisArrange that log_packet() isn't called for raw data...
2007-07-19 Ben HarrisSeparate out the code for creating and sending SSH...
2007-07-18 Ben HarrisUpdate an outdated comment.
2007-07-01 Jacob NevinsImplement Marcin Bulandra's suggestion of only automati...
2007-07-01 Jacob NevinsRemove port number validation from Windows PuTTY -...
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-06-30 Simon TathamFix a couple of signedness compiler warnings, presumabl...
2007-06-30 Simon TathamTong Ho points out a missing ssh_pkt_ensure().
2007-05-29 Jacob NevinsIndex "MAC" a bit more thoroughly.
2007-05-29 Jacob NevinsExplicitly spell out that "incorrect MAC" type errors...
2007-05-22 Simon TathamRetire the e-gold link. Nobody's used it in years;...
2007-05-09 Ben HarrisThese days, you _can_ save a host name in Default Settings.
2007-05-01 Ben HarrisMake bounds of automatic array constant.
2007-05-01 Jacob NevinsSince r7496, Pageant needs sshsh256 to build (although...
2007-05-01 Simon TathamReindent the section that was marked `XXX The lines...
2007-04-30 Ben HarrisAdd support for RFC 4432 RSA key exchange, the patch...
2007-04-30 Ben HarrisCreate installations directories before installing...
2007-04-29 Simon TathamUpdate version numbers for 0.60 release. 0.60
2007-04-22 Simon TathamAvoid creating the Session/hostport control set in...
2007-04-22 Simon TathamCapitalisation error.
2007-04-10 Ben HarrisWhen we get an error writing to a local file, stop...
2007-04-02 Simon TathamWhen the comments say `if we're in restart mode', the...
2007-03-27 Simon TathamIn the wake of r7415, let's have some better error...
2007-03-27 Simon TathamWindows apparently sends ERROR_BROKEN_PIPE when a pipe...
2007-03-27 Simon TathamPatch from John Sullivan: process double-clicks in...
2007-03-19 Ben HarrisFix a stupid one-character typo that was breaking 256...
2007-03-13 Jacob Nevinsget_random_data() can return NULL (for instance, if...
2007-02-28 Jacob NevinsProcess -t/-T later than -m, so that they can override...
2007-02-28 Jacob NevinsPrepend \\.\ to configured serial line string, to allow...
2007-02-25 Jacob NevinsAttempt to scrub -pw's argument in argv[], to make...
2007-02-25 Jacob NevinsDelay evaluating the "-pw" option, so we can criticise...
2007-02-25 Jacob NevinsSince r7265, a user could not launch a PuTTY session...
2007-02-24 Jacob Nevins"-noagent" and friends should be marked SAVEABLE, to...
2007-02-24 Simon TathamGareth pointed out yesterday that the Unix terminal...
2007-02-18 Jacob NevinsThis reordering of the Unix Makefiles (requested by...
2007-02-18 Jacob NevinsIn controls where a list of entries is manipulated...
2007-02-18 Jacob NevinsAllow dlg_listbox_index() to be called on multi-selecti...
2007-02-18 Simon TathamBring the OS X front end up to date with recent changes...
2007-02-18 Jacob NevinsCtrl-Break now sends a Break signal (previously it...
2007-02-17 Ben HarrisUse preprocessor trickery to make the signal translatio...
2007-02-17 Ben Harrisssh2_set_window checks whether the channel is being...
2007-02-17 Jacob NevinsUnbreak "Duplicate session" on Windows, in a similar...
2007-02-16 Simon Tathamr7265 broke the legacy `putty @sessionname' constructio...
2007-02-15 Jacob NevinsLICENCE in the installer should have CP/M line endings.
2007-02-13 Jacob NevinsIt turns out that HH_INITIALIZE and HH_UNINITIALIZE...
2007-02-11 Jacob NevinsNote that htmlhelp.h from HTML Help Workshop works...
2007-02-11 Jacob NevinsTypo.
2007-02-10 Simon TathamSince we're now able to cope with Default Settings...
2007-02-10 Simon TathamAvoid launching a session from the Default Settings...
2007-02-08 Simon TathamI've changed my mind about the PuTTY build script....
2007-02-08 Simon TathamThe big payoff from bob (from my POV at least): the...
2007-02-06 Jacob Nevins`installer.ico' doesn't fit into 8.3, so gets truncated...
2007-02-06 Ben HarrisWhen emitting SSH_MSG_IGNORE to protect against known...
2007-02-05 Simon TathamAhem; other half of r7232...
2007-02-05 Simon TathamWhen calling TIOCSCTTY, it helps to pass it an fd that...
2007-02-05 Simon TathamAvoid passing modified SVN revision numbers (of the...
2007-02-05 Simon TathamFiddle further with .htaccess: add some $s on the ends...
2007-02-05 Simon TathamHTTP redirects for the variably-named signatures as...
2007-02-05 Simon TathamScript to generate signatures on the various PuTTY...
2007-02-05 Simon TathamFixes for snapshot building using bob. All of releases...
2007-02-05 Simon TathamBe slightly more forgiving about the nature of SVN_REV...
next