diff options
author | Damien Miller <djm@mindrot.org> | 2014-02-07 09:24:33 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-02-07 09:24:33 +1100 |
commit | d1a7a9c0fd1ac2e3314cceb2891959fd2cd9eabb (patch) | |
tree | d7e46ad598b706c213116c44c43c9fe5d6759676 /ChangeLog | |
parent | 6ce35b6cc4ead1bf98abec34cb2e2d6ca0abb15e (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
8 | 20140206 | 13 | 20140206 |
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 |