CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/03/02 20:06:02
Modified files: usr.bin/ssh : auth-options.c auth-options.h Log message: Introduce a new API for handling authorized_keys options. This API parses options to a dedicated structure rather than the old API's approach of setting global state. It also includes support for merging options, e.g. from authorized_keys, authorized_principals and/or certificates. feedback and ok markus@