]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2015-05-12 Simon TathamSupport loading public-key-only files in Unix PuTTYgen.
2015-05-12 Simon TathamUtility function: bignum_from_decimal.
2015-05-12 Simon TathamUtility function: 'chomp'.
2015-05-11 Ben HarrisExpand comment on BUG_SSH2_OLDGEX to make it clear...
2015-05-11 Ben HarrisSimplify ssh_pkt_addstring_str().
2015-05-11 Simon TathamUnix Pageant: first draft of -l key list option.
2015-05-11 Simon TathamUnix Pageant: support loading keys.
2015-05-11 Simon TathamUnix Pageant: link in uxagentc.c and uxcons.c.
2015-05-11 Simon TathamUnix Pageant: prepare to add client-side modes.
2015-05-11 Simon TathamFix faulty length fields in pageant_get_keylist*().
2015-05-11 Simon TathamSupport synchronous agent requests on Unix.
2015-05-11 Simon TathamUnix Pageant: move handling of --exec arguments.
2015-05-11 Simon TathamPageant: factor out cross-platform parts of add_keyfile().
2015-05-11 Simon TathamConst-correctness in key-loading functions.
2015-05-11 Simon TathamUnix Pageant: -T option, tying lifetime to controlling tty.
2015-05-10 Simon TathamClear an extra low bit in EdDSA exponent calculation.
2015-05-10 Simon TathamSort out the mess with OpenSSH key file formats.
2015-05-09 Chris StaiteSupport public keys using the "ssh-ed25519" method.
2015-05-09 Chris StaiteSupport ECDH key exchange using the 'curve25519' curve.
2015-05-09 Chris StaiteProvide a little-endian version of bignum_from_bytes().
2015-05-09 Simon TathamVary cmdgen's default key size based on key type.
2015-05-09 Simon TathamConst-correctness in the debug functions!
2015-05-08 Simon TathamCompletely remove the privdata mechanism in dialog.h.
2015-05-08 Simon TathamFix two small memory leaks in config mechanism.
2015-05-07 Simon TathamRemove the list of key algorithms in pageant.c.
2015-05-07 Simon TathamClean up Unix Pageant's setup and teardown.
2015-05-07 Simon TathamFix the inverted return values in pageant_add_ssh*_key().
2015-05-06 Simon TathamFix SSH-1 RSA key handling in Pageant.
2015-05-06 Simon TathamPut proper logging into Pageant.
2015-05-06 Simon TathamRemove some FIXMEs left in from initial work.
2015-05-05 Simon TathamProvide a Unix port of Pageant.
2015-05-05 Simon TathamMove make_dir_and_check_ours() out into uxmisc.c.
2015-05-05 Simon TathamCross-platform support for speaking SSH agent protocol...
2015-05-05 Simon TathamMove half of Pageant out into a cross-platform source file.
2015-05-05 Simon TathamConst-correctness in x11_setup_display.
2015-05-05 Simon TathamConst-correctness in public-key functions.
2015-05-02 Simon TathamUse find_pubkey_alg in openssh_read_new().
2015-04-28 Simon TathamWrite an exporter for the new OpenSSH format.
2015-04-28 Simon TathamCompletely separate old and new OpenSSH key handling code.
2015-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
2015-04-28 Simon TathamFix enum-conflation in cmdgen.c.
2015-04-27 Simon TathamTeach PuTTYgen to import from OpenSSH's new key format.
2015-04-27 Simon TathamSome miscellaneous marshalling helpers.
2015-04-27 Simon TathamProvide a script to regenerate the Blowfish init tables.
2015-04-27 Simon TathamImplementation of OpenSSH's bcrypt.
2015-04-27 Simon TathamPaste error in comment.
2015-04-26 Simon TathamAdd smemclrs of all hash states we destroy.
2015-04-26 Simon TathamUse a timing-safe memory compare to verify MACs.
2015-04-26 Simon TathamSupport OpenSSH encrypt-then-MAC protocol extension.
2015-04-26 Simon TathamFix a few memory leaks.
2015-04-25 Simon TathamDivide the Bugs panel in half.
2015-04-25 Simon TathamSupport RFC 4419.
2015-04-23 Jacob NevinsOld Dropbear servers have the ssh-close-vs-request bug.
2015-04-07 Simon TathamFix a dangerous cross-thread memory access.
2015-04-07 Simon TathamClean up a stale foreign handle in winnps.c.
2015-03-07 Simon TathamDon't output negative numbers in the ESC[13t report.
2015-03-07 Simon TathamStop Windows PuTTY becoming unresponsive if server...
2015-03-01 Jacob NevinsMove kh2reg.py link from svn to git.
2015-02-28 Jacob NevinsMinimal documentation for ECDSA/ECDH support.
2015-02-28 Simon TathamAdd a new checklist item.
2015-02-28 Simon TathamTypo.
2015-02-28 Simon TathamReorganise the release checklist.
2015-02-28 Simon TathamNew 'contrib' tool: a script for faking initial KEX.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
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 NevinsMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsRefresh the Windows installer README.txt.
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMake kh2reg.py compatible with modern Python.
2015-02-07 Simon TathamImprove comments in winhandl.c.
2015-02-07 Simon TathamMerge branch 'pre-0.64'
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 NevinsMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsRemove user-key-oriented advice from host key docs.
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsUse local username consistently in Unix Plink.
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsFix a copy-and-pasted comment.
2015-01-05 Jacob NevinsIt's a new year.
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-12-20 Simon TathamDo an smemclr(bytes) in bignum_random_in_range.
2014-12-20 Simon TathamFix memory management in bignum_random_in_range.
2014-12-20 Simon TathamFix a handle leak in Windows PSFTP.
2014-12-20 Simon TathamFixes to memory management in the elliptic curve code.
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 TathamMerge branch 'pre-0.64'
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 TathamMove echo/edit state change functionality out of ldisc_...
2014-11-22 Simon TathamMerge branch 'pre-0.64'
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.
next