Age | Commit message (Expand) | Author |
2022-05-08 | Adjust regress after zlib update. Part of the following commit: | Theo Buehler |
2022-03-24 | Import upstream madler/zlib test files and run them with our libz. | Alexander Bluhm |
2022-05-05 | Switch wycheproof.go to using the EVP HKDF API. | Theo Buehler |
2022-05-05 | we no longer announce rounding here | Dave Voutila |
2022-05-05 | unbreak vmd(8) regress, update string matches | Dave Voutila |
2022-05-01 | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze |
2022-04-30 | Provide a new function roff_req_or_macro() to parse and handle a request | Ingo Schwarze |
2022-04-29 | Send IP options with maximum length to check for overflow. | Alexander Bluhm |
2022-04-29 | Cleanup makefile so that tests are similar. Link pair to build. | Alexander Bluhm |
2022-04-29 | Link pf_opts to the tree. | Alexander Bluhm |
2022-04-29 | Check that IGMP and ICMP6 MLD packets with router alert option pass. | Alexander Bluhm |
2022-04-28 | Use $(( )) arithmetic expansion instead of `expr something` | Jeremie Courreges-Anglas |
2022-04-28 | Add tests that decode sequences into ASN.1 strings. | Joel Sing |
2022-04-28 | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze |
2022-04-28 | Environment variables must be passed through env(1) while using sudo. | Anton Lindqvist |
2022-04-28 | oops, fix wrong .TH name | Ingo Schwarze |
2022-04-27 | Send packets with IPv4 option or IPv6 extension header over loopback | Alexander Bluhm |
2022-04-28 | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze |
2022-04-28 | Get rid of set but not used compiler warning. | Anton Lindqvist |
2022-04-27 | The timeout in ospf6d regress seems to be too short. Increase it | Alexander Bluhm |
2022-04-27 | Send packets with IPv4 option or IPv6 extension header over loopback | Alexander Bluhm |
2022-04-27 | Add test case capable of triggering the recently fixed use after free, | Anton Lindqvist |
2022-04-27 | Ensure we clear the error stack before running tests that print errors. | Joel Sing |
2022-04-27 | Enable ASN.1 INTEGER tests with invalid lengths/encodings. | Joel Sing |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2022-04-27 | add a test case for the Imath update, along with notes about what's | Marc Espie |
2022-04-27 | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze |
2022-04-26 | typo in example text: unsused -> unused; noticed by tb@ | Ingo Schwarze |
2022-04-26 | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze |
2022-04-26 | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-23 | Add ASN1_INTEGER test coverage. | Joel Sing |
2022-04-23 | Fix compilation on octeon, arm64, and riscv64. | mbuhl |
2022-04-23 | Verify sizes before arithmetic operations | Tobias Stoeckmann |
2022-04-22 | Remove some of the workarounds for the tests by inputing the right numbers | Otto Moerbeek |
2022-04-22 | arm64 has real IEEE quads, it needs more digits when reading the | Otto Moerbeek |
2022-04-22 | Only run agent-ptrace.sh if gdb is available as all architectures do not | Anton Lindqvist |
2022-04-21 | In vmm regress skip all corner cases that do not support vmm. Link | Alexander Bluhm |
2022-04-21 | Add missing self. From anton | Theo Buehler |
2022-04-21 | -current recognizes that a symlink was deleted and just keep going with | Marc Espie |
2022-04-21 | It looks like we can't completely avoid waiting for processes to | Darren Tucker |
2022-04-20 | While I'm here, prepare regress for claudio's upcoming diff | Theo Buehler |
2022-04-20 | Fix rpki-client regress after -j -f change | Theo Buehler |
2022-04-20 | Use ssh -f and ControlPersist to start up test forwards and ssh -O stop | Darren Tucker |
2022-04-20 | Add vmm(4) regress, disabled for now. ok rob@ | Dave Voutila |
2022-04-20 | register new tests, they don't pass yet | Marc Espie |
2022-04-20 | it also breaks somewhat differently when files vanish, we still need | Marc Espie |
2022-04-20 | add a symlink test that currently fails, I want to fix it soonish | Marc Espie |
2022-04-20 | reinstate temp-error3: do an update that will force temp files to be | Marc Espie |
2022-04-20 | better error report when I botch some test writing | Marc Espie |