summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2009-01-20Regression tests for source flow NAT support.Marco Pfatschbacher
2009-01-19Do not use "egress" keyword as it expands to an actual interface,Hans-Joerg Hoexer
2008-12-31reorg code a bit so that we can share with Thomas Klausner:Marc Espie
2008-12-22add regression test for aes-{128,192,256} being used with main and quickHans-Joerg Hoexer
2008-12-22Adopt to recent change: /32 now is treated as a network address.Hans-Joerg Hoexer
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-12-12fix test 37 (from NetBSD) and the (still failing) 41Otto Moerbeek
2008-12-11reorg code so that it can be cut further.Marc Espie
2008-12-09add vol/ to SUBDIRSAlexandre Ratchov
2008-12-09also test rintlMartynas Venckus
2008-12-07match string "passwordauthentication" only at start of line, not anywhereDamien Miller
2008-11-24new regress test, bug from NetBSDMarc Espie
2008-11-23expand -p to warn about "new sentence, new line" errors;Jason McIntyre
2008-11-20add (atm failing ) test case, submmited by Edward Berner, turned intoOtto Moerbeek
2008-11-11expose a volume knob in the sndio API: add sio_setvol(3) andAlexandre Ratchov
2008-11-10PuTTY supports AES CTR modes, so interop test against them tooDamien Miller
2008-11-07clean-up regexps, replacing some . (any char) with \. (actual dot),Marc Espie
2008-11-03handle Xrefs to XFree as wellMarc Espie
2008-11-03handle 3p manpages correctlyMarc Espie
2008-11-01in option parsing, use a simle DeMorgan transformation, fix indentation,Alexander von Gernler
2008-11-01make usage() a fatal function instead of a string. It is just used once,Alexander von Gernler
2008-11-01cleanup: zap trailing whitespaces, trim superlong linesAlexander von Gernler
2008-11-01- since mdocdate fills in the date automatically, we no longer have to checkJason McIntyre
2008-10-31Prevent Mdocdate from getting expanded inline.Todd C. Miller
2008-10-31turn off -e by default, since we do not currently sort the errorsJason McIntyre
2008-10-31add mdoclint, a perl script for checking man pages;Jason McIntyre
2008-10-27rename libsa to libsndioAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
2008-10-19The optional table counters added a field to the verboseMarco Pfatschbacher
2008-10-19vmstat(8) now reports "InUse" instead of "Releases".Marco Pfatschbacher
2008-10-13cleanupTodd C. Miller
2008-10-13Add sed-based dc(1) clone. This exposes a long-standing bug in BSD sedTodd C. Miller
2008-10-10hook up sed regressTodd C. Miller
2008-10-10Adapt sed test suite to regress framework.Todd C. Miller
2008-10-02Hook up fnmatch and glob regress.Todd C. Miller
2008-10-01Regress driver for fnmatch(3). Needs more tests.Todd C. Miller
2008-10-01Regress driver for glob(3). Needs more tests.Todd C. Miller
2008-09-19adjust for MAXINTERP crank, pointed out by dkrause@Damien Miller
2008-09-11Make that test pass on 64 bit platforms as well.Miod Vallat
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-09-06update for openssl-0.9.8hDamien Miller
2008-09-02fix builds for when obj/ presentDamien Miller
2008-08-22Test the IPv6 address printing of pf_print_host() in net/pf.c.Alexander Bluhm
2008-08-20mention t3 failsOtto Moerbeek
2008-08-20Regression tests for gzip(1):Marco Pfatschbacher
2008-08-16another issue for which I have a patch.Marc Espie
2008-08-16a new regression test, I has a diff for it.Marc Espie
2008-08-12test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC,Damien Bergamini
2008-07-26Make sure the test array is 64 bit aligned, this now makes sparc fail thisMiod Vallat
2008-07-25flockArtur Grabowski