CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/03/02 20:15:51
Modified files:
usr.bin/ssh : auth-options.c auth-options.h auth-passwd.c
auth.c auth.h auth2-none.c auth2-passwd.c
auth2-pubkey.c auth2.c misc.c monitor.c
monitor_wrap.c monitor_wrap.h serverloop.c
session.c sshd.c
Log message:
switch over to the new authorized_keys options API and remove the
legacy one.
Includes a fairly big refactor of auth2-pubkey.c to retain less state
between key file lines.
feedback and ok markus@