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