aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-29upstream: make use of bsd.regress.mk in extra and interop targets; okanton@openbsd.org
2023-10-27upstream: Skip conch interop tests when not enabled instead of fatal.dtucker@openbsd.org
2023-10-26upstream: Import regenerated moduli.dtucker@openbsd.org
2023-10-26upstream: ssh conch interop tests requires a controlling terminal;anton@openbsd.org
2023-10-26upstream: Use private key that is allowed by sshd defaults in conchanton@openbsd.org
2023-10-20Install Dropbear for interop testing.Darren Tucker
2023-10-20Resync PuTTY and Conch path handling with upstream.Darren Tucker
2023-10-20Have configure find PuTTY and Conch binaries.Darren Tucker
2023-10-20upstream: Allow overriding the locations of the Dropbear binariesdtucker@openbsd.org
2023-10-20upstream: Add interop test with Dropbear.dtucker@openbsd.org
2023-10-16Update openssl-devel dependency in RPM spec.Fabio Pedretti
2023-10-16Remove reference of dropped sshd.pam.old fileFabio Pedretti
2023-10-16upstream: Move declaration of "len" into the block where it's used.dtucker@openbsd.org
2023-10-13run t-extra regress testsDamien Miller
2023-10-12Don't use make -j2.Darren Tucker
2023-10-12Correct arg order for ED255519 AC_LINK_IFELSE test.Darren Tucker
2023-10-12upstream: typos and extra debug trace callsdjm@openbsd.org
2023-10-12upstream: ensure logs are owned by correct user; feedback/okdjm@openbsd.org
2023-10-12upstream: 64 %-expansion keys ought to be enough for anybody; okdjm@openbsd.org
2023-10-12upstream: don't dereference NULL pointer when hashing jumphostdjm@openbsd.org
2023-10-12Solaris: prefer PRIV_XPOLICY to PRIV_LIMITDamien Miller
2023-10-12upstream: add %j token that expands to the configured ProxyJumpdjm@openbsd.org
2023-10-12upstream: release GSS OIDs only at end of authentication; bz2982,djm@openbsd.org
2023-10-12upstream: mask SIGINT/TERM/QUIT/HUP before checking quit_pendingdjm@openbsd.org
2023-10-12upstream: sync usage() with ssh.1; spotted by kn@djm@openbsd.org
2023-10-12upstream: ssh -Q does not make sense with other command-line options,djm@openbsd.org
2023-10-12upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org
2023-10-12upstream: add support for reading ED25519 private keys in PEM PKCS8djm@openbsd.org
2023-10-11upstream: mention "none" is a valid argument to IdentityFile; bz3080djm@openbsd.org
2023-10-11upstream: in olde rcp/scp protocol mode, when rejecting a path from thedjm@openbsd.org
2023-10-11upstream: s/%.100s/%s/ in SSH- banner construction as there's nodjm@openbsd.org
2023-10-11upstream: Garbage collect cipher_get_keyiv_len()tb@openbsd.org
2023-10-10upstream: Reserve a range of "local extension" message numbers thatdjm@openbsd.org
2023-10-06upstream: typo in error messagedjm@openbsd.org
2023-10-06upstream: Perform the softhsm2 setup as discrete steps rather thandjm@openbsd.org
2023-10-06upstream: REGRESS_FAIL_EARLY defaults to yes now. So no need toclaudio@openbsd.org
2023-10-06upstream: spelling fix;jmc@openbsd.org
2023-10-04crank version numbersDamien Miller
2023-10-04upstream: openssh-9.5djm@openbsd.org
2023-10-04upstream: add some cautionary text about % token expansion anddjm@openbsd.org
2023-10-04upstream: fix link to agent draft; spotted by Jann Horndjm@openbsd.org
2023-10-04use portable provider allowlist path in manpageDamien Miller
2023-10-01upstream: typo; from Jim Spathderaadt@openbsd.org
2023-09-11upstream: rename remote_glob() -> sftp_glob() to match other APIdjm@openbsd.org
2023-09-11upstream: typo in commentdjm@openbsd.org
2023-09-10Use zero-call-used-regs=used with Apple compilers.Darren Tucker
2023-09-10upstream: randomise keystroke obfuscation intervals and averagedjm@openbsd.org
2023-09-08upstream: fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer heredjm@openbsd.org
2023-09-08upstream: regress test recursive remote-remote directories copies wheredjm@openbsd.org
2023-09-08upstream: fix recursive remote-remote copies of directories thatdjm@openbsd.org