CVS: cvs.openbsd.org: src
Job Snijders <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/08 11:49:04 Modified files: usr.sbin/rpki-client: extern.h main.c nca.c Log message: Deduplicate skiplist, shortlist, and NCA retry handling Introduce helpers functions for manipulating lists of strings, such as the FQDNs in skiplist & shortlist, and rpkiNotify URLs used for batching NCA retries. OK tb@