CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/26 16:34:41
Modified files:
usr.bin/ssh : auth2.c
Log message:
split method list search functionality from authmethod_lookup() into
a separate authmethod_byname(), for cases where we don't need to
check whether a method is enabled, etc.
use this to fix the "none" authentication method regression reported
by Nam Nguyen via bugs@
ok deraadt@
