| Commit message (Expand) | Author | Age | Files | Lines |
* | Better compat matching for WinSCP, add compat matching for |  djm | 2015-08-19 | 1 | -2/+13 |
* | add Cisco to the list of clients that choke on the hostkeys update |  djm | 2015-07-28 | 1 | -2/+3 |
* | Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX. |  dtucker | 2015-07-13 | 1 | -2/+3 |
* | Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them |  dtucker | 2015-05-26 | 1 | -1/+2 |
* | Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419 |  dtucker | 2015-05-06 | 1 | -2/+9 |
* | WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that |  dtucker | 2015-05-05 | 1 | -1/+2 |
* | Remove pattern length argument from match_pattern_list(), |  djm | 2015-05-04 | 1 | -4/+3 |
* | deprecate ancient, pre-RFC4419 and undocumented |  djm | 2015-04-13 | 1 | -9/+15 |
* | Don't send hostkey advertisments (hostkeys-00@openssh.com) to current |  dtucker | 2015-04-10 | 1 | -1/+12 |
* | treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1 |  djm | 2015-04-07 | 1 | -1/+3 |
* | store compat flags in struct ssh; ok djm@ |  markus | 2015-01-19 | 1 | -6/+9 |
* | another -Wpointer-sign from clang |  djm | 2014-10-08 | 1 | -2/+2 |
* | add a canonical 6.6 + curve25519 bignum fix fake version that I can |  djm | 2014-04-20 | 1 | -1/+2 |
* | missing wildcard; pointed out by naddy@ |  djm | 2014-04-19 | 1 | -2/+2 |
* | OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections |  djm | 2014-04-18 | 1 | -2/+16 |
* | refuse RSA keys from old proprietary clients/servers that use the |  djm | 2013-12-30 | 1 | -17/+44 |
* | bye, bye xfree(); ok markus@ |  djm | 2013-05-17 | 1 | -3/+3 |
* | Send client banner immediately, rather than waiting for the server to |  djm | 2012-08-17 | 1 | -1/+3 |
* | unbreak remote portforwarding with dynamic allocated listen ports: |  markus | 2011-09-23 | 1 | -1/+2 |
* | only send eow and no-more-sessions requests to openssh 5 and newer; |  markus | 2008-09-11 | 1 | -2/+3 |
* | bz #1019: some ssh.com versions apparently can't cope with the remote port |  djm | 2006-12-12 | 1 | -2/+3 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+4 |
* | move #include <stdlib.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+3 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | bz#413: allow optional specification of bind address for port forwardings. |  djm | 2005-03-01 | 1 | -8/+12 |
* | remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk |  markus | 2003-11-02 | 1 | -6/+2 |
* | SSH_BUG_K5USER is unused; ok henning@ |  markus | 2003-08-29 | 1 | -6/+3 |
* | support GSS API user authentication; patches from Simon Wilkinson, |  markus | 2003-08-22 | 1 | -2/+6 |
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd |  itojun | 2003-04-08 | 1 | -2/+2 |
* | bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested by ho@ and myself |  markus | 2003-04-01 | 1 | -9/+13 |
* | add a generic match for a prober, such as sie big brother; idea from stevesk@; markus@ ok |  mickey | 2002-09-27 | 1 | -1/+3 |
* | relegate some verbose() to debug(); ok markus@ |  stevesk | 2002-09-19 | 1 | -3/+3 |
* | strip '@' from username only for KerbV and known broken clients, bug #204 |  markus | 2002-04-10 | 1 | -3/+7 |
* | don't send stderr data after EOF, accept this from older known (broken) |  markus | 2002-03-25 | 1 | -9/+15 |
* | undo |  markus | 2002-03-06 | 1 | -3/+3 |
* | compat.c |  markus | 2002-03-06 | 1 | -3/+3 |
* | remove "rijndael-*", just use "aes-" since this how rijndael is called |  markus | 2002-01-21 | 1 | -2/+2 |
* | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ |  markus | 2002-01-13 | 1 | -8/+10 |
* | basic KNF done while i was looking for something else |  deraadt | 2001-12-19 | 1 | -9/+9 |
* | make theo and djm happy: bye bye regexp |  markus | 2001-12-05 | 1 | -47/+57 |
* | minor KNF |  deraadt | 2001-12-05 | 1 | -3/+3 |
* | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vinschen@redhat.com |  markus | 2001-09-20 | 1 | -4/+6 |
* | more versions suffering the SSH_BUG_DEBUG bug; |  markus | 2001-09-17 | 1 | -4/+6 |
* | update copyright for 2001 |  markus | 2001-06-25 | 1 | -2/+2 |
* | ssh-2.0.10 has the weak-key-bug, too. |  markus | 2001-04-30 | 1 | -2/+2 |
* | allow interop with weaker key generation used by ssh-2.0.x, x < 10 |  markus | 2001-04-30 | 1 | -2/+8 |
* | more ssh.com-2.0.x bug-compat; from per@appgate.com |  markus | 2001-04-29 | 1 | -3/+3 |
* | more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now |  markus | 2001-04-18 | 1 | -2/+3 |