Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-09 | make sure getpeereid works in the agent; XXX test needs sudo | Markus Friedl | |
2002-12-09 | make sure gdb cannot attach to a running agent | Markus Friedl | |
2002-12-09 | check $SSH_CONNECTION | Markus Friedl | |
2002-12-08 | Test option "-" (BSD extension) | Todd C. Miller | |
2002-12-08 | comment out bogus portion of test until I figure | Marco S Hyman | |
a better way to test the condition it is trying to test. Solves malloc.conf -> J problem. | |||
2002-12-08 | test options on altq and queue rules in fancy order | Henning Brauer | |
2002-12-08 | adjust after syntax change | Henning Brauer | |
2002-12-07 | regress test anchor syntax | Daniel Hartmeier | |
2002-12-07 | fromto 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-07 | now that we use the MTU from the interface instead of assuming 1500 the | Henning Brauer | |
tbrsize and the minimum useful bandwidth are different on lo0/lo1. cope with that. | |||
2002-12-07 | Add test for fix in revision 1.5 of getopt_long.c | Todd C. Miller | |
2002-12-07 | match regression test with changes to internal byte order of string based | Ryan Thomas McBride | |
source-hash keys ok dhartmei@ henning@ | |||
2002-12-06 | Direction (in/out) is now optional in filter rules, 'block all' is valid, | Daniel Hartmeier | |
for instance. Add a regress test for those. | |||
2002-12-06 | block -> block drop | Henning Brauer | |
2002-12-05 | update test results | Todd C. Miller | |
2002-12-05 | excercise "-W longopt" | Todd C. Miller | |
2002-12-05 | simple regress for getopt_long() and getopt_long_only() | Todd C. Miller | |
2002-12-05 | 127.0.0.1/8 -> 127.0.0.0/8 | Henning Brauer | |
2002-12-05 | change self test to use pfX.ok as input; ok henning@ | Markus Friedl | |
2002-12-05 | s/@1// | Markus Friedl | |
2002-12-05 | and we no longer need to strip the rule numbers off, as they are gone | Henning Brauer | |
2002-12-05 | no more rule numbers in output | Henning Brauer | |
2002-12-05 | enable 'self' tests; ok henning@ | Markus Friedl | |
2002-12-05 | adjust after pfctl output changes | Henning Brauer | |
2002-12-04 | test opts in another than the classical order | Henning Brauer | |
2002-12-04 | add misc | Artur Grabowski | |
2002-12-04 | Trivial test to see if c++ exceptions work. | Artur Grabowski | |
2002-12-02 | test user, actually, test multiple user commands | Theo de Raadt | |
2002-11-29 | test altq with interface expansion | Henning Brauer | |
as side-effect, this also tests multiple queues with the same name but on different interfaces | |||
2002-11-28 | test qlimit on altq rule | Henning Brauer | |
2002-11-28 | Sync with changes in pfctl: | Ryan Thomas McBride | |
- Remove extra space before -> in print_rdr - Print hex keys lowercase ok dhartmei@ henning@ | |||
2002-11-28 | remove trailing whitespace | Ryan Thomas McBride | |
ok henning@ | |||
2002-11-28 | add regression test for nat pools | Ryan Thomas McBride | |
ok henning@ | |||
2002-11-27 | more altq testing | Henning Brauer | |
2002-11-27 | adjust after printing changes | Henning Brauer | |
2002-11-26 | test for working timeouts on recv, currently failing | Michael Shalayeff | |
2002-11-25 | create a new set of regress tests, which require an active | Michael 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-25 | adjust; slightly off due to 1K = 1000 fix | Henning Brauer | |
2002-11-25 | kill trailing newlines; markus@ | Henning Brauer | |
2002-11-25 | test mixed af rules. broken right now. sigh. | Henning Brauer | |
2002-11-24 | gack. | Henning Brauer | |
2002-11-24 | test altq and queue | Henning Brauer | |
2002-11-24 | make succeed again; explicit address family needed in one more case now | Henning Brauer | |
2002-11-22 | add (disabled) self tests (make self); ok frantzen | Markus Friedl | |
2002-11-22 | there's now a space after the label... | Henning Brauer | |
no cookie for daniel ;-) | |||
2002-11-19 | add icmp-type and code by name tests | Peter Stromberg | |
2002-11-16 | use -lnpthread when USELIBPTHREAD=yes | Marco S Hyman | |
2002-11-13 | extended scrub tests | Henning Brauer | |
2002-11-13 | put common CFLAGS+= in Makefile.inc | Todd T. Fries | |
use single defs.h header test for a non-zero value ok fgsch@ | |||
2002-11-13 | more testing. | Federico G. Schwindt | |