summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
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
2002-06-11regression test for NATing to dynamic addresses ( nat ... -> (if) )Henning Brauer
ok dhartmei@
2002-06-11Use merged config file format. The separate NAT loop can go away,Kjell Wooding
since all files are now loaded the same way. Add regress tests for invalid ordering of scrub, nat, filter rules
2002-06-10Add regression tests for scrubKjell Wooding
2002-06-09Add regression tests for rdr list processingKjell Wooding
2002-06-08Add regression tests for NAT list expansionKjell Wooding
2002-06-08no macro concatenation via +=Henning Brauer
2002-06-08recurse into my new test (libm/trivial1)Jason Wright
2002-06-08Really simple test that shouldn't fail, but does on some arch's (ok, oneJason Wright
arch, sparc64)
2002-06-08regression test for macro concatenationHenning Brauer
ok dhartmei@
2002-06-08you too, out.Federico G. Schwindt
2002-06-08explicitely set inet for localhost and lo0 tests, test would fail ifHenning Brauer
localhost resolves to ::1 ok dhartmei@
2002-06-08regression test from $srcaddr & friends in rule labelsHenning Brauer
ok dhartmei@
2002-06-07whoops. turn on the IPv6 scope testMike Frantzen
2002-06-07regress test IPv6 scopesMike Frantzen
2002-06-06test ssh-agent timeout featureMarkus Friedl
2002-06-01Update tests to reflect ECN support.Hugh Graham
2002-05-21public domainTodd C. Miller
2002-05-15Build and run openssl regress tests in addition to our own.Bob Beck
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2002-05-03+pthread_specificWilbern Cobb
ok fgsch@.
2002-05-03test pthread_key_create(), pthread_key_delete(), pthread_getspecific()Wilbern Cobb
and pthread_setspecific(). ok fgsch@.
2002-04-30Do signal regress testsTodd C. Miller
2002-04-30Test some floating point exception problems when SIG_IGN is in effect.Todd C. Miller
2002-04-30arguement -> argumentTheo de Raadt
2002-04-24Add dynamic (in-kernel) interface name -> address translation. Instead ofDaniel Hartmeier
using just the interface name instead of an address and reloading the rule set whenever the interface changes its address, the interface name can be put in parentheses, and the kernel will keep track of changes and update rules. There is no additional cost for evaluating rules (per packet), the cost occurs when an interface changes address (and the rules are traversed and updated where necessary).
2002-04-20Raise the time limit from 5 seconds to 30 seconds.Artur Grabowski
5 seconds is not enough to compile those tests on sun4c (actually, the time limit should not be applied to compilation, but fixing that is a pain).
2002-04-16and Makefile, oops.Marc Espie
2002-04-16Another test case: this one holds too many open conditionals, and exactly enoughMarc Espie
closes...
2002-04-16Bug in cond-parser, ends up having too many open conds.Marc Espie
2002-04-16Stumbled upon a very inefficient construct by mistake...Marc Espie
Enter it as a regression test, so it can get fixed.
2002-04-15typoMarkus Friedl
2002-04-10no x11fwd, no debugMarkus Friedl
2002-04-03fix alignment problems on sparc64; with fgsch@Markus Friedl
2002-04-03o fix warnings.Federico G. Schwindt
o rearrange headers. o remove unused var. markus@ ok
2002-04-03add rijndael-cbc@lysator.liu.seMarkus Friedl
2002-04-01sftp interop w/ ssh.com serversMarkus Friedl
2002-03-27test key importMarkus Friedl
2002-03-27typosMarkus Friedl
2002-03-27implement a "no-route" keyword.Michael Shalayeff
usage semantics are analogous w/ "any", meaning is "any ip address for which there is no route in the current routing table", could be used in both from and to. typical usage would be (assuming symmetrical routing): block in from no-route to any also doc "any" in the pf.conf.5, include in regress, etc. tested by me on i386 and sparc. dhartmei@ and frantzen@ ok
2002-03-27transfer data testMarkus Friedl
2002-03-26test interop w/ ssh.com 2.x/3.xMarkus Friedl
2002-03-25missing MakefilesMarkus Friedl
2002-03-25disable miscfs for now (ever?).Federico G. Schwindt
2002-03-25clear before reuseMarkus Friedl
2002-03-25enable cryptoMarkus Friedl
2002-03-25Enable gettimeofday regression test.Thomas Nordin
2002-03-23some tests for stderr handlingMarkus Friedl
2002-03-21basic sftp put/get testMarkus Friedl