Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-24 | fix command-line option to match what was actually committed | Damien Miller | |
2015-09-24 | tame("xxx", NULL) and tame("xxx", {NULL}) are not the same | Sebastien Marie | |
- change output of regress to reflect that - add test | |||
2015-09-24 | refactor a bit regress tame | Sebastien Marie | |
- unit tests are functions in main.c - use test name in output - add grabbing stdout output of tests | |||
2015-09-24 | regress test for CertificateFile; patch from Meghana Bhat via bz#2436 | Damien Miller | |
2015-09-23 | Sync with recent rt_use change. | Martin Pieuchot | |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze | |
in mdoc(7) .Bl -tag and man(7) .TP, but not in man(7) .IP. Quirk reported by Jan Stary <hans at stare dot cz> on ports@. | |||
2015-09-18 | remove check for LD_BIND_NOW as kbind(2) is available on almost (all ?) arch | Sebastien Marie | |
where LD_BIND_NOW was in use. | |||
2015-09-16 | Repair. | Daniel Dickman | |
2015-09-16 | Zap RANDFILE. | Lawrence Teo | |
2015-09-14 | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze | |
.Vt type global_variable No = Dv defined_constant ; is the best way to specify in the SYNOPSIS how a global variable is initialized in the rare case where that matters. Issue noticed by jmc@. | |||
2015-09-14 | init a variable to avoid spurious failure | Philip Guenther | |
2015-09-14 | Check pselect, poll, and ppoll too | Philip Guenther | |
2015-09-14 | Add regress for cancellation of wait/waitpid/wait3/wait4 | Philip Guenther | |
2015-09-14 | Update expected output to reflect changed sort order | Philip Guenther | |
2015-09-14 | Test the exported strsignal() API, not the (now hidden) internal API | Philip Guenther | |
noted by daniel@ | |||
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan | |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan | |
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@ | |||
2015-09-13 | Another style(9) grenade. | Joel Sing | |
2015-09-13 | Remove SHA-0 support. | Doug Hogan | |
SHA-0 was withdrawn shortly after publication 20 years ago and replaced with SHA-1. This will require a major crank. ok bcook@, jsing@ | |||
2015-09-13 | Revise regression test so that it works correctly with AES taking priority | Joel Sing | |
if hardware acceleration is available. | |||
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther | |
necessary ok deraadt@ jsing@ | |||
2015-09-13 | Remove explicit NULL checks before *_free() calls and tidy some code. | Joel Sing | |
2015-09-13 | Use ECDH_size() and do some other clean up. | Joel Sing | |
2015-09-13 | remove e_os2.h includes | Brent Cook | |
ok jsing@ | |||
2015-09-13 | Wrap long lines. | Joel Sing | |
2015-09-13 | style(9) grenade. | Joel Sing | |
2015-09-12 | Cleanup enginetest a bit. | Brent Cook | |
It was the only thing preventing -Werror from building on some systems due to the unchecked asprintf's. | |||
2015-09-11 | Adapt test to 50MB CAfile limit. | Alexander Bluhm | |
2015-09-11 | fter fixing poll(2) semantics in dynamic TCP buffer size update, | Alexander Bluhm | |
making netcat non-blocking and fixing ip6_forward() ICMP6 checksum, this test can be made more aggressive. Delete the path MTU route before sending TCP streams through the pf firewall. This checks that PMTU discovery works with outgoing interface MTU and router MTU. Test IPv4 and IPv6 protocols ICMP echo, UDP, TCP with pf nat-to, rdr-to, af-to, route-to, reply-to. Some af-to cases seem to be broken. | |||
2015-09-11 | regress test that we do not allow a wildcard match for ".openbsd.org" | Bob Beck | |
against a wildcard of "*.openbsd.org" | |||
2015-09-11 | fix verify to allow for servername->name | Bob Beck | |
ok jsing@ | |||
2015-09-11 | Check that there are no illegal spaces in the sendsyslog message. | Alexander Bluhm | |
2015-09-11 | skip if running as root; many systems (inc OpenBSD) allow | Damien Miller | |
root to ptrace arbitrary processes | |||
2015-09-11 | try all supported key types here; bz#2455 reported by Jakub Jelen | Damien Miller | |
2015-09-10 | Grep for new error messages about tls_connect_socket. Libtls now | Alexander Bluhm | |
reports handshake failed. Make bufsize tests more reliable. | |||
2015-09-10 | enable generic regress for tame(2) | Sebastien Marie | |
2015-09-10 | convert tame(2) regress to new API | Sebastien Marie | |
2015-09-10 | convert tame(2) regress to new API | Sebastien Marie | |
2015-09-09 | Add args-bufsize-native.pl that checks wether libc syslog(3) can | Alexander Bluhm | |
handle 8192 bytes messages. Rename the sendsyslog(2) tests consistently. | |||
2015-09-09 | Test that syslogd can process 8 full size messages from sendsyslog(2) | Alexander Bluhm | |
or UDP socket or UNIX domain socket at once. | |||
2015-09-08 | Apparently, some recent update of Unicode data in the base system | Ingo Schwarze | |
changed the output of wcwidth(3) for some weird Unicode characters, causing harmless whitespace changes in mandoc(1) output; fix up the regression suite accordingly. The processing of the characters themselves still works correctly, as it did before, and that's what these tests are intended to make sure. They were never intended to check for whitespace issues. Problem reported by jsg@. | |||
2015-09-07 | Sync output with recent IPv6 loopback changes to ensure ::1 is the | Martin Pieuchot | |
first configured address. Yes, IPv6 address configuration code is fragile and selecting the first address of an interface to use it in a route entry might not be the best choice. Breakage reported by daniel@ | |||
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze | |
in particular not for tagged paragraphs. Issue found by Christian Neukirchen <chneukirchen at gmail dot com> in the exiv2(1) manual page. | |||
2015-09-04 | trim junk from end of file; bz#2455 from Jakub Jelen | Damien Miller | |
2015-09-03 | Add test for sendsyslog(2) dropped message reporting. | Alexander Bluhm | |
2015-09-03 | revert previous since the v6 address order has been restored | Mike Belopuhov | |
2015-09-03 | route-to, reply-to and dup-to are no longer supported on block rules | Mike Belopuhov | |
2015-09-03 | order of assigned v6 addresses has slightly changed | Mike Belopuhov | |
2015-09-03 | sync to reflect changes in pfctl_parser.c -r1.305 | Mike Belopuhov | |
2015-09-01 | Add an initial TLS client regress, which currently covers ClientHello | Joel Sing | |
message generation. |