CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/02/08 01:59:12
Modified files:
usr.bin/ssh : auth-options.c misc.c readconf.c servconf.c
session.c ssh.c
Log message:
Switch hpdelim interface to accept only ":" as delimiter.
Historicallly, hpdelim accepted ":" or "/" as a port delimiter between
hosts (or addresses) and ports. These days most of the uses for "/"
are no longer accepted, so there are several places where it checks the
delimiter to disallow it. Make hpdelim accept only ":" and use hpdelim2
in the other cases. ok djm@