summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-10-22First step of cleanup in the io land. Introduce io_buf_new() andClaudio Jeker
2021-10-22return unsupported version for version less than HTTP/0.9 and higherSebastian Benoit
2021-10-21Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE insideMartijn van Duren
2021-10-21s/SNMP_C_GETRESP/SNMP_C_RESPONSEMartijn van Duren
2021-10-21when a client sends header lines without a colon, respond with 400 BadSebastian Benoit
2021-10-21Avoid sys/param.h, or annotate reasons for including where required.Theo de Raadt
2021-10-21Retrieve the actual engineid instead of a pointer value.Martijn van Duren
2021-10-21Sync ober_oid_cmp with ax_oid_cmp from libagentx.Martijn van Duren
2021-10-20Add missing semicolon at the end of the listen_udptcp ruleGerhard Roth
2021-10-20revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullopSebastien Marie
2021-10-19vnode: remove VLOCKSWORK usage in pstat and mention in man pagesSebastien Marie
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