summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2002-12-07regress test anchor syntaxDaniel Hartmeier
2002-12-07fromto is optional now, "from any to any" equals "all" equals omitted.Daniel Hartmeier
A single rule "block" is not valid, and does the same as "block in all, block out all".
2002-12-07now that we use the MTU from the interface instead of assuming 1500 theHenning Brauer
tbrsize and the minimum useful bandwidth are different on lo0/lo1. cope with that.
2002-12-07Add test for fix in revision 1.5 of getopt_long.cTodd C. Miller
2002-12-07match regression test with changes to internal byte order of string basedRyan Thomas McBride
source-hash keys ok dhartmei@ henning@
2002-12-06Direction (in/out) is now optional in filter rules, 'block all' is valid,Daniel Hartmeier
for instance. Add a regress test for those.
2002-12-06block -> block dropHenning Brauer
2002-12-05update test resultsTodd C. Miller
2002-12-05excercise "-W longopt"Todd C. Miller
2002-12-05simple regress for getopt_long() and getopt_long_only()Todd C. Miller
2002-12-05127.0.0.1/8 -> 127.0.0.0/8Henning Brauer
2002-12-05change self test to use pfX.ok as input; ok henning@Markus Friedl
2002-12-05s/@1//Markus Friedl
2002-12-05and we no longer need to strip the rule numbers off, as they are goneHenning Brauer
2002-12-05no more rule numbers in outputHenning Brauer
2002-12-05enable 'self' tests; ok henning@Markus Friedl
2002-12-05adjust after pfctl output changesHenning Brauer
2002-12-04test opts in another than the classical orderHenning Brauer
2002-12-04add miscArtur Grabowski
2002-12-04Trivial test to see if c++ exceptions work.Artur Grabowski
2002-12-02test user, actually, test multiple user commandsTheo de Raadt
2002-11-29test altq with interface expansionHenning Brauer
as side-effect, this also tests multiple queues with the same name but on different interfaces
2002-11-28test qlimit on altq ruleHenning Brauer
2002-11-28Sync with changes in pfctl:Ryan Thomas McBride
- Remove extra space before -> in print_rdr - Print hex keys lowercase ok dhartmei@ henning@
2002-11-28remove trailing whitespaceRyan Thomas McBride
ok henning@
2002-11-28add regression test for nat poolsRyan Thomas McBride
ok henning@
2002-11-27more altq testingHenning Brauer
2002-11-27adjust after printing changesHenning Brauer
2002-11-26test for working timeouts on recv, currently failingMichael Shalayeff
2002-11-25create a new set of regress tests, which require an activeMichael Shalayeff
setup/cleanup of interfaces/protocols/etc. this is not ran by default and requires a DO_PFSETUP make variable set to be activated, one has to run as root as well. add one simple test for the proper loN link1 address expansion. henning@ ok
2002-11-25adjust; slightly off due to 1K = 1000 fixHenning Brauer
2002-11-25kill trailing newlines; markus@Henning Brauer
2002-11-25test mixed af rules. broken right now. sigh.Henning Brauer
2002-11-24gack.Henning Brauer
2002-11-24test altq and queueHenning Brauer
2002-11-24make succeed again; explicit address family needed in one more case nowHenning Brauer
2002-11-22add (disabled) self tests (make self); ok frantzenMarkus Friedl
2002-11-22there's now a space after the label...Henning Brauer
no cookie for daniel ;-)
2002-11-19add icmp-type and code by name testsPeter Stromberg
2002-11-16use -lnpthread when USELIBPTHREAD=yesMarco S Hyman
2002-11-13extended scrub testsHenning Brauer
2002-11-13put common CFLAGS+= in Makefile.incTodd T. Fries
use single defs.h header test for a non-zero value ok fgsch@
2002-11-13more testing.Federico G. Schwindt
2002-11-13move weak definition to the bottom due to a gas problem on a.out platforms.Federico G. Schwindt
2002-11-12dueling mallocs -- test for proper serialization when multiple threadsMarco S Hyman
try to malloc at the same time
2002-11-07CIDR testsHenning Brauer
2002-10-27remove MD bits from test.Marco S Hyman
This test fails on sparc64 due to that arch not reporting the address correctly -- not a pthreads issue
2002-10-27flags X is deadHenning Brauer
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-22Update for new semantics of set_ipmask (netmask is applied immediatelyCamiel Dobbelaar
to an address by pfctl).