summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
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
2018-06-02Zero the client random so that it is easier to spot unintended differences.Joel Sing
2018-06-01Adapt to extra default verboisity from ssh-keygen when searching forDamien Miller
and hashing known_hosts entries in a single operation (ssh-keygen -HF ...) Patch from Anton Kremenetsky
2018-05-31Silence compiler warnings in the K&R style test code.Todd C. Miller
2018-05-288 spaces -> tabTheo Buehler
2018-05-28Make sure that the inetd echo and nonxt protocol reflectors areAlexander Bluhm
running on the remote machines.
2018-05-28Regress for the dup2(2) vs accept(2) race.Martin Pieuchot
Note that you need a new kernel otherwise this test will make your machine panic!
2018-05-23Make the test more verbose and do not hide the invoking commands.Alexander Bluhm
This helps debugging.
2018-05-23Since MAP_STACK was introduced, noexec -S -m failed from time toAlexander Bluhm
time. The stack pointer was outside of the stack. The stack actually reaches the re-mmapped region that lacked the MAP_STACK bit. Adding a MAP_STACK flag to the mmap(2) call fixes the test. OK visa@
2018-05-22kevent: correctly check that timeout's nanoseconds are on [0, 1000000000)cheloha
Validate the input with timespecfix before truncating to a timeval. timespecfix does not round, so we need to to it by hand after validation. FreeBSD and NetBSD check the input with this range, we ought to as well. Also add a regression test for this case. ok tb@
2018-05-22nanosleep: ensure tv_nsec input is on [0, 1000000000)cheloha
Instead of converting timespec -> timeval and truncating the input, check with timespecfix and use tstohz(9) for the tsleep. All other contemporary systems check this correctly. Also add a regression test for this case. ok tb@
2018-05-22In the sendsyslog-dropped test the client has to write a log messageAlexander Bluhm
before syslogd is running. To fix a race in regress, delay the syslogd startup until the message has been written. For debugging add the process class to all die messages.
2018-05-22pledge rebounds-nsanton
2018-05-22Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantlyDamien Miller
abort the test. Useful in capturing clean logs for individual failure cases.
2018-05-21Add RCS Id.Alexander Bluhm
2018-05-21Link arch i386 regress to build.Alexander Bluhm
2018-05-21As the Meltdown workaround for i386 changes the f00f Pentium bugAlexander Bluhm
workaround, the new code should be tested. Fortunately I have such a beast at home. This regression test halts my Intel Pentium/MMX CPU unless the fix_f00f() function has been called.
2018-05-21Use loopback interfaces 100-103 instead of 1-3, with the hopes of getting it runanton
on bluhm@'s regress machine.
2018-05-21In general I like verbose tests as output makes debugging easier.Alexander Bluhm
But this one just fills the log file by writing characters from the running threads. Pipe stdout to wc to show performance. Run test multiple times with various number of threads and print cpu time. Replace atoi(3) with strtonum(3). Fix white spaces.
2018-05-21Activate IPv6 no next header protocol over IPsec test. Run theAlexander Bluhm
protocol 59 reflector as daemon on the remote machine like an echo service. It is configured during setup creation and started by an rc.d script.
2018-05-19Install inetd.conf files and start the daemon on remote machinesAlexander Bluhm
during make create-setup. This makes it easier to configure all machines correctly for the test run. suggested by mpi@
2018-05-19Add regress for httpd client certificate authentication.Joel Sing
From Jack Burton <jack at saosce dot com dot au> - thanks!
2018-05-19Additionally send no next header protocol 59 packets through theAlexander Bluhm
IPsec test. They consist solely of an IPv6 header chain and trigger edge cases. Deactivate for now until the raw IP reflector can be build and started reliably on remote machine.
2018-05-18don't think i had anything planned for whitespace-property-4; drop itJasper Lievisse Adriaanse
2018-05-17add some more whitespace torture partly induced by aja@Jasper Lievisse Adriaanse
2018-05-15Link free directory to libcrypto regress test suite.Theo Buehler
ok jsing
2018-05-15Typo fix, ok bluhm@Martin Pieuchot
2018-05-15Test DSO_free(NULL).Theo Buehler