]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
first pass
[PuTTY.git] / ssh.c
2017-02-14 Simon TathamTighten up bounds-checking of agent responses.
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-01-30 Simon TathamRefuse to forward agent messages > AGENT_MAX_MSGLEN.
2017-01-29 Simon TathamRewrite agent forwarding to serialise requests.
2017-01-29 Simon TathamMake asynchronous agent_query() requests cancellable.
2017-01-06 Tim KosseFix memory leak: Free hostkey fingerprint when cross...
2016-05-28 Ben HarrisFactor out code to close the local socket associated...
2016-05-25 Ben HarrisUse ssh2_channel_got_eof() in ssh1_msg_channel_close().
2016-05-25 Ben HarrisMove call to ssh2_channnel_check_close().
2016-05-25 Ben HarrisAssume that u.pfd.pf and u.x11.xconn are not NULL on...
2016-05-24 Ben HarrisDon't completely ignore unknown types of SSH_MSG_CHANNE...
2016-05-23 Ben HarrisRemove CHAN_SOCKDATA_DORMANT.
2016-05-22 Ben HarrisForward channel messages for shared channels in ssh_cha...
2016-05-22 Ben HarrisMore strictness in ssh_channel_msg().
2016-05-22 Ben HarrisSwitch SSH-1 channel message handlers to use ssh_channe...
2016-05-22 Ben HarrisGeneralise ssh2_channel_msg() to ssh_channel_msg().
2016-05-22 Ben HarrisAssert that ssh2_channel_check_close() is only called...
2016-05-21 Ben HarrisIn ssh_channel_init(), insert the new channel into...
2016-05-21 Ben HarrisConvert ssh2_channel_init() into ssh_channel_init().
2016-05-21 Ben HarrisUnify despatch of incoming channel data between SSH...
2016-05-20 Ben HarrisDon't send SSH_MSG_CHANNEL_WINDOW_ADJUST with a zero...
2016-05-20 Ben HarrisFactor out common parts of ssh_unthrottle and sshfwd_un...
2016-05-03 Simon TathamSend the IUTF8 terminal mode in SSH "pty-req"s.
2016-05-03 Simon TathamLoop over all _supported_, not just configured, SSH...
2016-05-01 Ben Harrisssh_pkt_defersend: don't call do_ssh2_transport when...
2016-04-23 Ben HarrisShared ssh_send_channel_data for both SSH-1 and SSH-2.
2016-04-23 Ben HarrisCall ssh2_try_send() from ssh2_add_channel_data() and...
2016-04-23 Ben HarrisSimplifiy handling of stdin data in SSH-2.
2016-04-22 Ben HarrisPut handling of incoming data on agent channels into...
2016-04-10 Jacob NevinsFix plurality in unknown host keys log message.
2016-04-08 Ben HarrisCorrect a comment: OUR_V2_WINSIZE is now the default...
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Jacob NevinsStop supporting fallback between SSH versions.
2016-03-27 Simon TathamSpecial host key warning when a better key exists.
2016-03-27 Simon TathamFix assertion failure in host keys log message.
2016-03-26 Jacob NevinsFix log message about alternate host keys.
2016-03-25 Simon TathamAdd some missing 'const' in ssh.c arrays.
2016-03-25 Simon TathamConfigurable preference list for SSH host key types.
2016-03-25 Jacob NevinsLog when we avoid using an unknown host key.
2016-03-21 Simon TathamUpdate the specials menu as keys are cross-certified.
2016-03-21 Simon TathamAhem. Cross-certify the key the user actually asked for.
2016-03-21 Simon TathamAdd manual cross-certification of new host keys.
2016-03-21 Simon TathamAllocate the SSH specials list dynamically.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamTighten up pointer handling after ssh_pkt_getstring.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-22 Simon TathamOption to log proxy setup diagnostics to the terminal.
2015-11-22 Simon TathamFactor out the back ends' plug log functions.
2015-11-22 Simon TathamTell the truth about DNS lookups in the Event Log.
2015-11-07 Simon TathamFix an SSH-breaking bug from the fuzzing merge.
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 TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-28 Ben HarrisEmit a distinct error message when the SSH server's...
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-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.
next