CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/05/26 23:01:25
Modified files: usr.bin/ssh : auth.c auth.h auth2-pubkey.c monitor.c monitor_wrap.c monitor_wrap.h Log message: refactor authorized_keys/principals handling remove "struct ssh *" from arguments - this was only used to pass the remote host/address. These can be passed in instead and the resulting code is less tightly coupled to ssh_api.[ch] ok dtucker@