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: 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
*
upstream: Save debug logs from ssh for debugging purposes.
dtucker@openbsd.org
2023-01-06
1
-3
/
+4
*
upstream: regression test for ChannelTimeout
djm@openbsd.org
2023-01-06
2
-3
/
+95
*
upstream: fix typo in verbose logging
djm@openbsd.org
2023-01-06
1
-2
/
+2
*
upstream: unit tests for misc.c:ptimeout_* API
djm@openbsd.org
2023-01-06
3
-2
/
+90
*
upstream: Copy bytes from the_banana[] rather than banana()
tb@openbsd.org
2023-01-06
1
-2
/
+2
*
upstream: regression test for PermitRemoteOpen
djm@openbsd.org
2023-01-03
1
-18
/
+66
*
upstream: Fix comment typo.
dtucker@openbsd.org
2022-12-09
1
-2
/
+2
*
Restore ssh-agent permissions on exit.
Darren Tucker
2022-12-02
1
-0
/
+1
*
upstream: Clean up ssh-add and ssh-agent logs.
dtucker@openbsd.org
2022-12-02
1
-1
/
+2
*
upstream: Log output of ssh-agent and ssh-add
dtucker@openbsd.org
2022-12-02
1
-4
/
+7
*
upstream: Use variable for diff options
dtucker@openbsd.org
2022-11-01
1
-10
/
+9
*
upstream: regress test for unmatched glob characters; fails before
djm@openbsd.org
2022-10-24
1
-3
/
+29
*
upstream: add some tests for parse_absolute_time(), including cases
djm@openbsd.org
2022-08-11
1
-1
/
+63
*
upstream: Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.
dtucker@openbsd.org
2022-07-25
1
-2
/
+2
*
upstream: Test TEST_SSH_ELAPSED_TIMES for empty string not
dtucker@openbsd.org
2022-07-25
1
-2
/
+2
*
Convert "have_prog" function into "which".
Darren Tucker
2022-07-23
1
-1
/
+9
*
Skip scp3 test if there's no scp on remote path.
Darren Tucker
2022-07-23
1
-0
/
+6
*
crank SSH_SK_VERSION_MAJOR in sk-dummy.so
Damien Miller
2022-07-20
1
-1
/
+1
*
Remove unintended changes.
Darren Tucker
2022-07-14
1
-13
/
+0
*
Only refuse to use OpenSSL 3.0.4 on x86_64.
Darren Tucker
2022-07-13
1
-0
/
+13
*
upstream: Add TEST_REGRESS_CACHE_DIR.
dtucker@openbsd.org
2022-07-04
1
-1
/
+28
*
upstream: test setenv in both client and server, test first-match-wins
djm@openbsd.org
2022-06-03
2
-4
/
+79
*
fix some bugs in the fuzzer
Damien Miller
2022-05-30
1
-1
/
+6
*
fuzzer for authorized_keys parsing
Damien Miller
2022-05-27
2
-1
/
+80
*
upstream: regress test for in-place transfers and clobbering larger
djm@openbsd.org
2022-05-16
1
-1
/
+26
*
upstream: Only run agent-ptrace.sh if gdb is available as all
anton@openbsd.org
2022-05-16
1
-1
/
+1
*
upstream: It looks like we can't completely avoid
dtucker@openbsd.org
2022-04-21
1
-7
/
+18
*
upstream: Use ssh -f and ControlPersist ..
dtucker@openbsd.org
2022-04-20
1
-13
/
+11
*
upstream: Simplify forward-control test.
dtucker@openbsd.org
2022-04-20
1
-25
/
+9
*
upstream: regression test for sftp cp command
djm@openbsd.org
2022-04-20
1
-1
/
+6
*
Skip agent-getpeereid when running as root.
Darren Tucker
2022-02-21
1
-0
/
+3
*
upstream: Aproximate realpath on the expected output by deduping
dtucker@openbsd.org
2022-02-20
1
-2
/
+3
*
find sk-dummy.so when build_dir != src_dir
Damien Miller
2022-02-17
1
-0
/
+2
*
Fix helper include path and remove excess code.
Darren Tucker
2022-02-11
1
-79
/
+1
*
upstream: Add test for empty hostname with port.
dtucker@openbsd.org
2022-02-10
1
-1
/
+12
*
upstream: Add unit tests for hpdelim.
dtucker@openbsd.org
2022-02-10
3
-2
/
+154
*
portable-specific string array constification
Damien Miller
2022-02-02
1
-1
/
+1
*
upstream: test 'ssh-keygen -Y find-principals' with wildcard
djm@openbsd.org
2022-02-02
1
-1
/
+18
*
upstream: Enable all supported ciphers and macs in the server
dtucker@openbsd.org
2022-02-02
1
-0
/
+10
*
Improve compatibility of early exit trap handling.
Darren Tucker
2022-01-20
1
-2
/
+7
*
Invoke EXIT handler early when using Valgrind.
Darren Tucker
2022-01-19
1
-0
/
+13
*
Wrap OpenSSL includes in unit tests in ifdef.
Darren Tucker
2022-01-14
4
-0
/
+8
*
Remove sort wrapper.
Darren Tucker
2022-01-13
1
-6
/
+0
*
upstream: Set LC_ALL in both local and remote shells so that sorted
dtucker@openbsd.org
2022-01-13
1
-1
/
+5
*
upstream: Avoid %'s in commands (not used in OpenBSD, but used in
dtucker@openbsd.org
2022-01-13
1
-2
/
+2
[next]