]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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...
2014-09-09 Simon TathamMove base64_decode_atom into misc.c.
2014-09-09 Simon TathamHandle save/load of set-typed config items.
2014-09-07 Simon TathamClose the listening socket when a sharing upstream dies.
2014-09-07 Simon TathamCope with REG_SZ data not having a trailing NUL.
2014-08-27 Simon TathamFix null dereference in ldisc_configure.
2014-07-28 Simon TathamFix another crash at KEXINIT time, ahem.
2014-07-24 Simon TathamTruncate all terminal lines when we clear scrollback.
2014-07-23 Simon TathamPreserve truncated parts of terminal lines after a resize.
2014-07-13 Simon TathamAnother fix to timer handling.
2014-07-08 Simon TathamWork around a timer leak with GTK 2.4.22 on openSUSE 13.1.
2014-07-07 Simon TathamFix automatic version numbering in the Unix tarball.
2014-07-06 Simon TathamImplement this year's consensus on CHANNEL_FAILURE...
2014-05-26 Jacob NevinsReplace quaint references to floppies with "USB stick".
2014-05-13 Simon TathamExplicitly set the owning SID in make_private_security_...
2014-04-23 Simon TathamPrevent double-inclusion of ssh.h in case of -DNO_SECURITY.
2014-04-22 Simon TathamFix the prototype of the stub function in noshare.c.
2014-04-20 Simon TathamFix an annoying warning from GTK on Ubuntu 14.04.
2014-04-18 Simon TathamFix a bounds check that should have been >= not >.
2014-03-27 Simon TathamAdd auto-recognition of BUG_SSH2_RSA_PADDING for ProFTPD.
2014-03-04 Simon TathamNew FAQ, aimed at the people who periodically send us large
2014-03-04 Simon TathamStop using 'zip -k' to construct the Windows source...
2014-03-04 Simon TathamAdd 'set -e' to mksrcarc.sh, so it spots zip returning...
2014-03-04 Simon TathamHave mksrcarc.sh log its activity to standard output.
2014-02-24 Simon TathamAdd a missing bn_restore_invariant in RSA blinding code.
2014-02-22 Simon TathamAdd some assertions in sshzlib.c.
2014-02-22 Simon TathamAdd the autogenerated empty.h to CLEANFILES.
2014-02-22 Simon TathamAdd the 'subdir-objects' option in the automake makefile.
2014-02-22 Simon TathamMove the Unix configure script up to the top level.
2014-02-16 Simon TathamEnable xterm mouse reporting of wheel actions in GTK.
2014-02-16 Simon TathamStop sending release events for mouse wheel 'buttons...
2014-02-05 Simon TathamRevert half of r10135, and re-fix properly.
2014-02-04 Simon TathamFix warnings when compiling with -DNO_IPV6.
2014-01-25 Simon TathamDon't unconditionally reset scrollback on certain escap...
2014-01-25 Simon TathamFix a potential crash in ssh_setup_portfwd.
2014-01-25 Simon TathamSupport explicit IPv6 source addresses in Windows port...
2014-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2014-01-25 Simon TathamNew hostname-handling functions in misc.c.
2014-01-16 Simon TathamFix assertion failure in Unix PuTTYgen exports.
2014-01-15 Jacob NevinsIt's a new year.
2014-01-15 Jacob NevinsRemove mention of ASCIICTLS. It hasn't done anything...
2014-01-11 Simon TathamGenerate IDE project files for Visual Studio 2010 and 2012.
2014-01-07 Simon TathamRename the handle-type enumeration values.
2013-12-02 Simon TathamFix breakage of SSH-2 packet decompression by r10070.
2013-12-01 Jacob NevinsUse printf rather than echo to generate \versionid.
2013-11-30 Jacob NevinsDocument the 'bold black' hazard of bold-as-font.
2013-11-30 Simon TathamMake GTK idle and quit function setup idempotent.
2013-11-25 Simon TathamFix interaction of insch() with selection highlights.
2013-11-25 Simon TathamSwitch to using SIDs in make_private_security_descriptor().
2013-11-23 Simon TathamRemove an unused variable orphaned by r10092.
2013-11-22 Simon TathamSetEntriesInAcl returns its error code directly.
2013-11-22 Simon TathamPass the right number of entries to SetEntriesInAcl!
2013-11-22 Simon TathamInclude the numeric error code in win_strerror's output.
2013-11-18 Jacob NevinsFix up the Windows help context stuff for the new conne...
2013-11-18 Simon TathamGracefully degrade in the absence of CryptProtectMemory.
next