index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mux.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-01
upstream: regress test for sshd_config Include directive; from Jakub
djm@openbsd.org
3
-3
/
+159
2020-02-01
upstream: whitespace
djm@openbsd.org
1
-3
/
+2
2020-02-01
upstream: force early logging to stderr if debug_flag (-d) is set;
djm@openbsd.org
1
-2
/
+2
2020-02-01
upstream: mistake in previous: filling the incorrect buffer
djm@openbsd.org
1
-1
/
+1
2020-02-01
upstream: Add a sshd_config "Include" directive to allow inclusion
djm@openbsd.org
5
-44
/
+232
2020-02-01
upstream: spelling fix;
jmc@openbsd.org
1
-3
/
+3
2020-01-30
upstream: document changed default for UpdateHostKeys
djm@openbsd.org
1
-4
/
+13
2020-01-30
upstream: enable UpdateKnownHosts=yes if the configuration
djm@openbsd.org
1
-3
/
+14
2020-01-30
Look in inttypes.h for UINT32_MAX.
Darren Tucker
1
-0
/
+3
2020-01-30
upstream: use sshpkt_fatal() instead of plain fatal() for
djm@openbsd.org
1
-4
/
+5
2020-01-30
upstream: check the return value of ssh_packet_write_poll() and
djm@openbsd.org
1
-3
/
+7
2020-01-30
upstream: have sshpkt_fatal() save/restore errno before we
djm@openbsd.org
1
-1
/
+4
2020-01-30
upstream: markus suggests a simplification to previous
djm@openbsd.org
1
-7
/
+4
2020-01-29
upstream: give more context to UpdateHostKeys messages, mentioning
djm@openbsd.org
1
-3
/
+20
2020-01-29
upstream: changes to support FIDO attestation
djm@openbsd.org
5
-19
/
+65
2020-01-29
upstream: disable UpdateHostKeys=ask when in quiet mode; "work for
djm@openbsd.org
1
-1
/
+4
2020-01-28
compat for missing IPTOS_DSCP_LE in system headers
Damien Miller
1
-0
/
+3
2020-01-28
upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986,
djm@openbsd.org
3
-5
/
+8
2020-01-28
upstream: disable UpdateHostKeys=ask if command is specified; ok
markus@openbsd.org
1
-6
/
+13
2020-01-28
upstream: unbreak unittests for recent API / source file changes
djm@openbsd.org
1
-1
/
+1
2020-01-26
Move definition of UINT32_MAX.
Darren Tucker
1
-3
/
+6
2020-01-26
upstream: unbreak unittests for recent API / source file changes
djm@openbsd.org
8
-29
/
+22
2020-01-26
Include signal.h to prevent redefintion of _NSIG.
Darren Tucker
1
-0
/
+2
2020-01-26
Wrap stdint.h in tests inside HAVE_STDINT_H.
Darren Tucker
1
-2
/
+6
2020-01-26
upstream: for UpdateHostKeys, don't report errors for unsupported
djm@openbsd.org
1
-3
/
+5
2020-01-26
upstream: downgrade error() for missing subsequent known_hosts
djm@openbsd.org
1
-2
/
+2
2020-01-26
upstream: clarify that BatchMode applies to all interactive prompts
djm@openbsd.org
1
-3
/
+5
2020-01-26
upstream: tidy headers; some junk snuck into sshbuf-misc.c and
djm@openbsd.org
2
-3
/
+2
2020-01-26
depend
Damien Miller
1
-1
/
+2
2020-01-26
upstream: improve the error message for u2f enrollment errors by
djm@openbsd.org
8
-81
/
+43
2020-01-26
upstream: factor out reading/writing sshbufs to dedicated
djm@openbsd.org
9
-128
/
+163
2020-01-26
upstream: add a comment describing the ranges of channel IDs that
djm@openbsd.org
1
-1
/
+9
2020-01-26
upstream: make sshd_config:ClientAliveCountMax=0 disable the
djm@openbsd.org
2
-3
/
+7
2020-01-26
upstream: clarify order of AllowUsers/DenyUsers vs
djm@openbsd.org
1
-19
/
+7
2020-01-25
upstream: when AddKeysToAgent=yes is set and the key contains no
djm@openbsd.org
2
-6
/
+8
2020-01-25
upstream: group14-sha1 is no longer a default algorithm
tedu@openbsd.org
2
-5
/
+4
2020-01-25
upstream: reword HashKnownHosts description a little more; some
djm@openbsd.org
1
-3
/
+3
2020-01-25
upstream: weaken the language for what HashKnownHosts provides with
djm@openbsd.org
1
-4
/
+4
2020-01-25
upstream: the GatewayPorts vs -R listen address selection logic is
djm@openbsd.org
1
-2
/
+7
2020-01-25
upstream: mention that permitopen=/PermitOpen do no name to address
djm@openbsd.org
2
-7
/
+9
2020-01-25
include tunnel device path in error message
Damien Miller
1
-4
/
+4
2020-01-25
upstream: unrevert this:
djm@openbsd.org
1
-5
/
+3
2020-01-25
upstream: Move setting $NC into test-exec since it's now used by
dtucker@openbsd.org
3
-7
/
+6
2020-01-25
Put EC key export inside OPENSSL_HAS_ECC.
Darren Tucker
1
-0
/
+2
2020-01-25
upstream: Wait a bit longer for the multiplex master to become ready
dtucker@openbsd.org
1
-2
/
+2
2020-01-25
upstream: Add a connection test for proxycommand. This would have
dtucker@openbsd.org
1
-2
/
+11
2020-01-25
upstream: set UpdateKnownHosts=ask by default; bz#2894; ok
djm@openbsd.org
1
-2
/
+2
2020-01-25
upstream: allow UpdateKnownHosts=yes to function when multiple
djm@openbsd.org
3
-17
/
+47
2020-01-25
upstream: process security key provider via realpath() in agent,
djm@openbsd.org
1
-7
/
+19
2020-01-25
upstream: expose PKCS#11 key labels/X.509 subjects as comments
djm@openbsd.org
7
-82
/
+144
[next]