CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/23 16:04:05
Modified files:
usr.bin/ssh : misc.c misc.h readconf.c serverloop.c
Log message:
Factor out "can bind to low ports" check into its own function. This will make
it easier for Portable to support platforms with permissions models other than
uid==0 (eg bz#2625). ok djm@, "doesn't offend me too much" deraadt@.
