summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2003-01-10Cleanup before use (would break if run after t-sftp), less console spamDamien Miller
2003-01-08More regress tests for sftp, most commands are now exercised as is batchmodeDamien Miller
ok markus@
2003-01-06Add tests for address pools with route-to/reply-to/dup-to.Ryan Thomas McBride
2003-01-05spellingTheo de Raadt
2003-01-04spellingTheo de Raadt
2003-01-04Honour noroute in skip step calculation, found by cedric@Daniel Hartmeier
2003-01-03Nobody even compiles the #@!$&~ regression tests anyway.Miod Vallat
2003-01-01Remove skip step for action (scrub vs. non-scrub), as scrub rules areDaniel Hartmeier
stored in a separate list now. Regress tests still pass after sed "s/ a=end / /g", other skip steps are not affected.
2002-12-31Adjust tests for kernel split of scrub into it's own ruleset type.Ryan Thomas McBride
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-12-31Change this test to use the ipv6-icmp alias, icmp6.Ryan Thomas McBride
2002-12-31Fix regression tests for ipv6-icmp-type to icmp6-type changes in pfctl.Ryan Thomas McBride
2002-12-29o pass a random value as the second arg to ftok()Todd C. Miller
o call semget() with IPC_EXCL This fixes a problem whereby multiple concurrent copies of the regress test could use the same key and stomp over themselves, leading one to falsely believe there is a kernel bug.
2002-12-27Update some scrub tests with the "log" keyword.Ryan Thomas McBride
2002-12-24Add "reply-to" keyword to regress test.Ryan Thomas McBride
2002-12-24add cbq "control" keyword to regress testRyan Thomas McBride
2002-12-24add "require-order" to regress test for optionsRyan Thomas McBride
2002-12-23specify tbrsize; fixes this test on alphaHenning Brauer
2002-12-19use ${SUDO} for pfctl when we actually use the ioctls.Ryan Thomas McBride
ok markus@ henning@
2002-12-18Load regress rules into anchor regress:regress and compare the outputDaniel Hartmeier
of pfctl -vvsr with expected output. This verifies that skip step values don't change unexpectedly.
2002-12-18Regress test nat-anchor, rdr-anchor and binat-anchor rules.Daniel Hartmeier
2002-12-17test PRIQHenning Brauer
2002-12-17"cosmetical changes if at all". yeah.Henning Brauer
2002-12-16loopback interface MTU differs on 64 bit archs.Henning Brauer
interface MTU is part of the tbrsize calculation. thus we need to specify the tbrsize in the input files to make the tests work on 64 bit platforms.
2002-12-13might help to add the actual tests.Henning Brauer
2002-12-13test scrub options in unusual orderHenning Brauer
2002-12-13test extended syntax for queue assignment on filter rulesHenning Brauer
2002-12-13adjust after minor output change (whitespace)Henning Brauer
2002-12-13don't fail if stdout is not a tty.Marco S Hyman
Print a test ignored message, instead.
2002-12-09make sure getpeereid works in the agent; XXX test needs sudoMarkus Friedl
2002-12-09make sure gdb cannot attach to a running agentMarkus Friedl
2002-12-09check $SSH_CONNECTIONMarkus Friedl
2002-12-08Test option "-" (BSD extension)Todd C. Miller
2002-12-08comment out bogus portion of test until I figureMarco S Hyman
a better way to test the condition it is trying to test. Solves malloc.conf -> J problem.
2002-12-08test options on altq and queue rules in fancy orderHenning Brauer
2002-12-08adjust after syntax changeHenning Brauer
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