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: 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
*
upstream: properly fix ProxyJump parsing; Thanks to tb@ for
djm@openbsd.org
2020-12-21
1
-4
/
+9
*
upstream: prepare readconf.c for fuzzing; remove fatal calls and
djm@openbsd.org
2020-12-21
1
-155
/
+404
*
upstream: Ignore comments at the end of config lines in ssh_config,
dtucker@openbsd.org
2020-12-04
1
-2
/
+9
*
upstream: revert r1.341; it breaks ProxyJump; reported by sthen@
djm@openbsd.org
2020-11-15
1
-3
/
+3
*
upstream: fix logic error that broke URI parsing in ProxyJump
djm@openbsd.org
2020-11-12
1
-3
/
+3
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-12
/
+11
*
upstream: LogVerbose keyword for ssh and sshd
djm@openbsd.org
2020-10-16
1
-3
/
+20
*
upstream: disable UpdateHostkeys by default if VerifyHostKeyDNS is
djm@openbsd.org
2020-10-07
1
-3
/
+4
*
upstream: There are lots of place where we want to redirect stdin,
djm@openbsd.org
2020-10-03
1
-15
/
+4
*
upstream: enable UpdateHostkeys by default when the configuration
djm@openbsd.org
2020-10-03
1
-2
/
+8
*
upstream: remove unreachable code I forgot to delete in r1.334
djm@openbsd.org
2020-08-27
1
-13
/
+1
*
upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a time
djm@openbsd.org
2020-08-27
1
-17
/
+68
*
upstream: Add %k to the TOKENs for Match Exec for consistency with
dtucker@openbsd.org
2020-07-17
1
-2
/
+5
*
upstream: some language improvements; ok markus
djm@openbsd.org
2020-07-15
1
-6
/
+6
*
upstream: Allow some keywords to expand shell-style ${ENV}
dtucker@openbsd.org
2020-05-29
1
-4
/
+16
*
upstream: fix crash in recallocarray when deleting SendEnv
djm@openbsd.org
2020-05-28
1
-2
/
+7
*
upstream: Fix incorrect error message for "too many known hosts files."
dtucker@openbsd.org
2020-04-24
1
-2
/
+2
*
upstream: %C expansion just added to Match Exec should include
dtucker@openbsd.org
2020-04-03
1
-2
/
+2
*
upstream: Make with config keywords support which
dtucker@openbsd.org
2020-04-03
1
-1
/
+25
*
upstream: expand HostkeyAlgorithms prior to config dump, matching
djm@openbsd.org
2020-02-06
1
-3
/
+15
*
upstream: revert enabling UpdateHostKeys by default - there are still
djm@openbsd.org
2020-02-04
1
-14
/
+3
[next]