summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2023-10-02bump versionClaudio Jeker
2023-09-29bump version to 7.4.0Omar Polo
2023-09-28Prep for OpenBGPD 8.2Claudio Jeker
2023-09-28Enforce NUL termination of the neighbor shutdown reason sent fromClaudio Jeker
2023-09-28Don't register firmware already in /var/db/pkgAndrew Fresh
2023-09-28Exit successfully at the end of fw_updateAndrew Fresh
2023-09-28Download firmware to LOCALSRC when using filenamesAndrew Fresh
2023-09-26vmd(8): disambiguate log messages per vm and device.Dave Voutila
2023-09-26vmd(8): fix vm pause deadlock.Dave Voutila
2023-09-25rpki-client: mechanical rename of some variablesTheo Buehler
2023-09-25rpki-client: Refactor sbgp_assysnum() and sbgp_addrblk()Theo Buehler
2023-09-25Pass the talid to various parse functionsTheo Buehler
2023-09-25Introduce ip_addr_range_print() to avoid code repetitionJob Snijders
2023-09-23vmd(8): correct log messages, no functional change.Dave Voutila
2023-09-23vmd(8): log vmd's vm id, not vmm's in vcpu_run_loop.Dave Voutila
2023-09-16forgot to kill thatMarc Espie
2023-09-15Also update usage() to include [-p file].Claudio Jeker
2023-09-15Even if support for utsack is very limited, document the option needed.Claudio Jeker
2023-09-14satisfy non-c99 compilersTheo de Raadt
2023-09-14Instead of ld -dc use ld -d, supported by both ld.bfd and ld.lld >= 15Jeremie Courreges-Anglas