Age | Commit message (Expand) | Author |
2020-07-05 | some language improvements; ok markus | Damien Miller |
2020-06-01 | Remove now-unused proto_spec and associated definitions. ok djm@ | Darren Tucker |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |
2018-07-31 | fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366 | Damien Miller |
2018-07-09 | client: switch to sshbuf API; ok djm@ | Markus Friedl |
2018-07-04 | repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work - | Damien Miller |
2018-07-03 | crank version number to 7.8; needed for new compat flag for prior | Damien Miller |
2018-07-03 | Improve strictness and control over RSA-SHA2 signature types: | Damien Miller |
2018-04-16 | Disable SSH2_MSG_DEBUG messages for Twisted Conch clients without | Damien Miller |
2018-02-16 | Don't send IUTF8 to servers that don't like them. | Darren Tucker |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2017-07-25 | Make WinSCP patterns for SSH_OLD_DHGEX more specific to exclude WinSCP | Darren Tucker |
2017-04-30 | remove compat20/compat13/compat15 variables | Damien Miller |
2017-04-30 | remove options.protocol and client Protocol configuration knob | Damien Miller |
2017-04-30 | unifdef WITH_SSH1 | Damien Miller |
2017-02-03 | support =- for removing methods from algorithms lists, e.g. | Damien Miller |
2016-05-24 | Back out 'plug memleak'. | Darren Tucker |
2016-05-23 | Plug mem leak in filter_proposal. ok djm@ | Darren Tucker |
2015-08-19 | Better compat matching for WinSCP, add compat matching for | Damien Miller |
2015-07-28 | add Cisco to the list of clients that choke on the hostkeys update | Damien Miller |
2015-07-13 | Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX. | Darren Tucker |
2015-05-26 | Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them | Darren Tucker |
2015-05-06 | Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419 | Darren Tucker |
2015-05-05 | WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that | Darren Tucker |
2015-05-04 | Remove pattern length argument from match_pattern_list(), | Damien Miller |
2015-04-13 | deprecate ancient, pre-RFC4419 and undocumented | Damien Miller |
2015-04-10 | Don't send hostkey advertisments (hostkeys-00@openssh.com) to current | Darren Tucker |
2015-04-07 | treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1 | Damien Miller |
2015-01-19 | store compat flags in struct ssh; ok djm@ | Markus Friedl |
2014-10-08 | another -Wpointer-sign from clang | Damien Miller |
2014-04-20 | add a canonical 6.6 + curve25519 bignum fix fake version that I can | Damien Miller |
2014-04-19 | missing wildcard; pointed out by naddy@ | Damien Miller |
2014-04-18 | OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections | Damien Miller |
2013-12-30 | refuse RSA keys from old proprietary clients/servers that use the | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2012-08-17 | Send client banner immediately, rather than waiting for the server to | Damien Miller |
2011-09-23 | unbreak remote portforwarding with dynamic allocated listen ports: | Markus Friedl |
2008-09-11 | only send eow and no-more-sessions requests to openssh 5 and newer; | Markus Friedl |
2006-12-12 | bz #1019: some ssh.com versions apparently can't cope with the remote port | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller |
2003-11-02 | remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk | Markus Friedl |
2003-08-29 | SSH_BUG_K5USER is unused; ok henning@ | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-04-01 | bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested b... | Markus Friedl |