summaryrefslogtreecommitdiffstats
path: root/.github/workflows/c-cpp.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-17minix needs BROKEN_POLL too; chokes on /dev/nullDamien Miller1-0/+3
2022-02-17upstream: check for EINTR/EAGAIN failures in the rfd fast-path; caughtdjm@openbsd.org1-1/+4
2022-02-17Comment hurd test, the VM is currently broken.Darren Tucker1-1/+1
2022-02-17find sk-dummy.so when build_dir != src_dirDamien Miller1-0/+2
2022-02-16update versions in preparation for 8.9 releaseDamien Miller3-3/+3
2022-02-15upstream: document the unbound/host-bound options todjm@openbsd.org1-4/+11
2022-02-14Test if sshd accidentally acquires controlling ttyDarren Tucker1-6/+13
2022-02-12Add cygwin-release test config.Darren Tucker2-0/+4
2022-02-11Move SSHD_ACQUIRES_CTTY workaround into compat.Darren Tucker2-27/+47
2022-02-11Simplify handling of --with-ssl-dir.Darren Tucker1-15/+9
2022-02-11Stop testing OpenBSD HEAD on 6.9 and 7.0.Darren Tucker1-1/+1
2022-02-11upstream: Always initialize delim before passing to hpdelim2 whichdtucker@openbsd.org1-2/+2
2022-02-11Fix helper include path and remove excess code.Darren Tucker1-79/+1
2022-02-10Put poll.h inside ifdef.Darren Tucker3-0/+6
2022-02-10We now support POLLPRI so actually define it.Darren Tucker1-1/+1
2022-02-10upstream: Add test for empty hostname with port.dtucker@openbsd.org1-1/+12
2022-02-10upstream: Add unit tests for hpdelim.dtucker@openbsd.org4-3/+156
2022-02-10upstream: revert for imminent OpenSSH release, which wil ship withdjm@openbsd.org2-16/+12
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org6-28/+29
2022-02-07fix typos in previouspedro martelletto1-3/+3
2022-02-07compat code for fido_assert_set_clientdata()Damien Miller2-2/+27
2022-02-07upstream: use libfido2 1.8.0+ fido_assert_set_clientdata() insteaddjm@openbsd.org2-28/+34
2022-02-07upstream: remove please from manual pages ok jmc@ sthen@ millert@jsg@openbsd.org2-11/+11
2022-02-07upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org5-16/+16
2022-02-02portable-specific string array constificationDamien Miller1-1/+1
2022-02-02upstream: test 'ssh-keygen -Y find-principals' with wildcarddjm@openbsd.org1-1/+18
2022-02-02upstream: Enable all supported ciphers and macs in the serverdtucker@openbsd.org1-0/+10
2022-02-02upstream: allow 'ssh-keygen -Y find-principals' to match wildcarddjm@openbsd.org1-12/+14
2022-02-02upstream: mark const string array contents const too, i.e. staticdjm@openbsd.org7-15/+19
2022-02-02upstream: better match legacy scp behaviour: show un-expanded pathsdjm@openbsd.org1-9/+8
2022-02-01upstream: Remove explicit kill of privsep preauth child's PID indtucker@openbsd.org1-12/+5
2022-02-01upstream: When it's the possessive of 'it', it's spelled "its",guenther@openbsd.org1-2/+2
2022-01-31sandbox-seccomp-filter: allow gettidAlex James1-0/+3
2022-01-25upstream: add a ssh_packet_process_read() function that reads fromdjm@openbsd.org5-47/+58
2022-01-25upstream: Use sshbuf_read() to read directly into the channel inputdjm@openbsd.org1-9/+41
2022-01-25dependDamien Miller1-1/+1
2022-01-25upstream: Add a sshbuf_read() that attempts to read(2) directly indjm@openbsd.org2-2/+43
2022-01-25upstream: add a helper for writing an error message to thedjm@openbsd.org1-22/+28
2022-01-25upstream: correct comment and use local variable instead of longdjm@openbsd.org1-5/+4
2022-01-25upstream: When poll(2) returns -1, for some error conditionsderaadt@openbsd.org1-4/+6
2022-01-22restore tty force-read hackDamien Miller1-2/+2
2022-01-20Fix signedness bug in Cygwin codeCorinna Vinschen1-2/+2
2022-01-20Improve compatibility of early exit trap handling.Darren Tucker1-2/+7
2022-01-19Move more tests out of valgrind-1 runner.Darren Tucker1-3/+3
2022-01-19Invoke EXIT handler early when using Valgrind.Darren Tucker1-0/+13
2022-01-18Remove line leftover from upstream sync.Darren Tucker1-1/+0
2022-01-18upstream: when decompressing zlib compressed packets, usedjm@openbsd.org1-2/+2
2022-01-18upstream: make most of the sftp errors more idiomatic, followingdjm@openbsd.org1-72/+110
2022-01-18upstream: when transferring multiple files in SFTP mode, create thedjm@openbsd.org1-15/+40
2022-01-18upstream: allow pin-required FIDO keys to be added to ssh-agent(1).djm@openbsd.org2-12/+36