summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2018-07-10Add simple regression tests for BN_{,u}{add,sub}(3). With input from jcaTheo Buehler
2018-07-10Missing CVS IdMartin Pieuchot
2018-07-09Clear the part of fenv that is modified by old AMD Opteron duringAlexander Bluhm
process startup. from guenther@
2018-07-09catch up with compile.c rev. 1.48; while here, also add tests forIngo Schwarze
those unusual delimiter characters that did *not* change behaviour
2018-07-09+libusbhidMartin Pieuchot
2018-07-09Regress for parsing HID pages.Martin Pieuchot
From David Bern.
2018-07-09Add a test related to variable expansion that used to trigger the segfault seenanton
in the installer. from tb@
2018-07-08Make readlink -f work in a POSIXly correct way.Martijn van Duren
Discussed with halex@
2018-07-08Add test covering variable expansion referencing multiple read-only variables.anton
2018-07-08zap empty lineanton
2018-07-08hook up ftruncateanton
2018-07-08Add regress covering the recently fixed NULL pointer deref in vn_writechk().anton
This program also help uncovering a locking error in spec_setattr() fixed by visa@.
2018-07-07rename all the pledgepath bits to unveilBob Beck
2018-07-04deal with API rename: match_filter_list() => match_filter_blacklist()Damien Miller
2018-07-04exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, byDamien Miller
proxy, test kex_assemble_names() ok markus@
2018-07-04hook up recvmsganton
2018-07-04Add regress covering the recently fixed mbuf double free in rip6_usrreq().anton
2018-07-04hook up recvmsganton
2018-07-04Add regress covering the recently fixed mbuf double free in rip_usrreq().anton
2018-07-03add a comment that could have saved me 45 minutes of wild goose chasingDamien Miller
2018-07-03some magic for RSA-SHA2 checksDamien Miller
2018-07-02etc/examples/bgpd.conf changed, adjust test.Alexander Bluhm
OK claudio@
2018-07-02One ampersand is enough to backgroud an process. OpenBSD doesn't seemDarren Tucker
to mind, but some platforms in -portable object to the second.
2018-06-30Fix a few more of the same.rob
2018-06-30Fix regressoin test (typo) for SNMPv3 authentication.rob
2018-06-28unbreakGleydson Soares
grab the pid from $! instead of rely on grepping debug log OK landry
2018-06-27oops, don't rely on the installed system having cups.Marc Espie
prodded by theo
2018-06-27Example config changed a while ago, adjust regress test that uses this.Claudio Jeker
Noticed by deraadt@
2018-06-25Before running the tests, consistently check whether interfaces orAlexander Bluhm
routing domains are busy.
2018-06-25During test setup, IPv6 duplicate address detection creates someAlexander Bluhm
bogus pf states. Flush all states after the pf rules have been set. Then the first test run will use the correct routing domains.
2018-06-25Add a regression test for running jot without any arguments.Theo Buehler
2018-04-19Create two gif(4) interfaces in different routing domains. TestAlexander Bluhm
encapsulating IPv4 and IPv6 packets in IPv4 and IPv6 gif tunnels.
2018-06-23Fix a segfault when inserting the same prefix multiple timesdenis
OK bluhm@, jca@, kn@
2018-06-19test PermitListen with bare port numbersDamien Miller
2018-06-18explicitly disable the only warning that this hack triggersMarc Espie
2018-06-18link the non-regression testMarc Espie
2018-06-18and add the DESC as wellMarc Espie
2018-06-18reproducing some bugs is fun, I have to inject a specific dependencies order!Marc Espie
2018-06-17fix usageanton
2018-06-17Add a test covering the panic found in knote_processexit(). Note that you'llanton
need a kernel with the latest changes to kqueue in order to not panic your machine while running the tests.
2018-06-16This code is already painful enough to look at. Putting the braces at theTheo Buehler
right spot helps this a bit. Other whitespace and typo fixes while there.
2018-06-13Rename httpd.conf "root strip" option to "request strip".Reyk Floeter
"root strip" was semantically incorrect and did cause some confusion as it never stripped the root but the client's request path. Discussed with many. Heads up: this is a grammar change that also affects acme-client(1) configurations (see current.html). OK claudio@
2018-06-08Test DH params allocation and free.Joel Sing
2018-06-07test the correct configuration option nameDamien Miller
2018-06-07permitlisten/PermitListen unit test from MarkusDamien Miller
2018-06-06regress test for PermitOpenDamien Miller
2018-06-06add non-regression tests for bad user list filesMarc Espie
2018-06-04Allow specifying binary via ROUTEkn
OK bluhm jca
2018-06-02Initial regress for CSI DH.Joel Sing
2018-06-02Update regress for DES cipher suite removal.Joel Sing