CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/01/26 06:57:56
Modified files: usr.sbin/rpki-client: parser.c repo.c Log message: Change the repository layout by removing the valid directory. Everything that was in that directory is now in the chachedir root. The rsync and rrdp directories are now .rsync/ and .rrdp/. The ta/ directory still remains because TAs are special. Idea and most of the diff from job@ OK tb@ and benno@