summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2023-04-26Make -A also apply to the JSON outputJob Snijders
2023-04-26WhitespaceTheo Buehler
2023-04-26Improve accounting by tracking things by repo and tal.Claudio Jeker
2023-04-26Fix vmd after vmm MI/MD splitMike Larkin
2023-04-25tiny markup fix: add missing Ic before `group' in the `agentx' ruleOmar Polo
2023-04-25vmctl(8): no longer needs vmmvar.hDave Voutila
2023-04-25vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.Dave Voutila
2023-04-25Add option 'rdroot' to simplify creation of rdroot filesystems for the installKenneth R Westerback
2023-04-24If the two mfts in mft_compare() are the same do not prefer theClaudio Jeker
2023-04-24Missing the optional default config is not an errorKlemens Nanni
2023-04-24"ls rogue" needs root; OK ajaKlemens Nanni
2023-04-24Add '-s' option to simply display the number of bytes available for the rdrootKenneth R Westerback
2023-04-23In filemode, if an ASPA contains information for only 1 AFI, supplement the o...Job Snijders
2023-04-23vmd(8): teach vmm process how to exec.Dave Voutila
2023-04-23Flowspec show support an address family argument. Copy the descriptionClaudio Jeker