summaryrefslogtreecommitdiff
path: root/ssh.c
Commit message (Expand)AuthorAge
* "LogLevel SILENT" compatibilityNatalie Amery2024-03-14
* GSSAPI key exchange supportSimon Wilkinson2024-03-14
* upstream: make DSA key support compile-time optional, defaulting todjm@openbsd.org2024-01-11
* upstream: ban user/hostnames with most shell metacharactersdjm@openbsd.org2023-12-19
* upstream: don't dereference NULL pointer when hashing jumphostdjm@openbsd.org2023-10-12
* upstream: add %j token that expands to the configured ProxyJumpdjm@openbsd.org2023-10-12
* upstream: sync usage() with ssh.1; spotted by kn@djm@openbsd.org2023-10-12
* upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org2023-10-12
* upstream: set interactive mode for ControlPersist sessions if theydjm@openbsd.org2023-09-04
* upstream: make ssh -f (fork after authentication) work properly indjm@openbsd.org2023-07-27
* upstream: - add -P to usage() - sync the arg name to -J in usage()jmc@openbsd.org2023-07-17
* upstream: Add support for configuration tags to ssh(1).djm@openbsd.org2023-07-17
* upstream: add support for unix domain sockets to ssh -Wdlg@openbsd.org2023-07-07
* upstream: make `ssh -Q CASignatureAlgorithms` only list signaturedjm@openbsd.org2023-06-21
* upstream: Check for ProxyJump=none in CanonicalizeHostname logic.djm@openbsd.org2023-04-26
* upstream: Ignore return value from muxclient(). It normally loopsdtucker@openbsd.org2023-03-31
* upstream: Add tilde and environment variable expansion todtucker@openbsd.org2023-03-27
* upstream: make `ssh -Q CASignatureAlgorithms` work as the manpage saysdjm@openbsd.org2023-02-10
* upstream: For "ssh -V" always exit 0, there is no need to check optmillert@openbsd.org2023-01-18
* upstream: Add a "Host" line to the output of ssh -G showing thedtucker@openbsd.org2023-01-13
* upstream: Add channel_force_close()djm@openbsd.org2023-01-06
* upstream: Warn if no host keys for hostbased auth can be loaded.dtucker@openbsd.org2022-12-09
* upstream: typo in commentdjm@openbsd.org2022-11-09
* upstream: Be more paranoid with host/domain names coming from thedjm@openbsd.org2022-10-25
* upstream: use correct type with sizeof ok djm@jsg@openbsd.org2022-10-25
* upstream: honour user's umask if it is more restrictive then the sshdjm@openbsd.org2022-10-07
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-17
* upstream: ignore SIGPIPE earlier in main(), specifically beforedjm@openbsd.org2022-07-01
* upstream: ssh is almost out of getopt() characters; note thedjm@openbsd.org2022-03-30
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-10
* upstream: log some details on hostkeys that ssh loads fordjm@openbsd.org2022-01-07
* upstream: spellingjsg@openbsd.org2022-01-04
* upstream: don't put the tty into raw mode when SessionType=none, avoidsdjm@openbsd.org2021-12-02
* upstream: Fix "Allocated port" debug messagedtucker@openbsd.org2021-09-20
* upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org2021-09-16
* upstream: Document behaviour of arguments following non-interactivedtucker@openbsd.org2021-09-10
* upstream: xstrdup environment variable used by ForwardAgent. bz#3328dtucker@openbsd.org2021-08-08
* upstream: note successful authentication method in final "Authenticateddjm@openbsd.org2021-07-23
* upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org2021-07-23
* upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org2021-07-23
* upstream: wrap some long linesdjm@openbsd.org2021-07-17
* upstream: fix sftp on ControlPersist connections, broken by recentdjm@openbsd.org2021-07-17
* upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org2021-07-14
* Move closefrom() to before first malloc.Darren Tucker2021-06-25
* upstream: Switch ssh_config parsing to use argv_split()djm@openbsd.org2021-06-08
* upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org2021-06-04
* upstream: restore blocking status on stdio fds before closedjm@openbsd.org2021-05-19
* upstream: fix breakage of -W forwaring introduced in 1.554; reported bydjm@openbsd.org2021-05-18
* upstream: fix previous: test saved no_shell_flag, not the one that justdjm@openbsd.org2021-05-14
* upstream: Fix ssh started with ControlPersist incorrectly executing adjm@openbsd.org2021-05-14