split method list search functionality from authmethod_lookup() into
authordjm <djm@openbsd.org>
Sun, 26 Dec 2021 23:34:41 +0000 (23:34 +0000)
committerdjm <djm@openbsd.org>
Sun, 26 Dec 2021 23:34:41 +0000 (23:34 +0000)
commit947bb3e060b4fd52f0a3bacd78420c8dff737afe
treef5221b63d60dbf9be1ce1a20761f7fc2cdc90cab
parent8db7132f631c1d8e83cb39292fe23261dc381959
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@
usr.bin/ssh/auth2.c