summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-29Only run tests when source files change.V_9_0Darren Tucker
2022-04-12upstream: clear io_want/io_ready flags at start of poll() cycle;djm@openbsd.org
2022-04-06update version numbers for releaseV_9_0_P1Damien Miller
2022-04-06upstream: openssh-9.0djm@openbsd.org
2022-04-06upstream: ssh: document sntrup761x25519-sha512@openssh.com asnaddy@openbsd.org
2022-04-06upstream: man pages: add missing commas between subordinate andnaddy@openbsd.org
2022-04-04Disable security key on fbsd6 test host.Darren Tucker
2022-04-04Specify TEST_SHELL=bash on AIX.Darren Tucker
2022-04-01Only return events from ppoll that were requested.Darren Tucker
2022-04-01Only run regression tests on slow VMs.Darren Tucker
2022-04-01Increase test timeout to allow slow VMs to finishDarren Tucker
2022-04-01Use bash or ksh if available for SH in Makefile.Darren Tucker
2022-04-01Set Makefile SHELL as determined by configure.Darren Tucker
2022-04-01Skip slow tests on (very) slow test targets.Darren Tucker
2022-03-31dependDamien Miller
2022-03-31upstream: add a sftp client "cp" command that supports server-sidedjm@openbsd.org
2022-03-31upstream: add support for the "corp-data" protocol extension todjm@openbsd.org
2022-03-31upstream: select post-quantum KEXdjm@openbsd.org
2022-03-31upstream: fix poll() spin when a channel's output fd closes withoutdjm@openbsd.org
2022-03-30upstream: ssh is almost out of getopt() characters; note thedjm@openbsd.org
2022-03-30upstream: avoid NULL deref via ssh-keygen -Y find-principals.djm@openbsd.org
2022-03-28Add AIX 5.1 test target.Darren Tucker
2022-03-26Drop leading "v" from release version identifier.Darren Tucker
2022-03-26Use tarballs when testing LibreSSL releases.Darren Tucker
2022-03-26Remove now-unused passwd variable.Darren Tucker
2022-03-26Missing semicolon.Darren Tucker
2022-03-26Factor out platform-specific locked account check.Darren Tucker
2022-03-26Add OpenWRT mips and mipsel test targets.Darren Tucker
2022-03-20upstream: don't leak argument list; bz3404, reported by Baludjm@openbsd.org
2022-03-20upstream: make addargs() and replacearg() a little more robust anddjm@openbsd.org
2022-03-20upstream: don't try to resolve ListenAddress directives in the sshddjm@openbsd.org
2022-03-20upstream: remove blank linedjm@openbsd.org
2022-03-18upstream: helpful commentdjm@openbsd.org
2022-03-18upstream: ssh-keygen -Y check-novalidate requires namespace or SEGVdjm@openbsd.org
2022-03-18upstream: improve DEBUG_CHANNEL_POLL debugging messagedjm@openbsd.org
2022-03-18upstream: ssh: xstrdup(): use memcpy(3)cheloha@openbsd.org
2022-03-11Resync fmt_scaled. with OpenBSD.Darren Tucker
2022-03-09Provide killpg implementation.Darren Tucker
2022-03-09Check for missing ftruncate prototype.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-03-01upstream: include rejected signature algorithm in error message andnaddy@openbsd.org
2022-03-01upstream: Remove the char * casts from arguments to do_lstat,dtucker@openbsd.org
2022-03-01upstream: save an unneccessary alloc/free, based on patch fromdjm@openbsd.org
2022-03-01Remove unused ivbits argument from chacha_keysetupDarren Tucker
2022-03-01Add OPENBSD ORIGINAL marker.Darren Tucker
2022-02-28No unused param warnings for clang-12 and gcc-11.Darren Tucker
2022-02-26Add debian-i386 test target.Darren Tucker
2022-02-26Allow ppoll_time64 in seccomp sandbox.Darren Tucker
2022-02-25Improve handling of _getshort and _getlong.Darren Tucker