summaryrefslogtreecommitdiffstats
path: root/auth2-pubkeyfile.c
AgeCommit message (Collapse)Author
2023-03-05upstream: Remove unused compat.h includes.dtucker@openbsd.org
We've previously removed a lot of the really old compatibility code, and with it went the need to include compat.h in most of the files that have it. OpenBSD-Commit-ID: 5af8baa194be00a3092d17598e88a5b29f7ea2b4
2022-07-01upstream: bump up loglevel from debug to info when unable to opendjm@openbsd.org
authorized keys/principals file for errno != ENOENT; bz2042 ok dtucker OpenBSD-Commit-ID: e79aa550d91ade6a80f081bda689da24c086d66b
2022-06-03upstream: move auth_openprincipals() and auth_openkeyfile() over todjm@openbsd.org
auth2-pubkeyfile.c too; they make more sense there. OpenBSD-Commit-ID: 9970d99f900e1117fdaab13e9e910a621b7c60ee
2022-05-27upstream: split the low-level file handling functions out fromdjm@openbsd.org
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@ OpenBSD-Commit-ID: 3fdca2c61ad97dc1b8d4a7346816f83dc4ce2217