summaryrefslogtreecommitdiffstats
path: root/ttymodes.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-06Also retest OpenBSD upstream on .yml changes.Darren Tucker1-1/+1
2022-05-06Note that, for now, we need variadic macros.Darren Tucker1-3/+4
2022-05-06Add ubsan minimal testcase on OpenBSD.Darren Tucker1-5/+7
2022-05-05upstream: sshkey_unshield_private() contains a exact duplicate ofdjm@openbsd.org1-40/+32
2022-05-05upstream: channel_new no longer frees remote_name. So update thedjm@openbsd.org2-6/+6
2022-05-05upstream: mux.c: mark argument as const; from Martin Vahlensieckdjm@openbsd.org1-2/+2
2022-05-05upstream: make sure stdout is non-blocking; ok djm@markus@openbsd.org1-4/+9
2022-05-05upstream: Add FIDO AUTHENTICATOR section and explain a bit how FIDOflorian@openbsd.org1-52/+78
2022-05-05upstream: remove an obsolete rsa1 format example from an example;jmc@openbsd.org1-3/+2
2022-05-02upstream: fix some integer overflows in sieve_large() that show up whendjm@openbsd.org1-7/+7
2022-05-02upstream: be stricter in which characters will be accepted indjm@openbsd.org1-2/+2
2022-04-30Add Mac OS X 12 test target.Darren Tucker1-2/+3
2022-04-29Only run tests when source files change.Darren Tucker3-2/+6
2022-04-29Remove now-empty int32_minmax.inc.Darren Tucker1-0/+0
2022-04-29upstream: mention that the helpers are used by ssh(1), ssh-agent(1)djm@openbsd.org2-18/+28
2022-04-29upstream: Don't leak SK device. Patch from Pedro Martelletto viadtucker@openbsd.org2-2/+4
2022-04-29upstream: fix memleak on session-bind path; from Pedro Martelletto, okdjm@openbsd.org1-1/+2
2022-04-28upstream: avoid printing hash algorithm twice; from lucas AT sexy.isdjm@openbsd.org1-2/+2
2022-04-27upstream: Add authfd path to debug output. ok markus@dtucker@openbsd.org1-1/+2
2022-04-27upstream: Check sshauthopt_new() for NULL. bz#3425, fromdtucker@openbsd.org1-2/+3
2022-04-27upstream: Remove unnecessary includes: openssl/hmac.h andmillert@openbsd.org1-4/+1
2022-04-27upstream: Add missing includes of stdlib.h and stdint.h. We needmillert@openbsd.org1-1/+3
2022-04-27upstream: Avoid an unnecessary xstrdup in rm_env() when matchingmillert@openbsd.org1-7/+3
2022-04-26Add debian-riscv64 test target.Darren Tucker1-0/+1
2022-04-25Update OpenSSL and LibreSSL versions in tests.Darren Tucker1-5/+5
2022-04-23Include stdlib.h for free() prototype.Darren Tucker1-0/+1
2022-04-23Cache timezone data in capsicum sandbox.Darren Tucker2-1/+16
2022-04-21upstream: It looks like we can't completely avoiddtucker@openbsd.org1-7/+18
2022-04-20upstream: Use ssh -f and ControlPersist ..dtucker@openbsd.org1-13/+11
2022-04-20upstream: Simplify forward-control test.dtucker@openbsd.org1-25/+9
2022-04-20upstream: regression test for sftp cp commanddjm@openbsd.org1-1/+6
2022-04-20upstream: Import regenerated modulidtucker@openbsd.org1-382/+419
2022-04-20upstream: Try to continue running local I/O for channels in statedjm@openbsd.org3-13/+10
2022-04-20upstream: Import regenerated modulidtucker@openbsd.org1-0/+1
2022-04-16upstream: list the correct version numbertj@openbsd.org1-4/+4
2022-04-16upstream: Correct path for system known hosts file in descriptiondtucker@openbsd.org1-3/+3
2022-04-16Resync moduli.5 with upstream.Darren Tucker1-5/+4
2022-04-16Retire fbsd6 test VM.Darren Tucker1-2/+0
2022-04-12upstream: clear io_want/io_ready flags at start of poll() cycle;djm@openbsd.org1-2/+7
2022-04-12upstream: Note that curve25519-sha256 was later published indtucker@openbsd.org1-1/+3
2022-04-12upstream: two defensive changes from Tobias Stoeckmann via GHPR287djm@openbsd.org1-3/+6
2022-04-11Revert "update build-aux files to match autoconf-2.71"Damien Miller3-1917/+2044
2022-04-08update build-aux files to match autoconf-2.71Damien Miller3-2044/+1917
2022-04-06update version numbers for releaseV_9_0_P1Damien Miller3-3/+3
2022-04-06upstream: openssh-9.0djm@openbsd.org1-2/+2
2022-04-06upstream: ssh: document sntrup761x25519-sha512@openssh.com asnaddy@openbsd.org2-5/+5
2022-04-06upstream: man pages: add missing commas between subordinate andnaddy@openbsd.org6-21/+21
2022-04-04Disable security key on fbsd6 test host.Darren Tucker1-0/+4
2022-04-04Specify TEST_SHELL=bash on AIX.Darren Tucker1-1/+3
2022-04-01Only return events from ppoll that were requested.Darren Tucker1-3/+3