diff options
author | Darren Tucker <dtucker@zip.com.au> | 2012-09-06 21:21:56 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2012-09-06 21:21:56 +1000 |
commit | 00c1518a4d0e610e319433fa588cc1fbdfbff0b1 (patch) | |
tree | 51e08c6435bc2aeed0e5cc7b4370f4c3a125aa06 /ChangeLog | |
parent | f09a8a6c6d8c06b9b855cf902e2a7129932a25e0 (diff) |
- djm@cvs.openbsd.org 2012/08/17 01:30:00
[compat.c sshconnect.c]
Send client banner immediately, rather than waiting for the server to
move first for SSH protocol 2 connections (the default). Patch based on
one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ | |||
17 | [ssh-keygen.c] | 17 | [ssh-keygen.c] |
18 | print details of which host lines were deleted when using | 18 | print details of which host lines were deleted when using |
19 | "ssh-keygen -R host"; ok markus@ | 19 | "ssh-keygen -R host"; ok markus@ |
20 | - djm@cvs.openbsd.org 2012/08/17 01:30:00 | ||
21 | [compat.c sshconnect.c] | ||
22 | Send client banner immediately, rather than waiting for the server to | ||
23 | move first for SSH protocol 2 connections (the default). Patch based on | ||
24 | one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@ | ||
20 | 25 | ||
21 | 20120830 | 26 | 20120830 |
22 | - (dtucker) [moduli] Import new moduli file. | 27 | - (dtucker) [moduli] Import new moduli file. |