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