Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-12 | Use a regex(3) to find the new pledge violation string in the dmesg. | Alexander Bluhm | |
2017-10-11 | Update regress now that ssl_cipher_list_to_bytes() takes a CBB. | Joel Sing | |
Based on a diff from doug@ | |||
2017-10-11 | Generate a router advertisement with scapy and check that slaacd | Florian Obser | |
receives it by parsing slacctl show interface. This is a first stab, more things should be checked. | |||
2017-10-11 | don't create pyc files | Florian Obser | |
2017-10-11 | Link vmd regress to build on amd64 and i386. | Alexander Bluhm | |
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2017-10-10 | Revise regress now that ssl_bytes_to_cipher_list() takes a CBS. | Joel Sing | |
2017-10-09 | The divert-packet socket option IP_DIVERTFL, IPPROTO_DIVERT_RESP, | Alexander Bluhm | |
IPPROTO_DIVERT_INIT feature is gone. Remove the corresponding tests. | |||
2017-10-05 | Check that the dropped during initialization message appears in | Alexander Bluhm | |
local and remote log files. | |||
2017-10-05 | fix the results file after I changed the test file | Peter Hessler | |
2017-10-05 | +bgpd | Peter Hessler | |
2017-10-05 | add regress tests for bgpd. | Peter Hessler | |
for now, only basic parsing is checked | |||
2017-10-04 | exercise PermitOpen a little more thoroughly | Damien Miller | |
2017-09-26 | UsePrivilegeSeparation is gone, stop trying to test it. | Darren Tucker | |
2017-09-25 | keep up with @version, noticed by bluhm@ | Marc Espie | |
2017-09-21 | test reverse dynamic forwarding with SOCKS | Markus Friedl | |
2017-09-18 | Avoid race in relayd test that uses an invalid chunked header. Wait | Alexander Bluhm | |
until server has started, then expect error message in server log. | |||
2017-09-17 | If file descriptors are exhausted during initialization, we see | Alexander Bluhm | |
better log messages on the console now. | |||
2017-09-16 | The copyin(9) family of functions should return EFAULT for all memory | Philip Guenther | |
protection issues. So make amd64 do that instead of passing through uvm_fault()'s return value, which lead to other possible errors (particularly EACCES) being returned to userspace. Clean up a vestige on arm64 too. ok bluhn@ deraadt@ | |||
2017-09-15 | Clean up pf rules and states on remote machine so that they do not | Alexander Bluhm | |
interfere with later tests. | |||
2017-09-07 | Copy IPv6 fragment test cases to IPv4 and adapt to the different | Alexander Bluhm | |
behavior. All tests are run once with pf fragment reassembly and once with pf disabled and IP input reassembly. Three sub tests are currently disabled as the IP stack behaves differently than pf. | |||
2017-09-13 | Check that pending "message repeated" is printed at exit and restart. | Alexander Bluhm | |
2017-09-13 | Print SKIPPED if sudo and doas configuration is missing. Prevents | Alexander Bluhm | |
that running the regression test with wrong environment is reported as failure. Keep the fatal there to avoid interfering with other setups for portable ssh. OK dtucker@ | |||
2017-09-13 | Check that the hostname added by syslogd -h in file and server log | Alexander Bluhm | |
is correct. Use generic redo functions. Do syntax check for all Perl files. | |||
2017-09-12 | Syslogd does no longer keep the *:514 UDP sockets open by default. | Alexander Bluhm | |
Adapt tests. | |||
2017-09-12 | Sleep for some time to avoid race reporting a different number of reference | Martin Pieuchot | |
count. Iterating over the routing table implies using SRP which bump the refcount of routes for a short period of time. Depending on how work is schedule the second ifconfig(8) command might run before the timer dereference the route. Should fix races on bluhm@'s test setup. | |||
2017-09-11 | Use signed ssize_t to make read(2) error check actually work. | Alexander Bluhm | |
found by clang warning | |||
2017-09-07 | Try both libpthread and RTLD_DEFAULT when looking up functions | Philip Guenther | |
so the test can find everything after the libpthread->libc move | |||
2017-09-07 | Get IPv4 and IPv6 fragment tests into common shape. Some chunks | Alexander Bluhm | |
were forgotten in previous commit. | |||
2017-09-07 | Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragment | Alexander Bluhm | |
tests into common shape. Add some missing test cases. | |||
2017-09-07 | Copy IPv6 fragment test cases to IPv4 and adapt to the different | Alexander Bluhm | |
behavior. All tests are run once with pf fragment reassembly and once with pf disabled and IP input reassembly. Three sub tests are currently disabled as the IP stack behaves differently than pf. | |||
2017-09-06 | Fix declarations | Philip Guenther | |
ptrace(PT_IO) memory protection faults return EACCES, not EFAULT | |||
2017-09-05 | Test that MPATH routes with different priorities are insterted respecting | Martin Pieuchot | |
their priority order. | |||
2017-09-05 | Document new test. | Martin Pieuchot | |
2017-09-05 | Test that all MPATH routes attached to an interface are taken down when | Martin Pieuchot | |
the link state change. Issue reported by gerhard@ | |||
2017-09-04 | Run divert-packet tests also for IPv6. | Alexander Bluhm | |
2017-09-04 | Before mounting NFS, wait until mountd(8) has exported the directory. | Alexander Bluhm | |
Fixes a race in the test setup. OK mpi@. | |||
2017-09-01 | Increase timeout, otherwise test may fail on slow machines. | Alexander Bluhm | |
2017-08-31 | Add HISTCONTROL tests. | anton | |
2017-08-30 | Add support for interface departure and arrival. | rob | |
Ok jca@, benno@ | |||
2017-08-29 | When parsing extensions by calling the parse functions directly, ensure | Joel Sing | |
that we have consumed all of the extension data. This catches the ALPN extension handling issue that was just fixed. | |||
2017-08-28 | Update copyright notice contact info. | rob | |
2017-08-28 | Some style(9). | Joel Sing | |
2017-08-28 | Remove chacha20-poly1305-old regress and test vectors. | Joel Sing | |
2017-08-28 | Use current chacha20-poly1305 cipher suite values. | Joel Sing | |
2017-08-28 | Update due to removal of original chacha20-poly1305 cipher suites. | Joel Sing | |
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | Doug Hogan | |
input + ok beck@, jsing@ | |||
2017-08-27 | check return value from CBB_init | Bob Beck | |
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | Doug Hogan | |
ok bcook@ beck@ input + ok jsing@ | |||
2017-08-26 | Add regression tests for not removing subpaths of /usr/include and | Jonathan Gray | |
/usr/lib. ok jasper@ |