summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/compat.h
AgeCommit message (Expand)Author
2021-06-06Client-side workaround for a bug in OpenSSH 7.4: this release allowsDamien Miller
2021-01-27remove global variable used to stash compat flags and use theDamien 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-03Improve strictness and control over RSA-SHA2 signature types:Damien 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-04-30remove compat20/compat13/compat15 variablesDamien Miller
2015-05-26Cap DH-GEX group size at 4kbits for Cisco implementations. Some of themDarren Tucker
2015-04-10Don't send hostkey advertisments (hostkeys-00@openssh.com) to currentDarren Tucker
2015-01-19store compat flags in struct ssh; ok djm@Markus Friedl
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
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-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
2004-07-11spacesTheo de Raadt
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-01bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested b...Markus Friedl
2002-09-27add a generic match for a prober, such as sie big brother; idea from stevesk@...Michael Shalayeff
2002-04-10strip '@' from username only for KerbV and known broken clients, bug #204Markus Friedl
2002-03-25don't send stderr data after EOF, accept this from older known (broken)Markus Friedl
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2001-09-20bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin...Markus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-25update copyright for 2001Markus Friedl
2001-04-30allow interop with weaker key generation used by ssh-2.0.x, x < 10Markus Friedl
2001-04-29more ssh.com-2.0.x bug-compat; from per@appgate.comMarkus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-05add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.Markus Friedl
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
2001-03-27some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5Markus Friedl
2001-03-23Compat for OpenSSH with broken Rijndael/AES. ok markus@Damien Miller
2001-03-18specifically version match on ssh scanners. do not log scan informationTheo de Raadt
2001-03-10all known netscreen ssh versions, and older versions of OSU ssh cannotTheo de Raadt
2001-03-08implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->Markus Friedl
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-01-08implement option 'Banner /etc/issue.net' for ssh2, move version toMarkus Friedl
2000-12-06disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0Markus Friedl
2000-12-03support f-secure/ssh.com 2.0.12; ok niels@Markus Friedl
2000-10-14OpenSSH_2.3; note that is is not complete, but the version number needs to be...Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-20OpenBSD tagMarkus Friedl
2000-06-19make userauth+pubkey interop with ssh.com-2.2.0Markus Friedl