summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-10-24According to RFC2741 section 6.1.1 an agentx-response-pdu shouldn't haveMartijn van Duren
2023-10-24Make sure that unpacking of an AgentX OID doesn't contain more than 128Martijn van Duren
2023-10-24Remove filter-pf-addresses. This feature has been deprecated since 7.2 inMartijn van Duren
2023-10-23sorry, somehow I did redo this line badly and didn't retestMarc Espie
2023-10-23Revert Subst.pm r1.22. It broke ordinary pkg_add usageTheo Buehler
2023-10-23Use xoff instead of *olen in the shift_right() call. xoff is the rightClaudio Jeker
2023-10-23split on spaces as well, to take advantage of +=Marc Espie
2023-10-23add some limited capability to -DVAR+=valueMarc Espie
2023-10-23Fix radiusd(8) to fixup MPPE-{Send,Recv}-Key and Tunnel-PasswordYASUOKA Masahiko
2023-10-22bt(5), btrace(8): execute END probe and print non-empty maps upon exit()Scott Soule Cheloha
2023-10-19syslogd(8) counts dropped UDP packets.Alexander Bluhm
2023-10-19Add experimental support for secp256r1 aka P-256 aka prime256v1Job Snijders
2023-10-19While the ibuf_add calls should not fail the way they are used itClaudio Jeker
2023-10-19Convert rtr_proto.c to use new ibuf API.Claudio Jeker
2023-10-19Convert the session engine to use the new ibuf API.Claudio Jeker
2023-10-18only strip actual file/line part from the eval errorMarc Espie
2023-10-18rpki-client: move inherit in {ip,as}_warn()Theo Buehler
2023-10-18rpki-client: rework ip_addr_check_overlap()Theo Buehler
2023-10-18rpki-client: rework as_check_overlap()Theo Buehler
2023-10-18rfc3779: no need for err.h, but we do need asn1.hTheo Buehler
2023-10-17Neither sin_len nor sin6_len can be 0 so these checks are not needed.Claudio Jeker
2023-10-17Remove bogus plen != 0xff checkClaudio Jeker
2023-10-16Improve IPv6 link-local address handlingClaudio Jeker
2023-10-14Verify but don't overwrite SHA256.sig in fw_update(8)Andrew Fresh
2023-10-14Rewrite log_peer_info() and log_peer_warn[x]()Claudio Jeker
2023-10-13Allow imposing constraints on RPKI trust anchorsJob Snijders
2023-10-13Add missing Ns in argument list of announce (IPv4|IPv6) ...Claudio Jeker
2023-10-12Retry DNS lookup for remote loghost.Alexander Bluhm
2023-10-12bt(5), btrace(8): add support for binary modulo operator ('%')Scott Soule Cheloha
2023-10-12Before calling rde_generate_updates() with EVAL_ALL ensure that the newClaudio Jeker
2023-10-12In up_generate_addpath_all() ensure that the new prefix is valid.Claudio Jeker
2023-10-12Remove default sets answerKlemens Nanni
2023-10-11put "stub" within grasp of -DREGRESSION_TESTING.Marc Espie
2023-10-11missing state in locator call, surprised nobody else ran into thatMarc Espie
2023-10-11Bump version for -portable releaseClaudio Jeker
2023-10-10When rewriting community_writebuf() the handling of non-transitiveClaudio Jeker
2023-10-09Add Message-Id as needed for messages received on the submission port.Todd C. Miller
2023-10-09placeholder for later featureMarc Espie
2023-10-09Fix return value confusion of sa_cmp() by renaming the function sa_equal().Claudio Jeker
2023-10-09simplify: all 3 mock-ups are strings that get eval'd, so do this properly.Marc Espie
2023-10-08subclass system libraries so we can give better diagnostic eventuallyMarc Espie
2023-10-08oops, those eval need to be STRINGS, otherwise the whole definition stuffMarc Espie
2023-10-08add another two regression testing parts. Use a simple framework thatMarc Espie
2023-10-08wrong prototype, it's called as an OO methodMarc Espie
2023-10-08plain forgot to save the values for regression testingMarc Espie
2023-10-07with firmware known, recognize that we couldn't find any update at allMarc Espie
2023-10-07track firmware separately, since those will appear as uptodate for usMarc Espie
2023-10-07use more specific regression testing knobMarc Espie
2023-10-06add -v to usage();Jason McIntyre
2023-10-05Do log output to stderr while running dhcpd(8) in foreground to makeVitaliy Makkoveev