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