index
:
openssh.git
IBS
PRIVSEP
V_2_5_2
V_2_9_9
V_2_9_P1
V_3_0_2
V_3_2_3
V_3_3
V_3_5
V_3_6
V_3_6_1
V_3_7
V_3_8
V_3_8_1
V_3_9
V_4_0
V_4_1
V_4_2
V_4_3
V_4_4
V_4_5
V_4_6
V_4_7
V_4_9
V_5_3
V_5_4
V_5_6
V_5_8
V_5_9
V_6_0
V_6_2
V_6_3
V_6_4
V_6_5
V_6_6
V_6_7
V_6_8
V_6_9
V_7_0
V_7_1
V_7_2
V_7_3
V_7_4
V_7_5
V_7_6
V_7_7
V_7_8
V_7_9
V_8_0
V_8_1
V_8_2
V_8_3
V_8_4
master
Portable OpenSSH
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sshconnect.c
Age
Commit message (
Expand
)
Author
2020-12-22
upstream: add a ssh_config KnownHostsCommand that allows the client
djm@openbsd.org
2020-12-21
upstream: plumb ssh_conn_info through to sshconnect.c; feedback/ok
djm@openbsd.org
2020-12-21
upstream: allow UserKnownHostsFile=none; feedback and ok markus@
djm@openbsd.org
2020-12-21
upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*
djm@openbsd.org
2020-11-27
upstream: Set the specified TOS/DSCP for interactive use prior to
djm@openbsd.org
2020-11-27
upstream: when mentioning that the host key has changed, don't
djm@openbsd.org
2020-11-20
upstream: Explicitly initialize all members of the
dtucker@openbsd.org
2020-11-13
upstream: when prompting the user to accept a new hostkey, display
djm@openbsd.org
2020-10-18
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-14
upstream: Zap unused family parameter from ssh_connect_direct()
kn@openbsd.org
2020-10-07
upstream: Disable UpdateHostkeys when hostkey checking fails
djm@openbsd.org
2020-10-07
upstream: don't UpdateHostkeys when the hostkey is verified by the
djm@openbsd.org
2020-10-07
upstream: revert kex->flags cert hostkey downgrade back to a plain
djm@openbsd.org
2020-10-07
upstream: simply disable UpdateHostkeys when a certificate
djm@openbsd.org
2020-10-07
upstream: when ordering host key algorithms in the client, consider
djm@openbsd.org
2020-10-03
upstream: There are lots of place where we want to redirect stdin,
djm@openbsd.org
2020-10-03
upstream: record when the host key checking code downgrades a
djm@openbsd.org
2020-09-16
upstream: For the hostkey confirmation message:
djm@openbsd.org
2020-08-27
upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a time
djm@openbsd.org
2020-07-17
upstream: Add a '%k' TOKEN that expands to the effective HostKey of
dtucker@openbsd.org
2020-03-14
upstream: use sshpkt_fatal() for kex_exchange_identification()
djm@openbsd.org
2020-01-25
upstream: when AddKeysToAgent=yes is set and the key contains no
djm@openbsd.org
2020-01-23
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
upstream: Ignore whitespace when checking explict fingerprint.
dtucker@openbsd.org
2020-01-21
upstream: revise the fix for reversed arguments on
naddy@openbsd.org
2020-01-09
upstream: fix reversed arguments on expand_proxy_command(); spotted
djm@openbsd.org
2019-11-15
upstream: stdarg.h required more broadly; ok djm
deraadt@openbsd.org
2019-11-13
upstream: enable ed25519 support; ok djm
markus@openbsd.org
2019-11-01
upstream: ssh AddKeysToAgent support for U2F/FIDO keys
djm@openbsd.org
2019-11-01
upstream: add new agent key constraint for U2F/FIDO provider
djm@openbsd.org
2019-10-02
remove duplicate #includes
Damien Miller
2019-09-13
upstream: whitespace
djm@openbsd.org
2019-09-13
upstream: allow %n to be expanded in ProxyCommand strings
djm@openbsd.org
2019-07-05
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-06-21
upstream: Add protection for private keys at rest in RAM against
djm@openbsd.org
2019-05-08
upstream: Free host on exit path. Patch from markus at
dtucker@openbsd.org
2019-03-01
upstream: dup stdout/in for proxycommand=-, otherwise stdout might
markus@openbsd.org
2019-02-01
upstream: Save connection timeout and restore for 2nd and
dtucker@openbsd.org
2019-01-25
upstream: Accept the host key fingerprint as a synonym for "yes"
dtucker@openbsd.org
2019-01-20
upstream: convert sshconnect.c to new packet API
djm@openbsd.org
2019-01-20
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2018-12-27
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
2018-11-19
upstream: Fix inverted logic for redirecting ProxyCommand stderr to
dtucker@openbsd.org
2018-11-16
upstream: redirect stderr of ProxyCommands to /dev/null when ssh is
djm@openbsd.org
2018-10-22
upstream: struct sockaddr_storage is guaranteed to be large enough,
florian@openbsd.org
2018-09-20
upstream: add CASignatureAlgorithms option for the client, allowing
djm@openbsd.org
2018-07-31
upstream: Now that ssh can't be setuid, remove the
dtucker@openbsd.org
2018-07-20
upstream: Fix typo in comment. From Alexandru Iacob via github.
dtucker@openbsd.org
2018-07-19
upstream: Deprecate UsePrivilegedPort now that support for running
dtucker@openbsd.org
2018-07-19
upstream: Remove support for running ssh(1) setuid and fatal if
dtucker@openbsd.org
[next]