Age | Commit message (Expand) | Author |
2019-06-11 | Disable junking with malloc options. If set, the test hangs on low | Alexander Bluhm |
2019-06-11 | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze |
2019-06-10 | Add pkcs12 options and smime tests for appstest.sh | Kinichiro Inoguchi |
2019-06-09 | took me a few to figure out how to reproduce THIS one specifically | Marc Espie |
2019-06-04 | To avoid SYN retransmit, kill local tcp pf state that will be reused. | Alexander Bluhm |
2019-06-04 | Move to env var, likelky the possibility to set malloc options from | Otto Moerbeek |
2019-06-01 | Update regression test for a maximum sizeof(int32_t) length octets. | rob |
2019-05-31 | Fix edge case tests in long form encoding. Regress failure noticed by Bluhm on | rob |
2019-05-31 | add tests for the "new" tying bugs. first one on the way, second one | Marc Espie |
2019-05-30 | A test for W|X ^ syscall prevention, which is difficult to incorporate | Theo de Raadt |
2019-05-29 | Add some more relative path tests | Bob Beck |
2019-05-29 | After fixing the pfkey code a bit lets retry with a bit less workarounds. | Claudio Jeker |
2019-05-29 | Lets reload the config and check again, just in case where reload gets broken. | Claudio Jeker |
2019-05-23 | Throw malloc_conceal and freezero into the mix. | Otto Moerbeek |
2019-05-21 | Avoid rm(1) prompt and show out in clean target | kn |
2019-05-21 | forgot to add the testcase sorry | Marc Espie |
2019-05-21 | while writing new code, I just figured out I fucked up | Marc Espie |
2019-05-19 | pass a context struct to each test function in order to reduce future churn | anton |
2019-05-17 | Add realpath to regress | Bob Beck |
2019-05-16 | enable malloc_duel; "tests want to run" bluhm@ | Otto Moerbeek |
2019-05-15 | Add a regression test for path discovery outside of unveil() which | Bob Beck |
2019-05-15 | Turn the 2 thread duel into a 11 thread melee. | Otto Moerbeek |
2019-05-14 | test different buffer sizes | anton |
2019-05-14 | Remove the REGRESS_MAXTIME feature from regress framework. The | Alexander Bluhm |
2019-05-14 | Use propper regress target to integrate better into test framework. | Alexander Bluhm |
2019-05-13 | Document our currently incosnsistent behaviour and our current | Bob Beck |
2019-05-13 | Link regress sigpthread to build. | Alexander Bluhm |
2019-05-13 | Test the interaction of signals with multiple posix threads. It | Alexander Bluhm |
2019-05-13 | Hookup ber regress. | rob |
2019-05-13 | The call to fseek(fp, -1, SEEK_END) also sets the reported size to | Alexander Bluhm |
2019-05-12 | Add an enum test. Modify some output. | rob |
2019-05-12 | Use .OBJDIR. | rob |
2019-05-12 | Remove a now obsolete comment about BITSTRING. | rob |
2019-05-12 | Add test cases for enum, and an additional test for null. | rob |
2019-05-12 | Test mandatory use of minimal contents octets for int and enum. | rob |
2019-05-12 | Remove redundant settings. | Alexander Bluhm |
2019-05-11 | let's check /bin/c++ | Bob Beck |
2019-05-11 | Add support for IKEv2 Message Fragmentation as defined in RFC 7383. | Patrick Wildt |
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt |
2019-05-10 | Enable the test on octeon. Ignore the fact that the test cannot work | Visa Hankala |
2019-05-10 | Let the test build on mips64. | Visa Hankala |
2019-05-10 | Regress libedit needs header files generated during src libedit | Alexander Bluhm |
2019-05-10 | Python for scapy must be executed a bit differently in this test. | Alexander Bluhm |
2019-05-10 | Add some more edge case tests. | rob |
2019-05-09 | Test IPv6 raw sockets with checksum calculation in kernel. | Alexander Bluhm |
2019-05-10 | Simplify the detection for installed python and scapy. Refactor | Alexander Bluhm |
2019-05-09 | Drop reference to sparc and expand 'VAC' so the comment makes sense | Philip Guenther |
2019-05-09 | Add a test vector for Streebog 512 from Guido Vranken | Theo Buehler |
2019-05-09 | Test IPv6 raw sockets with checksum calculation in kernel. | Alexander Bluhm |
2019-05-09 | compare now wants a state object, so make it. | Marc Espie |