index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
upstream: Allow some keywords to expand shell-style ${ENV}
dtucker@openbsd.org
2020-05-29
1
-7
/
+33
*
upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward
dtucker@openbsd.org
2020-04-10
1
-50
/
+87
*
upstream: r1.522 deleted one too many lines; repair
djm@openbsd.org
2020-04-03
1
-1
/
+2
*
upstream: fix debug statement
djm@openbsd.org
2020-04-03
1
-2
/
+2
*
upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that I
djm@openbsd.org
2020-04-03
1
-3
/
+14
*
upstream: make failures when establishing "Tunnel" forwarding terminate
djm@openbsd.org
2020-04-03
1
-23
/
+39
*
upstream: Make with config keywords support which
dtucker@openbsd.org
2020-04-03
1
-67
/
+53
*
upstream: initialize cname in case ai_canonname is NULL or too
markus@openbsd.org
2020-03-13
1
-2
/
+3
*
upstream: Detect and prevent simple configuration loops when using
dtucker@openbsd.org
2020-02-18
1
-1
/
+9
*
upstream: Add ssh -Q key-sig for all key and signature types.
dtucker@openbsd.org
2020-02-07
1
-5
/
+14
*
upstream: Replace "security key" with "authenticator" in program
naddy@openbsd.org
2020-02-06
1
-2
/
+2
*
upstream: disable UpdateHostKeys=ask when in quiet mode; "work for
djm@openbsd.org
2020-01-29
1
-1
/
+4
*
upstream: disable UpdateHostKeys=ask if command is specified; ok
markus@openbsd.org
2020-01-28
1
-6
/
+13
*
upstream: allow UpdateKnownHosts=yes to function when multiple
djm@openbsd.org
2020-01-25
1
-2
/
+2
*
upstream: expose PKCS#11 key labels/X.509 subjects as comments
djm@openbsd.org
2020-01-25
1
-5
/
+7
*
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
1
-4
/
+15
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-3
/
+3
*
upstream: fix CanonicalizeHostname, broken by rev 1.507
beck@openbsd.org
2020-01-06
1
-2
/
+2
*
upstream: Allow forwarding a different agent socket to the path
djm@openbsd.org
2019-12-21
1
-1
/
+33
*
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-19
1
-1
/
+2
*
upstream: ssh client support for U2F/FIDO keys
djm@openbsd.org
2019-10-31
1
-1
/
+17
*
upstream: allow %n to be expanded in ProxyCommand strings
djm@openbsd.org
2019-09-13
1
-2
/
+2
*
upstream: Allow prepending a list of algorithms to the default set
naddy@openbsd.org
2019-09-08
1
-2
/
+2
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-9
/
+9
*
upstream: slightly more instructive error message when the user
djm@openbsd.org
2019-06-14
1
-3
/
+6
*
upstream: Hostname->HostName cleanup; from lauri tirkkonen ok
jmc@openbsd.org
2019-06-14
1
-2
/
+2
*
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-06-07
1
-2
/
+1
*
upstream: Use the LogLevel typdef instead of int where appropriate. Patch fro...
dtucker@openbsd.org
2019-05-08
1
-2
/
+3
*
upstream: remove last references to active_state
djm@openbsd.org
2019-01-19
1
-4
/
+1
*
upstream: convert ssh.c to new packet API
djm@openbsd.org
2019-01-19
1
-26
/
+41
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
2018-12-27
1
-2
/
+2
*
upstream: add a ssh_config "Match final" predicate
djm@openbsd.org
2018-11-23
1
-11
/
+20
*
refactor libcrypto initialisation
Damien Miller
2018-11-23
1
-7
/
+2
*
upstream: refer to OpenSSL not SSLeay;
djm@openbsd.org
2018-10-23
1
-3
/
+3
*
upstream: Allow ssh_config IdentityAgent directive to accept
djm@openbsd.org
2018-10-03
1
-3
/
+21
*
upstream: Treat connections with ProxyJump specified the same as ones
djm@openbsd.org
2018-09-21
1
-4
/
+3
*
upstream: fix "ssh -Q sig" to show correct signature algorithm list
djm@openbsd.org
2018-09-20
1
-2
/
+2
*
upstream: Add "ssh -Q sig" to allow listing supported signature
djm@openbsd.org
2018-09-12
1
-2
/
+9
*
upstream: Now that ssh can't be setuid, remove the
dtucker@openbsd.org
2018-07-31
1
-22
/
+9
*
upstream: Use the caller provided (copied) pwent struct in
beck@openbsd.org
2018-07-26
1
-3
/
+1
*
upstream: Deprecate UsePrivilegedPort now that support for running
dtucker@openbsd.org
2018-07-19
1
-8
/
+2
*
upstream: Remove support for running ssh(1) setuid and fatal if
dtucker@openbsd.org
2018-07-19
1
-35
/
+2
*
upstream: Slot 0 in the hostbased key array was previously RSA1,
dtucker@openbsd.org
2018-07-19
1
-22
/
+22
*
upstream: Remove support for loading HostBasedAuthentication keys
dtucker@openbsd.org
2018-07-19
1
-30
/
+5
*
upstream: keep options.identity_file_userprovided array in sync when we
djm@openbsd.org
2018-07-16
1
-2
/
+18
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-67
/
+78
*
upstream: client: switch to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-13
/
+16
*
upstream: fix incorrect expansion of %i in
djm@openbsd.org
2018-06-09
1
-2
/
+2
*
upstream: Add a PermitListen directive to control which server-side
djm@openbsd.org
2018-06-06
1
-3
/
+3
[prev]
[next]