summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2022-12-15acme-client: use ASN1_TIME_to_tm()Theo Buehler
2022-12-15Add explicit casts to ctype functions in vmd(8).Dave Voutila
2022-12-15Rework statistic collection to be per repository and add metric output optionClaudio Jeker
2022-12-15The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-15The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-14The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-14Continue loop if no match found; avoids an OOB write. ok florian@ tb@Otto Moerbeek
2022-12-14Optimize io_buf_read() a bit by calling read() again after the initalClaudio Jeker
2022-12-14Plug leak of ECDSA_SIGTheo Buehler
2022-12-14Do the IPv4 specific MP capability check only once per update/withdrawClaudio Jeker
2022-12-14Move some basic accessors of aspath to rde.h and make them static inline.Claudio Jeker
2022-12-14Add missing type for OMT_INFO.Claudio Jeker
2022-12-14Always initialize b64szJob Snijders
2022-12-14Switch to struct timespec for collecting stats. This allows to useClaudio Jeker
2022-12-14Print expiry moment in human-readable filemode in a consistent fashion across...Job Snijders
2022-12-14Print issuer & serial in filemodeJob Snijders
2022-12-13Clarify the default is to require message authentication.YASUOKA Masahiko
2022-12-12Since bgpctl uses clock_gettime() and struct timespec switch ometric codeClaudio Jeker
2022-12-12Remove extra : in parameter substitutionAndrew Fresh
2022-12-08bgpctl(8): ometric: measure elapsed time with monotonic clockScott Soule Cheloha
2022-12-06OpenMetrics is rather strict about naming metricsets.Claudio Jeker
2022-12-06Install arm64-qcom-dtb upon encountering a qcgpio(4) device.Patrick Wildt
2022-12-06Implement ometric_set_timeval() and ometric_set_timeval_with_labels()Claudio Jeker
2022-12-05Prep for rpki-client 8.2Claudio Jeker
2022-12-05Revert and adjust the changes in ometric_set_state() from last commit.Claudio Jeker
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-12-04Rename sun to s_un for portability.Tobias Heider
2022-12-03Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.Tobias Heider