]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2015-11-22 Simon TathamOption to log proxy setup diagnostics to the terminal.
2015-11-22 Simon TathamIn GUI PuTTY, log standard error from local proxy commands.
2015-11-22 Simon TathamLog the setup of proxied network connections.
2015-11-22 Simon TathamFactor out the back ends' plug log functions.
2015-11-22 Simon TathamFix a memory leak in uxproxy.c.
2015-11-22 Simon TathamTell the truth about DNS lookups in the Event Log.
2015-11-22 Simon TathamRemove unused SSL declarations from network.h.
2015-11-21 Jacob NevinsDocument 'Cannot assign requested address' error.
2015-11-17 Simon TathamConvert Buildscr to use the new "do/win" mechanism.
2015-11-12 Simon TathamBig revision to CHECKLST.txt for release.pl and Mason.
2015-11-12 Simon TathamFurther release automation.
2015-11-10 Simon TathamFix potential segfaults in reading OpenSSH's ASN.1...
2015-11-10 Simon TathamFix an out-of-bounds read in fgetline().
2015-11-10 Simon TathamFix a segfault in parsing OpenSSH private key files.
2015-11-08 Jacob NevinsRationalise and document log options somewhat.
2015-11-08 Jacob NevinsAdd fuzzterm to .gitignore.
2015-11-07 Simon TathamFix an SSH-breaking bug from the fuzzing merge.
2015-11-07 Simon TathamMore post-release checklist updates, and a new script.
2015-11-07 Simon TathamOne small post-release checklist tweak.
2015-11-07 Simon TathamMake 'make install' ignore the new 'fuzzterm' binary.
2015-11-07 Simon TathamFix a build failure coming from the fuzzing branch.
2015-11-07 Simon TathamMerge Ben's branch on which he's been fuzzing PuTTY.
2015-11-07 Simon TathamPost-0.66 release checklist updates.
2015-11-07 Simon TathamMerge tag '0.66'
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-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
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-28 Ben Harrisfuzzterm: record characters being displayed.
2015-10-28 Ben Harrisfuzzterm: add some output to allow this to be used...
2015-10-28 Ben HarrisEmit a distinct error message when the SSH server's...
2015-10-28 Ben HarrisFix a null-pointer dereference in ecdsa_verifysig.
2015-10-28 Ben HarrisAdd FUZZING support to ssh.c.
2015-10-28 Ben HarrisHandle packets with no type byte by returning SSH_MSG_U...
2015-10-28 Ben HarrisAdd FUZZING build option that disables the random numbe...
2015-10-28 Ben HarrisAdd an explicit PROXY_FUZZ that just feeds a file into...
2015-10-28 Ben HarrisAdd __AFL_INIT() to uxplink to allow afl-fuzz to skip...
2015-10-28 Ben HarrisWhen checking for an existing log, store the FILE ...
2015-10-28 Ben HarrisAdd a -fuzznet option to Unix plink.
2015-10-28 Ben HarrisCheck the x argument to check_boundary() more carefully.
2015-10-28 Ben HarrisFix an assertion failure when loading Ed25519 keys.
2015-10-28 Ben HarrisSince we have bn_restore_invariant, we may as well...
2015-10-28 Ben Harrisfuzzterm: Try enabling deferred implementation under...
2015-10-28 Ben Harrisbignum_set_bit: Don't abort if asked to clear an inacce...
2015-10-28 Ben HarrisIn get_ssh_string, don't get confused by lengths >...
2015-10-28 Ben Harrisrsa2_pubkey_bits: Cope correctly with a NULL return...
2015-10-28 Ben HarrisAnother ecdsa_newkey crash: initialise ec->privateKey...
2015-10-28 Ben Harrisecdsa_newkey: fix a crash where the second curve name...
2015-10-28 Ben HarrisMore robust control sequence parameter handling.
2015-10-28 Ben HarrisFuzzable terminal emulator.
2015-10-28 Ben HarrisGratuitous colour ramps in the colour test file.
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-24 Simon TathamInitialise the random state in ssh_test_for_upstream().
2015-10-22 Jacob NevinsUpdate docs/usage for 'plink -shareexists'.
2015-10-22 Jacob NevinsUpdate docs for Ed25519 and ChaCha20-Poly1305.
2015-10-22 Jacob NevinsPuTTYgen's default hasn't been 1024 bits since 0.63.
2015-10-18 Simon TathamFix a double-free in Windows Pageant.
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-09-28 Simon TathamMake 'extend selection' mouse button work again.
2015-09-28 Simon TathamInclude stdint.h (where available) for uintptr_t.
2015-09-26 Simon TathamSet GTK3 as the default, and stop marking it unfinished.
2015-09-26 Simon TathamWiden the GTK askalg() message box.
2015-09-26 Simon TathamMake sure Escape terminates the About box.
2015-09-26 Simon TathamMake sure Escape in a message box always does something.
2015-09-26 Simon TathamFix GTK keyboard-shortcut focusing of CTRL_LISTBOX.
2015-09-26 Simon TathamPermit the config box treeview to be keyboard-selected.
2015-09-26 Simon TathamRemove a couple of outdated FIXME comments.
2015-09-26 Simon TathamAdd some missing GTK focus-in event handlers.
2015-09-26 Simon TathamDon't defer displaying the prompt label in gtkask.
2015-09-26 Simon TathamBring the gtkask.c test main() up to date.
2015-09-26 Simon TathamVisually distinguish charset headings in GTK3 unifontsel.
2015-09-26 Simon TathamFix combining character handling in Pango.
2015-09-25 Simon TathamFix winhandl.c's failure to ever free a foreign handle.
next