]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2015-07-25 Simon TathamBump version number for 0.65 release. 0.65
2015-06-25 Ben HarrisWhen PSFTP exits in batch mode due to a command failure...
2015-06-22 Simon TathamFix a crash when connection-sharing during userauth.
2015-06-22 Simon TathamFix a mismerge in kex null-pointer checks.
2015-06-20 Simon TathamFix accidental dependence on Windows API quirk in confi...
2015-06-20 Simon TathamAdd missing null-pointer checks in key exchange.
2015-06-20 Simon TathamUse 64-bit BignumInt wherever __uint128_t is available.
2015-06-20 Simon TathamImprove integer-type hygiene in bignum code.
2015-06-20 Simon TathamProvide a stub random_byte() to make 'testbn' compile...
2015-06-20 Simon TathamDon't try sending on sharing channels.
2015-06-20 Simon TathamClean up downstream sockets when upstream loses its...
2015-06-20 Simon TathamMove BignumInt definitions into a header file.
2015-06-20 Simon TathamCommit my replacement Windows I-beam mouse pointer.
2015-06-20 Simon TathamFix a compile warning with -DDEBUG.
2015-06-20 Simon TathamLog the client process ID for Windows named pipes too.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-06-20 Simon TathamCompletely remove the privdata mechanism in dialog.h.
2015-06-20 Simon TathamFix two small memory leaks in config mechanism.
2015-06-20 Simon TathamProvide a script to regenerate the Blowfish init tables.
2015-06-20 Simon TathamPaste error in comment.
2015-06-20 Simon TathamAdd smemclrs of all hash states we destroy.
2015-06-20 Simon TathamUse a timing-safe memory compare to verify MACs.
2015-06-20 Simon TathamFix a few memory leaks.
2015-06-20 Simon TathamDivide the Bugs panel in half.
2015-06-20 Simon TathamSupport RFC 4419.
2015-06-20 Jacob NevinsOld Dropbear servers have the ssh-close-vs-request bug.
2015-06-20 Simon TathamFix a dangerous cross-thread memory access.
2015-06-20 Simon TathamClean up a stale foreign handle in winnps.c.
2015-06-20 Simon TathamDon't output negative numbers in the ESC[13t report.
2015-06-20 Simon TathamStop Windows PuTTY becoming unresponsive if server...
2015-06-20 Jacob NevinsMove kh2reg.py link from svn to git.
2015-06-20 Simon TathamAdd a new checklist item.
2015-06-20 Simon TathamTypo.
2015-06-20 Simon TathamReorganise the release checklist.
2015-06-20 Simon TathamNew 'contrib' tool: a script for faking initial KEX.
2015-06-20 Simon TathamImprove comments in winhandl.c.
2015-02-28 Simon TathamBump version number for 0.64 release. 0.64
2015-02-28 Simon TathamAdd some missing smemclrs and sfrees.
2015-02-28 Simon TathamFix an erroneous length field in SSH-1 key load.
2015-02-28 Simon TathamEnforce acceptable range for Diffie-Hellman server value.
2015-02-27 Jacob NevinsRefresh the Windows installer README.txt.
2015-02-24 Jacob NevinsMake kh2reg.py compatible with modern Python.
2015-02-07 Simon TathamMark handles defunct before calling gotdata/sentdata.
2015-02-07 Simon TathamFix handle leak in winhandl.c.
2015-01-18 Jacob NevinsRemove user-key-oriented advice from host key docs.
2015-01-05 Jacob NevinsUse local username consistently in Unix Plink.
2015-01-05 Jacob NevinsFix a copy-and-pasted comment.
2015-01-05 Jacob NevinsIt's a new year.
2014-12-20 Simon TathamFix a handle leak in Windows PSFTP.
2014-12-20 Simon TathamAdd a missing freeaddrinfo() in Unix sk_newlistener.
2014-12-20 Simon TathamClose the remote file handle if sftp_put_file's fstat...
2014-11-22 Simon TathamStop referring to Plink as "PuTTY Link".
2014-11-22 Simon TathamAnother missing initialisation.
2014-11-22 Simon TathamConsistently use &def for %makefile_extra pieces.
2014-11-22 Simon TathamAdd some missing initialisations.
2014-11-22 Simon TathamDon't reject _and_ accept X forwarding requests!
2014-11-22 Simon TathamFix assorted memory leaks.
2014-11-22 Simon TathamFix uninitialised variable in two Windows event loops.
2014-11-22 Simon TathamClarify when ldisc->term may be NULL.
2014-11-22 Simon TathamFix typo in validate_manual_hostkey().
2014-11-10 Simon TathamShut down connshare upstream along with the SSH connection.
2014-11-09 Jacob NevinsFree copied Conf in log_free().
2014-11-09 Jacob NevinsDisable some mid-session configs for downstreams.
2014-11-09 Jacob NevinsDisable manual host key config in mid-session.
2014-11-08 Jacob NevinsDocument IPv6 literal syntax for tunnels.
2014-11-08 Jacob NevinsFix a double-free in the Gtk event log.
2014-11-08 Jacob NevinsDiscourage SSH-1 in documentation.
2014-11-08 Jacob NevinsDon't try SSH-1 by default.
2014-11-08 Jacob NevinsTweak SSH protocol version refusal messages.
2014-11-08 Jacob NevinsCross-reference 'logical host' and host key config docs.
2014-11-08 Jacob NevinsTweak key file config docs re Pageant.
2014-11-08 Jacob NevinsRearrange SSH bug docs to match the GUI.
2014-11-08 Jacob NevinsClarify that port forwarding is of TCP connections.
2014-11-08 Jacob NevinsRefer to X11 'graphical applications'.
2014-11-08 Jacob NevinsCorrect default lines of scrollback in the docs.
2014-11-04 Jacob NevinsUse a shorter name for the channel close bug.
2014-11-03 Jacob NevinsFix definition of surrogate macros.
2014-11-01 Simon TathamAdd some missing invariants in bigdiv and bigmod.
2014-11-01 Ben HarrisRemove an unused variable.
2014-11-01 Ben HarrisReport correct error when FormatMessage fails.
2014-11-01 Ben HarrisUpdate documentation to refer to Git rather than Subver...
2014-11-01 Simon TathamMove definition of SECURITY_WIN32 from makefiles into...
2014-10-28 Simon TathamFix two double-frees in ssh2_load_userkey().
2014-10-26 Simon TathamUpdate the example bob command in the release checklist.
2014-10-25 Simon TathamAdd a .gitignore, now this project is in git.
2014-10-21 Jacob NevinsCross-reference the description of winadj@putty.project...
2014-10-01 Simon TathamTurn mkunxarc.sh back into an ordinary sh script.
2014-10-01 Simon TathamAdd a missing bounds check in the Deflate decompressor.
2014-09-24 Simon TathamRework versioning system to not depend on Subversion.
2014-09-23 Jacob NevinsCorrect man page description of -hostkey to match actua...
2014-09-23 Simon TathamBodge around the failing Coverity build in winshare.c.
2014-09-20 Jacob NevinsAdd some index terms for host key overrides.
2014-09-20 Jacob NevinsUpdate transcripts for recent command-line help changes.
2014-09-20 Jacob NevinsMove -sercfg out of the "SSH only" section of command...
2014-09-20 Jacob NevinsUpdate command-line help and man pages for -hostkey.
2014-09-20 Jacob NevinsDon't show SSH connection sharing options mid-session...
2014-09-09 Jacob NevinsFix a FIXME and a markup error in the manual host key docs.
2014-09-09 Simon TathamChange the naming policy for connection-sharing Unix...
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-09-09 Simon TathamAdd an option to suppress horizontal scroll bars in...
next