Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2015-08-31 | New tests for +host in syslog.conf that matches on an IPv4 and IPv6 | Alexander Bluhm | |
address. Add test for syslogd -p log_socket. | |||
2015-08-31 | No more connected routes on loopback interfaces. | Martin Pieuchot | |
Those tests now pass even if you have an AUTOCONF'd address on your machine. Note that the global list of prefixes is *still* not rtable ID aware. | |||
2015-08-30 | simple check of -h option. More deviously, check that option/parameter | Marc Espie | |
handling actually works correctly. | |||
2015-08-29 | add regression test for \n(.$ and \\$* | Ingo Schwarze | |
2015-08-28 | Add obviously missing #includes | Philip Guenther | |
2015-08-27 | Remove SSLv3 support from LibreSSL regression tests. | Doug Hogan | |
2015-08-25 | Do not inherit the event environment, delete and set explicitly | Alexander Bluhm | |
after sudo. | |||
2015-08-24 | Extend the pf forward and fragment tests with a second challenge | Alexander Bluhm | |
for path MTU discovery. The router behind the pf machine has MTU 1300. The ICMP packet generated by the router matches the pf state and is NATed correctly. Additionally the pf machine itself has an interface MTU 1400. So when pf is sending a packet is has to generate a correct "fragmentation needed" or "packet too big" ICMP response. This is done with pf route-to and reply-to. | |||
2015-08-24 | Enable path MTU test with ping for IPv6. Scapy srp1() does not | Alexander Bluhm | |
accept inner IPv6 packets in ICMP6 with bad checksum created by pf. Use same workaround as in pf_forward tests and fork a process for sniffing. | |||
2015-08-24 | add a missing header | Sebastien Marie | |
2015-08-24 | add new (extensible) testsuite for tame(2) | Sebastien Marie | |
2015-08-23 | ISO8859-1 support has been removed | Philip Guenther | |
ok semarie@ | |||
2015-08-23 | remove tame/sys_exit in favor of more generic approch (soon) | Sebastien Marie | |
2015-08-23 | convert to new tame(2) ABI/API | Sebastien Marie | |
2015-08-17 | Add forwarding tests for pf route-to and reply-to. Keep pf forward | Alexander Bluhm | |
and pf fragment tests in sync. | |||
2015-08-14 | add (currently failing) test for version comparison against "22-stable" | Jasper Lievisse Adriaanse | |
from attila@stalphonsos.com | |||
2015-08-13 | Add IPv6 fragment tests for pf route-to. A big ping packet is sent | Alexander Bluhm | |
in fragments to a machine running pf. From there it is forwarded with route-to to a router with a smaller MTU. Path MTU discovery has to make successive fragments shorter and pf route-to has to preserve the fragment size. | |||
2015-08-13 | NOTE_FORK|NOTE_TRACK knote can track grandchild processes. Wait for | Masao Uebayashi | |
both child/grandchild process events. | |||
2015-08-13 | Zero-clear test buffers. Close fds. | Masao Uebayashi | |
2015-08-13 | Close an fd. | Masao Uebayashi | |
2015-08-13 | Zero-clear test buffer. Close fds. | Masao Uebayashi | |
2015-08-13 | Zero-clear test buffer. | Masao Uebayashi | |
2015-08-13 | Zero-clear test buffer. KNF while here. | Masao Uebayashi | |
2015-08-05 | adjust for RSA minimum modulus switch; ok deraadt@ | Damien Miller | |
2015-08-02 | Kill a useless assignment. | Masao Uebayashi | |
2015-08-02 | Refactor to prepare a future change; no functional changes. | Masao Uebayashi | |
2015-08-01 | Use Socket to make Perl syntax check of single test files pass. | Alexander Bluhm | |
2015-08-01 | Make syslogd tests more reliable. Allow TLS tests to drop a wider | Alexander Bluhm | |
rage of messages and make dropped regexes more specific. | |||
2015-08-01 | SPC -> TAB | Masao Uebayashi | |
2015-07-31 | Don't hardcode /usr/src, use BSDSRCDIR | Tobias Ulmer | |
2015-07-30 | Add regress test to exercise octal expansion (via blackslash) in | Todd C. Miller | |
PS1 and PS2. OK deraadt@ | |||
2015-07-28 | Add more and deeper tests for pf divert-reply rules. Especially | Alexander Bluhm | |
the combination of sending and receiving multiple packets over one socket is tested for UDP, raw IP and ICMP. | |||
2015-07-28 | Add (currently failing) test for passing PATH via keepenv in doas. | Vadim Zhukov | |
Initial report by Ze Loff on misc@. | |||
2015-07-28 | check that flags value of 0 restricts the process to the _exit(2) system call. | Sebastien Marie | |
note that it isn't the case currently. | |||
2015-07-27 | add some regress for tame. just a starting point for now | Sebastien Marie | |
2015-07-26 | Make test names printed like other test suites do. | Vadim Zhukov | |
2015-07-26 | Hook up doas tests. | Vadim Zhukov | |
2015-07-26 | Import test suite for doas. Relies on recently committed command matching | Vadim Zhukov | |
functionlity with -C flag. | |||
2015-07-21 | Extend the setup with another address for testing pf route-to. | Alexander Bluhm | |
2015-07-20 | Add radius(3) library. This will be used by RADIUS server and client | YASUOKA Masahiko | |
programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt | |||
2015-07-20 | When test pf.conf changes, check its syntax and use the new one. | Alexander Bluhm | |
2015-07-20 | remove expanded rcs id | Jasper Lievisse Adriaanse | |