Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-05 | malloc(n) regression test | Theo de Raadt | |
2001-11-26 | add tests for fastroute options | jasoni | |
2001-11-21 | make currently incorrectly uses annotations for suffixes rules for | Marc Espie | |
non-suffixes rules. | |||
2001-11-13 | use a close directory for play | Theo de Raadt | |
2001-11-13 | Use more common interface names like lo0, tun0, enc0 for regress tests, | Daniel Hartmeier | |
so they run anywhere. From jason@. | |||
2001-11-12 | Make MAXTIME overrideable. | Federico G. Schwindt | |
2001-11-12 | add missing -lpcap, lost in resurection of the file | Marco S Hyman | |
2001-11-11 | signal race fixes | Theo de Raadt | |
2001-11-11 | bring back test, this time in the public domain | Marco S Hyman | |
2001-11-11 | place 2 line test in the public domain | Marco S Hyman | |
2001-11-11 | remove files that have a copyright theo doesn't like | Marco S Hyman | |
2001-11-10 | Add a pcap/pthread test as it was reported that using | Marco S Hyman | |
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib. | |||
2001-11-09 | another pthread regression test: system/waitpid/wait4 | Marco S Hyman | |
2001-11-03 | Fix pthread_mutex regression test... undefined behavior does not | Marco S Hyman | |
mean != EPERM in one test, minor changes to recursive mutex test. remove printf in signal test signal handler, run test long enough to ensure signal hander is called at least twice, reduce output. Note: running these tests over a remote console may indicate bogus falures due to console output latency. Any test that takes longer than 5 seconds to complete may be flagged as a failure. | |||
2001-10-15 | Add 'allow-opts' to rules. Packets with IP options will be blocked by | Daniel Hartmeier | |
default now, and can be allowed per rule. ok deraadt@ | |||
2001-10-14 | esyscmd test, requires current m4 | Todd T. Fries | |
2001-10-10 | nasty, nasty... with indir calls, we might end up with expand_macro call | Marc Espie | |
for a macro call without parenthesis... | |||
2001-10-10 | Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef) | Marc Espie | |
2001-10-08 | Add dup2. | Artur Grabowski | |
2001-10-08 | Simple dumb test for dup2. | Artur Grabowski | |
2001-10-07 | gcc regress framework. | Marc Espie | |
2001-10-07 | Add interface name to address translation to pfctl, document it and add | Daniel Hartmeier | |
a regress test. Translation is done on rule set load-time only, so the rule sets must be reloaded when an interface address changes. parse.y patch from Cedric Berger. Similar patch from Jonathon Fletcher. Thanks to both. | |||
2001-10-06 | regression test for last buglet. Thanks Dale. | Marc Espie | |
2001-10-01 | sync with support for underscores in macro names | Markus Friedl | |
2001-09-29 | test funky quotes, in normal and gnu-m4 mode. | Marc Espie | |
2001-09-27 | weird testcases... | Marc Espie | |
2001-09-27 | More patsubst that fail... | Marc Espie | |
2001-09-20 | per man page and gcc 3.0.1, exit requires prototype from stdlib.h | Todd T. Fries | |
2001-09-20 | comment extra tokens at end of #endif directive | Todd T. Fries | |
2001-09-19 | Add $OpenBSD$. | Marc Espie | |
A testcase for redefining builtins. | |||
2001-09-17 | 8 bit quotes | Marc Espie | |
2001-09-17 | Scary interaction | Marc Espie | |
2001-09-16 | patsubst on multi-line pattern... icky. | Marc Espie | |
2001-09-16 | check pattern subst | Marc Espie | |
2001-09-15 | sync ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN | Peter Stromberg | |
2001-09-15 | return-icmp / icmp-type tests, ok dhartmei@ | Peter Stromberg | |
2001-09-15 | Update regress tests. Some input syntax has changed (inet/inet6) as well | Daniel Hartmeier | |
as some output format (netmasks, inet/inet6, return-icmp). | |||
2001-09-12 | Fix test. | Federico G. Schwindt | |
2001-09-11 | match getgrgid_r() change | Peter Valchev | |
2001-09-07 | presume 'make clean' is already running as root, don't duplicate ${SUDO}, | Todd T. Fries | |
found by naddy@ | |||
2001-09-07 | run each 'MAKEDEV all' twice, to catch things that are not rm'ed | Todd T. Fries | |
(like vme* links for miod) | |||
2001-09-07 | everyone has altq/, right? | Todd T. Fries | |
2001-09-07 | Add one further test | Marc Espie | |
2001-09-06 | sort by major not minor number, correctly list symbollic links | Todd T. Fries | |
2001-09-06 | add MAKEDEV regress | Todd T. Fries | |
2001-09-06 | add test for binat | jasoni | |
2001-09-04 | Add regress test for "on { if, if }" syntax. | Daniel Hartmeier | |
2001-09-03 | sync with output format changes (pfctl) | Markus Friedl | |
2001-08-30 | this shouldn't be commented out. | Federico G. Schwindt | |
2001-08-28 | move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@ | Markus Friedl | |