summaryrefslogtreecommitdiff
path: root/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Check for ProxyJump=none in CanonicalizeHostname logic.djm@openbsd.org2023-04-261-3/+3
* upstream: Ignore return value from muxclient(). It normally loopsdtucker@openbsd.org2023-03-311-2/+2
* upstream: Add tilde and environment variable expansion todtucker@openbsd.org2023-03-271-1/+9
* upstream: make `ssh -Q CASignatureAlgorithms` work as the manpage saysdjm@openbsd.org2023-02-101-1/+2
* upstream: For "ssh -V" always exit 0, there is no need to check optmillert@openbsd.org2023-01-181-3/+2
* upstream: Add a "Host" line to the output of ssh -G showing thedtucker@openbsd.org2023-01-131-9/+9
* upstream: Add channel_force_close()djm@openbsd.org2023-01-061-2/+2
* upstream: Warn if no host keys for hostbased auth can be loaded.dtucker@openbsd.org2022-12-091-3/+12
* upstream: typo in commentdjm@openbsd.org2022-11-091-2/+2
* upstream: Be more paranoid with host/domain names coming from thedjm@openbsd.org2022-10-251-2/+6
* upstream: use correct type with sizeof ok djm@jsg@openbsd.org2022-10-251-2/+2
* upstream: honour user's umask if it is more restrictive then the sshdjm@openbsd.org2022-10-071-2/+2
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-171-9/+18
* upstream: ignore SIGPIPE earlier in main(), specifically beforedjm@openbsd.org2022-07-011-2/+3
* upstream: ssh is almost out of getopt() characters; note thedjm@openbsd.org2022-03-301-2/+2
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-101-5/+4
* upstream: log some details on hostkeys that ssh loads fordjm@openbsd.org2022-01-071-1/+7
* upstream: spellingjsg@openbsd.org2022-01-041-2/+2
* upstream: don't put the tty into raw mode when SessionType=none, avoidsdjm@openbsd.org2021-12-021-2/+3
* upstream: Fix "Allocated port" debug messagedtucker@openbsd.org2021-09-201-2/+3
* upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org2021-09-161-3/+4
* upstream: Document behaviour of arguments following non-interactivedtucker@openbsd.org2021-09-101-2/+2
* upstream: xstrdup environment variable used by ForwardAgent. bz#3328dtucker@openbsd.org2021-08-081-2/+2
* upstream: note successful authentication method in final "Authenticateddjm@openbsd.org2021-07-231-8/+1
* upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org2021-07-231-15/+8
* upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org2021-07-231-14/+8
* upstream: wrap some long linesdjm@openbsd.org2021-07-171-4/+7
* upstream: fix sftp on ControlPersist connections, broken by recentdjm@openbsd.org2021-07-171-1/+2
* upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org2021-07-141-19/+19
* Move closefrom() to before first malloc.Darren Tucker2021-06-251-6/+6
* upstream: Switch ssh_config parsing to use argv_split()djm@openbsd.org2021-06-081-2/+7
* upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org2021-06-041-3/+6
* upstream: restore blocking status on stdio fds before closedjm@openbsd.org2021-05-191-12/+5
* upstream: fix breakage of -W forwaring introduced in 1.554; reported bydjm@openbsd.org2021-05-181-2/+3
* upstream: fix previous: test saved no_shell_flag, not the one that justdjm@openbsd.org2021-05-141-2/+2
* upstream: Fix ssh started with ControlPersist incorrectly executing adjm@openbsd.org2021-05-141-2/+2
* polish whitespace for portable filesDamien Miller2021-04-031-1/+1
* upstream: ensure that pkcs11_del_provider() is called before exit -djm@openbsd.org2021-04-031-1/+5
* upstream: warn when the user specifies a ForwardAgent path that doesdjm@openbsd.org2021-02-231-1/+7
* upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org2021-02-171-1/+42
* upstream: whitespacedjm@openbsd.org2021-02-051-2/+1
* upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org2021-01-271-2/+2
* upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org2021-01-261-3/+4
* upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org2021-01-221-2/+3
* upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org2020-12-211-30/+5
* upstream: allow UserKnownHostsFile=none; feedback and ok markus@djm@openbsd.org2020-12-211-12/+30
* upstream: refactor client percent_expand() argument passing;djm@openbsd.org2020-12-211-65/+80
* upstream: prepare readconf.c for fuzzing; remove fatal calls anddjm@openbsd.org2020-12-211-2/+3
* upstream: Prevent integer overflow when ridiculously largedtucker@openbsd.org2020-11-131-2/+5
* upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.dtucker@openbsd.org2020-11-091-15/+3