Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-01 | Initial regress for libtls hostname verification. | Joel Sing | |
2014-10-31 | Update regress for the libressl to libtls rename. | Joel Sing | |
2014-10-30 | Add some pkill and sleep to make socket splicing performance tests | Alexander Bluhm | |
more reliable. | |||
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | |
1. Support specifying the .Bd and .Bl -offset as a macro default width; while here, simplify the code handling the same for .Bl -width. 2. Correct handling of .Bl -offset arguments: unlike .Bd -offset, the arguments "left", "indent", and "indent-two" have no special meaning. 3. Fix the scaling of string length -offset and -width arguments in -Thtml. Triggered by an incomplete documentation patch from bentley@. | |||
2014-10-30 | for convenience, let obj-clean imply clean | Ingo Schwarze | |
2014-10-29 | Add a test the checks the syslogd !prog !!prog !* feature. | Alexander Bluhm | |
2014-10-29 | Update test outputs to reflect the fact that routes to loopback addresses | Martin Pieuchot | |
are plain local routes. | |||
2014-10-29 | test various recent improvements of special character rendering | Ingo Schwarze | |
2014-10-28 | add a regression test for the pfctl parser bug recently fixed by | Sebastian Benoit | |
mikeb@ in pfctl/parse.y rev 1.641. with feedback from mikeb sthen and henning | |||
2014-10-28 | some new and/or updated regression tests for -Tascii, -Tutf8 | Ingo Schwarze | |
and -Thtml rendering of character escape sequences | |||
2014-10-27 | allow to separately skip groff-mandoc comparisons in -Tascii and -Tutf8 mode | Ingo Schwarze | |
2014-10-27 | Infrastructure for testing HTML output; | Ingo Schwarze | |
this is relevant because we use the HTML output module for man.cgi(8), where broken output can cause security issues. | |||
2014-10-22 | #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test. | Joel Sing | |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most | Joel Sing | |
with unchecked return values). | |||
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing | |
2014-10-18 | Simple malloc() to reallocarray(). | Doug Hogan | |
ok deraadt@ | |||
2014-10-13 | implement font modifiers in table layouts | Ingo Schwarze | |
2014-10-13 | Stricter syntax checking of Unicode character names: | Ingo Schwarze | |
Require exactly 4, 5 or 6 hex digits and allow nothing else. This avoids mishandling stuff like \[ua] and \C'uA' as Unicode and also fixes underlining in eqn(7) -Thtml output which uses \[ul]. Problem found and semantics suggested by kristaps@. | |||
2014-10-13 | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | Joel Sing | |
gethostname being declared properly on Compaq platforms that use DEC C... | |||
2014-10-13 | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | Joel Sing | |
need to have additional checks here. | |||
2014-10-13 | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | Joel Sing | |
with a failure if the NPN verification fails. | |||
2014-10-11 | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze | |
particularly useful when converting from other languages to mdoc(7); feature suggested by bentley@ | |||
2014-10-09 | Add POLLHUP to expected revents for POLLIN on writer EOF. | Todd C. Miller | |
2014-10-09 | remove gzsig regression tests since gzsig is gone | Lawrence Teo | |
ok tedu@ | |||
2014-10-09 | unhook gzsig | Lawrence Teo | |
2014-10-08 | Add tests for EOF behavior (which currently fail) and expected output. | Todd C. Miller | |
The expected output for the POLLIN test could also include POLLHUP, though it does not currently do so. | |||
2014-10-05 | Test that the specified libevent backend kqueue(2) or poll(2) or | Alexander Bluhm | |
select(2) is used by syslogd. | |||
2014-10-03 | Add a test that checks that there are no trailing new-lines or | Alexander Bluhm | |
spaces in the syslog messages. | |||
2014-09-28 | Make the goressl regress test compile again. | Joel Sing | |
2014-09-27 | Fix mmap() calls that check for a result other than MAP_FAILED. | Doug Hogan | |
ok tedu@ | |||
2014-09-21 | Add support for word anchors \< and \> to regex regression tests. | Doug Hogan | |
These are copied from the existing [[:<:]] and [[:>:]] tests. | |||
2014-09-20 | texlive blasts thru the 999 chunks barrier | Marc Espie | |
2014-09-20 | a small debug script to extract chunks from a chunked archive, as it is | Marc Espie | |
very difficult to do so with standard tools | |||
2014-09-19 | Fix on 32bit platforms where 0xdeadbeef > LONG_MAX. | Ingo Schwarze | |
To avoid making tests machine dependent, only test values inside 32bit LONG_{MIN,MAX} and outside 64bit LONG_{MIN,MAX}, but none in between. While here, cover 32bit edge cases, negative values, and overflows. ok jsing@ | |||
2014-09-17 | Stop using the Z malloc option which has been tedu'd by tedu@ sometime | Lawrence Teo | |
ago. ok espie@ | |||
2014-09-13 | Add tests for syslogd's memory buffer and read it with syslogc. | Alexander Bluhm | |
2014-09-07 | Add Henri Kemppainen's copyright | Philip Guenther | |
2014-09-07 | Add dependency tests from Henri Kemppainen (duclare (at) guu.fi) | Philip Guenther | |
2014-09-07 | Add dependency tests from Henri Kemppainen (duclare (at) guu.fi). | Philip Guenther | |
order1 demonstrates why the fix in ld.so/library_subr.c rev 1.34 is necessary order2 demonstrates that that fix isn't completely correct | |||
2014-09-04 | Check that messages from sendsyslog(2) or unix domain sockets contain | Alexander Bluhm | |
the short host name. | |||
2014-09-03 | Add tests that send log messages via unix domain sockets to syslogd. | Alexander Bluhm | |
Also check that the maximum number of -a path is handled correctly. | |||
2014-09-02 | To examine the operation of the signal handlers, the tests grep in | Alexander Bluhm | |
the ktrace output of syslogd. Also make the tests work without DNS and without sudo. | |||
2014-09-02 | Add tests that run the syslogd signal handlers. | Alexander Bluhm | |
2014-08-20 | Run syslogd regressions tests. As only one syslogd can run per | Alexander Bluhm | |
machine, each test kills any syslogd first. At the end the system's syslogd gets restarted. The test framework runs a client, and a server, and a syslogd. The messages are passed via the log socket or via UDP from the client to syslogd. From there UDP transport is used to reach the server. All processes write log files where the message has to show up. The test arguments are kept in the args-*.pl files. The content of a log file, the data sent to a pipe process and what the server received are checked. The invocation of the sendsyslog(2) syscall is checked with ktrace, the open file descriptors of syslogd are checked with fstat. | |||
2014-08-29 | Make the syslogd regression tests more reliable. Other processes | Alexander Bluhm | |
on the system may create log entries during the test run that show up in the log file. Ignore those additional lines. | |||
2014-08-29 | Prepare for testing libevent in syslogd. Pass the EVENT_NO... | Alexander Bluhm | |
environment variables over sudo into syslogd. Run the tests with the select(2) and poll(2) and kqueue(2) backend. Call "make libevent" for these tests. | |||
2014-08-20 | Run syslogd regressions tests. As only one syslogd can run per | Alexander Bluhm | |
machine, each test kills any syslogd first. At the end the system's syslogd gets restarted. The test framework runs a client, and a server, and a syslogd. The messages are passed via the log socket or via UDP from the client to syslogd. From there UDP transport is used to reach the server. All processes write log files where the message has to show up. The test arguments are kept in the args-*.pl files. The content of a log file, the data sent to a pipe process and what the server received are checked. The invocation of the sendsyslog(2) syscall is checked with ktrace, the open file descriptors of syslogd are checked with fstat. | |||
2014-08-27 | Remove $_ usage that warns under Perl 5.18. | Kent R. Spillner | |
Yep espie@ | |||
2014-08-27 | Add regression tests for diff -uw issue reported by guenther@. Ensure the | Kent R. Spillner | |
'+' and '-' always appear in the first column of a newline in diff -uw output, even when one file doesn't end with a newline and the other file contains additional lines. ok guenther@ | |||
2014-08-27 | Add support for Curve25519 using the public domain code that is found | Reyk Floeter | |
in OpenSSH. The "private use" DH group 1034 is based on the value that was picked by strongswan recently. OK mikeb@ markus@ |