Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-22 | After deleting hifn(4) the only provider for the LZS compression | Alexander Bluhm | |
algorithm is gone. Reomve all LZS references from the tree. The v42bis in isakmpd also looks unsupported. OK mvs@ patrick@ sthen@ | |||
2021-10-22 | knf nits | Anton Lindqvist | |
2021-10-22 | add pipe select hangup test case; ok mpi@ | Anton Lindqvist | |
2021-10-15 | Pull in ssl_locl.h so that we can keep reaching into libssl internals. | Joel Sing | |
2021-10-13 | Sending live tcpdump output over SSH while running tests may drop | Alexander Bluhm | |
bpf logs in the kernel. Better write pcap files onto remote machine's disk and collect and convert after testing with live packets has finished. Move the TCP path MTU tests to the end. Otherwise TCP packets floating around could affect the packet counters of the subsequent tests. | |||
2021-10-13 | ssltest.c does not need param.h | Theo Buehler | |
From Jonas Termansen | |||
2021-10-13 | Remove __dead from usage() to reduce the diff needed to build LibreSSL | Theo Buehler | |
on sortix. Prompted by a diff by Jonas Termansen | |||
2021-10-13 | Fix regress test after changing the way bgpsec pubkeys are shown and processed. | Claudio Jeker | |
Reported by anton@ | |||
2021-10-12 | Relax test regex, read or write error is possible. | Alexander Bluhm | |
2021-10-12 | quote sudo and handle arguments | Anton Lindqvist | |
2021-10-11 | Fold bgpsec cert & traditional certs into same test | Job Snijders | |
2021-10-11 | Improve BGpsec regress test | Job Snijders | |
2021-10-11 | quote sudo and handle arguments | Anton Lindqvist | |
2021-10-11 | Invoke ${SUDO} before env(1) and not the other way around. Otherwise, | Anton Lindqvist | |
the OBJDIR environment variable will not necesarily be preserved. | |||
2021-10-11 | Replace poor man's synchronization primitive (i.e. sleep) with a | Anton Lindqvist | |
wait-until-condition-is-true loop in the hopes of making these tests less flaky. ok benno@ | |||
2021-10-09 | delete unneccessary arpa/nameser.h includes | Theo de Raadt | |
ok millert | |||
2021-10-07 | honor objdir | Anton Lindqvist | |
2021-10-07 | Replace the ugly openssl11 hack for the missing ASN1_time_parse() and | Claudio Jeker | |
ASN1_time_tm_cmp() functions with another hack that is considerably more horrible but also less intrusive. | |||
2021-10-06 | This regress uses vnd devices to create a softraid volume. Raid levels | Alexander Bluhm | |
RAID 0, RAID 1, RAID 5, CRYPTO, CONCAT, RAID 1 + CRYPTO are created. The volume disk is then mounted and stressed a little bit. | |||
2021-10-06 | we now pass that test | Marc Espie | |
2021-10-06 | GCC 4.2.1 does not support nullptr, use traditional NULL. | Alexander Bluhm | |
Linker requires explicit libpthread. | |||
2021-10-06 | use libc SHA256 functions; make this work when compiled !WITH_OPENSSL | Damien Miller | |
2021-10-05 | add missing sudo | Anton Lindqvist | |
2021-10-05 | fix stderr redirect | Anton Lindqvist | |
2021-10-05 | add missing sudo and handle arguments | Anton Lindqvist | |
2021-10-05 | Add BGPsec router certificate to rpki-client regress | Job Snijders | |
2021-10-05 | add missing sudo | Anton Lindqvist | |
2021-10-05 | add missing sudo | Anton Lindqvist | |
2021-10-05 | build prog once | Anton Lindqvist | |
2021-10-05 | stop masking test-http.c failures | Anton Lindqvist | |
2021-10-03 | Unbreak btrace(8) regress, adding missing files. | Dave Voutila | |
2021-10-03 | bt(5)/btrace(8): add support for str() | Dave Voutila | |
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls. Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values. Adds a regress test and wires in argument-based tests again. ok mpi@ | |||
2021-10-03 | Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfs | Claudio Jeker | |
out for now since it is not enabled by default. mfs reports the same errors as ffs (no real surprise), tmpfs has a few different errors. OK bluhm@ | |||
2021-10-02 | quote sudo | Anton Lindqvist | |
2021-10-02 | add missing sudo | Anton Lindqvist | |
2021-10-02 | hook up btrace | Anton Lindqvist | |
2021-10-01 | Add test for ssh hashed known_hosts handling. | Darren Tucker | |
2021-09-30 | Mark another test as failing with the legacy verifier. | Joel Sing | |
This test now fails with the legacy verifier, due to X509_V_FLAG_TRUSTED_FIRST being enabled by default. | |||
2021-09-30 | Quote SUDO value during propagation, allowing `doas -n' to be correctly | Anton Lindqvist | |
honored which I use while running regress. The same principle is already applied to the PYTHON variable here. | |||
2021-09-30 | Fix up whitespace left by previous change removing privsep. No other | Darren Tucker | |
changes. | |||
2021-09-30 | Remove (almost all) references to privsep. This removes several do..while | Darren Tucker | |
loops but does not change the indentation of the now-shallower loops, which will be done in a separate whitespace-only commit to keep changes of style and substance separate. | |||
2021-09-30 | Use "skip" instead of "fatal" if SUDO isn't set for the *-command tests. | Darren Tucker | |
This means running "make tests" without SUDO set will perform all of the tests that it can instead of failing on the ones it cannot run. | |||
2021-09-29 | Test certificate hostkeys held in ssh-agent too. Would have caught | Damien Miller | |
regression fixed in sshd r1.575 ok markus@ | |||
2021-09-28 | testcase for the avahi/avahi-lib/avahi-glib/cups update | Marc Espie | |
2021-09-28 | Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exact | Mark Kettenis | |
fault address, while others (like the UltraSPARC T2) report an inexact address. Deal with this by using the EXPADDR_MASK on both the expected and the reported fault address. ok bluhm@ | |||
2021-09-28 | Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with base | Mark Kettenis | |
gcc. ok patrick@, millert@, jca@ | |||
2021-09-28 | add missing sudo | Anton Lindqvist | |
2021-09-28 | Remove recent changes used to unblock the signal undergoing testing, I solved it | Anton Lindqvist | |
by changing my regress environment instead. This reduces the delta to the NetBSD upstream. | |||
2021-09-27 | Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp. | Todd C. Miller | |
This makes the test pass on sparc64 where the compiler may otherwise store the variable in the strlcpy/strlcat function's delay slot. OK kettenis@ | |||
2021-09-27 | These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS. | Alexander Bluhm | |