Remove uid checks from low port binds. Now that ssh cannot be
authordtucker <dtucker@openbsd.org>
Fri, 27 Jul 2018 05:13:02 +0000 (05:13 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 27 Jul 2018 05:13:02 +0000 (05:13 +0000)
commitd867cf751373e6d8b41f67604b8bc5ca5ddba8c7
tree5ed5a966b6275dc066137f09ed058a1bb3bba200
parent11bd271405859693b2d120ee23150f90b0bade7e
Remove uid checks from low port binds.  Now that ssh cannot be
setuid and sshd always has privsep on, we can remove the uid checks
for low port binds and just let the system do the check. We leave
a sanity check for the !privsep case so long as the code is stil
there.  with & ok djm@
usr.bin/ssh/misc.c
usr.bin/ssh/misc.h
usr.bin/ssh/readconf.c
usr.bin/ssh/serverloop.c