summaryrefslogtreecommitdiff
path: root/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-56/+50
* upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org2020-10-171-1/+3
* upstream: Zap unused family parameter from ssh_connect_direct()kn@openbsd.org2020-10-141-2/+2
* upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org2020-10-031-40/+8
* upstream: close stdin when forking after authentication too; ok markusdjm@openbsd.org2020-09-211-2/+3
* upstream: close stdout/stderr after "ssh -f ..." forkingdjm@openbsd.org2020-09-211-6/+21
* upstream: Also compare username when checking for JumpHost loops.dtucker@openbsd.org2020-08-031-6/+9
* upstream: Add a '%k' TOKEN that expands to the effective HostKey ofdtucker@openbsd.org2020-07-171-1/+4
* upstream: Add %-TOKEN, environment variable and tilde expansion todtucker@openbsd.org2020-07-171-1/+17
* upstream: some language improvements; ok markusdjm@openbsd.org2020-07-151-6/+6
* upstream: Defer creation of ~/.ssh by ssh(1) until we attempt todtucker@openbsd.org2020-06-261-18/+2
* upstream: Correct historical comment: provos@ modified OpenSSH todtucker@openbsd.org2020-06-051-2/+2
* upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org2020-05-291-7/+33
* upstream: Add TOKEN percent expansion to LocalFoward and RemoteForwarddtucker@openbsd.org2020-04-101-50/+87
* upstream: r1.522 deleted one too many lines; repairdjm@openbsd.org2020-04-031-1/+2
* upstream: fix debug statementdjm@openbsd.org2020-04-031-2/+2