summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-02-05Print statistics on stderr to be able to redirect bt(5) script output.Martin Pieuchot
2024-02-04Remove dead code and fix null deref if vm is not found.Dave Voutila
2024-02-04Prevent null pointer deref is vm isn't found.Dave Voutila
2024-02-04Initialize result in vioblk notification handler.Dave Voutila
2024-02-04Reverse calloc args.Dave Voutila
2024-02-04Split X509_get_ext_count() out of for loop againTheo Buehler
2024-02-04Use x509_get_time() to get the Manifest thisUpdate / nextUpdateJob Snijders
2024-02-03Add tap(4) read events after rx virtqueue notification.Dave Voutila
2024-02-03missing "s" after apostrophe;Jason McIntyre
2024-02-03leave the command for mbox delivery unsetOmar Polo
2024-02-03document that when an alternate delivery user is provided in aOmar Polo
2024-02-03Fix X509_get_ext_count() usageTheo Buehler
2024-02-03Refactor handling of stale manifestsJob Snijders
2024-02-03proc_parser_mft: simplify logic slightlyTheo Buehler
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03fix vmd vioblk fd closing bounds testJonathan Gray
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03add missing fatal() call in rde_peer_send_rrefresh()Jonathan Gray
2024-02-02when an alternate delivery user is provided in a dispatcher, do not processGilles Chehade
2024-02-02Rework proc_parser_mft() furtherTheo Buehler
2024-02-02there's no good reason to allow smtpd to execute custom command set by rootGilles Chehade
2024-02-02Run lmtp deliveries as the recipient user, not SMTPD_USER (_smtpd).Todd C. Miller
2024-02-02Update the commentJob Snijders
2024-02-02Remove old commentJob Snijders
2024-02-02no longer check staleness in proc_parser_mftJob Snijders
2024-02-02parser: inline last call to proc_parser_mft_post()Theo Buehler
2024-02-02fix previous: a *mp = mft1 got lostTheo Buehler
2024-02-02refactor: don't call proc_parser_mft_post for the first mftJob Snijders
2024-02-02parser: no need to overload err1 twice.Theo Buehler
2024-02-02refactor: populate mft->path in the pre parserJob Snijders
2024-02-02aspath_inflate() can be called with an empty ASPATH.Claudio Jeker
2024-02-02Cleanup a couple of fatal messages to be less bad.Claudio Jeker
2024-02-02Explain missing group on getgrnam(3) failure.Dave Voutila
2024-02-02refactor: no longer needed to pass loc to the mft preparserJob Snijders
2024-02-02refactor: move parse_filepath() to avoid pointer indirectionJob Snijders
2024-02-02refactoring: move time validity window checks out of proc_parser_mft_post()Job Snijders
2024-02-02Rework error messages a bitJob Snijders
2024-02-01Print information about (legacy) Multiple Message MSIs.Mark Kettenis
2024-02-01Normalize the nid printingTheo Buehler
2024-02-01Convert the mrtparser to use ibufs in many places.Claudio Jeker
2024-02-01proc_parser_mft_pre: tweak a warning messageTheo Buehler
2024-01-31Add reference to RRDP Session Desynchronization draftJob Snijders
2024-01-31Make the error a bit easier to readJob Snijders
2024-01-31Convert IMSG_CTL_SHOW_RIB_ATTR over to the new ibuf API.Claudio Jeker
2024-01-31Introduce and use mft_compare_issued()Theo Buehler
2024-01-31Rename mft_compare() to mft_compare_seqnum()Theo Buehler
2024-01-31Pull mft comparison into proc_parser_mft_pre()Theo Buehler
2024-01-31proc_parser_mft_pre: move freeing into an error pathTheo Buehler
2024-01-31proc_parser_mft: fix overloading of errorTheo Buehler
2024-01-30Rewrite vmd(8)'s vionet to be zero-copy.Dave Voutila