summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-01Refer to RFC 3779, 2.1.2 for encoding of rangesTheo Buehler
2023-10-01Point out that the result of IPAddressRange_new() is an invalid rangeTheo Buehler
2023-10-01encoding -> decoding for d2iTheo Buehler
2023-10-01Add an empty lineTheo Buehler
2023-09-30Reorder list of additional validation checks neededTheo Buehler
2023-09-30Switch copyright year to 2023.Theo Buehler
2023-09-30Use addrblocks for .FaTheo Buehler
2023-09-30avoid using the string "a" without markup as a placeholderIngo Schwarze
2023-09-30consistently use "allow_inherit" for the argument nameIngo Schwarze
2023-09-30drop one pair of needless parenthesesIngo Schwarze
2023-09-30remove a useless repetition of a function nameIngo Schwarze
2023-09-30polish an awkward wordingIngo Schwarze
2023-09-30two instances of missing .Fa macrosIngo Schwarze
2023-09-30fix one copy and paste error: d2i_*() decode rather than encode;Ingo Schwarze
2023-09-30garbage collect two stray words, no change of meaningIngo Schwarze
2023-09-30list tracepoints directly in kdump.1 instead of pointing to ktrace.1Christian Weisgerber
2023-09-29Replace kernel lock with mutex in ixl(4) media status.Alexander Bluhm
2023-09-29Make sure pfkeyv2_parsemessage() only returns 0 if the message wasTobias Heider
2023-09-29Only forward validated pfkey messages to promiscuous listeners.Tobias Heider
2023-09-29bump version to 7.4.0Omar Polo
2023-09-29syncTheo de Raadt
2023-09-29Revert previous commit; botched testing meant that I missed USB device noMark Kettenis
2023-09-29Allow IP addresses to be specified in a URI.Bob Beck
2023-09-29Newer versions of U-Boot may disable the USB PHYs and gate their clocks.Mark Kettenis
2023-09-29Some wording tweaks to make things a bit more precise.Theo Buehler
2023-09-29Extend single_thread_set() mode with additional flag attributes.Claudio Jeker
2023-09-29Fix a wrong tag and work around an ugly linebreakTheo Buehler
2023-09-29syncTheo Buehler
2023-09-29Document X509v3_{addr,asid}_validate_{path,resource_set}(3)Theo Buehler
2023-09-29Appease coverityTheo Buehler
2023-09-28add a missing .Fa macroIngo Schwarze
2023-09-28fix two wrong function names in the description;Ingo Schwarze
2023-09-28Fix error messageTheo Buehler
2023-09-28Don't leak ctx on failureTheo Buehler
2023-09-28syncTheo Buehler
2023-09-28Document X509v3_{addr,asid}_subset.3 take two (missed cvs add)Theo Buehler
2023-09-28Document X509v3_{addr,asid}_subset.3Theo Buehler
2023-09-28Add more regress coverage for EVP_CIPHER_CTX_iv_length()Theo Buehler
2023-09-28Check that EVP_CIPHER_CTX_iv_length() matches what was setTheo Buehler
2023-09-28Fix EVP_CIPHER_CTX_iv_length()Theo Buehler
2023-09-28whitespaceTheo Buehler
2023-09-28Prep for OpenBGPD 8.2Claudio Jeker
2023-09-28Enforce NUL termination of the neighbor shutdown reason sent fromClaudio Jeker
2023-09-28plaform -> platformJonathan Gray
2023-09-28don't mention what language functions are implemented inJonathan Gray
2023-09-28Don't register firmware already in /var/db/pkgAndrew Fresh
2023-09-28Exit successfully at the end of fw_updateAndrew Fresh
2023-09-28Download firmware to LOCALSRC when using filenamesAndrew Fresh
2023-09-27Full rewrite of lang/ruby port module documentationJeremy Evans
2023-09-27Use a dynamically-allocated line buffer and resize as needed.Todd C. Miller