Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-01 | Adjust bgpd conf output because of change of moving neighbors into a real TAILQ | Claudio Jeker | |
2019-03-31 | Make ART data structure definitions visible to userland, in order to fix | Martin Pieuchot | |
netstat(1) inspection of routing tables. From Naoki Fukaumi, ok yasuoka@ | |||
2019-03-31 | Fix white space and add an snmp test. | rob | |
2019-03-31 | Tweak ldap related tests. | rob | |
2019-03-30 | tweak comment lines. | YASUOKA Masahiko | |
2019-03-30 | Add a test case for | asou | |
- adding 0.0.0.0 route ok yasuoka | |||
2019-03-30 | Add 5 test cases for | asou | |
- adding default route with "deault" - adding default route with "0.0.0.0/0" - adding 0.0.0.0 route - adding routes with mask ok yasuoka | |||
2019-03-29 | Fix a compiler warning. Also use srandom_deterministic(3) since using | YASUOKA Masahiko | |
random(3) intentionally is to repeat the test failure if it happens. | |||
2019-03-28 | Enable GOST cipher selection test after libssl has been fixed. | Alexander Bluhm | |
2019-03-27 | Tweak output and correct a comment. | rob | |
2019-03-27 | Modify a test to stress embedded ber elements in ber_printf_elements(). Also | rob | |
cleanup some output. | |||
2019-03-27 | Replace "garbage" test with an explicit test of an incorrect length (i.e. not | rob | |
enough data). Expects a failure (with errno = ECANCELED). | |||
2019-03-27 | Check errno on expected failures. Also fix some output wording. | rob | |
2019-03-27 | Only perform position and memory checks on short form encoding (i.e. short | rob | |
form tagging and short form length encoding). Add two tests for long form length encoding. | |||
2019-03-27 | Cleanup output and main return code. | rob | |
2019-03-26 | Fix white space. | rob | |
2019-03-26 | Add ber api regress. Assumes that ber has been built into libutil. | rob | |
Not hooked up to the build. | |||
2019-03-25 | Update regress following sigalgs changes. | Joel Sing | |
2019-03-24 | Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECT | Bob Beck | |
UNVEIL_INSPECT is a hack we added to get chrome/glib working. It silently adds permission for stat(2), access(2), and readlink(2) to be used on all path components of any unveil'ed path. robert@ has sucessfully now fixed chrome/glib to not require exessive TOC vs TOU stat(2) and access(2) calls on the paths it uses, so that this no longer needed there. readlink(2) is the sole call that is now permitted by UNVEIL_INSPECT, and this is only needed so that realpath(3) can work. Going forward we will likely make a realpath(2), after which we can completely deprecate UNVEIL_INSPECT. ok deraadt@ | |||
2019-03-22 | Add route origin validation test | denis | |
2019-03-21 | Test that "calendar -A 0" on a Friday doesn't include weekend events. | Todd C. Miller | |
From Andy Bradford | |||
2019-03-21 | Fix typo in usage and comment. | Alexander Bluhm | |
2019-03-21 | Do not run keyboard and mouse device detection during make clean, | Alexander Bluhm | |
cleandir, obj. Eliminates a X11 keyboard problem seen by claudio@ during make build. OK anton@ deraadt@ | |||
2019-03-18 | Disable wscons regress test for now. This test is touching /dev entries | Claudio Jeker | |
and the result is a rather annoying keyboard repeat issue. Finding this was a bit of a saga. OK by many | |||
2019-03-17 | Add regress tests for the EVP_aes_*_wrap() API. Based on the tests in | Theo Buehler | |
OpenSSL 1.0.2r which is still freely licenced with a tweak by jsing. | |||
2019-03-17 | link sm4 regress to the build | Theo Buehler | |
2019-03-17 | Add a regress test for the SM4 block cipher from the Chinese standard | Theo Buehler | |
GB/T 32907-2016. Patch from Daniel Wyatt ok inoguchi, jsing | |||
2019-03-15 | Adjust config output since holdtime min and fib-priority are no longer | Claudio Jeker | |
printed if they are the default. | |||
2019-03-04 | After vmm(4) max name length has been increased, adapt vmd(8) config | Alexander Bluhm | |
parser test for name length. | |||
2019-03-04 | add kqueue pty close slave test | anton | |
2019-03-04 | add support for multiple kqueue pty tests | anton | |
2019-03-04 | one regress test per line to reduce future churn | anton | |
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2019-03-04 | link pthread_rwlock2 test | Sebastien Marie | |
2019-03-04 | add a new pthread_rwlock test based on concurrent rw/rd access on a buffer. | Sebastien Marie | |
discussed with visa@ | |||
2019-03-03 | Adjust caller of sa2addr() so this compiles again. | Claudio Jeker | |
Found by mbuhl at mbuhl dot me | |||
2019-03-01 | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | |
as recommended for accessibility by the HTML 5 standard. Triggered by a similar, but slightly different suggestion from Laura Morales <lauretas at mail dot com>. | |||
2019-02-27 | try to make this check work better and gather more output | Sebastian Benoit | |
2019-02-27 | Test the export statement for neighbors | Claudio Jeker | |
2019-02-26 | Extend ext-community test to include most of the possible wildchar support | Claudio Jeker | |
2019-02-22 | For ia32 use a volatile double to force 64 bit rounding. Otherwise | Alexander Bluhm | |
the i387 would use its internal 80 bit stack. This fixes getround() on i386. | |||
2019-02-21 | Test that all supported TLS ciphers actually work. Establish | Alexander Bluhm | |
connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out. | |||
2019-02-21 | a handful of new tests related to expr.c rev. 1.34 | Ingo Schwarze | |
2019-02-21 | Remove the #ifdef i386 special test, it does not compile there. | Alexander Bluhm | |
2019-02-21 | Replace the print "not ok" with an assert macro. This is consistent | Alexander Bluhm | |
to the other tests and causes a regress fail. Fix RCS Id. from Moritz Buhl | |||
2019-02-21 | Link msun regress to build. | Alexander Bluhm | |
2019-02-21 | Copy tests for our libm implementation from FreeBSD. Only passing | Alexander Bluhm | |
tests are included, the others need some fixes in the library first. Hopefully these tests will help us to find compiler bugs earlier. from Moritz Buhl | |||
2019-02-20 | Add a test that catches problems of tcp md5 signatures, like the one | Sebastian Benoit | |
fixed in bgpd/pfkey.c rev 1.54 by claudio. | |||
2019-02-19 | Use $CC instead of gcc, the latter does not exist on arm64. | Alexander Bluhm | |
found by Moritz Buhl | |||
2019-02-19 | With new Perl we have add .OBJDIR to @INC. | Alexander Bluhm | |