index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
readconf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: fix previous change to ssh_config Match, which broken on
djm@openbsd.org
2024-09-27
1
-7
/
+7
*
upstream: fix regression introduced when I switched the "Match"
djm@openbsd.org
2024-09-25
1
-5
/
+23
*
upstream: switch "Match" directive processing over to the argv
djm@openbsd.org
2024-09-15
1
-21
/
+14
*
upstream: allow the "Include" directive to expand the same set of
djm@openbsd.org
2024-09-03
1
-44
/
+85
*
upstream: As defined in the RFC, the SSH protocol has negotiable
deraadt@openbsd.org
2024-08-27
1
-2
/
+2
*
upstream: spelling; ok djm@
jsg@openbsd.org
2024-05-17
1
-2
/
+2
*
upstream: fix leak of CanonicalizePermittedCNAMEs on error path;
djm@openbsd.org
2024-03-04
1
-7
/
+19
*
upstream: Separate parsing of string array options from applying them
djm@openbsd.org
2024-03-04
1
-61
/
+86
*
upstream: make DSA key support compile-time optional, defaulting to
djm@openbsd.org
2024-01-11
1
-1
/
+3
*
upstream: add %j token that expands to the configured ProxyJump
djm@openbsd.org
2023-10-12
1
-4
/
+8
*
upstream: add ChannelTimeout support to the client, mirroring the
djm@openbsd.org
2023-10-12
1
-2
/
+45
*
upstream: Add keystroke timing obfuscation to the client.
djm@openbsd.org
2023-08-28
1
-2
/
+62
*
conditionalise match localnetwork on ifaddrs.h
Damien Miller
2023-07-18
1
-0
/
+5
*
upstream: missing match localnetwork negation check
djm@openbsd.org
2023-07-17
1
-1
/
+3
*
avoid AF_LINK on platforms that don't define it
Damien Miller
2023-07-17
1
-0
/
+2
*
upstream: Add support for configuration tags to ssh(1).
djm@openbsd.org
2023-07-17
1
-2
/
+13
*
upstream: add a "match localnetwork" predicate.
djm@openbsd.org
2023-07-17
1
-4
/
+73
*
upstream: better validate CASignatureAlgorithms in ssh_config and
djm@openbsd.org
2023-06-21
1
-3
/
+7
*
upstream: don't leak arg2 on parse_pubkey_algos error path; ok
djm@openbsd.org
2023-03-31
1
-1
/
+2
*
upstream: Remove no-op (int) > INT_MAX checks
dtucker@openbsd.org
2023-03-10
1
-5
/
+3
*
upstream: modify parentheses in conditionals to make it clearer what is
jcs@openbsd.org
2023-03-10
1
-2
/
+2
*
upstream: Remove unused compat.h includes.
dtucker@openbsd.org
2023-03-05
1
-2
/
+1
*
upstream: Add a "Host" line to the output of ssh -G showing the
dtucker@openbsd.org
2023-01-13
1
-1
/
+3
*
upstream: fix bug in PermitRemoteOpen which caused it to ignore its
djm@openbsd.org
2023-01-03
1
-29
/
+33
*
upstream: New EnableEscapeCommandline ssh_config(5) option
djm@openbsd.org
2022-11-30
1
-1
/
+11
*
upstream: add a RequiredRSASize for checking RSA key length in
djm@openbsd.org
2022-09-17
1
-2
/
+11
*
upstream: Make SetEnv directives first-match-wins in both
djm@openbsd.org
2022-06-03
1
-26
/
+15
*
upstream: Avoid an unnecessary xstrdup in rm_env() when matching
millert@openbsd.org
2022-04-27
1
-7
/
+3
*
Really move DSA to end of list.
Darren Tucker
2022-02-20
1
-2
/
+2
*
upstream: Switch hpdelim interface to accept only ":" as delimiter.
dtucker@openbsd.org
2022-02-10
1
-5
/
+4
*
upstream: Since they are deprecated, move DSA to the end of the
dtucker@openbsd.org
2022-02-07
1
-2
/
+2
*
upstream: PubkeyAuthentication=yes|no|unbound|host-bound
djm@openbsd.org
2021-12-19
1
-3
/
+15
*
upstream: missing space character in ssh -G output broke the
djm@openbsd.org
2021-09-16
1
-2
/
+2
*
upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; ok
djm@openbsd.org
2021-09-16
1
-11
/
+47
*
upstream: Add a ForkAfterAuthentication ssh_config(5) counterpart
djm@openbsd.org
2021-07-23
1
-2
/
+11
*
upstream: Add a StdinNull directive to ssh_config(5) that allows
djm@openbsd.org
2021-07-23
1
-2
/
+11
*
upstream: add a SessionType directive to ssh_config, allowing the
djm@openbsd.org
2021-07-14
1
-2
/
+21
*
upstream: Remove references to ChallengeResponseAuthentication in
dtucker@openbsd.org
2021-07-02
1
-13
/
+5
*
upstream: fix regression in r1.356: for ssh_config options that
djm@openbsd.org
2021-06-09
1
-2
/
+3
*
upstream: Switch ssh_config parsing to use argv_split()
djm@openbsd.org
2021-06-08
1
-150
/
+266
*
upstream: Check if IPQoS or TunnelDevice are already set before
dtucker@openbsd.org
2021-06-08
1
-3
/
+3
*
upstream: ssh: The client configuration keyword is
naddy@openbsd.org
2021-05-26
1
-2
/
+2
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-4
/
+4
*
upstream: Put obsolete aliases for hostbasedalgorithms and
dtucker@openbsd.org
2021-02-24
1
-3
/
+3
*
upstream: ssh: add PermitRemoteOpen for remote dynamic forwarding
markus@openbsd.org
2021-02-17
1
-3
/
+60
*
upstream: Rename HostbasedKeyTypes (ssh) and
dtucker@openbsd.org
2021-01-26
1
-9
/
+10
*
upstream: Rename PubkeyAcceptedKeyTypes keyword to
dtucker@openbsd.org
2021-01-22
1
-13
/
+14
*
upstream: make CheckHostIP default to 'no'. It doesn't provide any
djm@openbsd.org
2021-01-08
1
-2
/
+2
*
upstream: Remove lines accidentally left behind in the ProxyJump
tb@openbsd.org
2020-12-22
1
-4
/
+1
*
upstream: add a ssh_config KnownHostsCommand that allows the client
djm@openbsd.org
2020-12-22
1
-2
/
+10
[next]