index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servconf.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-01
upstream: avoid NULL dereference when attempting to convert invalid
djm@openbsd.org
1
-4
/
+5
2020-05-01
See if SA_RESTART signals will interrupt select().
Darren Tucker
2
-0
/
+39
2020-05-01
fix reversed test
Damien Miller
1
-1
/
+1
2020-05-01
wrap sha2.h inclusion in #ifdef HAVE_SHA2_H
Damien Miller
1
-0
/
+2
2020-05-01
upstream: adapt dummy FIDO middleware to API change; ok markus@
djm@openbsd.org
1
-4
/
+10
2020-05-01
upstream: tweak previous; ok markus
jmc@openbsd.org
1
-3
/
+3
2020-05-01
upstream: bring back debug() removed in rev 1.74; noted by pradeep
markus@openbsd.org
1
-1
/
+2
2020-05-01
upstream: run the 2nd ssh with BatchMode for scp -3
markus@openbsd.org
2
-4
/
+8
2020-05-01
upstream: when signing a challenge using a FIDO toke, perform the
djm@openbsd.org
4
-18
/
+37
2020-05-01
upstream: Fix comment typo. Patch from mforney at mforney.org.
dtucker@openbsd.org
1
-2
/
+2
2020-05-01
upstream: We've standardized on memset over bzero, replace a couple
dtucker@openbsd.org
2
-4
/
+4
2020-05-01
Include sys/byteorder.h for htons and friends.
Darren Tucker
2
-0
/
+4
2020-05-01
Fix conditional for openssl-based chacha20.
Darren Tucker
1
-1
/
+1
2020-04-24
Error out if given RDomain if unsupported.
Darren Tucker
1
-0
/
+6
2020-04-24
upstream: Fix incorrect error message for "too many known hosts files."
dtucker@openbsd.org
1
-2
/
+2
2020-04-24
upstream: Remove leave_non_blocking() which is now dead code
dtucker@openbsd.org
1
-16
/
+1
2020-04-24
upstream: ce examples of "Ar arg Ar arg" with "Ar arg arg" and
jmc@openbsd.org
1
-4
/
+4
2020-04-24
Update .depend.
Darren Tucker
1
-3
/
+4
2020-04-22
Mailing list is now closed to non-subscribers.
Darren Tucker
1
-4
/
+4
2020-04-22
Put the values from env vars back.
Darren Tucker
1
-18
/
+18
2020-04-22
Pass configure's egrep through to test-exec.sh.
Darren Tucker
2
-0
/
+11
2020-04-22
Remove unneeded env vars from t-exec invocation.
Darren Tucker
1
-20
/
+0
2020-04-22
upstream: Backslash '$' at then end of string. Prevents warning on
dtucker@openbsd.org
1
-1
/
+1
2020-04-21
Sync rev 1.49.
Darren Tucker
1
-3
/
+3
2020-04-20
upstream: regression test for printing of private key fingerprints and
djm@openbsd.org
2
-3
/
+55
2020-04-20
upstream: fix a bug I introduced in r1.406: when printing private key
djm@openbsd.org
1
-10
/
+14
2020-04-17
upstream: repair private key fingerprint printing to also print
djm@openbsd.org
1
-9
/
+8
2020-04-17
upstream: refactor out some duplicate private key loading code;
djm@openbsd.org
1
-34
/
+9
2020-04-17
upstream: add space beteen macro arg and punctuation;
jmc@openbsd.org
1
-2
/
+2
2020-04-17
upstream: auth2-pubkey r1.89 changed the order of operations to
djm@openbsd.org
1
-5
/
+3
2020-04-17
sys/sysctl.h is only used on OpenBSD
Damien Miller
1
-1
/
+1
2020-04-17
upstream: fix reversed test that caused IdentitiesOnly=yes to not
djm@openbsd.org
1
-2
/
+2
2020-04-17
upstream: mention that /etc/hosts.equiv and /etc/shosts.equiv are
djm@openbsd.org
1
-3
/
+3
2020-04-17
upstream: make IgnoreRhosts a tri-state option: "yes" ignore
djm@openbsd.org
4
-14
/
+43
2020-04-17
upstream: allow the IgnoreRhosts directive to appear anywhere in a
djm@openbsd.org
2
-4
/
+6
2020-04-17
upstream: add space between macro arg and punctuation;
jmc@openbsd.org
1
-3
/
+3
2020-04-15
Add sys/syscall.h for syscall numbers.
Darren Tucker
1
-0
/
+1
2020-04-11
upstream: Refactor private key parsing. Eliminates a fair bit of
djm@openbsd.org
1
-147
/
+40
2020-04-10
upstream: Add tests for TOKEN expansion of LocalForward and
dtucker@openbsd.org
1
-2
/
+9
2020-04-10
upstream: Add utf8.c for asmprintf used by krl.c
dtucker@openbsd.org
4
-4
/
+8
2020-04-10
upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward
dtucker@openbsd.org
2
-59
/
+109
2020-04-08
upstream: let sshkey_try_load_public() load public keys from the
djm@openbsd.org
1
-1
/
+37
2020-04-08
upstream: simplify sshkey_try_load_public()
djm@openbsd.org
1
-39
/
+19
2020-04-08
upstream: add sshkey_parse_pubkey_from_private_fileblob_type()
djm@openbsd.org
2
-2
/
+68
2020-04-08
upstream: simplify sshkey_parse_private_fileblob_type()
djm@openbsd.org
1
-16
/
+5
2020-04-08
upstream: check private key type against requested key type in
djm@openbsd.org
1
-1
/
+7
2020-04-08
upstream: check that pubkey in private key envelope matches actual
djm@openbsd.org
1
-8
/
+19
2020-04-08
upstream: refactor private key parsing a little
djm@openbsd.org
1
-40
/
+114
2020-04-06
Include openssl-compat.h before checking ifdefs.
Darren Tucker
2
-0
/
+6
2020-04-06
fix inverted test for LibreSSL version
Damien Miller
1
-1
/
+1
[next]