summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-01-14Only open /dev/vmm once in vmd(8).Dave Voutila
2023-01-13Add aspa-set to openbgpd config output.Claudio Jeker
2023-01-12Split rde_filterstate_prep() into three functions.Claudio Jeker
2023-01-11Add the validation state to the filterstate struct.Claudio Jeker
2023-01-11Add ASPA validation functions to the RDE.Claudio Jeker
2023-01-10Improve timestamp printing in filemodeJob Snijders
2023-01-08vmd(8): add thread names to vm process.Dave Voutila
2023-01-07The maximum length of the value is extended to 64k bytes.ASOU Masato
2023-01-06Rework the main <-> parser/filemode communication protocol a bit.Claudio Jeker
2023-01-06sync with rpki-client 'more dastardly white spaces' commitTheo Buehler
2023-01-06more dastardly white spacesTheo de Raadt
2023-01-06Zap trailing tabsTheo Buehler
2023-01-04Print RRDP serial + ID if nothing changedJob Snijders
2023-01-04Christos Zoulas removed his name from advertising clauses and copyrightsJonathan Gray
2023-01-04Add a per eBGP session role to the config.Claudio Jeker
2023-01-04Validate the session_id to be a real UUID.Claudio Jeker
2023-01-04Christos Zoulas agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Typos in vmd error message. No functional change.Dave Voutila
2023-01-03do not mention dhclient as a dhcp route message senderTheo de Raadt
2023-01-03Print the RRDP Session ID and Serial in verbose modeJob Snijders
2022-12-30accton.c: add missing $OpenBSD$ tagScott Soule Cheloha
2022-12-28{en,de}queing -> {en,de}queuing; from paul tagliamonteJason McIntyre
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-28iostat(8): implement periodic display with setitimer(2)Scott Soule Cheloha
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2022-12-28style(9) for includesTheo Buehler
2022-12-28Properly ignore comments in geofeed filesTheo Buehler
2022-12-27Adjust handling of the RFC 9234 role capability for ibgp sessions:Claudio Jeker
2022-12-27Only print the hello_timer if it is actually running.Claudio Jeker
2022-12-26vmd(8): provide a detailed e820 memory map.Dave Voutila
2022-12-23vmd(8): implement zero-copy operations on virtqueues.Dave Voutila
2022-12-23point readers, where relevant, to route(8) rather than netstat(1) or route(4);Jason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-20Apply proper bounds checking to non-repeaters and max-repetitions.Martijn van Duren
2022-12-20Make ar[du]_{nonrepeaters,maxrepetitions} uint16_t instead of int16_t.Martijn van Duren
2022-12-20When writing out a PDU with authpriv that's larger than READ_BUF_SIZEMartijn van Duren
2022-12-20When writing a message out over tcp that's too large to fit in a singleMartijn van Duren
2022-12-19Silence vmd ns8250 log noise about reading com1 before ready.Dave Voutila
2022-12-19acme-client: fix copy-paste error in error messageTheo Buehler
2022-12-18acme-client: rename cc to sign_len in op_sign()Theo Buehler
2022-12-18acme-client: fix openssl includes in acctproc.cTheo Buehler
2022-12-18acme-client: check EC signature lengthTheo Buehler
2022-12-18acme-client: simplify elliptic curve signaturesTheo Buehler
2022-12-18acme-client: switch op_sign() to EVP_DigestSign()Theo Buehler
2022-12-18acme-client: simplify op_thumbprint()Theo Buehler
2022-12-18acme-client: inline a confusing and useless defineTheo Buehler
2022-12-18acme-client: encode unexpected SANs before printingTheo Buehler
2022-12-17acme-client: fix SAN-handling insanityTheo Buehler
2022-12-15priv_validgroup: do not read more than IF_NAMESIZE chars of nameTodd C. Miller
2022-12-15acme-client: use timegm() instead of mktime()Theo Buehler