summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-09-06 21:21:56 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-09-06 21:21:56 +1000
commit00c1518a4d0e610e319433fa588cc1fbdfbff0b1 (patch)
tree51e08c6435bc2aeed0e5cc7b4370f4c3a125aa06 /ChangeLog
parentf09a8a6c6d8c06b9b855cf902e2a7129932a25e0 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbc4435df..178d05006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2120120830 2620120830
22 - (dtucker) [moduli] Import new moduli file. 27 - (dtucker) [moduli] Import new moduli file.