summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2002-07-31Oops. don't forget to reformat the code after cut 'n paste.Artur Grabowski
2002-07-31Test that longjmp from signals works. (it does)Artur Grabowski
2002-07-30negative regression test for flags handlingHenning Brauer
2002-07-30positive regression test for flag handlingHenning Brauer
2002-07-29Try to modify __atexit directly and see if our function gets called.Daniel Hartmeier
2002-07-27limit this to the right architecturesTheo de Raadt
2002-07-27test 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-26ensure 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-26swap log and quick a few timesHenning Brauer
2002-07-26and hppaTheo de Raadt
2002-07-26regress these only on the architectures where they are expected to workTheo de Raadt
2002-07-26check for non-exec of bssTheo de Raadt
2002-07-21test missing commaTheo de Raadt
2002-07-20two more from henningTheo de Raadt
2002-07-20adapt to new dup-to syntaxTheo de Raadt
2002-07-20use diff nicerTheo de Raadt
2002-07-16Add nat_consistent() and rdr_consistent() for checks that should occurDaniel 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-16delete public keyMarkus Friedl
2002-07-16test ssh-keygen -p (change passphrase for key)Markus Friedl
2002-07-16add new commercial versionsMarkus Friedl
2002-07-15test "on ! interface"Henning Brauer
2002-07-15o don't use keep state on block rulesHenning Brauer
o don't use return-rst on not-tcp rules
2002-07-13regression test for interface and proto list expansion in nat rulesHenning Brauer
2002-07-09the new interface-to-ip lookup fuctions requires the address family to beHenning Brauer
specified in this cases. ok pb@, dhartmei@, kjell@
2002-07-08Don't allow 'flags' option in non-TCP rules, found by mpech@Daniel Hartmeier
2002-07-06theo doesn't like it.Henning Brauer
always use the pfctl in path.
2002-07-06use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fallHenning Brauer
back to pfctl in path otherwise. will save my ass sooner or later. ok millert@, pb@
2002-07-05regress for getaddrinfo/getnameinfoJun-ichiro itojun Hagino
2002-07-01include string.h for memcpyArtur Grabowski
2002-07-01art said, let it failMichael Shalayeff
2002-07-01a test to see if stack is executableMichael Shalayeff
2002-06-25regression tests for options in pf.confHenning Brauer
ok dhartmei@, kjell@
2002-06-24clean copy.[12].Wilbern Cobb
ok markus@
2002-06-24scrub on <if> works now, update regress tests.Daniel Hartmeier
2002-06-23initialize some variables.Wilbern Cobb
ok markus@
2002-06-23Fix pthread floatting point preemption test and enable it. NextMarco S Hyman
step is to figure out why it fails on i386, yet works on sparc
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-19regress for the kqueu for randomMichael Shalayeff
2002-06-17Remove 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-16write newline before successful test completionMarco S Hyman
2002-06-16write output to stdout instead of fprintf to stderr. This brings itMarco S Hyman
in line with all of the other pthread regression tests.
2002-06-13Scrub rules are now numbered properly. my bad. ok frantzen@Kjell Wooding
2002-06-12Add ddb subdir, and alphabeticize themNiklas Hallqvist
2002-06-11bsd makefiles are too stupid to deal with more than one program perNiels Provos
makefile. move into subdirs.
2002-06-11splay regression testNiels Provos
2002-06-11turn on pf21Mike Frantzen
2002-06-11test scrub fragment {reassemble|crop|drop-ovl} modifiersMike Frantzen
2002-06-11sync w/ default implicit "fragment reassemble" scrub modifierMike Frantzen
2002-06-11Check that "the rule" is in db_hangman.c, and that it is not violated.Niklas Hallqvist
Prodded by Theo.
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel