CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/16 01:52:00
Modified files:
usr.sbin/rpki-client: extern.h main.c rsync.c
Log message:
Rework the repository handling. Split the handling of trust anchors into
ta_lookup() while regular repositories (to fetch .mft files) are handled
by repo_lookup(). Also the cache directory layout changed; moving the
trust anchors to ./ta/{tal basename}/ the other repositories end up in
./rsync/
OK tb@
