summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-07-18vmd(8): remove invalid errno values from config_setvmdv
2021-07-18Document dhcpleased(8) and slaacd(8) besides dhclient(8) as DNS sourcekn
2021-07-16vmd(8): simplify vcpu logic, removing uart & vionet readsdv
2021-07-16main proc doesn't speak with sockets during the main loop and setpriority plusRicardo Mestre
2021-07-16/etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local functionRicardo Mestre
2021-07-16Remove unneeded call to tls_init(3)kn
2021-07-16recognise more pci capabilitiesJonathan Gray
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-07-13Add more checks for eContent 'version' fields.job
2021-07-13Order the MRT table dump versions by preference also the text refersClaudio Jeker
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-08typo: hibenate -> hibernateTheo Buehler
2021-07-01remove useless and confusing log message when client has no certificateEric Faurot
2021-06-30use @ to silently execute "exec make"Theo de Raadt
2021-06-29Flip the -r RRDP switch, which went through community testing for half a year.Theo de Raadt
2021-06-28Have tcpdump split the 802.11 sequence number field into its sequence numberStefan Sperling
2021-06-28placeholder for laterMarc Espie
2021-06-28Garbage collect loop index i which is no longer used after usage tweak.Theo Buehler
2021-06-28remove old "paranoid" option, I'm pretty sure nobody uses it.Marc Espie
2021-06-28Also show the time spent in userland when analyzing the kernel stackAlexander Bluhm
2021-06-27reuse armv7 installboot for riscv64Jonathan Gray
2021-06-26make usage less chatty; ok mlarkinJason McIntyre
2021-06-26make SYNOPSIS match usage; ok ajacoutotJason McIntyre
2021-06-26delete extra explanations in the usage: messages which are describedTheo de Raadt
2021-06-25The network flush code only operates on peerself (like all the otherClaudio Jeker
2021-06-25Do the multiprotocol check first for the IPv4 case. So it is the sameClaudio Jeker
2021-06-24Simplify the multiprotocol handling by moving the while loops out of theClaudio Jeker
2021-06-24aspath_deflate() did free the passed in data but since the way aspathsClaudio Jeker
2021-06-24Fix add-path capability encoding, the length was not correctly calculatedClaudio Jeker
2021-06-23btrace(8): init and update timespec for BEGIN/END eventdv
2021-06-22reduce verbosity in usage and make it match SYNOPSIS;Jason McIntyre
2021-06-22reduce verbosity of usage(), making it match SYNOPSIS;Jason McIntyre
2021-06-21under some circumstances, we end up with libexecinfo -> BaseSystem beingMarc Espie
2021-06-21vmd(8): support variable length vionet rx descriptor chainsdv
2021-06-20Change default user auth to hmac-sha256 and enc to aes.Martijn van Duren
2021-06-20Tighten default security for snmpd(8). This is done by doing severalMartijn van Duren
2021-06-20Move towards a 7.1 OpenBGPD releaseClaudio Jeker
2021-06-17vmd(8): handle VIRTIO_BLK_T_GET_ID, check descriptor r/w flagsdv
2021-06-17Implement RFC 7313 enhanced route refresh. It is off by default andClaudio Jeker
2021-06-17Add simple BGP Enhanced Route Refresh Message decodingjob
2021-06-17Refactor common code for peer filtering out into rde_skip_peer()Claudio Jeker
2021-06-17Add a bit of extra paranoia befor the up_generate_updates() call inClaudio Jeker
2021-06-17In Rev 1.511 I moved peer related checks from inside up_generate_updates()Claudio Jeker
2021-06-17Better error message when a bad nexthop is passed to nexthop_hash().Claudio Jeker
2021-06-17Before adding a prefix to the Adj-RIB-Out modify the attributes to theClaudio Jeker
2021-06-16cleanup vmd(8) includes and header filesdv
2021-06-16Add command line option to show the versionjob
2021-06-16Implement classless static routes dhcp option.Florian Obser
2021-06-15Filter out packets that are not IPv4. This code came from dhcp programsClaudio Jeker
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot