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