summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2022-12-02Remove constant basereachable and retrans members from struct nd_ifinfoKlemens Nanni
2022-12-01Align uppercase / lowercase patternJob Snijders
2022-12-01Adjust comment for rtype_from_mftfile(). It is important that RTYPE_INVALIDClaudio Jeker
2022-12-01Fix typo in variable peer_message_receiveClaudio Jeker
2022-12-01Extend and rename ometric_set_int_with_label to ometric_set_int_with_labelsClaudio Jeker
2022-11-30Pass a FILE pointer to ometric_output_all() and use fprintf() instead ofClaudio Jeker
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includeJob Snijders
2022-11-30Remove unused sys/socket.h includeJob Snijders
2022-11-30Remove unused ctype.h includeJob Snijders
2022-11-29Only include stdarg.h, if we call any of va_{start,end}()Job Snijders
2022-11-29Only include assert.h if we call assert()Job Snijders
2022-11-29Update valid_x509 comment to reality. crl is no longer optional.Claudio Jeker
2022-11-29Return an error string instead of surpressing the warning in valid_x509.Claudio Jeker
2022-11-28Document struct nd_ifinfo protection, remove obsolete .initialized memberKlemens Nanni
2022-11-28Fix indentTheo Buehler
2022-11-28vmd(8): zero consdev in bootargs to fix booting ramdisksDave Voutila
2022-11-28Reshuffle case a little bit. No functional change.Claudio Jeker
2022-11-28Use ssize_t instead of int as requested on reviewTheo Buehler