split the low-level file handling functions out from auth2-pubkey.c
authordjm <djm@openbsd.org>
Fri, 27 May 2022 05:02:46 +0000 (05:02 +0000)
committerdjm <djm@openbsd.org>
Fri, 27 May 2022 05:02:46 +0000 (05:02 +0000)
commitda1d0839b1c33912f0eaded186072273534109bd
treecd296f084f7eb2a39a9ecc238e6a61442d2fbe3e
parentb8669307550173b232fdd7c9239488de7ae64868
split the low-level file handling functions out from auth2-pubkey.c

Put them in a new auth2-pubkeyfile.c to make it easier to refer to them
(e.g. in unit/fuzz tests) without having to refer to everything else
pubkey auth brings in.

ok dtucker@
usr.bin/ssh/auth.c
usr.bin/ssh/auth.h
usr.bin/ssh/auth2-pubkey.c
usr.bin/ssh/auth2-pubkeyfile.c [new file with mode: 0644]
usr.bin/ssh/sshd/Makefile