summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unused proto_spec and associated definitions. ok djm@dtucker2020-06-011-7/+1
* revert compat.[ch] section of the following change. It causesdjm2018-08-131-10/+4
* fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366djm2018-07-311-4/+10
* Improve strictness and control over RSA-SHA2 signature types:djm2018-07-031-2/+2
* Don't send IUTF8 to servers that don't like them.dtucker2018-02-161-2/+2
* Drop compatibility hacks for some ancient SSH implementations, includingdjm2018-01-231-14/+14
* remove compat20/compat13/compat15 variablesdjm2017-04-301-5/+1
* Cap DH-GEX group size at 4kbits for Cisco implementations. Some of themdtucker2015-05-261-1/+2
* Don't send hostkey advertisments (hostkeys-00@openssh.com) to currentdtucker2015-04-101-1/+2
* store compat flags in struct ssh; ok djm@markus2015-01-191-2/+2
* OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connectionsdjm2014-04-181-1/+3
* refuse RSA keys from old proprietary clients/servers that use thedjm2013-12-301-1/+2
* unbreak remote portforwarding with dynamic allocated listen ports:markus2011-09-231-1/+2
* only send eow and no-more-sessions requests to openssh 5 and newer;markus2008-09-111-1/+2
* bz #1019: some ssh.com versions apparently can't cope with the remote portdjm2006-12-121-1/+2
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* bz#413: allow optional specification of bind address for port forwardings.djm2005-03-011-1/+2
* spacesderaadt2004-07-111-2/+2
* remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.ukmarkus2003-11-021-2/+1
* SSH_BUG_K5USER is unused; ok henning@markus2003-08-291-5/+4
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-1/+2
* bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested by ho@ and myselfmarkus2003-04-011-1/+2
* add a generic match for a prober, such as sie big brother; idea from stevesk@; markus@ okmickey2002-09-271-1/+2
* strip '@' from username only for KerbV and known broken clients, bug #204markus2002-04-101-1/+2
* don't send stderr data after EOF, accept this from older known (broken)markus2002-03-251-1/+2
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-1/+2
* bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vinschen@redhat.commarkus2001-09-201-1/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-5/+6
* prototype pedant. not very creative...itojun2001-06-261-4/+4
* update copyright for 2001markus2001-06-251-2/+2
* allow interop with weaker key generation used by ssh-2.0.x, x < 10markus2001-04-301-1/+2
* more ssh.com-2.0.x bug-compat; from per@appgate.commarkus2001-04-291-18/+19
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-1/+2
* add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.markus2001-04-051-1/+2
* make dh group exchange more flexible, allow min and max group size,provos2001-03-271-1/+2
* some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5markus2001-03-271-1/+2
* Compat for OpenSSH with broken Rijndael/AES. ok markus@djm2001-03-231-1/+3
* specifically version match on ssh scanners. do not log scan informationderaadt2001-03-181-1/+2
* all known netscreen ssh versions, and older versions of OSU ssh cannotderaadt2001-03-101-1/+2
* implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->markus2001-03-081-1/+2
* ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@markus2001-02-191-9/+10
* implement option 'Banner /etc/issue.net' for ssh2, move version tomarkus2001-01-081-1/+2
* disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0markus2000-12-061-1/+2
* support f-secure/ssh.com 2.0.12; ok niels@markus2000-12-031-2/+3
* OpenSSH_2.3; note that is is not complete, but the version number needs to be changed for interoperability reasonsmarkus2000-10-141-2/+2
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-6/+1
* OpenBSD tagmarkus2000-06-201-1/+1
* make userauth+pubkey interop with ssh.com-2.2.0markus2000-06-191-1/+2
* bug compat w/ ssh-2.0.13 x11, split out bugsmarkus2000-05-081-1/+6
* add Cipher and Protocol options to ssh/sshd, e.g.:markus2000-04-121-1/+8