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
*
upstream: Specify ssh binary to use
dtucker@openbsd.org
2023-11-01
1
-5
/
+5
*
upstream: add some tests of forced commands overriding Subsystem
djm@openbsd.org
2023-11-01
1
-12
/
+44
*
upstream: Don't try to use sudo inside sshd log wrapper.
dtucker@openbsd.org
2023-10-31
1
-2
/
+2
*
upstream: Only try to chmod logfile if we have sudo. If we don't have
dtucker@openbsd.org
2023-10-31
1
-2
/
+2
*
upstream: move PKCS#11 setup code to test-exec.sh so it can be reused
djm@openbsd.org
2023-10-31
2
-90
/
+93
*
upstream: tidy and refactor PKCS#11 setup code
djm@openbsd.org
2023-10-30
1
-61
/
+72
*
upstream: Only try to chown logfiles that exist to prevent spurious
dtucker@openbsd.org
2023-10-29
1
-5
/
+7
*
upstream: make use of bsd.regress.mk in extra and interop targets; ok
anton@openbsd.org
2023-10-29
1
-1
/
+1
*
upstream: Skip conch interop tests when not enabled instead of fatal.
dtucker@openbsd.org
2023-10-26
1
-2
/
+2
*
upstream: ssh conch interop tests requires a controlling terminal;
anton@openbsd.org
2023-10-26
1
-3
/
+6
*
upstream: Use private key that is allowed by sshd defaults in conch
anton@openbsd.org
2023-10-26
1
-2
/
+2
*
Resync PuTTY and Conch path handling with upstream.
Darren Tucker
2023-10-20
1
-22
/
+10
*
upstream: Allow overriding the locations of the Dropbear binaries
dtucker@openbsd.org
2023-10-20
1
-1
/
+13
*
upstream: Add interop test with Dropbear.
dtucker@openbsd.org
2023-10-20
4
-2
/
+102
*
run t-extra regress tests
Damien Miller
2023-10-13
1
-0
/
+2
*
upstream: typos and extra debug trace calls
djm@openbsd.org
2023-10-12
1
-4
/
+68
*
upstream: ensure logs are owned by correct user; feedback/ok
djm@openbsd.org
2023-10-12
1
-1
/
+5
*
upstream: typo in error message
djm@openbsd.org
2023-10-06
1
-2
/
+2
*
upstream: Perform the softhsm2 setup as discrete steps rather than
djm@openbsd.org
2023-10-06
1
-10
/
+17
*
upstream: REGRESS_FAIL_EARLY defaults to yes now. So no need to
claudio@openbsd.org
2023-10-06
2
-5
/
+2
*
upstream: regress test recursive remote-remote directories copies where
djm@openbsd.org
2023-09-08
1
-6
/
+13
*
upstream: regress test for recursive copies of directories containing
djm@openbsd.org
2023-09-08
1
-7
/
+17
*
upstream: regression test for override of subsystem in match blocks
djm@openbsd.org
2023-09-07
2
-2
/
+93
*
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
[next]