Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-02-16 | Add tests for pkeyutl | Kinichiro Inoguchi | |
2019-02-13 | one more error message that should go to stderr | Theo Buehler | |
2019-02-13 | Forgot a return in previous commit to actually skip the test. | Alexander Bluhm | |
noticed by Moritz Buhl | |||
2019-02-12 | Skip tests for wscons devices that do not exist on the local machine. | Alexander Bluhm | |
from Moritz Buhl | |||
2019-02-12 | Skip test if disk type is not in /etc/disktab. There is no floppy | Alexander Bluhm | |
on arm. from Moritz Buhl | |||
2019-02-12 | Skip the gcc tests on aarch64, the compiler does not exist there. | Alexander Bluhm | |
2019-02-12 | rdomain is no more, change this test to validate the vpn statement now. | Claudio Jeker | |
2019-02-11 | getopt(3) returns int, not char. Fix type of ch variable to prevent | Alexander Bluhm | |
sign error during arm regress. | |||
2019-02-10 | "non-existant" is one of those words that don't exist, so use "non-existent" | Peter Hessler | |
instead From Pamela Mosiejczuk, many thanks! OK phessler@ deraadt@ | |||
2019-02-06 | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze | |
and audit all its callers whether termination is handled correctly. Resulting improvements: * An escape or tab ending the macro name in a macro invocation is discarded, and argument processing is started after it. * An escape or tab ending a name in ".if d" and ".if r" is preserved. * An escape ending a name in ".ds" causes the whole request to be ignored. * A tab ending a name in ".ds" becomes part of the string. * An escape or tab ending a name in ".rm" causes the rest of the line to be ignored. * An escape or tab ending the first name in ".als", ".rn", or ".nr" causes the whole request to be ignored. Kurt Jaeger <pi at FreeBSD> made me aware of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235456#c0 and in that bug report, comment 0 item (3) is a special case of this class of issues. Yes, the "mh" manual pages are no doubt among the worst on the planet. | |||
2019-02-04 | add tests for PKG_CONFIG_$PACKAGE_$VARIABLE | Jasper Lievisse Adriaanse | |
2019-02-04 | add tests for recently added --validate | Jasper Lievisse Adriaanse | |
2019-02-03 | Use malloc() and memcpy() the test X25519 x25519_peer_public value. | Joel Sing | |
Otherwise, if tlsext_keyshare_server_build() fails we call free with a pointer to static memory and bad things happen. Reported by bcook@ | |||
2019-02-02 | An extra test that is known to trigger problems with some versions of | Otto Moerbeek | |
clang using -O0 | |||
2019-02-01 | make it easier to ignore incompatible device and test case combinations | anton | |
2019-01-31 | Instead of skipping the text mmap test, do a non fixed mmap in this | Alexander Bluhm | |
case. This gives us another test case. Make error messages more verbose. Fix white spaces. | |||
2019-01-31 | Since resetting of offsets works quite differently in man(7) and mdoc(7), | Ingo Schwarze | |
test table centering in an mdoc(7) document as well. Related to tbl_term.c rev. 1.55. | |||
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze | |
2019-01-29 | Skip vmd(8) tests on non amd64 machines. | Alexander Bluhm | |
2019-01-29 | Tests to verify that the special case for Friday is not applied when | Todd C. Miller | |
the -A and -B options are used. From Andy Bradford. | |||
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2019-01-28 | The test sshd_config in in $OBJ. | Darren Tucker | |
2019-01-28 | Remove leftover debugging. | Darren Tucker | |
2019-01-28 | Enable ssh-dss for the agent test. Disable it for the certificate | Darren Tucker | |
test. | |||
2019-01-28 | Count the number of key types instead of assuming there are only two. | Darren Tucker | |
2019-01-27 | Generate all key supported key types and enable for keyscan test. | Darren Tucker | |
2019-01-27 | zap a commented out line. 0RTT will need more thought than | Theo Buehler | |
just uncommenting this. | |||
2019-01-27 | refactor and clean up the code generating dot output. | Theo Buehler | |