summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-07upstream: a bit more debugging of file attributes beingdjm@openbsd.org
2021-08-07upstream: make scp(1) in SFTP mode output better match originaldjm@openbsd.org
2021-08-07upstream: factor out a structure duplicated between downloadingdjm@openbsd.org
2021-08-07upstream: use sftp_client crossloading to implement scp -3djm@openbsd.org
2021-08-07upstream: support for "cross"-loading files/directories, i.e.djm@openbsd.org
2021-08-07upstream: factor our SSH2_FXP_OPEN calls into their own function;djm@openbsd.org
2021-08-07upstream: prepare for scp -3 implemented via sftpdjm@openbsd.org
2021-08-06upstream: Make diff invocation more portable.dtucker@openbsd.org
2021-08-06upstream: regression test for scp -3djm@openbsd.org
2021-08-06upstream: Document "ProxyJump none". bz#3334.dtucker@openbsd.org
2021-08-04upstream: Allow for different (but POSIX compliant) behaviour ofdtucker@openbsd.org
2021-08-04use openbsd-compat glob.h is requiredDamien Miller
2021-08-03Missing space between macro arg and punctuation.Darren Tucker
2021-08-03Avoid lines >80 chars. From jmc@Darren Tucker
2021-08-03upstream: regression tests for scp SFTP protocol support; mostly bydjm@openbsd.org
2021-08-03upstream: Treat doas with arguments as a valid SUDO variable.anton@openbsd.org
2021-08-03upstream: support for using the SFTP protocol for file transfers indjm@openbsd.org
2021-08-03upstream: fix a formatting error and add some Xr; from debian atjmc@openbsd.org
2021-08-03upstream: fix a formatting error and mark up known_hostsjmc@openbsd.org
2021-08-03upstream: no need to talk about version 2 with the -Q option, sojmc@openbsd.org
2021-08-03upstream: word fix; reported by debian at helgefjell dejmc@openbsd.org
2021-08-03upstream: standardise the grammar in the options list; issuejmc@openbsd.org
2021-08-02Check for RLIMIT_NOFILE before trying to use it.Darren Tucker
2021-07-27lastenv is only used in setenv.Darren Tucker
2021-07-26Move SUDO to "make test" command line.Darren Tucker
2021-07-25Set SUDO for tests and cleanup.Darren Tucker
2021-07-25Pass OPENSSL=no to make tests too.Darren Tucker
2021-07-25upstream: Skip unit and makefile-based key conversion tests whendtucker@openbsd.org
2021-07-25upstream: Replace OPENSSL as the variable that points to thedtucker@openbsd.org
2021-07-24upstream: Skip RFC4716 format import and export tests when builtdtucker@openbsd.org
2021-07-24upstream: Don't omit ssh-keygen -y from usage when built withoutdtucker@openbsd.org
2021-07-24upstream: Exclude key conversion options from usage when builtdtucker@openbsd.org
2021-07-24Test OpenBSD upstream with and without OpenSSL.Darren Tucker
2021-07-24upstream: test for first-match-wins in authorized_keys environment=djm@openbsd.org
2021-07-24upstream: Simplify keygen-convert by using $SSH_KEYTYPES directly.dtucker@openbsd.org
2021-07-24upstream: don't leak environment= variable when it is not the firstdjm@openbsd.org
2021-07-24upstream: punctuation;jmc@openbsd.org
2021-07-23upstream: mention in comment that read_passphrase(..., RP_ALLOW_STDIN)djm@openbsd.org
2021-07-23upstream: Test conversion of ed25519 and ecdsa keys too.dtucker@openbsd.org
2021-07-23upstream: Add test for exporting pubkey from a passphrase-protecteddtucker@openbsd.org
2021-07-23upstream: regression test for time-limited signature keysdjm@openbsd.org
2021-07-23upstream: note successful authentication method in final "Authenticateddjm@openbsd.org
2021-07-23upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org
2021-07-23upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org
2021-07-23upstream: make authorized_keys environment="..." directivesdjm@openbsd.org
2021-07-23upstream: Let allowed signers files used by ssh-keygen(1)djm@openbsd.org
2021-07-19upstream: Use SUDO when setting up hostkey.dtucker@openbsd.org
2021-07-19upstream: Increase time margin for rekey tests. Should helpdtucker@openbsd.org
2021-07-19Add sshfp-connect.sh file missed in previous.Darren Tucker
2021-07-19upstream: Ensure that all returned SSHFP records for the specified hostdtucker@openbsd.org