summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-06-15Prevent busy poll loop on pfkey message error.Claudio Jeker
2022-06-15Need to continue to the next message for route messages with errorsClaudio Jeker
2022-06-15Do not use defines from pfkeyv2.h in portable code.Claudio Jeker
2022-06-15Adjust after chaning F_BGPD_INSERTED to F_BGPD and removal of F_DYNAMICClaudio Jeker
2022-06-15Rename F_BGPD_INSERTED to F_BGPD and use F_BGPD_INSERTED as a flag thatClaudio Jeker
2022-06-14Add my copyright, I think I added enough code to justify it.Claudio Jeker
2022-06-14Bump version to 7.4Claudio Jeker
2022-06-13Split dispatch_rtmsg_addr() into a function parsing a route messageClaudio Jeker
2022-06-10Unify error messages on d2i failure for econtentTheo Buehler
2022-06-10Dedup econtent version checksTheo Buehler
2022-06-09Properly error out if a variable does not exist. Need to pass backClaudio Jeker
2022-06-09Change argument of ktable_get from ifd->ifi_rdomain to kif->k.rdomain.Claudio Jeker
2022-06-09Remove the rdomain / rtableid passed to some kroute functions.Claudio Jeker
2022-06-09Readd ETHERTYPE_NHRPA case.mbuhl
2022-06-09se more specific discrimination to know if extra data is still there afterMarc Espie
2022-06-08recognize @extraglob for laterMarc Espie
2022-06-08Add a new option which allows to set an alternative base-directory toMarcus Glocker
2022-06-07Try to be more precise with rtlabelid tracking.Claudio Jeker
2022-06-07uint8_t not u_int8_t. Damn finger memory.Claudio Jeker
2022-06-07Retire F_RTLABEL it was not used for anything.Claudio Jeker
2022-06-07merge unbound 1.16.0Stuart Henderson
2022-06-07update to unbound 1.16.0, discussed with florian@, test from Renaud AllardStuart Henderson
2022-06-07Fix path validation of AS numbersTheo Buehler
2022-06-06have compute_checksum return a status, so that we don't report similarMarc Espie
2022-06-06zap fairly old bug from refactoring: we already validated all the set plists,Marc Espie
2022-06-06this message is seriously outdated: the packing-lists have been read byMarc Espie
2022-06-06Yet another iteration of the tied algorithm: some packages containMarc Espie
2022-06-06also zap signer if we zap digital-signatureMarc Espie
2022-06-06expand on the mismatches between the tarball and the packing-listMarc Espie
2022-06-05Revert accidentally committed checkTheo Buehler
2022-06-05Rework how fib_priority is handled.Claudio Jeker
2022-06-04document internal annotations a bit more, explain about the always-updateMarc Espie
2022-06-04KNF nitTheo Buehler
2022-06-03Check tls_config_new() for NULL returnTheo Buehler
2022-06-02Let btrace(8) execute the END probe upon receiving a SIGTERM signalJeremie Courreges-Anglas
2022-06-02Adjust lowest allowed routing priority to be bigger than RTP_LOCAL.Claudio Jeker
2022-06-02Use a common idiom to check if the user supplied routing priority isClaudio Jeker
2022-06-02Cleanup ktable_exists() usage and its warning message.Claudio Jeker
2022-06-02Adjust some warning messages to be a bit more accurate. ktable_update()Claudio Jeker
2022-06-02When running sysupgrade on -stable move to the next release, notFlorian Obser
2022-06-01Remove a confusing comment that has been stale since e2k19 (r1.26).Theo Buehler
2022-06-01Limit the number of RSC checklist FileNameAndHash entries the same wayTheo Buehler
2022-06-01Fix off-by-one in MAX_MANIFEST_ENTRIES checkTheo Buehler
2022-05-31fix spacing;Jason McIntyre
2022-05-31I made non-trivial contributions to these files.Theo Buehler
2022-05-31Shuffle two helper functions down.Theo Buehler
2022-05-31Update reference to RSC draft 08Theo Buehler
2022-05-31Remove now unused ASN1_frame() and cms_econtent_version()Theo Buehler
2022-05-31Rewrite rsc.c using ASN.1 templatesTheo Buehler
2022-05-31Prepare rewrite of rsc.c with templated ASN.1Theo Buehler