index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: improve the error message for u2f enrollment errors by
djm@openbsd.org
2020-01-26
8
-81
/
+43
*
upstream: factor out reading/writing sshbufs to dedicated
djm@openbsd.org
2020-01-26
9
-128
/
+163
*
upstream: add a comment describing the ranges of channel IDs that
djm@openbsd.org
2020-01-26
1
-1
/
+9
*
upstream: make sshd_config:ClientAliveCountMax=0 disable the
djm@openbsd.org
2020-01-26
2
-3
/
+7
*
upstream: clarify order of AllowUsers/DenyUsers vs
djm@openbsd.org
2020-01-26
1
-19
/
+7
*
upstream: when AddKeysToAgent=yes is set and the key contains no
djm@openbsd.org
2020-01-25
2
-6
/
+8
*
upstream: group14-sha1 is no longer a default algorithm
tedu@openbsd.org
2020-01-25
2
-5
/
+4
*
upstream: reword HashKnownHosts description a little more; some
djm@openbsd.org
2020-01-25
1
-3
/
+3
*
upstream: weaken the language for what HashKnownHosts provides with
djm@openbsd.org
2020-01-25
1
-4
/
+4
*
upstream: the GatewayPorts vs -R listen address selection logic is
djm@openbsd.org
2020-01-25
1
-2
/
+7
*
upstream: mention that permitopen=/PermitOpen do no name to address
djm@openbsd.org
2020-01-25
2
-7
/
+9
*
include tunnel device path in error message
Damien Miller
2020-01-25
1
-4
/
+4
*
upstream: unrevert this:
djm@openbsd.org
2020-01-25
1
-5
/
+3
*
upstream: Move setting $NC into test-exec since it's now used by
dtucker@openbsd.org
2020-01-25
3
-7
/
+6
*
Put EC key export inside OPENSSL_HAS_ECC.
Darren Tucker
2020-01-25
1
-0
/
+2
*
upstream: Wait a bit longer for the multiplex master to become ready
dtucker@openbsd.org
2020-01-25
1
-2
/
+2
*
upstream: Add a connection test for proxycommand. This would have
dtucker@openbsd.org
2020-01-25
1
-2
/
+11
*
upstream: set UpdateKnownHosts=ask by default; bz#2894; ok
djm@openbsd.org
2020-01-25
1
-2
/
+2
*
upstream: allow UpdateKnownHosts=yes to function when multiple
djm@openbsd.org
2020-01-25
3
-17
/
+47
*
upstream: process security key provider via realpath() in agent,
djm@openbsd.org
2020-01-25
1
-7
/
+19
*
upstream: expose PKCS#11 key labels/X.509 subjects as comments
djm@openbsd.org
2020-01-25
7
-82
/
+144
*
upstream: tweak proctitle to include sshd arguments, as these are
djm@openbsd.org
2020-01-25
1
-4
/
+18
*
upstream: add xextendf() to extend a string with a format
djm@openbsd.org
2020-01-25
2
-2
/
+31
*
upstream: minor tweaks to ssh-keygen -Y find-principals:
djm@openbsd.org
2020-01-25
1
-11
/
+21
*
upstream: remove ssh-rsa (SHA1) from the list of allowed CA
djm@openbsd.org
2020-01-25
1
-3
/
+2
*
upstream: when signing a certificate with an RSA key, default to
djm@openbsd.org
2020-01-25
1
-5
/
+9
*
upstream: allow PEM export of DSA and ECDSA keys; bz3091, patch
djm@openbsd.org
2020-01-25
1
-1
/
+9
*
upstream: ssh-keygen -Y find-principals fixes based on feedback
djm@openbsd.org
2020-01-25
4
-33
/
+84
*
upstream: Do not warn about permissions on symlinks.
dtucker@openbsd.org
2020-01-24
1
-2
/
+2
*
upstream: Handle zlib compression being disabled now that it's
dtucker@openbsd.org
2020-01-23
2
-4
/
+16
*
upstream: Fix typo in comment.
dtucker@openbsd.org
2020-01-23
1
-2
/
+2
*
upstream: When checking for unsafe directories, ignore non-directories
dtucker@openbsd.org
2020-01-23
1
-4
/
+6
*
zlib is now optional.
Darren Tucker
2020-01-23
1
-5
/
+4
*
Plumb WITH_ZLIB into configure.
Darren Tucker
2020-01-23
1
-10
/
+18
*
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
8
-16
/
+91
*
upstream: remove trailing period characters from pub/priv key
djm@openbsd.org
2020-01-23
1
-3
/
+3
*
Fix a couple of mysig_t leftovers.
Darren Tucker
2020-01-23
3
-3
/
+6
*
Remove mysignal wrapper.
Darren Tucker
2020-01-23
2
-38
/
+0
*
upstream: new sentence, new line;
jmc@openbsd.org
2020-01-23
1
-3
/
+3
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
25
-131
/
+153
*
upstream: missing header change from previous; spotted by dtucker@
djm@openbsd.org
2020-01-23
1
-0
/
+10
*
upstream: Check for and warn about StrictModes permission problems. ok tb@
dtucker@openbsd.org
2020-01-23
1
-1
/
+24
*
upstream: Also test PuTTY chacha20.
dtucker@openbsd.org
2020-01-23
1
-2
/
+2
*
upstream: Also test PuTTY ecdh kex methods.
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
6
-162
/
+92
*
upstream: add a new signature operations "find-principal" to look
djm@openbsd.org
2020-01-23
3
-11
/
+209
*
upstream: Ignore whitespace when checking explict fingerprint.
dtucker@openbsd.org
2020-01-23
1
-5
/
+6
*
upstream: Increase keyscan timeout from default. On slow hosts 3
dtucker@openbsd.org
2020-01-22
1
-2
/
+2
*
upstream: remove diffie-hellman-group14-sha1 from default kex to
tedu@openbsd.org
2020-01-22
1
-3
/
+2
*
upstream: For ssh-keygen -lF only add a space after key fingerprint
claudio@openbsd.org
2020-01-22
1
-3
/
+5
[next]