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: 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
*
upstream: some __func__ and strerror(errno) here; no functional
djm@openbsd.org
2020-01-22
1
-7
/
+7
*
upstream: factor out parsing of allowed-signers lines
djm@openbsd.org
2020-01-22
1
-27
/
+87
*
unbreak fuzzer support for recent ssh-sk.h changes
Damien Miller
2020-01-22
2
-21
/
+23
*
upstream: expose the number of currently-authenticating connections
djm@openbsd.org
2020-01-21
1
-2
/
+8
*
upstream: document the default value of the ControlPersist option;
naddy@openbsd.org
2020-01-21
1
-3
/
+4
*
remove accidental change in f8c11461
Damien Miller
2020-01-21
1
-6
/
+1
*
upstream: don't #ifdef out the KRL code when compiling without
djm@openbsd.org
2020-01-21
1
-9
/
+1
*
upstream: pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting
djm@openbsd.org
2020-01-21
3
-6
/
+12
*
upstream: check access(ssh-sk-helper, X_OK) to provide friendly
djm@openbsd.org
2020-01-21
1
-1
/
+9
*
upstream: Document sntrup4591761x25519-sha512@tinyssh.org. Patch
dtucker@openbsd.org
2020-01-21
1
-2
/
+4
*
upstream: fix ssh-keygen not displaying authenticator touch
djm@openbsd.org
2020-01-21
1
-1
/
+4
*
upstream: a little more verbosity in sign_and_send_pubkey() debug
djm@openbsd.org
2020-01-21
1
-3
/
+5
*
upstream: one more replacement "(security) key" -> "(FIDO)
naddy@openbsd.org
2020-01-21
1
-2
/
+2
*
upstream: undo merge error and replace the term "security key"
naddy@openbsd.org
2020-01-21
1
-3
/
+3
*
upstream: Document loading of resident keys from a FIDO
naddy@openbsd.org
2020-01-21
2
-28
/
+20
*
upstream: sync ssh-keygen.1 and ssh-keygen's usage() with each
naddy@openbsd.org
2020-01-21
2
-12
/
+11
*
upstream: revise the fix for reversed arguments on
naddy@openbsd.org
2020-01-21
1
-4
/
+4
*
upstream: pass the log-on-stderr flag and log level through to
djm@openbsd.org
2020-01-21
3
-26
/
+37
*
Wrap copy_environment_blacklist() in #ifdef
Damien Miller
2020-01-21
1
-0
/
+2
*
depend
Damien Miller
2020-01-21
1
-44
/
+44
[prev]
[next]