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: Change types in convtime() unit test to int to match change
dtucker@openbsd.org
2021-01-18
1
-16
/
+27
*
Remove duplicated declaration in fatal.c .
anatasluo
2021-01-11
1
-3
/
+0
*
upstream: Adjust kexfuzz to addr.c/addrmatch.c split.
dtucker@openbsd.org
2021-01-11
1
-2
/
+2
*
upstream: Update unittests for addr.c/addrmatch.c split.
dtucker@openbsd.org
2021-01-11
9
-17
/
+18
*
adapt KEX fuzzer to PQ kex change
Damien Miller
2020-12-29
1
-1
/
+1
*
upstream: Adapt to replacement of
djm@openbsd.org
2020-12-29
3
-7
/
+9
*
ensure $LOGNAME is set in tests
Damien Miller
2020-12-22
1
-0
/
+4
*
upstream: more detail for failing tests
djm@openbsd.org
2020-12-22
1
-3
/
+3
*
upstream: regress test for KnownHostsCommand
djm@openbsd.org
2020-12-22
2
-4
/
+58
*
upstream: Remove explicit rijndael-cbc@lysator.liu.se test since the
dtucker@openbsd.org
2020-12-22
1
-2
/
+2
*
upstream: adapt to API change in hostkeys_foreach()/load_hostkeys()
djm@openbsd.org
2020-12-21
1
-19
/
+72
*
upstream: few more things needs match.c and addrmatch.c now that
djm@openbsd.org
2020-12-21
3
-3
/
+7
*
Pull in missing rev 1.2.
Darren Tucker
2020-12-21
1
-4
/
+11
*
basic KEX fuzzer; adapted from Markus' unittest
Damien Miller
2020-12-04
2
-1
/
+525
*
use options that work with recent clang
Damien Miller
2020-12-04
1
-2
/
+2
*
Use "=" not "==" in string test.
Darren Tucker
2020-11-25
1
-1
/
+1
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-2
/
+4
*
missing header
Damien Miller
2020-10-17
1
-0
/
+2
*
sync regress/misc/sk-dummy/fatal.c
Damien Miller
2020-10-17
1
-3
/
+6
*
adapt sk-dummy's fatal implementation to changes
Damien Miller
2020-10-17
1
-2
/
+5
*
fix netcat build problem
Damien Miller
2020-10-17
1
-0
/
+3
*
fix TEST_MALLOC_OPTIONS var
wangxp006
2020-10-08
1
-1
/
+1
*
upstream: remove GlobalKnownHostsFile for this test after
djm@openbsd.org
2020-10-07
1
-2
/
+5
*
upstream: adapt to SSH_SK_VERSION_MAJOR crank
djm@openbsd.org
2020-09-09
1
-1
/
+1
*
upstream: Ensure that address/mask mismatches are flagged at
dtucker@openbsd.org
2020-09-09
1
-1
/
+13
*
upstream: adapt to API changes
djm@openbsd.org
2020-08-27
2
-6
/
+7
*
upstream: dummy firmware needs to match API version numner crank (for
djm@openbsd.org
2020-08-27
1
-1
/
+1
*
Skip ECDSA-SK webauthn test when built w/out ECC
Darren Tucker
2020-07-20
1
-0
/
+2
*
upstream: Add test for '%k' (HostKeyAlias) TOKEN.
dtucker@openbsd.org
2020-07-17
1
-1
/
+2
*
upstream: Add tests for expansions on UserKnownHostsFile.
dtucker@openbsd.org
2020-07-17
1
-10
/
+29
*
upstream: Fix previous by calling the correct function.
dtucker@openbsd.org
2020-07-15
1
-2
/
+2
*
upstream: Update test to match recent change in match.c
dtucker@openbsd.org
2020-07-15
1
-2
/
+2
*
upstream: Use $OBJ to find key files. Fixes test when run on an obj
dtucker@openbsd.org
2020-07-15
1
-5
/
+5
*
Wrap stdint.h in ifdef HAVE_STDINT_H.
Darren Tucker
2020-07-04
1
-0
/
+2
*
upstream: regress test for ssh-add -d; ok dtucker@
djm@openbsd.org
2020-06-26
1
-5
/
+68
*
upstream: add test for mux w/-Oproxy; ok djm
markus@openbsd.org
2020-06-26
1
-6
/
+8
*
missing files for webauthn/sshsig unit test
Damien Miller
2020-06-22
3
-0
/
+706
*
upstream: add support for verification of webauthn sshsig signature,
djm@openbsd.org
2020-06-22
1
-7
/
+12
*
Add includes.h to new test.
Darren Tucker
2020-06-19
1
-0
/
+2
*
Skip OpenSSL specific tests w/out OpenSSL.
Darren Tucker
2020-06-19
2
-0
/
+10
*
Hook sshsig tests up to Portable Makefiles.
Darren Tucker
2020-06-19
2
-1
/
+3
*
upstream: Test that ssh-agent exits when running as as subprocess
dtucker@openbsd.org
2020-06-19
2
-1
/
+24
*
upstream: run sshsig unit tests
djm@openbsd.org
2020-06-19
1
-2
/
+2
*
upstream: basic unit test for sshsig.[ch], including FIDO keys
djm@openbsd.org
2020-06-19
23
-0
/
+339
*
upstream: basic unit test for FIDO kep parsing
djm@openbsd.org
2020-06-19
24
-7
/
+258
*
Omit ToS setting if we don't have IPV6_TCLASS too.
Darren Tucker
2020-05-29
1
-1
/
+1
*
upstream: Add regression and unit tests for ${ENV} style
dtucker@openbsd.org
2020-05-29
2
-5
/
+79
*
upstream: Unit test for convtime. ok djm@
dtucker@openbsd.org
2020-05-29
1
-1
/
+20
*
partial sync of regress/netcat.c with upstream
sobrado
2020-05-29
1
-2
/
+2
*
partial sync of regress/netcat.c with upstream
chl
2020-05-29
1
-1
/
+1
[next]