Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them | 2015-05-26 | 1 | -1/+2 | |
| | | | | | will choke when asked for preferred sizes >4k instead of returning the 4k group that they do have. bz#2209, ok djm@ | ||||
* | Don't send hostkey advertisments (hostkeys-00@openssh.com) to current | 2015-04-10 | 1 | -1/+2 | |
| | | | | | versions of Tera Term as they can't handle them. Newer versions should be OK. Patch from Bryan Drewery and IWAMOTO Kouichi, ok djm@ | ||||
* | store compat flags in struct ssh; ok djm@ | 2015-01-19 | 1 | -2/+2 | |
| | |||||
* | OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections | 2014-04-18 | 1 | -1/+3 | |
| | | | | | | | | | | using the curve25519-sha256@libssh.org KEX exchange method to fail when connecting with something that implements the spec properly. Disable this KEX method when speaking to one of the affected versions. reported by Aris Adamantiadis; ok markus@ | ||||
* | refuse RSA keys from old proprietary clients/servers that use the | 2013-12-30 | 1 | -1/+2 | |
| | | | | | | obsolete RSA+MD5 signature scheme. it will still be possible to connect with these clients/servers but only DSA keys will be accepted, and we'll deprecate them entirely in a future release. ok markus@ | ||||
* | unbreak remote portforwarding with dynamic allocated listen ports: | 2011-09-23 | 1 | -1/+2 | |
| | | | | | | | | | 1) send the actual listen port in the open message (instead of 0). this allows multiple forwardings with a dynamic listen port 2) update the matching permit-open entry, so we can identify where to connect to report: den at skbkontur.ru and P. Szczygielski feedback and ok djm@ | ||||
* | only send eow and no-more-sessions requests to openssh 5 and newer; | 2008-09-11 | 1 | -1/+2 | |
| | | | | fixes interop problems with broken ssh v2 implementations; ok djm@ | ||||
* | bz #1019: some ssh.com versions apparently can't cope with the remote port | 2006-12-12 | 1 | -1/+2 | |
| | | | | | | forwarding bind_address being a hostname, so send them an address for cases where they are not explicitly specified (wildcard or localhost bind). reported by daveroth AT acm.org; ok dtucker@ deraadt@ | ||||
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | bz#413: allow optional specification of bind address for port forwardings. | 2005-03-01 | 1 | -1/+2 | |
| | | | | | | | | Patch originally by Dan Astorian, but worked on by several people Adds GatewayPorts=clientspecified option on server to allow remote forwards to bind to client-specified ports. ok markus@ | ||||
* | spaces | 2004-07-11 | 1 | -2/+2 | |
| | |||||
* | remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk | 2003-11-02 | 1 | -2/+1 | |
| | |||||
* | SSH_BUG_K5USER is unused; ok henning@ | 2003-08-29 | 1 | -5/+4 | |
| | |||||
* | support GSS API user authentication; patches from Simon Wilkinson, | 2003-08-22 | 1 | -1/+2 | |
| | | | | stripped down and tested by Jakob and myself. | ||||
* | bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested by ho@ and myself | 2003-04-01 | 1 | -1/+2 | |
| | |||||
* | add a generic match for a prober, such as sie big brother; idea from stevesk@; markus@ ok | 2002-09-27 | 1 | -1/+2 | |
| | |||||
* | strip '@' from username only for KerbV and known broken clients, bug #204 | 2002-04-10 | 1 | -1/+2 | |
| | |||||
* | don't send stderr data after EOF, accept this from older known (broken) | 2002-03-25 | 1 | -1/+2 | |
| | | | | sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179 | ||||
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | 2002-03-04 | 1 | -1/+2 | |
| | | | | | missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@ | ||||
* | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vinschen@redhat.com | 2001-09-20 | 1 | -1/+2 | |
| | |||||
* | remove comments from .h, since they are cut&paste from the .c files | 2001-06-26 | 1 | -5/+6 | |
| | | | | and out of sync | ||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -4/+4 | |
| | | | | | - () -> (void) - no variable names | ||||
* | update copyright for 2001 | 2001-06-25 | 1 | -2/+2 | |
| | |||||
* | allow interop with weaker key generation used by ssh-2.0.x, x < 10 | 2001-04-30 | 1 | -1/+2 | |
| | |||||
* | more ssh.com-2.0.x bug-compat; from per@appgate.com | 2001-04-29 | 1 | -18/+19 | |
| | |||||
* | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | 2001-04-12 | 1 | -1/+2 | |
| | | | | | similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | ||||
* | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. | 2001-04-05 | 1 | -1/+2 | |
| | |||||
* | make dh group exchange more flexible, allow min and max group size, | 2001-03-27 | 1 | -1/+2 | |
| | | | | okay markus@, deraadt@ | ||||
* | some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5 | 2001-03-27 | 1 | -1/+2 | |
| | | | | signatures in SSH protocol 2, ok djm@ | ||||
* | Compat for OpenSSH with broken Rijndael/AES. ok markus@ | 2001-03-23 | 1 | -1/+3 | |
| | |||||
* | specifically version match on ssh scanners. do not log scan information | 2001-03-18 | 1 | -1/+2 | |
| | | | | | | to the console, because clueless users freak out when people do completely legal probes. instead, generate a detailed log file entry and use british humour to relax their sphincters a little bit. | ||||
* | all known netscreen ssh versions, and older versions of OSU ssh cannot | 2001-03-10 | 1 | -1/+2 | |
| | | | | handle password padding (newer OSU is fixed) | ||||
* | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | 2001-03-08 | 1 | -1/+2 | |
| | | | | | no need to do enter passphrase or do expensive sign operations if the server does not accept key). | ||||
* | ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ | 2001-02-19 | 1 | -9/+10 | |
| | |||||
* | implement option 'Banner /etc/issue.net' for ssh2, move version to | 2001-01-08 | 1 | -1/+2 | |
| | | | | | 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). | ||||
* | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 | 2000-12-06 | 1 | -1/+2 | |
| | |||||
* | support f-secure/ssh.com 2.0.12; ok niels@ | 2000-12-03 | 1 | -2/+3 | |
| | |||||
* | OpenSSH_2.3; note that is is not complete, but the version number needs to be changed for interoperability reasons | 2000-10-14 | 1 | -2/+2 | |
| | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -6/+1 | |
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | ||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | |
| | |||||
* | make userauth+pubkey interop with ssh.com-2.2.0 | 2000-06-19 | 1 | -1/+2 | |
| | |||||
* | bug compat w/ ssh-2.0.13 x11, split out bugs | 2000-05-08 | 1 | -1/+6 | |
| | |||||
* | add Cipher and Protocol options to ssh/sshd, e.g.: | 2000-04-12 | 1 | -1/+8 | |
| | | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | ||||
* | channel layer support for ssh2 | 2000-04-03 | 1 | -1/+5 | |
| | |||||
* | missing copyright | 1999-11-24 | 1 | -1/+29 | |
| | |||||
* | much more KNF | 1999-11-24 | 1 | -2/+2 | |
| | |||||
* | add CVS tags, fix comments and whitespace | 1999-10-16 | 1 | -0/+2 | |
| | |||||
* | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | 1999-10-16 | 1 | -0/+5 | |
interops (x11,agent,etc) with 1.2.27 and protocol 1.3 |