index
:
delta/openssh-git.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
V_8_5
V_8_6
V_8_7
V_8_8
V_8_9
V_9_0
V_9_1
V_9_2
V_9_3
baserock/6.7-musl
baserock/morph
baserock/tiagogomes/armv8l64
master
anongit.mindrot.org: openssh.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
readconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: expand HostkeyAlgorithms prior to config dump, matching
djm@openbsd.org
2020-02-07
1
-3
/
+15
*
upstream: revert enabling UpdateHostKeys by default - there are still
djm@openbsd.org
2020-02-04
1
-14
/
+3
*
upstream: enable UpdateKnownHosts=yes if the configuration
djm@openbsd.org
2020-01-31
1
-3
/
+14
*
upstream: set UpdateKnownHosts=ask by default; bz#2894; ok
djm@openbsd.org
2020-01-25
1
-2
/
+2
*
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
1
-2
/
+10
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-2
/
+2
*
upstream: Remove unsupported algorithms from list of defaults at run
dtucker@openbsd.org
2020-01-23
1
-19
/
+34
*
upstream: Allow forwarding a different agent socket to the path
djm@openbsd.org
2019-12-21
1
-6
/
+37
*
upstream: Move always unsupported keywords to be grouped with the other
dtucker@openbsd.org
2019-12-20
1
-5
/
+5
*
upstream: Remove obsolete opcodes from the configuation enum.
dtucker@openbsd.org
2019-12-20
1
-6
/
+6
*
upstream: Remove now-obsolete config options from example in
dtucker@openbsd.org
2019-12-20
1
-3
/
+1
*
upstream: allow security keys to act as host keys as well as user
djm@openbsd.org
2019-12-16
1
-2
/
+2
*
upstream: directly support U2F/FIDO2 security keys in OpenSSH by
djm@openbsd.org
2019-11-15
1
-1
/
+6
*
upstream: remove size_t gl_pathc < 0 test, it is invalid. the
deraadt@openbsd.org
2019-11-15
1
-3
/
+3
*
upstream: stdarg.h required more broadly; ok djm
deraadt@openbsd.org
2019-11-15
1
-2
/
+2
*
upstream: enable ed25519 support; ok djm
markus@openbsd.org
2019-11-13
1
-1
/
+3
*
upstream: ssh client support for U2F/FIDO keys
djm@openbsd.org
2019-11-01
1
-2
/
+15
*
upstream: Allow prepending a list of algorithms to the default set
naddy@openbsd.org
2019-09-08
1
-5
/
+9
*
upstream: produce a useful error message if the user's shell is set
djm@openbsd.org
2019-08-09
1
-1
/
+6
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-2
/
+2
*
upstream: Hostname->HostName cleanup; from lauri tirkkonen ok
jmc@openbsd.org
2019-06-14
1
-6
/
+6
*
upstream: Typo and spelling fixes in comments and error messages.
dtucker@openbsd.org
2019-06-08
1
-2
/
+2
*
upstream: let PKCS11Provider=none do what users expect
djm@openbsd.org
2019-03-01
1
-2
/
+3
*
upstream: openssh-7.9 accidentally reused the server's algorithm lists
djm@openbsd.org
2019-02-24
1
-4
/
+4
*
upstream: add a ssh_config "Match final" predicate
djm@openbsd.org
2018-11-23
1
-16
/
+28
*
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
2018-11-16
1
-2
/
+2
*
upstream: Support using service names for port numbers.
naddy@openbsd.org
2018-10-07
1
-6
/
+15
*
upstream: Allow ssh_config IdentityAgent directive to accept
djm@openbsd.org
2018-10-03
1
-2
/
+13
*
upstream: add CASignatureAlgorithms option for the client, allowing
djm@openbsd.org
2018-09-20
1
-3
/
+13
*
upstream: better diagnosics on alg list assembly errors; ok
djm@openbsd.org
2018-08-13
1
-12
/
+15
*
Remove support for S/Key
Damien Miller
2018-07-31
1
-1
/
+1
*
upstream: Now that ssh can't be setuid, remove the
dtucker@openbsd.org
2018-07-31
1
-3
/
+1
*
upstream: Remove uid checks from low port binds. Now that ssh
dtucker@openbsd.org
2018-07-31
1
-4
/
+1
*
upstream: Deprecate UsePrivilegedPort now that support for running
dtucker@openbsd.org
2018-07-19
1
-10
/
+2
*
upstream: Remove support for running ssh(1) setuid and fatal if
dtucker@openbsd.org
2018-07-19
1
-4
/
+1
*
upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA
djm@openbsd.org
2018-07-04
1
-10
/
+28
*
upstream: unbreak SendEnv; patch from tb@
djm@openbsd.org
2018-06-11
1
-2
/
+2
*
upstream: add a SetEnv directive to ssh_config that allows setting
djm@openbsd.org
2018-06-09
1
-3
/
+31
*
upstream: switch config file parsing to getline(3) as this avoids
markus@openbsd.org
2018-06-07
1
-5
/
+5
*
upstream: make UID available as a %-expansion everywhere that the
djm@openbsd.org
2018-06-01
1
-1
/
+5
*
upstream: support ProxyJump=none to disable ProxyJump
djm@openbsd.org
2018-05-22
1
-9
/
+22
*
upstream: Allow "SendEnv -PATTERN" to clear environment variables
djm@openbsd.org
2018-04-06
1
-6
/
+42
*
upstream: add a couple of missed options to the config dump; patch
djm@openbsd.org
2018-04-06
1
-1
/
+9
*
upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for
job@openbsd.org
2018-04-06
1
-3
/
+3
*
upstream: Add experimental support for PQC XMSS keys (Extended
markus@openbsd.org
2018-02-26
1
-1
/
+2
*
upstream: Add BindInterface ssh_config directive and -B
djm@openbsd.org
2018-02-23
1
-2
/
+9
*
upstream commit
dtucker@openbsd.org
2017-12-07
1
-11
/
+5
*
upstream commit
millert@openbsd.org
2017-10-23
1
-32
/
+22
*
upstream commit
markus@openbsd.org
2017-09-22
1
-18
/
+24
*
upstream commit
djm@openbsd.org
2017-09-04
1
-4
/
+15
[next]