diff options
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 |