summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/compat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better compat matching for WinSCP, add compat matching fordjm2015-08-191-2/+13
* add Cisco to the list of clients that choke on the hostkeys updatedjm2015-07-281-2/+3
* Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX.dtucker2015-07-131-2/+3
* Cap DH-GEX group size at 4kbits for Cisco implementations. Some of themdtucker2015-05-261-1/+2
* Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419dtucker2015-05-061-2/+9
* WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer thatdtucker2015-05-051-1/+2
* Remove pattern length argument from match_pattern_list(),djm2015-05-041-4/+3
* deprecate ancient, pre-RFC4419 and undocumenteddjm2015-04-131-9/+15
* Don't send hostkey advertisments (hostkeys-00@openssh.com) to currentdtucker2015-04-101-1/+12
* treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1djm2015-04-071-1/+3
* store compat flags in struct ssh; ok djm@markus2015-01-191-6/+9
* another -Wpointer-sign from clangdjm2014-10-081-2/+2
* add a canonical 6.6 + curve25519 bignum fix fake version that I candjm2014-04-201-1/+2
* missing wildcard; pointed out by naddy@djm2014-04-191-2/+2
* OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connectionsdjm2014-04-181-2/+16
* refuse RSA keys from old proprietary clients/servers that use thedjm2013-12-301-17/+44
* bye, bye xfree(); ok markus@djm2013-05-171-3/+3
* Send client banner immediately, rather than waiting for the server todjm2012-08-171-1/+3
* 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-2/+3
* bz #1019: some ssh.com versions apparently can't cope with the remote portdjm2006-12-121-2/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+4
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* bz#413: allow optional specification of bind address for port forwardings.djm2005-03-011-8/+12
* remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.ukmarkus2003-11-021-6/+2
* SSH_BUG_K5USER is unused; ok henning@markus2003-08-291-6/+3
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-2/+6
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-2/+2
* bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested by ho@ and myselfmarkus2003-04-011-9/+13
* add a generic match for a prober, such as sie big brother; idea from stevesk@; markus@ okmickey2002-09-271-1/+3
* relegate some verbose() to debug(); ok markus@stevesk2002-09-191-3/+3
* strip '@' from username only for KerbV and known broken clients, bug #204markus2002-04-101-3/+7
* don't send stderr data after EOF, accept this from older known (broken)markus2002-03-251-9/+15
* undomarkus2002-03-061-3/+3
* compat.cmarkus2002-03-061-3/+3
* remove "rijndael-*", just use "aes-" since this how rijndael is calledmarkus2002-01-211-2/+2
* use buffer API and avoid static strings of fixed size; ok provos@/mouring@markus2002-01-131-8/+10
* basic KNF done while i was looking for something elsederaadt2001-12-191-9/+9
* make theo and djm happy: bye bye regexpmarkus2001-12-051-47/+57
* minor KNFderaadt2001-12-051-3/+3
* bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vinschen@redhat.commarkus2001-09-201-4/+6
* more versions suffering the SSH_BUG_DEBUG bug;markus2001-09-171-4/+6
* update copyright for 2001markus2001-06-251-2/+2
* ssh-2.0.10 has the weak-key-bug, too.markus2001-04-301-2/+2
* allow interop with weaker key generation used by ssh-2.0.x, x < 10markus2001-04-301-2/+8
* more ssh.com-2.0.x bug-compat; from per@appgate.commarkus2001-04-291-3/+3
* more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works nowmarkus2001-04-181-2/+3