summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-01Only return events from ppoll that were requested.V_8_9Darren Tucker
2022-03-11Resync fmt_scaled. with OpenBSD.Darren Tucker
2022-03-08Default to not using sandbox when cross compiling.Darren Tucker
2022-03-01upstream: pack pollfd array before server_accept_loop() ppoll()djm@openbsd.org
2022-02-26Allow ppoll_time64 in seccomp sandbox.Darren Tucker
2022-02-25Improve detection of -fzero-call-used-regs=all supportColin Watson
2022-02-24upstream: free(3) wants stdlib.hdjm@openbsd.org
2022-02-23makedependV_8_9_P1Damien Miller
2022-02-23upstream: avoid integer overflow of auth attempts (harmless, caughtdjm@openbsd.org
2022-02-23upstream: randomise the password used in fakepwdjm@openbsd.org
2022-02-23upstream: use asprintf to construct .rhosts pathsdjm@openbsd.org
2022-02-23upstream: openssh-8.9djm@openbsd.org
2022-02-22Extend select+rlimit sanbox test to include poll.Darren Tucker
2022-02-22Add Alpine Linux test VM.Darren Tucker
2022-02-22Include sys/param.h if present.Darren Tucker
2022-02-22Only include sys/poll.h if we don't have poll.h.Darren Tucker
2022-02-22disable agent-restrict test on minix3Damien Miller
2022-02-21Skip agent-getpeereid when running as root.Darren Tucker
2022-02-20upstream: Aproximate realpath on the expected output by dedupingdtucker@openbsd.org
2022-02-20Really move DSA to end of list.Darren Tucker
2022-02-18Add test configs for MUSL C library.Darren Tucker
2022-02-17minix needs BROKEN_POLL too; chokes on /dev/nullDamien Miller
2022-02-17upstream: check for EINTR/EAGAIN failures in the rfd fast-path; caughtdjm@openbsd.org
2022-02-17Comment hurd test, the VM is currently broken.Darren Tucker
2022-02-17find sk-dummy.so when build_dir != src_dirDamien Miller
2022-02-16update versions in preparation for 8.9 releaseDamien Miller
2022-02-15upstream: document the unbound/host-bound options todjm@openbsd.org
2022-02-14Test if sshd accidentally acquires controlling ttyDarren Tucker
2022-02-12Add cygwin-release test config.Darren Tucker
2022-02-11Move SSHD_ACQUIRES_CTTY workaround into compat.Darren Tucker
2022-02-11Simplify handling of --with-ssl-dir.Darren Tucker
2022-02-11Stop testing OpenBSD HEAD on 6.9 and 7.0.Darren Tucker
2022-02-11upstream: Always initialize delim before passing to hpdelim2 whichdtucker@openbsd.org
2022-02-11Fix helper include path and remove excess code.Darren Tucker
2022-02-10Put poll.h inside ifdef.Darren Tucker
2022-02-10We now support POLLPRI so actually define it.Darren Tucker
2022-02-10upstream: Add test for empty hostname with port.dtucker@openbsd.org
2022-02-10upstream: Add unit tests for hpdelim.dtucker@openbsd.org
2022-02-10upstream: revert for imminent OpenSSH release, which wil ship withdjm@openbsd.org
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org
2022-02-07fix typos in previouspedro martelletto
2022-02-07compat code for fido_assert_set_clientdata()Damien Miller
2022-02-07upstream: use libfido2 1.8.0+ fido_assert_set_clientdata() insteaddjm@openbsd.org
2022-02-07upstream: remove please from manual pages ok jmc@ sthen@ millert@jsg@openbsd.org
2022-02-07upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org
2022-02-02portable-specific string array constificationDamien Miller
2022-02-02upstream: test 'ssh-keygen -Y find-principals' with wildcarddjm@openbsd.org
2022-02-02upstream: Enable all supported ciphers and macs in the serverdtucker@openbsd.org
2022-02-02upstream: allow 'ssh-keygen -Y find-principals' to match wildcarddjm@openbsd.org
2022-02-02upstream: mark const string array contents const too, i.e. staticdjm@openbsd.org