]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2016-02-29 Simon TathamUpdate version number for 0.67 release. 0.67
2016-02-29 Simon TathamRemove spurious -shareexists reference in Plink docs.
2016-02-29 Simon TathamMake get_user_sid() return the cached copy if one alrea...
2016-02-29 Simon TathamMention the new Secure Contact Key in the GPG docs...
2016-02-29 Simon TathamTighten up pointer handling after ssh_pkt_getstring.
2016-02-29 Simon TathamFix vulnerability CVE-2016-2563 in old scp protocol.
2016-02-29 Jacob NevinsIt's a new year.
2016-02-29 Colin WatsonFix strict-aliasing warnings in sk_tcp_peer_info.
2016-02-29 Colin WatsonAvoid -Wmisleading-indentation warnings with GCC 6.
2016-02-29 Simon TathamFix a 64-bit-cleanness error in sshcrc's generator.
2016-02-29 Simon TathamRemove some unused variables.
2016-02-29 Simon TathamAdd the new copy.but to .gitignore.
2016-02-29 Simon TathamAutogenerate licence text in doc subdir from LICENCE.
2016-02-29 Simon TathamStop copying the licence text into C source code.
2016-02-29 Simon TathamUse readonly edit controls in some Windows dialogs.
2016-02-29 Simon TathamMake some static text in GTK dialogs selectable.
2016-02-29 Simon TathamPut back in a missing dynamic-load wrapper on SetSecuri...
2016-02-29 Simon TathamCode-sign the Windows PuTTY binaries and installer.
2016-02-29 Simon TathamFix a mistaken use of a format string in logevent().
2016-02-29 Owen DunnMove sfree inside if.
2016-02-29 Owen DunnDocument UNPROTECT define that disables tightened ACL.
2016-02-29 Owen DunnSurround process protection with an #ifndef UNPROTECT
2016-02-29 Simon TathamMake our process's ACL more restrictive.
2016-02-29 Simon TathamFix a memory leak in uxproxy.c.
2016-02-29 Owen DunnMove SID-getting code into a separate function so it...
2016-02-29 Jacob NevinsDocument 'Cannot assign requested address' error.
2016-02-29 Simon TathamConvert Buildscr to use the new "do/win" mechanism.
2016-02-29 Simon TathamBig revision to CHECKLST.txt for release.pl and Mason.
2016-02-29 Simon TathamFurther release automation.
2016-02-29 Simon TathamFix potential segfaults in reading OpenSSH's ASN.1...
2016-02-29 Simon TathamFix an out-of-bounds read in fgetline().
2016-02-29 Simon TathamFix a segfault in parsing OpenSSH private key files.
2016-02-29 Jacob NevinsRationalise and document log options somewhat.
2016-02-29 Simon TathamMore post-release checklist updates, and a new script.
2016-02-29 Simon TathamOne small post-release checklist tweak.
2016-02-29 Simon TathamPost-0.66 release checklist updates.
2016-02-29 Ben Harrisbignum_set_bit: Don't abort if asked to clear an inacce...
2015-11-07 Simon TathamUpdate version number for 0.66 release. 0.66
2015-11-07 Simon TathamDocument the new session-logging command line options.
2015-10-29 Jacob NevinsPuTTYgen's default hasn't been 1024 bits since 0.63.
2015-10-29 Simon TathamFix winhandl.c's failure to ever free a foreign handle.
2015-10-29 Simon TathamAdd a FAQ for 'checksum mismatch' reports.
2015-10-27 Ben HarrisCheck the x argument to check_boundary() more carefully.
2015-10-27 Ben HarrisMore robust control sequence parameter handling.
2015-10-24 Ben HarrisHandle packets with no type byte by returning SSH_MSG_U...
2015-10-24 Ben HarrisWhen checking for an existing log, store the FILE ...
2015-10-24 Ben Harrisrsa2_pubkey_bits: Cope correctly with a NULL return...
2015-10-17 Tim KosseFix a format string vulnerability if MALLOC_LOG is set.
2015-10-17 Tim KosseFix format string vulnerabilities.
2015-10-17 Simon TathamSanitise bad characters in log file names.
2015-10-17 Simon TathamShout more loudly if we can't open a log file.
2015-10-17 Simon TathamCommand-line options to log sessions.
2015-10-17 Simon TathamFix spurious EAGAIN in Plink host key (and other) prompts.
2015-10-17 Simon TathamKey rollover: fix the .htaccess files built by Buildscr.
2015-10-17 Simon TathamKey rollover: cut and paste errors in pgpkeys.but.
2015-10-17 Simon TathamKey rollover: add a checklist item for the Download page.
2015-10-17 Simon TathamKey rollover: put the new Master Key fingerprint in...
2015-10-17 Simon TathamKey rollover: switch to signing using the new keys.
2015-10-17 Simon TathamKey rollover: rewrite the PGP keys manual appendix.
2015-10-17 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-10-17 Simon TathamPerformance: cache character widths returned from Pango.
2015-10-17 Simon Tatham'pterm --display' should set $DISPLAY inside the terminal.
2015-10-17 Simon TathamNew formatting directive in logfile naming: &P for...
2015-10-17 Simon TathamWork around a failure in Windows 10 jump lists.
2015-10-17 Simon TathamDon't try to load GSSAPI libs unless we'll use them.
2015-10-17 Simon TathamHandle the VK_PACKET virtual key code.
2015-10-17 Simon TathamTurn the Windows PuTTY main window into a Unicode window.
2015-10-17 Simon TathamNew centralised helper function dup_mb_to_wc().
2015-10-17 Simon TathamPost-0.65 release checklist updates.
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.
next