CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/31 02:36:43
Modified files:
usr.sbin/rpki-client: extern.h main.c rsync.c tal.c
Log message:
Handle the TAL files in the master process and pass them as buffer to the
parser process. This way the parser never needs to read outside of the
cache directory which makes the unveil simpler. Additionally rsync_uri_parse
no longer needs to know about .tal files so there is now no chance to sneak
in a .tal file later on.
OK deraadt@
