]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Merge tag '0.66'
[PuTTY.git] / ssh.c
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-24 Ben HarrisHandle packets with no type byte by returning SSH_MSG_U...
2015-10-24 Simon TathamInitialise the random state in ssh_test_for_upstream().
2015-10-17 Simon TathamDon't try to load GSSAPI libs unless we'll use them.
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-09-25 Simon TathamFactor out ssh_hostport_setup().
2015-09-24 Simon TathamDon't try to agree a MAC we'll never use.
2015-09-10 Simon TathamSplit ssh2_cipher's keylen field into two.
2015-08-21 Simon TathamRemove arbitrary limit SSH2_MKKEY_ITERS.
2015-08-21 Simon TathamAdd a key-length field to 'struct ssh_mac'.
2015-08-15 Tim KosseFix warning about missing return in ssh2_kexinit_addalg
2015-08-01 Simon TathamDon't try to load GSSAPI libs unless we'll use them.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
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 TathamAdd missing null-pointer checks in key exchange.
2015-06-20 Simon TathamDon't try sending on sharing channels.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-06-20 Simon TathamFix a few memory leaks.
2015-06-20 Simon TathamSupport RFC 4419.
2015-06-20 Jacob NevinsOld Dropbear servers have the ssh-close-vs-request bug.
2015-06-13 Simon TathamAdd missing null-pointer checks in key exchange.
2015-06-07 Simon TathamDon't try sending on sharing channels.
2015-06-07 Simon TathamMake log messages look slightly nicer.
2015-06-07 Chris StaiteAdd the ChaCha20-Poly1305 cipher+MAC, as implemented...
2015-06-07 Chris StaiteAllow a cipher to specify encryption of the packet length.
2015-06-07 Chris StaiteAllow a cipher to override the SSH KEX's choice of MAC.
2015-05-30 Ben HarrisAdd a common function to add an algorithm to KEXINIT.
2015-05-30 Ben HarrisAdd have_ssh_host_key() and use it to influence algorit...
2015-05-19 Simon TathamLog which elliptic curve we're using for ECDH kex.
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-17 Ben HarrisGratuitous simplification of commasep_string functions.
2015-05-17 Ben HarrisRestructure KEXINIT generation and parsing.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamClean up elliptic curve selection and naming.
2015-05-15 Simon TathamProvide an 'extra' pointer in ssh_signkey and ssh_kex.
2015-05-15 Simon TathamPass the ssh_signkey structure itself to public key...
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
2015-05-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-12 Simon TathamSupport using public-only key files in PuTTY proper.
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-09 Chris StaiteSupport public keys using the "ssh-ed25519" method.
2015-05-09 Chris StaiteSupport ECDH key exchange using the 'curve25519' curve.
2015-05-05 Simon TathamConst-correctness in public-key functions.
2015-04-26 Simon TathamSupport OpenSSH encrypt-then-MAC protocol extension.
2015-04-26 Simon TathamFix a few memory leaks.
2015-04-25 Simon TathamSupport RFC 4419.
2015-04-23 Jacob NevinsOld Dropbear servers have the ssh-close-vs-request bug.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-28 Simon TathamEnforce acceptable range for Diffie-Hellman server value.
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
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 TathamFix assorted memory leaks.
2014-11-10 Simon TathamMerge connection-sharing shutdown fix from pre-0.64.
2014-11-10 Simon TathamShut down connshare upstream along with the SSH connection.
2014-11-09 Jacob NevinsMerge branch 'pre-0.64'.
2014-11-09 Jacob NevinsMerge reconfig fixes from branch 'pre-0.64'.
2014-11-09 Jacob NevinsDisable some mid-session configs for downstreams.
2014-11-08 Jacob NevinsMerge another docs fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge Gtk event log fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge SSH-2-only default from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge misc docs improvements from branch 'pre-0.64'.
2014-11-08 Jacob NevinsTweak SSH protocol version refusal messages.
2014-11-04 Jacob NevinsMerge shorter option name from 'pre-0.64'.
2014-11-03 Jacob NevinsMerge MinGW surrogate build fix from pre-0.64.
2014-11-03 Ben HarrisFactor out code for constructing lists of algorithms...
2014-11-02 Chris StaiteElliptic-curve cryptography support.
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-07-28 Simon TathamFix another crash at KEXINIT time, ahem.
2014-07-06 Simon TathamImplement this year's consensus on CHANNEL_FAILURE...
2014-03-27 Simon TathamAdd auto-recognition of BUG_SSH2_RSA_PADDING for ProFTPD.
2014-01-25 Simon TathamFix a potential crash in ssh_setup_portfwd.
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...
2013-12-02 Simon TathamFix breakage of SSH-2 packet decompression by r10070.
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamGet rid of the error-return mechanism from x11_init.
2013-11-17 Simon TathamPrepare to have multiple X11 auth cookies valid at once.
2013-11-17 Simon TathamDecouple X socket opening from x11_init().
2013-11-17 Simon TathamAdd a missing null pointer check in s_write.
2013-11-17 Simon TathamRefactor ssh.c's APIs to x11fwd.c and portfwd.c.
2013-11-17 Simon TathamComplete rewrite of the packet log censoring code.
2013-11-17 Simon TathamClean up the 'data' vs 'body' pointers in struct Packet.
2013-11-17 Simon TathamMove SSH protocol enumerations out into ssh.h.
next