summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2024-01-30Adjust bgpctl to work with the modified aspath functions from util.cClaudio Jeker
2024-01-30Convert he ATTR_ASPATH and ATTR_AS4_PATH handlers in rde_attr_parse()Claudio Jeker
2024-01-30In the previous commit idle connections are reinserted onto the active listClaudio Jeker
2024-01-30Fix a race between scheduling a new request onto an idle connection andClaudio Jeker
2024-01-28correct DPADD; fromKrystian LewandowskiTheo de Raadt
2024-01-28allow escaping inside quotesOmar Polo
2024-01-27firmware for qwx(4) devicesPeter Hessler
2024-01-27Implement an initial SMIv2 parser based around RFC257[89]. RFC2580 isn'tMartijn van Duren
2024-01-26Add a -V flag to bgplgdJob Snijders
2024-01-25Return 0 when accessing an argument not defined in a probe.Martin Pieuchot
2024-01-25Use RFC7606 treat-as-withdraw for ORIGIN attributes with an invalid value.Claudio Jeker
2024-01-25Siwtch IMSG_CTL_SHOW_RIB_COMMUNITIES over to the new ibuf api.Claudio Jeker
2024-01-25Convert most attributes in rde_attr_parse() to new ibuf API.Claudio Jeker
2024-01-24Convert the community parsers to the new ibuf api.Claudio Jeker
2024-01-23Consider the whole tuple when reading a map entry whose key is that tuple.Martin Pieuchot
2024-01-23Adopt bgpctl code to the ibuf changes done in bgpd.Claudio Jeker
2024-01-23Start converting the message parser to use the new ibuf api.Claudio Jeker
2024-01-23Fix tab after spaceClaudio Jeker