]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: refactor authorized_keys/principals handling
authordjm@openbsd.org <djm@openbsd.org>
Fri, 27 May 2022 05:01:25 +0000 (05:01 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 27 May 2022 06:36:06 +0000 (16:36 +1000)
commit3b0b142d2a0767d8cd838e2f3aefde8a0aaa41e1
treef3163a4aa5e15f0cbde576bcb45206b6a75c8c4c
parent2c334fd36f80cb91cc42e4b978b10aa35e0df236
upstream: 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@

OpenBSD-Commit-ID: 9d4373d013edc4cc4b5c21a599e1837ac31dda0d
auth.c
auth.h
auth2-pubkey.c
monitor.c
monitor_wrap.c
monitor_wrap.h