summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only return events from ppoll that were requested.V_8_9Darren Tucker2022-04-011-3/+3
* Resync fmt_scaled. with OpenBSD.Darren Tucker2022-03-111-13/+19
* Default to not using sandbox when cross compiling.Darren Tucker2022-03-081-2/+2
* upstream: pack pollfd array before server_accept_loop() ppoll()djm@openbsd.org2022-03-011-10/+19
* Allow ppoll_time64 in seccomp sandbox.Darren Tucker2022-02-261-0/+3
* Improve detection of -fzero-call-used-regs=all supportColin Watson2022-02-251-0/+3
* upstream: free(3) wants stdlib.hdjm@openbsd.org2022-02-241-2/+3
* makedependV_8_9_P1Damien Miller2022-02-231-1/+1
* upstream: avoid integer overflow of auth attempts (harmless, caughtdjm@openbsd.org2022-02-231-1/+4
* upstream: randomise the password used in fakepwdjm@openbsd.org2022-02-231-3/+13
* upstream: use asprintf to construct .rhosts pathsdjm@openbsd.org2022-02-231-13/+23
* upstream: openssh-8.9djm@openbsd.org2022-02-231-2/+2
* Extend select+rlimit sanbox test to include poll.Darren Tucker2022-02-221-5/+23
* Add Alpine Linux test VM.Darren Tucker2022-02-221-0/+1
* Include sys/param.h if present.Darren Tucker2022-02-222-0/+4
* Only include sys/poll.h if we don't have poll.h.Darren Tucker2022-02-221-2/+1
* disable agent-restrict test on minix3Damien Miller2022-02-221-1/+3
* Skip agent-getpeereid when running as root.Darren Tucker2022-02-211-0/+3
* upstream: Aproximate realpath on the expected output by dedupingdtucker@openbsd.org2022-02-201-2/+3
* Really move DSA to end of list.Darren Tucker2022-02-201-2/+2
* Add test configs for MUSL C library.Darren Tucker2022-02-183-0/+10
* minix needs BROKEN_POLL too; chokes on /dev/nullDamien Miller2022-02-171-0/+3
* upstream: check for EINTR/EAGAIN failures in the rfd fast-path; caughtdjm@openbsd.org2022-02-171-1/+4
* Comment hurd test, the VM is currently broken.Darren Tucker2022-02-171-1/+1
* find sk-dummy.so when build_dir != src_dirDamien Miller2022-02-171-0/+2
* update versions in preparation for 8.9 releaseDamien Miller2022-02-163-3/+3
* upstream: document the unbound/host-bound options todjm@openbsd.org2022-02-151-4/+11
* Test if sshd accidentally acquires controlling ttyDarren Tucker2022-02-141-6/+13
* Add cygwin-release test config.Darren Tucker2022-02-122-0/+4
* Move SSHD_ACQUIRES_CTTY workaround into compat.Darren Tucker2022-02-112-27/+47
* Simplify handling of --with-ssl-dir.Darren Tucker2022-02-111-15/+9
* Stop testing OpenBSD HEAD on 6.9 and 7.0.Darren Tucker2022-02-111-1/+1
* upstream: Always initialize delim before passing to hpdelim2 whichdtucker@openbsd.org2022-02-111-2/+2
* Fix helper include path and remove excess code.Darren Tucker2022-02-111-79/+1
* Put poll.h inside ifdef.Darren Tucker2022-02-103-0/+6
* We now support POLLPRI so actually define it.Darren Tucker2022-02-101-1/+1
* upstream: Add test for empty hostname with port.dtucker@openbsd.org2022-02-101-1/+12
* upstream: Add unit tests for hpdelim.dtucker@openbsd.org2022-02-104-3/+156
* upstream: revert for imminent OpenSSH release, which wil ship withdjm@openbsd.org2022-02-102-16/+12
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-106-28/+29
* fix typos in previouspedro martelletto2022-02-071-3/+3
* compat code for fido_assert_set_clientdata()Damien Miller2022-02-072-2/+27
* upstream: use libfido2 1.8.0+ fido_assert_set_clientdata() insteaddjm@openbsd.org2022-02-072-28/+34
* upstream: remove please from manual pages ok jmc@ sthen@ millert@jsg@openbsd.org2022-02-072-11/+11
* upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org2022-02-075-16/+16
* portable-specific string array constificationDamien Miller2022-02-021-1/+1
* upstream: test 'ssh-keygen -Y find-principals' with wildcarddjm@openbsd.org2022-02-021-1/+18
* upstream: Enable all supported ciphers and macs in the serverdtucker@openbsd.org2022-02-021-0/+10
* upstream: allow 'ssh-keygen -Y find-principals' to match wildcarddjm@openbsd.org2022-02-021-12/+14
* upstream: mark const string array contents const too, i.e. staticdjm@openbsd.org2022-02-027-15/+19