| Commit message (Expand) | Author | Age | Files | Lines |
* | upstream: support VersionAddendum in the client, mirroring the | djm@openbsd.org | 2024-12-07 | 1 | -1/+8 |
* | upstream: require control-escape character sequences passed via the '-e | djm@openbsd.org | 2024-10-18 | 1 | -2/+2 |
* | upstream: make DSA key support compile-time optional, defaulting to | djm@openbsd.org | 2024-01-11 | 1 | -1/+5 |
* | upstream: ban user/hostnames with most shell metacharacters | djm@openbsd.org | 2023-12-18 | 1 | -1/+40 |
* | upstream: don't dereference NULL pointer when hashing jumphost | djm@openbsd.org | 2023-10-12 | 1 | -3/+3 |
* | upstream: add %j token that expands to the configured ProxyJump | djm@openbsd.org | 2023-10-12 | 1 | -2/+5 |
* | upstream: sync usage() with ssh.1; spotted by kn@ | djm@openbsd.org | 2023-10-12 | 1 | -3/+4 |
* | upstream: add ChannelTimeout support to the client, mirroring the | djm@openbsd.org | 2023-10-12 | 1 | -1/+15 |
* | upstream: set interactive mode for ControlPersist sessions if they | djm@openbsd.org | 2023-09-04 | 1 | -4/+7 |
* | upstream: make ssh -f (fork after authentication) work properly in | djm@openbsd.org | 2023-07-27 | 1 | -6/+11 |
* | upstream: - add -P to usage() - sync the arg name to -J in usage() | jmc@openbsd.org | 2023-07-17 | 1 | -8/+8 |
* | upstream: Add support for configuration tags to ssh(1). | djm@openbsd.org | 2023-07-17 | 1 | -3/+5 |
* | upstream: add support for unix domain sockets to ssh -W | dlg@openbsd.org | 2023-07-07 | 1 | -2/+4 |
* | upstream: make `ssh -Q CASignatureAlgorithms` only list signature | djm@openbsd.org | 2023-06-21 | 1 | -2/+4 |
* | upstream: Check for ProxyJump=none in CanonicalizeHostname logic. | djm@openbsd.org | 2023-04-26 | 1 | -3/+3 |
* | upstream: Ignore return value from muxclient(). It normally loops | dtucker@openbsd.org | 2023-03-31 | 1 | -2/+2 |
* | upstream: Add tilde and environment variable expansion to | dtucker@openbsd.org | 2023-03-27 | 1 | -1/+9 |
* | upstream: make `ssh -Q CASignatureAlgorithms` work as the manpage says | djm@openbsd.org | 2023-02-10 | 1 | -1/+2 |
* | upstream: For "ssh -V" always exit 0, there is no need to check opt | millert@openbsd.org | 2023-01-18 | 1 | -3/+2 |
* | upstream: Add a "Host" line to the output of ssh -G showing the | dtucker@openbsd.org | 2023-01-13 | 1 | -9/+9 |
* | upstream: Add channel_force_close() | djm@openbsd.org | 2023-01-06 | 1 | -2/+2 |
* | upstream: Warn if no host keys for hostbased auth can be loaded. | dtucker@openbsd.org | 2022-12-09 | 1 | -3/+12 |
* | upstream: typo in comment | djm@openbsd.org | 2022-11-09 | 1 | -2/+2 |
* | upstream: Be more paranoid with host/domain names coming from the | djm@openbsd.org | 2022-10-25 | 1 | -2/+6 |
* | upstream: use correct type with sizeof ok djm@ | jsg@openbsd.org | 2022-10-24 | 1 | -2/+2 |
* | upstream: honour user's umask if it is more restrictive then the ssh | djm@openbsd.org | 2022-10-07 | 1 | -2/+2 |
* | upstream: add a RequiredRSASize for checking RSA key length in | djm@openbsd.org | 2022-09-17 | 1 | -9/+18 |
* | upstream: ignore SIGPIPE earlier in main(), specifically before | djm@openbsd.org | 2022-07-01 | 1 | -2/+3 |
* | upstream: ssh is almost out of getopt() characters; note the | djm@openbsd.org | 2022-03-30 | 1 | -2/+2 |
* | upstream: Switch hpdelim interface to accept only ":" as delimiter. | dtucker@openbsd.org | 2022-02-10 | 1 | -5/+4 |
* | upstream: log some details on hostkeys that ssh loads for | djm@openbsd.org | 2022-01-06 | 1 | -1/+7 |
* | upstream: spelling | jsg@openbsd.org | 2022-01-04 | 1 | -2/+2 |
* | upstream: don't put the tty into raw mode when SessionType=none, avoids | djm@openbsd.org | 2021-12-02 | 1 | -2/+3 |
* | upstream: Fix "Allocated port" debug message | dtucker@openbsd.org | 2021-09-20 | 1 | -2/+3 |
* | upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; ok | djm@openbsd.org | 2021-09-16 | 1 | -3/+4 |
* | upstream: Document behaviour of arguments following non-interactive | dtucker@openbsd.org | 2021-09-10 | 1 | -2/+2 |
* | upstream: xstrdup environment variable used by ForwardAgent. bz#3328 | dtucker@openbsd.org | 2021-08-08 | 1 | -2/+2 |
* | upstream: note successful authentication method in final "Authenticated | djm@openbsd.org | 2021-07-23 | 1 | -8/+1 |
* | upstream: Add a ForkAfterAuthentication ssh_config(5) counterpart | djm@openbsd.org | 2021-07-23 | 1 | -15/+8 |
* | upstream: Add a StdinNull directive to ssh_config(5) that allows | djm@openbsd.org | 2021-07-23 | 1 | -14/+8 |
* | upstream: wrap some long lines | djm@openbsd.org | 2021-07-17 | 1 | -4/+7 |
* | upstream: fix sftp on ControlPersist connections, broken by recent | djm@openbsd.org | 2021-07-17 | 1 | -1/+2 |
* | upstream: add a SessionType directive to ssh_config, allowing the | djm@openbsd.org | 2021-07-14 | 1 | -19/+19 |
* | Move closefrom() to before first malloc. | Darren Tucker | 2021-06-25 | 1 | -6/+6 |
* | upstream: Switch ssh_config parsing to use argv_split() | djm@openbsd.org | 2021-06-08 | 1 | -2/+7 |
* | upstream: allow ssh_config SetEnv to override $TERM, which is otherwise | djm@openbsd.org | 2021-06-04 | 1 | -3/+6 |
* | upstream: restore blocking status on stdio fds before close | djm@openbsd.org | 2021-05-19 | 1 | -12/+5 |
* | upstream: fix breakage of -W forwaring introduced in 1.554; reported by | djm@openbsd.org | 2021-05-18 | 1 | -2/+3 |
* | upstream: fix previous: test saved no_shell_flag, not the one that just | djm@openbsd.org | 2021-05-14 | 1 | -2/+2 |
* | upstream: Fix ssh started with ControlPersist incorrectly executing a | djm@openbsd.org | 2021-05-14 | 1 | -2/+2 |