Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-31 | Oops. don't forget to reformat the code after cut 'n paste. | Artur Grabowski | |
2002-07-31 | Test that longjmp from signals works. (it does) | Artur Grabowski | |
2002-07-30 | negative regression test for flags handling | Henning Brauer | |
2002-07-30 | positive regression test for flag handling | Henning Brauer | |
2002-07-29 | Try to modify __atexit directly and see if our function gets called. | Daniel Hartmeier | |
2002-07-27 | limit this to the right architectures | Theo de Raadt | |
2002-07-27 | test for mprotect() on the stack area: try force execable mapping on it ↵ | Michael Shalayeff | |
first, and it should run a code on the stack fine; then lower the protection to non-exec and observe a sigfault. fail contraccordingly | |||
2002-07-26 | ensure that bss object being used is not ... inside the last page of data. | Theo de Raadt | |
a.out ZMAGIC permits that to happen. so we need to pad it over, for the test to work. | |||
2002-07-26 | swap log and quick a few times | Henning Brauer | |
2002-07-26 | and hppa | Theo de Raadt | |
2002-07-26 | regress these only on the architectures where they are expected to work | Theo de Raadt | |
2002-07-26 | check for non-exec of bss | Theo de Raadt | |
2002-07-21 | test missing comma | Theo de Raadt | |
2002-07-20 | two more from henning | Theo de Raadt | |
2002-07-20 | adapt to new dup-to syntax | Theo de Raadt | |
2002-07-20 | use diff nicer | Theo de Raadt | |
2002-07-16 | Add nat_consistent() and rdr_consistent() for checks that should occur | Daniel Hartmeier | |
after rule expansion, similar to rule_consistent(). Fixes the non-effective test for rdr rules for non-TCP/UDP protocols with ports, found by mpech@, ok frantzen@ | |||
2002-07-16 | delete public key | Markus Friedl | |
2002-07-16 | test ssh-keygen -p (change passphrase for key) | Markus Friedl | |
2002-07-16 | add new commercial versions | Markus Friedl | |
2002-07-15 | test "on ! interface" | Henning Brauer | |
2002-07-15 | o don't use keep state on block rules | Henning Brauer | |
o don't use return-rst on not-tcp rules | |||
2002-07-13 | regression test for interface and proto list expansion in nat rules | Henning Brauer | |
2002-07-09 | the new interface-to-ip lookup fuctions requires the address family to be | Henning Brauer | |
specified in this cases. ok pb@, dhartmei@, kjell@ | |||
2002-07-08 | Don't allow 'flags' option in non-TCP rules, found by mpech@ | Daniel Hartmeier | |
2002-07-06 | theo doesn't like it. | Henning Brauer | |
always use the pfctl in path. | |||
2002-07-06 | use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fall | Henning Brauer | |
back to pfctl in path otherwise. will save my ass sooner or later. ok millert@, pb@ | |||
2002-07-05 | regress for getaddrinfo/getnameinfo | Jun-ichiro itojun Hagino | |
2002-07-01 | include string.h for memcpy | Artur Grabowski | |
2002-07-01 | art said, let it fail | Michael Shalayeff | |
2002-07-01 | a test to see if stack is executable | Michael Shalayeff | |
2002-06-25 | regression tests for options in pf.conf | Henning Brauer | |
ok dhartmei@, kjell@ | |||
2002-06-24 | clean copy.[12]. | Wilbern Cobb | |
ok markus@ | |||
2002-06-24 | scrub on <if> works now, update regress tests. | Daniel Hartmeier | |
2002-06-23 | initialize some variables. | Wilbern Cobb | |
ok markus@ | |||
2002-06-23 | Fix pthread floatting point preemption test and enable it. Next | Marco S Hyman | |
step is to figure out why it fails on i386, yet works on sparc | |||
2002-06-23 | more gid_t and uid_t are unsigned | Theo de Raadt | |
2002-06-19 | regress for the kqueu for random | Michael Shalayeff | |
2002-06-17 | Remove bogus make expression that only confused readers of the file. | Marco S Hyman | |
'make' will do the regression tests using libc_r 'make USELIBPTHREAD=yes' will do the regression tests using libpthread | |||
2002-06-16 | write newline before successful test completion | Marco S Hyman | |
2002-06-16 | write output to stdout instead of fprintf to stderr. This brings it | Marco S Hyman | |
in line with all of the other pthread regression tests. | |||
2002-06-13 | Scrub rules are now numbered properly. my bad. ok frantzen@ | Kjell Wooding | |
2002-06-12 | Add ddb subdir, and alphabeticize them | Niklas Hallqvist | |
2002-06-11 | bsd makefiles are too stupid to deal with more than one program per | Niels Provos | |
makefile. move into subdirs. | |||
2002-06-11 | splay regression test | Niels Provos | |
2002-06-11 | turn on pf21 | Mike Frantzen | |
2002-06-11 | test scrub fragment {reassemble|crop|drop-ovl} modifiers | Mike Frantzen | |
2002-06-11 | sync w/ default implicit "fragment reassemble" scrub modifier | Mike Frantzen | |
2002-06-11 | Check that "the rule" is in db_hangman.c, and that it is not violated. | Niklas Hallqvist | |
Prodded by Theo. | |||
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel | |