CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/06 09:06:43
Modified files:
usr.sbin/rpki-client: filemode.c main.c parser.c
Log message:
Rework the main <-> parser/filemode communication protocol a bit.
Swap repo_id and filename to simplify the code in parser.c. In filemode
both repo_id and filename are ignored.
Additionally do not errx() in case of unknown file types. Instead send back
enough info that the code can move on.
OK tb@
