summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02next-prompt can have 1 argument.Nicholas Marriott
2023-11-01Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()Theo Buehler
2023-11-01Add X509_ALGOR_set0_by_nid()Theo Buehler
2023-11-01Explain the weird order of doing things in X509_ALGOR_set0()Theo Buehler
2023-11-01Rename ptype and pval to parameter_type and parameter_valueTheo Buehler
2023-11-01Unindent X509_ALGOR_set0_parameter()Theo Buehler
2023-11-01Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()Theo Buehler
2023-11-01Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()Theo Buehler
2023-11-01Specify ssh binary to use instead of relying on installed one. FixesDarren Tucker
2023-11-01add some tests of forced commands overriding Subsystem directivesDamien Miller
2023-10-31cksum: better describe the -c (checklist) optionTodd C. Miller
2023-10-31cksum -c: support checking base64 digests in reverse mode too.Todd C. Miller
2023-10-31Remove 3 expected failures those got fixed in the regress code.Claudio Jeker
2023-10-31unlink("/") just needs to error. Checking for a specific errno makesClaudio Jeker
2023-10-31When creating a file in a directory the file gid is inherited fromClaudio Jeker
2023-10-31Ignore closefrom() failure. This fails normally since fd 4 and up are allClaudio Jeker
2023-10-31remove unneeded includesJonathan Gray
2023-10-31Don't try to use sudo inside sshd log wrapper. We still need toDarren Tucker
2023-10-31Only try to chmod logfile if we have sudo. If we don't have sudoDarren Tucker
2023-10-31Update awk to Oct 30, 2023 version.Todd C. Miller
2023-10-30move PKCS#11 setup code to test-exec.sh so it can be reused elsewhereDamien Miller
2023-10-30This is the OpenBSD version of Awk.Todd C. Miller
2023-10-30Minor cosmetic changes to make our awk match my github branch.Todd C. Miller
2023-10-30tidy and refactor PKCS#11 setup codeDamien Miller
2023-10-30Add support for OpenSSL 3.1 interop testsTheo Buehler
2023-10-30Include strings.h for the strncasecmp() prototype.Todd C. Miller
2023-10-30Do not allow combined UTF-8 characters that are too long, GitHub issueNicholas Marriott
2023-10-30Do not truncate MSG_EOR in recvmsg().Alexander Bluhm
2023-10-30Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()).Vitaliy Makkoveev
2023-10-30Use ERESTART for any single_thread_set() error in sys_execve().Claudio Jeker
2023-10-30Adjust KERNEL_ASSERT_UNLOCKED() to not assert during a panic.Claudio Jeker
2023-10-30seperate -> separate;Jason McIntyre
2023-10-30make special note, right at the start, that DNS is handled seperatelyTheo de Raadt
2023-10-30drm/amd/pm: add unique_id for gc 11.0.3Jonathan Gray
2023-10-30drm: panel-orientation-quirks: Add quirk for One Mix 2SJonathan Gray
2023-10-30drm/i915: Retry gtt fault when out of fence registersJonathan Gray
2023-10-29libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@Scott Soule Cheloha
2023-10-29Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.Todd C. Miller
2023-10-29Enable ISO C11 APIs when building libc, even with an older compiler.Todd C. Miller
2023-10-29Use clock_gettime(), not timespec_get() like other parts of ifconfig.Todd C. Miller
2023-10-29Fix an error exit in X509v3_addr_validate_path()Theo Buehler
2023-10-29Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warningKlemens Nanni
2023-10-29Add a few tests to make sure that getnext requests on/under a registeredMartijn van Duren
2023-10-29When doing a get{next,bulk} below an instance we must move the OID toMartijn van Duren
2023-10-29Add a regress test to make sure that agentx responses equal toMartijn van Duren
2023-10-29searchrange.end is non-inclusive. Adjust the tests for that.Martijn van Duren
2023-10-29Add a test to the end of agentx_varbind_finalize(), after completing theMartijn van Duren
2023-10-29Only try to chown logfiles that exist to prevent spurious errors.Darren Tucker
2023-10-28substr: fix buffer overflow with utf-8 stringsTodd C. Miller
2023-10-28Back out change to make the default -std=gnu99 for now.Todd C. Miller