index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh.c
Age
Commit message (
Expand
)
Author
2020-09-21
upstream: close stdin when forking after authentication too; ok markus
djm@openbsd.org
2020-09-21
upstream: close stdout/stderr after "ssh -f ..." forking
djm@openbsd.org
2020-08-03
upstream: Also compare username when checking for JumpHost loops.
dtucker@openbsd.org
2020-07-17
upstream: Add a '%k' TOKEN that expands to the effective HostKey of
dtucker@openbsd.org
2020-07-17
upstream: Add %-TOKEN, environment variable and tilde expansion to
dtucker@openbsd.org
2020-07-15
upstream: some language improvements; ok markus
djm@openbsd.org
2020-06-26
upstream: Defer creation of ~/.ssh by ssh(1) until we attempt to
dtucker@openbsd.org
2020-06-05
upstream: Correct historical comment: provos@ modified OpenSSH to
dtucker@openbsd.org
2020-05-29
upstream: Allow some keywords to expand shell-style ${ENV}
dtucker@openbsd.org
2020-04-10
upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward
dtucker@openbsd.org
2020-04-03
upstream: r1.522 deleted one too many lines; repair
djm@openbsd.org
2020-04-03
upstream: fix debug statement
djm@openbsd.org
2020-04-03
upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that I
djm@openbsd.org
2020-04-03
upstream: make failures when establishing "Tunnel" forwarding terminate
djm@openbsd.org
2020-04-03
upstream: Make with config keywords support which
dtucker@openbsd.org
2020-03-13
upstream: initialize cname in case ai_canonname is NULL or too
markus@openbsd.org
2020-02-18
upstream: Detect and prevent simple configuration loops when using
dtucker@openbsd.org
2020-02-07
upstream: Add ssh -Q key-sig for all key and signature types.
dtucker@openbsd.org
2020-02-07
upstream: Replace "security key" with "authenticator" in program
naddy@openbsd.org
2020-01-29
upstream: disable UpdateHostKeys=ask when in quiet mode; "work for
djm@openbsd.org
2020-01-28
upstream: disable UpdateHostKeys=ask if command is specified; ok
markus@openbsd.org
2020-01-25
upstream: allow UpdateKnownHosts=yes to function when multiple
djm@openbsd.org
2020-01-25
upstream: expose PKCS#11 key labels/X.509 subjects as comments
djm@openbsd.org
2020-01-23
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-06
upstream: fix CanonicalizeHostname, broken by rev 1.507
beck@openbsd.org
2019-12-21
upstream: Allow forwarding a different agent socket to the path
djm@openbsd.org
2019-11-20
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-01
upstream: ssh client support for U2F/FIDO keys
djm@openbsd.org
2019-09-13
upstream: allow %n to be expanded in ProxyCommand strings
djm@openbsd.org
2019-09-08
upstream: Allow prepending a list of algorithms to the default set
naddy@openbsd.org
2019-07-05
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-06-14
upstream: slightly more instructive error message when the user
djm@openbsd.org
2019-06-14
upstream: Hostname->HostName cleanup; from lauri tirkkonen ok
jmc@openbsd.org
2019-06-08
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-05-08
upstream: Use the LogLevel typdef instead of int where appropriate. Patch fro...
dtucker@openbsd.org
2019-01-20
upstream: remove last references to active_state
djm@openbsd.org
2019-01-20
upstream: convert ssh.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-23
upstream: add a ssh_config "Match final" predicate
djm@openbsd.org
2018-11-23
refactor libcrypto initialisation
Damien Miller
2018-10-23
upstream: refer to OpenSSL not SSLeay;
djm@openbsd.org
2018-10-03
upstream: Allow ssh_config IdentityAgent directive to accept
djm@openbsd.org
2018-09-21
upstream: Treat connections with ProxyJump specified the same as ones
djm@openbsd.org
2018-09-20
upstream: fix "ssh -Q sig" to show correct signature algorithm list
djm@openbsd.org
2018-09-12
upstream: Add "ssh -Q sig" to allow listing supported signature
djm@openbsd.org
2018-07-31
upstream: Now that ssh can't be setuid, remove the
dtucker@openbsd.org
2018-07-26
upstream: Use the caller provided (copied) pwent struct in
beck@openbsd.org
2018-07-19
upstream: Deprecate UsePrivilegedPort now that support for running
dtucker@openbsd.org
[next]