summaryrefslogtreecommitdiffstats
path: root/mux.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-01upstream: regress test for sshd_config Include directive; from Jakubdjm@openbsd.org3-3/+159
2020-02-01upstream: whitespacedjm@openbsd.org1-3/+2
2020-02-01upstream: force early logging to stderr if debug_flag (-d) is set;djm@openbsd.org1-2/+2
2020-02-01upstream: mistake in previous: filling the incorrect bufferdjm@openbsd.org1-1/+1
2020-02-01upstream: Add a sshd_config "Include" directive to allow inclusiondjm@openbsd.org5-44/+232
2020-02-01upstream: spelling fix;jmc@openbsd.org1-3/+3
2020-01-30upstream: document changed default for UpdateHostKeysdjm@openbsd.org1-4/+13
2020-01-30upstream: enable UpdateKnownHosts=yes if the configurationdjm@openbsd.org1-3/+14
2020-01-30Look in inttypes.h for UINT32_MAX.Darren Tucker1-0/+3
2020-01-30upstream: use sshpkt_fatal() instead of plain fatal() fordjm@openbsd.org1-4/+5
2020-01-30upstream: check the return value of ssh_packet_write_poll() anddjm@openbsd.org1-3/+7
2020-01-30upstream: have sshpkt_fatal() save/restore errno before wedjm@openbsd.org1-1/+4
2020-01-30upstream: markus suggests a simplification to previousdjm@openbsd.org1-7/+4
2020-01-29upstream: give more context to UpdateHostKeys messages, mentioningdjm@openbsd.org1-3/+20
2020-01-29upstream: changes to support FIDO attestationdjm@openbsd.org5-19/+65
2020-01-29upstream: disable UpdateHostKeys=ask when in quiet mode; "work fordjm@openbsd.org1-1/+4
2020-01-28compat for missing IPTOS_DSCP_LE in system headersDamien Miller1-0/+3
2020-01-28upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986,djm@openbsd.org3-5/+8
2020-01-28upstream: disable UpdateHostKeys=ask if command is specified; okmarkus@openbsd.org1-6/+13
2020-01-28upstream: unbreak unittests for recent API / source file changesdjm@openbsd.org1-1/+1
2020-01-26Move definition of UINT32_MAX.Darren Tucker1-3/+6
2020-01-26upstream: unbreak unittests for recent API / source file changesdjm@openbsd.org8-29/+22
2020-01-26Include signal.h to prevent redefintion of _NSIG.Darren Tucker1-0/+2
2020-01-26Wrap stdint.h in tests inside HAVE_STDINT_H.Darren Tucker1-2/+6
2020-01-26upstream: for UpdateHostKeys, don't report errors for unsupporteddjm@openbsd.org1-3/+5
2020-01-26upstream: downgrade error() for missing subsequent known_hostsdjm@openbsd.org1-2/+2
2020-01-26upstream: clarify that BatchMode applies to all interactive promptsdjm@openbsd.org1-3/+5
2020-01-26upstream: tidy headers; some junk snuck into sshbuf-misc.c anddjm@openbsd.org2-3/+2
2020-01-26dependDamien Miller1-1/+2
2020-01-26upstream: improve the error message for u2f enrollment errors bydjm@openbsd.org8-81/+43
2020-01-26upstream: factor out reading/writing sshbufs to dedicateddjm@openbsd.org9-128/+163
2020-01-26upstream: add a comment describing the ranges of channel IDs thatdjm@openbsd.org1-1/+9
2020-01-26upstream: make sshd_config:ClientAliveCountMax=0 disable thedjm@openbsd.org2-3/+7
2020-01-26upstream: clarify order of AllowUsers/DenyUsers vsdjm@openbsd.org1-19/+7
2020-01-25upstream: when AddKeysToAgent=yes is set and the key contains nodjm@openbsd.org2-6/+8
2020-01-25upstream: group14-sha1 is no longer a default algorithmtedu@openbsd.org2-5/+4
2020-01-25upstream: reword HashKnownHosts description a little more; somedjm@openbsd.org1-3/+3
2020-01-25upstream: weaken the language for what HashKnownHosts provides withdjm@openbsd.org1-4/+4
2020-01-25upstream: the GatewayPorts vs -R listen address selection logic isdjm@openbsd.org1-2/+7
2020-01-25upstream: mention that permitopen=/PermitOpen do no name to addressdjm@openbsd.org2-7/+9
2020-01-25include tunnel device path in error messageDamien Miller1-4/+4
2020-01-25upstream: unrevert this:djm@openbsd.org1-5/+3
2020-01-25upstream: Move setting $NC into test-exec since it's now used bydtucker@openbsd.org3-7/+6
2020-01-25Put EC key export inside OPENSSL_HAS_ECC.Darren Tucker1-0/+2
2020-01-25upstream: Wait a bit longer for the multiplex master to become readydtucker@openbsd.org1-2/+2
2020-01-25upstream: Add a connection test for proxycommand. This would havedtucker@openbsd.org1-2/+11
2020-01-25upstream: set UpdateKnownHosts=ask by default; bz#2894; okdjm@openbsd.org1-2/+2
2020-01-25upstream: allow UpdateKnownHosts=yes to function when multipledjm@openbsd.org3-17/+47
2020-01-25upstream: process security key provider via realpath() in agent,djm@openbsd.org1-7/+19
2020-01-25upstream: expose PKCS#11 key labels/X.509 subjects as commentsdjm@openbsd.org7-82/+144