summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-05-12staggered deployment parallelism defaults to number of *online* CPUsKlemens Nanni
2023-05-11Print the manifestNumber when warning about unrecoverable message digest mism...Job Snijders
2023-05-11In valid_cert() also skip the check for CERT_IP_INHERIT objects likeClaudio Jeker
2023-05-10Reset the io_time (io timeout value) when the timer expires. Without thisClaudio Jeker
2023-05-10constify day, month and tzOmar Polo
2023-05-10cast time_t to long long for printf, reduces the diff with -portableOmar Polo
2023-05-10add a few missing headers, reduces the diff with -portableOmar Polo
2023-05-10remove trailing whitespaceOmar Polo
2023-05-09Adjust bgplgd after renaming of the invalid option in bgpctl.Claudio Jeker
2023-05-09Rename 'invalid' to 'disqualified' in the 'show rib' table.Claudio Jeker
2023-05-09Properly handle references for nexthops and labels in filterset_copy()Claudio Jeker
2023-05-09rpki-client: use partial chains in certificate validationTheo Buehler
2023-05-08cron: bounds check the high and low bounds for in a random range.Todd C. Miller
2023-05-08Fix a potential mem-leak in usm_decrypt().Gerhard Roth
2023-05-07cron: check for garbage after the '~' in a random range.Todd C. Miller
2023-05-06Support random offsets when using ranges with a step value in cron.Todd C. Miller
2023-05-05crontab: move spool temp file creation to spool_mkstemp()Todd C. Miller
2023-05-05Pass ASPA objects in reverse since this is what aspa_add_set() expects.Claudio Jeker
2023-05-05Sync json.c with the one from rpki-client. This adds json_do_string().Claudio Jeker
2023-05-05Limit the socket buffer size to 64k for all sessions. Long time agoClaudio Jeker
2023-05-04fix stupid thinko, as noticed while converting to v5.36 (later)Marc Espie
2023-05-04Be more economical with returning bodys in bounce messagesChristopher Zimmermann
2023-05-03Fix a use-after-free in filemodeTheo Buehler
2023-05-03Convert json_do_printf() with "%s" a fmt string to json_do_string().Claudio Jeker
2023-05-03Introduce json_do_string() a function that JSON escapes a string.Claudio Jeker
2023-05-03On read failure just abort the rrdp request.Claudio Jeker
2023-05-02free the correct pointer. Missed in rev 1.16.Jonathan Gray
2023-05-01Bump to 8.0Claudio Jeker
2023-04-30avoid use after freeJonathan Gray
2023-04-30document that - with recent changes - the -A option now also excludesSebastian Benoit
2023-04-29bump version to 8.4Sebastian Benoit
2023-04-28vmd(8): fix specifying boot image in vm.confDave Voutila
2023-04-28Clarify -b usage by `vmctl start`.Dave Voutila
2023-04-28vmd(8)/vmctl(8): allow vm owners to override boot kernel.Dave Voutila
2023-04-28Remove unneeded header includes in vmd.Dave Voutila
2023-04-28Same change as in bgpd:Claudio Jeker
2023-04-28Add explicit default labels in switch() statements with error handling.Claudio Jeker
2023-04-27vmd(8): introduce multi-process model for virtio devices.Dave Voutila
2023-04-27RFC 9096 changes the default timers for prefix preferred and valid lifetimes,Peter Hessler
2023-04-27zap APM_CANCEL, dead since import; OK tbKlemens Nanni
2023-04-27Make rpki-client choose the verification time of the time it is invokedBob Beck
2023-04-27Reimplement output-json.c using json.c from bgpctl.Claudio Jeker
2023-04-26Add a -P option to rpki-client to specify the evaluation timeBob Beck
2023-04-26Use < 0 for fprintf() error checking and not == -1.Claudio Jeker
2023-04-26Verify each fprintf call for success. On failure stop calling fprintfClaudio Jeker
2023-04-26Use fprintf instead of printf and pass the FILE handle in json_do_start().Claudio Jeker
2023-04-26In JSON/ASPA output, only print commas up to after the pen-ultimate applicabl...Job Snijders
2023-04-26Kill whitespaceTheo Buehler
2023-04-26Add prototypes for geticmptypebyname() and geticmpcodebyname().Claudio Jeker
2023-04-26Fix confusing comments, no object change; with casparKlemens Nanni