index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrap poll.h include in HAVE_POLL_H
Damien Miller
2023-08-10
1
-1
/
+3
*
upstream: don't need to start a command here; use ssh -N instead.
djm@openbsd.org
2023-07-30
1
-3
/
+3
*
upstream: add LTESTS_FROM variable to allow skipping of tests up to
djm@openbsd.org
2023-07-30
1
-1
/
+9
*
upstream: test ChrootDirectory in Match block
djm@openbsd.org
2023-07-30
1
-2
/
+21
*
upstream: better error messages
djm@openbsd.org
2023-07-30
1
-4
/
+4
*
Prefer OpenSSL's SHA256 in sk-dummy.so
Darren Tucker
2023-07-27
1
-30
/
+9
*
agent_fuzz doesn't want stdint.h conditionalised
Damien Miller
2023-07-19
1
-3
/
+1
*
conditionalise stdint.h inclusion on HAVE_STDINT_H
Damien Miller
2023-07-18
1
-1
/
+3
*
upstream: Remove compat code for OpenSSL 1.0.*
dtucker@openbsd.org
2023-03-28
1
-9
/
+0
*
Prevent conflicts between Solaris SHA2 and OpenSSL.
Darren Tucker
2023-03-28
1
-1
/
+23
*
Remove HEADER_SHA_H from previous...
Darren Tucker
2023-03-28
1
-1
/
+0
*
Replace OPENSSL_NO_SHA with HEADER_SHA_H.
Darren Tucker
2023-03-28
1
-1
/
+1
*
upstream: Add RevokedHostKeys to percent expansion test.
dtucker@openbsd.org
2023-03-27
1
-2
/
+3
*
Also look for gdb error message from OpenIndiana.
Darren Tucker
2023-03-27
1
-1
/
+1
*
BoringSSL doesn't support EC_POINT_point2bn()
Damien Miller
2023-03-24
1
-0
/
+2
*
another ERR_load_CRYPTO_strings() vestige
Damien Miller
2023-03-24
1
-1
/
+1
*
don't use obsolete ERR_load_CRYPTO_strings()
Damien Miller
2023-03-24
1
-1
/
+1
*
Add header changes missed in previous.
Darren Tucker
2023-03-07
1
-2
/
+5
*
upstream: Unit test for kex_proposal_populate_entries.
dtucker@openbsd.org
2023-03-07
2
-4
/
+44
*
upstream: Remove SUDO in proxy command wrapper. Anything that needs
dtucker@openbsd.org
2023-03-02
1
-5
/
+5
*
upstream: Fix breakage on dhgex test.
dtucker@openbsd.org
2023-03-02
1
-6
/
+9
*
upstream: Quote grep and log message better.
dtucker@openbsd.org
2023-03-02
1
-3
/
+3
*
upstream: Remove old log symlinks
dtucker@openbsd.org
2023-03-02
1
-3
/
+5
*
upstream: Rework logging for the regression tests.
dtucker@openbsd.org
2023-03-01
8
-39
/
+123
*
Revert explicit chmods on private keys.
Darren Tucker
2023-02-25
1
-3
/
+0
*
Explicitly set permissions on user and host keys.
Darren Tucker
2023-02-24
1
-0
/
+3
*
Wrap stdint.h inside ifdef.
Darren Tucker
2023-02-21
1
-1
/
+3
*
Add includes to ptimeout test.
Mayank Sharma
2023-02-20
1
-0
/
+2
*
Always use the openssl binary configure tells us.
Darren Tucker
2023-02-20
1
-1
/
+2
*
upstream: test -Ohashalg=... and that the default output contains both
djm@openbsd.org
2023-02-10
1
-1
/
+21
*
upstream: Test adding terminating newline to known_hosts.
dtucker@openbsd.org
2023-02-09
1
-1
/
+19
*
upstream: ssh-agent doesn't actually take -v,
dtucker@openbsd.org
2023-02-09
1
-1
/
+2
*
adapt compat_kex_proposal() test to portable
Damien Miller
2023-02-02
1
-1
/
+5
*
upstream: test compat_kex_proposal(); by dtucker@
djm@openbsd.org
2023-02-02
3
-3
/
+84
*
upstream: Check if we can copy sshd or need to use sudo to do so
dtucker@openbsd.org
2023-02-02
1
-2
/
+2
*
Skip connection-timeout when missing FD passing.
Darren Tucker
2023-01-25
1
-0
/
+3
*
upstream: also check that an active session inhibits
djm@openbsd.org
2023-01-17
1
-4
/
+11
*
upstream: regression test for UnusedConnectionTimeout
djm@openbsd.org
2023-01-17
2
-1
/
+79
*
upstream: unbreak test: cannot access shell positional parameters
djm@openbsd.org
2023-01-17
1
-3
/
+3
*
upstream: adapt to ed25519 changes in src/usr.bin/ssh
djm@openbsd.org
2023-01-16
6
-12
/
+12
*
upstream: Shell syntax fix. From ren mingshuai vi github PR#369.
dtucker@openbsd.org
2023-01-14
1
-2
/
+2
*
upstream: Instead of skipping the all-tokens test if we don't have
dtucker@openbsd.org
2023-01-14
1
-3
/
+7
*
upstream: Move scp path setting to a helper function. The previous
dtucker@openbsd.org
2023-01-13
5
-13
/
+25
*
upstream: Add scp's path to test sshd's PATH.
dtucker@openbsd.org
2023-01-13
1
-1
/
+8
*
Remove skipping test when scp not in path.
Darren Tucker
2023-01-13
1
-6
/
+0
*
upstream: rewrite this test to use a multiplexed ssh session so we can
djm@openbsd.org
2023-01-11
1
-29
/
+29
*
try to improve logging for dynamic-forward test
Damien Miller
2023-01-09
1
-2
/
+2
*
don't test IPv6 addresses if platform lacks support
Damien Miller
2023-01-08
1
-4
/
+11
*
upstream: When OpenSSL is not available, skip parts of percent test
dtucker@openbsd.org
2023-01-08
1
-6
/
+10
*
Use our own netcat for dynamic-forward test.
Darren Tucker
2023-01-07
1
-8
/
+1
[next]