Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2017-08-25 | hook up slaacd; "tests should run" bluhm@ | Florian Obser | |
2017-08-25 | bluhm points out that it is preferable to have this more noisy to be | Florian Obser | |
able to debug it. | |||
2017-08-25 | regress for slaacd(8); not yet hooked to the build | Florian Obser | |
2017-08-25 | Quote some variable strings and make output verbose. | rob | |
2017-08-23 | eliminate white space after opening and before closing punctuation | Ingo Schwarze | |
2017-08-23 | Suppress spacing before certain kinds of lists. | Ingo Schwarze | |
One benefit is a reduced probablity that a blank appears between a function name and the opening parenthesis introducing the arguments. The heuristics isn't perfect and may occasionally suppress a blank that wouldn't do harm. | |||
2017-08-23 | Fix test skip on unsupported architectures. | Alexander Bluhm | |
OK uwe@ | |||
2017-08-23 | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze | |
that can be changed unilaterally because groff fails to render them at all. | |||
2017-08-23 | Catch up with mansearch.c rev. 1.60: When finding a bogus database | Ingo Schwarze | |
entry, print a meaningful warning and skip the entry. The tests now require the actual manual pages to be around in addition to the database, they find more results and print more warnings. | |||
2017-08-23 | catch up with ASCII renderings in chars.c rev. 1.42 | Ingo Schwarze | |
2017-08-22 | Make the edit regress tests respect the KSH variable just like the main regress | anton | |
tests. Makes it easier to run all tests using another binary: $ pwd /usr/src/regress/bin/ksh $ make KSH=/usr/src/bin/ksh/obj/ksh | |||
2017-08-16 | ENTRY() requires END() | Theo de Raadt | |
2017-08-16 | test locale priorities and overrides | Ingo Schwarze | |
2017-08-16 | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | Ingo Schwarze | |
wctrans_l(3), towctrans_l(3), wcscasecmp_l(3), wcsncasecmp_l(3), and strerror_l(3) | |||
2017-08-16 | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | Ingo Schwarze | |
2017-08-15 | refactor in preparation for testing more functions; no functional change | Ingo Schwarze | |
2017-08-15 | Add test cases for msdosfs bug | Stefan Fritsch | |
Add a test that writes a big file, reads it again, and compares the result. This detects the bug that briefly was in msdosfs. Also add tests that create lots of files in a directory. Do this in the root dir and a subdir because these work completely differently on msdosfs. Need to enlarge the used disk images for this test. ok bluhm@ | |||
2017-08-15 | Add tests for pf divert-packet. Currently UDP packets are tested | Alexander Bluhm | |
with in and out rules. A single packet, the initial packet or the response packet are diverted and reinjected. | |||
2017-08-15 | add static test too | Jasper Lievisse Adriaanse | |
2017-08-15 | add tests for filter system directories | Jasper Lievisse Adriaanse | |
2017-08-14 | Add a very basic test for ctfdump(1) on amd64 | Uwe Stuehler | |
If the output of ctfdump(1) is correct, it would imply that ctfconv(1) and ctfstrip(1) also worked as expected, at least to some extent. :) ok mpi, bluhm | |||
2017-08-13 | actually add the files needed by my test. noted by bluhm@, thx | Sebastian Benoit | |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | Bob Beck | |
ok jsing@ | |||
2017-08-12 | If the user running doas regress is not in the wobj group, switch | Alexander Bluhm | |
to the build user. This allows to run doas with a suitable user and tests pass when started as root. | |||
2017-08-12 | Add regress coverage for the TLS signature algorithms extension. | Joel Sing | |
2017-08-12 | Forgot to commit updated Makefile for regress test changes using obj directory. | rob | |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | Doug Hogan | |
extension framework. ok jsing@ beck@ | |||
2017-08-12 | Remove NPN test coverage. | Joel Sing | |
2017-08-12 | errant whitespace | Bob Beck | |
2017-08-12 | Use the login name from id -p to compare with ps -o login. This | Alexander Bluhm | |
makes the test pass when invoked by doas. | |||
2017-08-12 | fix resource leaks, ok @guenther | Brent Cook | |
2017-08-12 | Use obj directory instead of a handcrafted working directory. | rob | |
Pointers from tb@ | |||
2017-08-12 | Hookup ifstated and snmpd regress. Discussed with benno@ and bluhm@. | rob | |
Ok benno@ | |||
2017-08-12 | Use vether instead of physical interfaces for temporary carp creation. | rob | |
Recommended by and discussed with many. | |||
2017-08-12 | Update the TLSv1.2 Client Hello messages, due to the removal of DSA | Joel Sing | |
sigalgs. | |||
2017-08-12 | snmpe runs as user _snmpd not _snmp. | rob | |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit | |
manpage wording and reminder about usage() jmc@ ok florian@ henning@ |