summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-07 09:24:33 +1100
committerDamien Miller <djm@mindrot.org>2014-02-07 09:24:33 +1100
commitd1a7a9c0fd1ac2e3314cceb2891959fd2cd9eabb (patch)
treed7e46ad598b706c213116c44c43c9fe5d6759676 /ChangeLog
parent6ce35b6cc4ead1bf98abec34cb2e2d6ca0abb15e (diff)
- djm@cvs.openbsd.org 2014/02/06 22:21:01
[sshconnect.c] in ssh_create_socket(), only do the getaddrinfo for BindAddress when BindAddress is actually specified. Fixes regression in 6.5 for UsePrivilegedPort=yes; patch from Corinna Vinschen
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdb5ca4de..e3b5fd28a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
4 [ssh-keygen.1 ssh-keygen.c] 4 [ssh-keygen.1 ssh-keygen.c]
5 tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ 5 tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@
6 while here, fix ordering in usage(); requested by jmc@ 6 while here, fix ordering in usage(); requested by jmc@
7 - djm@cvs.openbsd.org 2014/02/06 22:21:01
8 [sshconnect.c]
9 in ssh_create_socket(), only do the getaddrinfo for BindAddress when
10 BindAddress is actually specified. Fixes regression in 6.5 for
11 UsePrivilegedPort=yes; patch from Corinna Vinschen
7 12
820140206 1320140206
9 - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL 14 - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL