summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-10-15zap 3 commentsJob Snijders
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-10-15Update json key namesJob Snijders
2021-10-13acme-client: stop reaching into X509Theo Buehler
2021-10-12Emit SKI in the JSON output and improve flow in x509_get_pubkey()Job Snijders
2021-10-12do the matching as a last resort to handle .libsMarc Espie
2021-10-11Add support for BGPsec Router Certificates (RFC 8209)Job Snijders
2021-10-11base64_encode() should not add any newlines into the output. BecauseClaudio Jeker
2021-10-10Remove unused variableJob Snijders
2021-10-10Make style consistent and remove an unused code pathJob Snijders
2021-10-09delete unneccessary arpa/nameser.h includesTheo de Raadt
2021-10-07Make sure BGPsec router certs don't have a SIAJob Snijders
2021-10-07Call normalize_dn() on the newly added namespace so that later comparesClaudio Jeker
2021-10-07Change host() error check to the more simple for of != 1.Claudio Jeker
2021-10-07Clarify error messageJob Snijders
2021-10-07Rework X509 verification a bit. Remove the store and instead pass inClaudio Jeker
2021-10-07Add x509_get_expire() to extract the not-after time from a certificateClaudio Jeker
2021-10-07mktime() may not properly set errno on error. Just use errx() instead.Claudio Jeker
2021-10-06fix for the XXX-warning warning... have the test be a bit more specificMarc Espie
2021-10-06annotate all required sys/param.h uses with what they bring into scope,Theo de Raadt
2021-10-05Add rudimentary support for BGPsec router certificatesJob Snijders
2021-10-05Remove some extra spacesClaudio Jeker
2021-10-05The HTTP chunked transfer encoding test in regress/usr.sbin/rpki-client/libresslAnton Lindqvist
2021-10-043 groups of realtek firmware are now in base (with new filenames).Theo de Raadt
2021-10-03bt(5)/btrace(8): add support for str()Dave Voutila
2021-09-23Plug leaks of buf flagged by LLVM scan-build.Theo Buehler
2021-09-22Adjust handling of RIB_GENERIC_ADDPATH MRT messages. Parse it the wayClaudio Jeker
2021-09-22remove test traces committed by mistakeEric Faurot
2021-09-22bump version to 7.0.0Eric Faurot
2021-09-22decode srs-encoded address in the right place.Eric Faurot
2021-09-22sync table_db capabilities with table_staticEric Faurot
2021-09-21Add NUL termination to btfile content to avoid that strlcpy(3) readsAlexander Bluhm
2021-09-21bump rpki-client versionSebastian Benoit
2021-09-21Move us to OpenBGPD 7.2Claudio Jeker
2021-09-19The LocalDomain in syslogd(8) is not used, remove variable.Alexander Bluhm
2021-09-18check_send_expect() does some nasty ibuf magic to allow fn_match()Claudio Jeker
2021-09-17Fix subjectAlternativeName (SAN) generation for CSRs. CA/B Forum baselineStuart Henderson
2021-09-16tcpdump: Fix data alignment issue in WireGuard printerVisa Hankala
2021-09-16Add EXTRACT_LE_64BITS().Visa Hankala
2021-09-16sync SYNOPSIS and usage(); ok florianJason McIntyre
2021-09-15Set the X509 validation depth limit to 12 or double the current depth.Claudio Jeker
2021-09-15Explain that traceroute compresses * * * lines at the end of theFlorian Obser
2021-09-15Rewrite and simplify dhcpleasectl(8).Florian Obser
2021-09-14Add missing void to definition of http_init().Theo Buehler
2021-09-14Do not download more than 300 deltas to sync a RRDP repo. Somewhere aroundClaudio Jeker
2021-09-13fix SEE ALSO;Jason McIntyre
2021-09-13introduce /etc/bsd.re-config which can be used to configure the kernelRobert Nagy
2021-09-10When writing a message, syslogd did a combination of puttingAlexander Bluhm
2021-09-10Properly handle keep-alive for HTTP/1.1. If the server uses HTTP/1.1Claudio Jeker
2021-09-09fix crash when passing empty cli arguments as B_AT_NIL wasn't handled as a va...Jasper Lievisse Adriaanse