summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-06-22Remove comment which is no longer true.Claudio Jeker
2022-06-22Fix last commit. addr is already a pointer.Claudio Jeker
2022-06-21Use applymask() instead of inetXapplymask() since this code operates onClaudio Jeker
2022-06-19Implement a applymask() function that works on bgpd_addr structs.Claudio Jeker
2022-06-17Adapt the KAME hack in sa2addr() to be the same as in route/show.cClaudio Jeker
2022-06-16OpenBSD syslogd(8) escapes binary data with vis(3). Use theAlexander Bluhm
2022-06-16RRDP serial numbers should only increase.Claudio Jeker
2022-06-16Neither inet4allone nor inet6allone need global scope. Make them static.Claudio Jeker
2022-06-16Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().Claudio Jeker
2022-06-16Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().Claudio Jeker
2022-06-16If anything in name2id conversion fails then just return 0.Claudio Jeker
2022-06-16Remove __func__ from warning messages where it does not add anythingClaudio Jeker
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