summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-10-05error on long locator lines, don't overflow buffersJonathan Gray
2024-10-02Move some PCI MMIO defines from vmm(4) kernel headers to userland.Dave Voutila
2024-10-02No need to check as->established before calling pfkey_remove().Claudio Jeker
2024-10-02Adding pkg_add from stdin hasn't worked in ages. It was somethingTheo Buehler
2024-10-01Extend Log->system to support the same features as BaseState->systemTheo Buehler
2024-10-01Use auth_conf.method instead of auth_state.method. The latter is always 0.Claudio Jeker
2024-10-01Explicitly set peer.auth_conf.method, the auth_state value is neverClaudio Jeker
2024-10-01In merge_peers also copy over the auth_conf from the new peer to the oldClaudio Jeker
2024-10-01Fix typo in commentClaudio Jeker
2024-10-01Adjust to the pfkey changes in bgpd.Claudio Jeker
2024-10-01Rework the pfkey and tcp md5 API to not depend on struct peer.Claudio Jeker
2024-09-30Improve some currently impossible error path in log_ext_subtype().Claudio Jeker
2024-09-30In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAYClaudio Jeker
2024-09-29sync synopsis and usage, sort commands, fix their spacingKlemens Nanni
2024-09-27rpki-client: free deltas in rrdp_session_parse() as in rrdp_repo_free()Theo Buehler
2024-09-27rpki-client: check for getline error when reading the skiplist fileTheo Buehler
2024-09-26remove unneeded includes; ok dv@ mlarkin@Jonathan Gray
2024-09-25Improve description of -f.Florian Obser
2024-09-25correct macro for -R entry;Jason McIntyre
2024-09-25When generating UPDATE handle the message size limit better.Claudio Jeker
2024-09-25sysupgrade: add -R #.# to try to use a specific release version ratherStuart Henderson
2024-09-25document why sys/param.h is usedTheo de Raadt
2024-09-24- VM(s) -> VMsJason McIntyre
2024-09-24vmd(8) manpage change for shutdown behaviourMike Larkin
2024-09-24Remove -r toggle and generally be less smart.Florian Obser
2024-09-21add route-to exampleaisha
2024-09-21vmm.h is a needed include nowMike Larkin
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-19Shift 1U rather than 1 to avoid -Wsign-compare whiningTheo Buehler
2024-09-19Move rpki-client to 9.3Job Snijders
2024-09-19Remove spaces before EOL.Claudio Jeker
2024-09-19document how to add a restricted socketDenis Fondras
2024-09-18zic: cherrypick support for %z in time zone formatsTodd C. Miller
2024-09-16Mention psp(4) in vm.conf(5) man page.Alexander Bluhm
2024-09-15__STDC_VERSION__ not __STDC_VERSION; ok miod@Jonathan Gray
2024-09-15Improve the log messages and white spaces.YASUOKA Masahiko
2024-09-15Keep the number of requests for a DAE server below 64 to avoidYASUOKA Masahiko
2024-09-15Add "delete" command to "radiusctl ipcp". Also, send "stop" that wasYASUOKA Masahiko
2024-09-15Handle EAGAIN properly and fix the log when disconnected.YASUOKA Masahiko
2024-09-12Reintroduce check that CRL Number is in rangeTheo Buehler
2024-09-11Implement AMD SEV support in vmd(8).Alexander Bluhm
2024-09-10Use doc/html link for consistencyTheo Buehler
2024-09-10Add reference to the manifest numbers draftTheo Buehler
2024-09-10Be more careful with aspath that have 0 length (aka the empty AS_PATH).Claudio Jeker
2024-09-10community_copy needs to check if nentries is 0 and handle that specially.Claudio Jeker
2024-09-10AID_VPN_IPv4 and AID_VPN_IPv6 require a labellen that is non-zero.Claudio Jeker
2024-09-10Enfroce proper encoding of ASPA announce/withdraw PDU.Claudio Jeker
2024-09-10Use reallocarray() instead of recallocarray(), this code does not need theClaudio Jeker
2024-09-09Handle the CLUSTER_LIST attribute as described in RFC7606Claudio Jeker
2024-09-09There is no need for an explicit size check for IMSG_RECONF_ASPA_TASClaudio Jeker