summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2008-07-25file advisory locking tests from FreeBSD. We fail to detectArtur Grabowski
2008-07-15deprecate package names without version numbers.Marc Espie
2008-07-01Isakmpd acquire mode did not work with a config generated fromAlexander Bluhm
2008-07-01If multiple to addresses but no peer are given in an ike or flowAlexander Bluhm
2008-06-30explicitly disable conch options that could interfere with the testDamien Miller
2008-06-30remove "set -e" left over from debuggingDamien Miller
2008-06-30shell portability: use "=" instead of "==" in test(1) expressions,Damien Miller
2008-06-28very basic regress test against Twisted Conch in "make interop"Damien Miller
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-16fix regress after scrub TOS and tagging additions; "commit it" henning@David Krause