index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh-xmss.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
upstream: Handle zlib compression being disabled now that it's
dtucker@openbsd.org
2
-4
/
+16
2020-01-23
upstream: Fix typo in comment.
dtucker@openbsd.org
1
-2
/
+2
2020-01-23
upstream: When checking for unsafe directories, ignore non-directories
dtucker@openbsd.org
1
-4
/
+6
2020-01-23
zlib is now optional.
Darren Tucker
1
-5
/
+4
2020-01-23
Plumb WITH_ZLIB into configure.
Darren Tucker
1
-10
/
+18
2020-01-23
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
8
-16
/
+91
2020-01-23
upstream: remove trailing period characters from pub/priv key
djm@openbsd.org
1
-3
/
+3
2020-01-23
Fix a couple of mysig_t leftovers.
Darren Tucker
3
-3
/
+6
2020-01-23
Remove mysignal wrapper.
Darren Tucker
2
-38
/
+0
2020-01-23
upstream: new sentence, new line;
jmc@openbsd.org
1
-3
/
+3
2020-01-23
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
25
-131
/
+153
2020-01-23
upstream: missing header change from previous; spotted by dtucker@
djm@openbsd.org
1
-0
/
+10
2020-01-23
upstream: Check for and warn about StrictModes permission problems. ok tb@
dtucker@openbsd.org
1
-1
/
+24
2020-01-23
upstream: Also test PuTTY chacha20.
dtucker@openbsd.org
1
-2
/
+2
2020-01-23
upstream: Also test PuTTY ecdh kex methods.
dtucker@openbsd.org
1
-2
/
+2
2020-01-23
upstream: Remove unsupported algorithms from list of defaults at run
dtucker@openbsd.org
6
-162
/
+92
2020-01-23
upstream: add a new signature operations "find-principal" to look
djm@openbsd.org
3
-11
/
+209
2020-01-23
upstream: Ignore whitespace when checking explict fingerprint.
dtucker@openbsd.org
1
-5
/
+6
2020-01-22
upstream: Increase keyscan timeout from default. On slow hosts 3
dtucker@openbsd.org
1
-2
/
+2
2020-01-22
upstream: remove diffie-hellman-group14-sha1 from default kex to
tedu@openbsd.org
1
-3
/
+2
2020-01-22
upstream: For ssh-keygen -lF only add a space after key fingerprint
claudio@openbsd.org
1
-3
/
+5
2020-01-22
upstream: some __func__ and strerror(errno) here; no functional
djm@openbsd.org
1
-7
/
+7
2020-01-22
upstream: factor out parsing of allowed-signers lines
djm@openbsd.org
1
-27
/
+87
2020-01-22
unbreak fuzzer support for recent ssh-sk.h changes
Damien Miller
2
-21
/
+23
2020-01-21
upstream: expose the number of currently-authenticating connections
djm@openbsd.org
1
-2
/
+8
2020-01-21
upstream: document the default value of the ControlPersist option;
naddy@openbsd.org
1
-3
/
+4
2020-01-21
remove accidental change in f8c11461
Damien Miller
1
-6
/
+1
2020-01-21
upstream: don't #ifdef out the KRL code when compiling without
djm@openbsd.org
1
-9
/
+1
2020-01-21
upstream: pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting
djm@openbsd.org
3
-6
/
+12
2020-01-21
upstream: check access(ssh-sk-helper, X_OK) to provide friendly
djm@openbsd.org
1
-1
/
+9
2020-01-21
upstream: Document sntrup4591761x25519-sha512@tinyssh.org. Patch
dtucker@openbsd.org
1
-2
/
+4
2020-01-21
upstream: fix ssh-keygen not displaying authenticator touch
djm@openbsd.org
1
-1
/
+4
2020-01-21
upstream: a little more verbosity in sign_and_send_pubkey() debug
djm@openbsd.org
1
-3
/
+5
2020-01-21
upstream: one more replacement "(security) key" -> "(FIDO)
naddy@openbsd.org
1
-2
/
+2
2020-01-21
upstream: undo merge error and replace the term "security key"
naddy@openbsd.org
1
-3
/
+3
2020-01-21
upstream: Document loading of resident keys from a FIDO
naddy@openbsd.org
2
-28
/
+20
2020-01-21
upstream: sync ssh-keygen.1 and ssh-keygen's usage() with each
naddy@openbsd.org
2
-12
/
+11
2020-01-21
upstream: revise the fix for reversed arguments on
naddy@openbsd.org
1
-4
/
+4
2020-01-21
upstream: pass the log-on-stderr flag and log level through to
djm@openbsd.org
3
-26
/
+37
2020-01-21
Wrap copy_environment_blacklist() in #ifdef
Damien Miller
1
-0
/
+2
2020-01-21
depend
Damien Miller
1
-44
/
+44
2020-01-21
Fix missing prototype warning for copy_environment
Ruben Kerkhof
1
-1
/
+3
2020-01-21
configure.ac: fix ldns test
Ruben Kerkhof
1
-2
/
+0
2020-01-21
Make sshpam_password_change_required static.
Ruben Kerkhof
1
-1
/
+1
2020-01-21
sandbox-darwin.c: fix missing prototypes.
Ruben Kerkhof
1
-1
/
+1
2020-01-20
Fix a few warnings when on Mac OS X.
Ruben Kerkhof
1
-0
/
+1
2020-01-20
Fix building without openssl.
Ruben Kerkhof
1
-0
/
+2
2020-01-16
Add config.log to .gitignore
Ruben Kerkhof
1
-0
/
+1
2020-01-16
Fix typo in README.md, s/crytpo/crypto/
Ruben Kerkhof
1
-1
/
+1
2020-01-15
Wrap stdint.h in ifdef HAVE_STDINT_H.
Darren Tucker
1
-0
/
+2
[next]