summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-03Rework socket buffers locking for shared netlock.Vitaliy Makkoveev
2024-02-03Add tap(4) read events after rx virtqueue notification.Dave Voutila
2024-02-03missing "s" after apostrophe;Jason McIntyre
2024-02-03Try to fetch the board variant from the device tree on platforms that haveMark Kettenis
2024-02-03Rework the exit path of tls13_handshake_recv_action()Theo Buehler
2024-02-03Remove Softdep.Bob Beck
2024-02-03Stop spamming syslog when the network does something silly.Florian Obser
2024-02-03Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYTheo Buehler
2024-02-03Zap a trailing blank that snuck into ssl3_get_client_hello()Theo Buehler
2024-02-03Add new amd64-only sysctl machdep.retpoline which says whether the cpuTheo de Raadt
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2024-02-03leave the command for mbox delivery unsetOmar Polo
2024-02-03document that when an alternate delivery user is provided in aOmar Polo
2024-02-03Fix X509_get_ext_count() usageTheo Buehler
2024-02-03Refactor handling of stale manifestsJob Snijders
2024-02-03proc_parser_mft: simplify logic slightlyTheo Buehler
2024-02-03On OpenBSD we always want IBT-compatible PLT entries. Currently we useMark Kettenis
2024-02-03Implement Multiple Message MSI support on arm64. As on amd64 this isMark Kettenis
2024-02-03implement qwx_tx()Stefan Sperling
2024-02-03not enough bits for L1 cache size to be >= 1MJonathan Gray
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03return early if malloc fails to avoid use after freeJonathan Gray
2024-02-03fix off-by-one in bounds testJonathan Gray
2024-02-03correct buffer size argument to snprintf in print_proto()Jonathan Gray
2024-02-03fix vmd vioblk fd closing bounds testJonathan Gray
2024-02-03fix off-by-one in bounds checkJonathan Gray
2024-02-03add missing fatal() call in rde_peer_send_rrefresh()Jonathan Gray
2024-02-02when an alternate delivery user is provided in a dispatcher, do not processGilles Chehade
2024-02-02Rework proc_parser_mft() furtherTheo Buehler
2024-02-02there's no good reason to allow smtpd to execute custom command set by rootGilles Chehade
2024-02-02Fix vector number check.Mark Kettenis
2024-02-02Run lmtp deliveries as the recipient user, not SMTPD_USER (_smtpd).Todd C. Miller
2024-02-02Update the commentJob Snijders
2024-02-02Remove old commentJob Snijders
2024-02-02no longer check staleness in proc_parser_mftJob Snijders
2024-02-02parser: inline last call to proc_parser_mft_post()Theo Buehler
2024-02-02fix previous: a *mp = mft1 got lostTheo Buehler
2024-02-02refactor: don't call proc_parser_mft_post for the first mftJob Snijders
2024-02-02parser: no need to overload err1 twice.Theo Buehler
2024-02-02refactor: populate mft->path in the pre parserJob Snijders
2024-02-02aspath_inflate() can be called with an empty ASPATH.Claudio Jeker
2024-02-02Cleanup a couple of fatal messages to be less bad.Claudio Jeker
2024-02-02Implement basics of the qwx(4) data frame Rx path.Stefan Sperling
2024-02-02In in_pcbrtentry() add missing return of in6_pcbrtentry() value.Alexander Bluhm
2024-02-02Explain missing group on getgrnam(3) failure.Dave Voutila
2024-02-02refactor: no longer needed to pass loc to the mft preparserJob Snijders
2024-02-02Ignore EVP_MD_CTX_reset() return valueTheo Buehler
2024-02-02Ignore EVP_CIPHER_CTX_reset() return value, it can't failTheo Buehler
2024-02-02refactor: move parse_filepath() to avoid pointer indirectionJob Snijders
2024-02-02refactoring: move time validity window checks out of proc_parser_mft_post()Job Snijders