summaryrefslogtreecommitdiffstats
path: root/channels.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-23Convert "have_prog" function into "which".Darren Tucker1-1/+9
2022-07-23Skip scp3 test if there's no scp on remote path.Darren Tucker1-0/+6
2022-07-20crank SSH_SK_VERSION_MAJOR in sk-dummy.soDamien Miller1-1/+1
2022-07-20upstream: ssh-keygen: fix touch prompt, pin retries;djm@openbsd.org1-13/+10
2022-07-20upstream: sk-usbhid: preserve error code returned by key_lookup()djm@openbsd.org1-2/+2
2022-07-20upstream: when enrolling a resident key on a security token, checkdjm@openbsd.org4-6/+102
2022-07-20upstream: pull passphrase reading and confirmation into a separatedjm@openbsd.org1-28/+37
2022-07-15Move vmshutdown to first step.Darren Tucker1-2/+2
2022-07-15Rename bbone test target to ARM.Darren Tucker1-1/+1
2022-07-15Add AUDIT_ARCH_PPC to supported seccomp arches.Darren Tucker1-0/+3
2022-07-14Remove unintended changes.Darren Tucker2-13/+2
2022-07-14Return ERANGE from getcwd() if buffer size is 1.Darren Tucker1-1/+4
2022-07-14Split README.platform into its own line.Darren Tucker1-1/+3
2022-07-14Clarify README.md text.Darren Tucker1-2/+2
2022-07-13Remove special casing of crypt().Darren Tucker1-24/+11
2022-07-13Only refuse to use OpenSSL 3.0.4 on x86_64.Darren Tucker3-3/+22
2022-07-12Capture stderr output from configure.Darren Tucker1-1/+1
2022-07-12Refuse to use OpenSSL 3.0.4 due to potential RCE.Darren Tucker1-0/+1
2022-07-12Move unset to before we set anything.Darren Tucker1-2/+3
2022-07-06Test against openssl-3.0.5.Darren Tucker1-1/+1
2022-07-05Update sanitizer test targets:Darren Tucker2-2/+3
2022-07-05Add GCC address sanitizer build/test.Darren Tucker2-9/+18
2022-07-05Move sanitizer logs into regress for collection.Darren Tucker2-4/+6
2022-07-04upstream: Add TEST_REGRESS_CACHE_DIR.dtucker@openbsd.org1-1/+28
2022-07-03Add clang sanitizer tests.Darren Tucker4-1/+64
2022-07-03Skip all rlimit tests when sandboxing disabled.Darren Tucker1-11/+9
2022-07-03Move checks for pollfd.fd and nfds_t.Darren Tucker1-20/+20
2022-07-01upstream: Remove leftover line.dtucker@openbsd.org1-3/+1
2022-07-01upstream: use consistent field names (s/char/byte)djm@openbsd.org1-6/+6
2022-07-01Skip select+rlimit check if sandboxing is disabledDarren Tucker1-4/+8
2022-07-01upstream: bump up loglevel from debug to info when unable to opendjm@openbsd.org1-5/+9
2022-07-01upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2-12/+21
2022-07-01upstream: Always return allocated strings from the kex filtering sodtucker@openbsd.org1-4/+11
2022-07-01upstream: ignore SIGPIPE earlier in main(), specifically beforedjm@openbsd.org1-2/+3
2022-07-01upstream: reflect the update to -D arg name in usage();jmc@openbsd.org1-2/+2
2022-06-29Update OpenSSL tests to the most recent releases.Darren Tucker1-2/+2
2022-06-27upstream: allow arguments to sftp -D option, e.g. sftp -Ddjm@openbsd.org2-11/+15
2022-06-27upstream: Roll back previous KEX changes as they aren't safe untildtucker@openbsd.org2-12/+6
2022-06-27upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2-6/+12
2022-06-25Zero out LIBFIDO2 when SK support not usable.Darren Tucker1-1/+1
2022-06-25Disable SK support if FIDO libs not found.Darren Tucker1-0/+1
2022-06-24fix broken case statement in previousDamien Miller1-0/+1
2022-06-24request 1.1x API compatibility for OpenSSL >=3.xDamien Miller1-2/+7
2022-06-24upstream: make it clear that RekeyLimit applies to both transmitteddjm@openbsd.org2-10/+10
2022-06-24upstream: Make sure not to fclose() the same fd twice in case of antobhe@openbsd.org1-7/+12
2022-06-24upstream: Don't attempt to fprintf a null identity comment. Fromdtucker@openbsd.org1-3/+3
2022-06-24upstream: Log an error if pipe() fails while accepting adtucker@openbsd.org1-3/+7
2022-06-24automatically enable built-in FIDO supportDamien Miller1-31/+34
2022-06-24fix possible NULL deref when built without FIDODamien Miller1-1/+2
2022-06-15upstream: make sure that UseDNS hostname lookup happens in the monitordjm@openbsd.org5-27/+20