[openssh-commits] [openssh] branch master updated (e0d6501e -> 2581333d)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Oct 7 14:58:30 AEDT 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  e0d6501e  upstream: when the peer sends a channel-close message, make sure we
       new  2581333d  upstream: Support using service names for port numbers.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 2581333d564d8697837729b3d07d45738eaf5a54
Author: naddy at openbsd.org <naddy at openbsd.org>
Date:   Fri Oct 5 14:26:09 2018 +0000

    upstream: Support using service names for port numbers.
    
    * Try to resolve a port specification with getservbyname(3) if a
     numeric conversion fails.
    * Make the "Port" option in ssh_config handle its argument as a
     port rather than a plain integer.
    
    ok dtucker@ deraadt@
    
    OpenBSD-Commit-ID: e7f03633133205ab3dfbc67f9df7475fabae660d

Summary of changes:
 misc.c     | 12 ++++++++----
 readconf.c | 21 +++++++++++++++------
 2 files changed, 23 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list