summaryrefslogtreecommitdiffstats
path: root/ssh.c
AgeCommit message (Expand)Author
2022-09-17upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org
2022-07-01upstream: ignore SIGPIPE earlier in main(), specifically beforedjm@openbsd.org
2022-03-30upstream: ssh is almost out of getopt() characters; note thedjm@openbsd.org
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org
2022-01-07upstream: log some details on hostkeys that ssh loads fordjm@openbsd.org
2022-01-04upstream: spellingjsg@openbsd.org
2021-12-02upstream: don't put the tty into raw mode when SessionType=none, avoidsdjm@openbsd.org
2021-09-20upstream: Fix "Allocated port" debug messagedtucker@openbsd.org
2021-09-16upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org
2021-09-10upstream: Document behaviour of arguments following non-interactivedtucker@openbsd.org
2021-08-08upstream: xstrdup environment variable used by ForwardAgent. bz#3328dtucker@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-17upstream: wrap some long linesdjm@openbsd.org
2021-07-17upstream: fix sftp on ControlPersist connections, broken by recentdjm@openbsd.org
2021-07-14upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org
2021-06-25Move closefrom() to before first malloc.Darren Tucker
2021-06-08upstream: Switch ssh_config parsing to use argv_split()djm@openbsd.org
2021-06-04upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org
2021-05-19upstream: restore blocking status on stdio fds before closedjm@openbsd.org
2021-05-18upstream: fix breakage of -W forwaring introduced in 1.554; reported bydjm@openbsd.org
2021-05-14upstream: fix previous: test saved no_shell_flag, not the one that justdjm@openbsd.org
2021-05-14upstream: Fix ssh started with ControlPersist incorrectly executing adjm@openbsd.org
2021-04-03polish whitespace for portable filesDamien Miller
2021-04-03upstream: ensure that pkcs11_del_provider() is called before exit -djm@openbsd.org
2021-02-23upstream: warn when the user specifies a ForwardAgent path that doesdjm@openbsd.org
2021-02-17upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org
2021-02-05upstream: whitespacedjm@openbsd.org
2021-01-27upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org
2021-01-26upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org
2021-01-22upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org
2020-12-21upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org
2020-12-21upstream: allow UserKnownHostsFile=none; feedback and ok markus@djm@openbsd.org
2020-12-21upstream: refactor client percent_expand() argument passing;djm@openbsd.org
2020-12-21upstream: prepare readconf.c for fuzzing; remove fatal calls anddjm@openbsd.org
2020-11-13upstream: Prevent integer overflow when ridiculously largedtucker@openbsd.org
2020-11-09upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.dtucker@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-10-17upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org
2020-10-14upstream: Zap unused family parameter from ssh_connect_direct()kn@openbsd.org
2020-10-03upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org
2020-09-21upstream: close stdin when forking after authentication too; ok markusdjm@openbsd.org
2020-09-21upstream: close stdout/stderr after "ssh -f ..." forkingdjm@openbsd.org
2020-08-03upstream: Also compare username when checking for JumpHost loops.dtucker@openbsd.org
2020-07-17upstream: Add a '%k' TOKEN that expands to the effective HostKey ofdtucker@openbsd.org
2020-07-17upstream: Add %-TOKEN, environment variable and tilde expansion todtucker@openbsd.org
2020-07-15upstream: some language improvements; ok markusdjm@openbsd.org
2020-06-26upstream: Defer creation of ~/.ssh by ssh(1) until we attempt todtucker@openbsd.org
2020-06-05upstream: Correct historical comment: provos@ modified OpenSSH todtucker@openbsd.org