Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove old RSA key generation and verification test as it's done now | Mike Belopuhov | |
by LibreSSL regress tests; checked with bcook@ | |||
2016-09-02 | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | Mike Belopuhov | |
2016-09-02 | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | Mike Belopuhov | |
2016-09-02 | Adjust for the new default MODP group | Mike Belopuhov | |
2016-09-02 | Remove obsolete DES-CBC tests | Mike Belopuhov | |
2016-09-02 | disable t3, it is known to fail | Otto Moerbeek | |
2016-09-01 | Make this work both with and without "make obj" in src/usr.bin/mandoc; | Ingo Schwarze | |
suggested by bluhm@ | |||
2016-09-01 | no route-to/reply-to/dup-to on block rules, aka make this pass again | Henning Brauer | |
triggered by bluhm's *meep, secret* | |||
2016-09-01 | Add basic regress tests for ldapd. | Landry Breuil | |
- first pass of tests adding a DIT, then searching in it - second pass of tests runs Net::LDAP regress suite against ldapd (not all tests are passing, and that requires Net::LDAP installed and distfiles present on the system) | |||
2016-09-01 | Fix regress test, server returns 400 instead of 500 now | Reyk Floeter | |
2016-09-01 | Now the cached route flag appears in "route show". Adapt test. | Alexander Bluhm | |
OK mpi@ | |||
2016-09-01 | Tighten up the siginfo check | Philip Guenther | |
2016-09-01 | Delete sparc and vax bits | Philip Guenther | |
2016-09-01 | delete wrong cvs $ tags | Theo de Raadt | |
2016-09-01 | no more sparc; | Jason McIntyre | |
2016-09-01 | rm vax | Ted Unangst | |
2016-09-01 | remove references to sparc (and even a vax ref that escaped notice) | Ted Unangst | |
2016-09-01 | Test that RTF_LOCAL routes cannot be deleted from userland. | Martin Pieuchot | |
2016-09-01 | Use counter should stay at '0' if the lookup hasn't been done for | Martin Pieuchot | |
tansmitting packets. | |||
2016-08-31 | Split the check-setup target into smaller parts to make it easier | Alexander Bluhm | |
to configure the regression test machines. | |||
2016-08-31 | Add a bunch of regress test to verify the RTM_CHANGE behaviour of mpath | Claudio Jeker | |
and non-mpath routes. Some of the tests currently fail. | |||
2016-08-31 | Document what the various test here do. With mpi@ | Claudio Jeker | |
2016-08-30 | Test handling of invalid pointers in the pages table. | Ingo Schwarze | |
In such cases, do not access NULL pointers in dbm_dump. Make the setup in the run/Makefile a bit more systematic. Output starts getting too long, so make everything silent; you can always use "make -dl" to debug specific tests. | |||
2016-08-29 | Syslogd tls config error messages have changed, adapt tests. | Alexander Bluhm | |
2016-08-29 | Make socket splicing performance test pass in multiple environments. | Alexander Bluhm | |
When running the setup over two machines, build required binaries on remote machine. Avoid localhost nameserver lookup, just use 127.0.0.1. Use greater timeout. | |||
2016-08-28 | typo | Ingo Schwarze | |
2016-08-28 | I don't dare to provide an OK for a rewrite of this program | Ingo Schwarze | |
without having at least some systematic testing in place. | |||
2016-08-27 | Enable ALPN regress now that it passes. | Joel Sing | |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther | |
ok deraadt@ | |||
2016-08-27 | Pull in <sys/time.h> for struct timeval | Philip Guenther | |
<sys/*.h> includes go before <*.h> includes ok deraadt@ | |||
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther | |
Sort #includes ok deraadt@ | |||
2016-08-27 | ALL HAIL ELF! | Philip Guenther | |
Since <sys/param.h> isn't needed for __ELF__, pull in <stdio.h> for NULL ok deraadt@ | |||
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther | |
ok deraadt@ | |||
2016-08-27 | some updates for recent changes. | Ted Unangst | |
not all tests passing yet since i don't really understand what's going on. | |||
2016-08-26 | Make regress Makefile consistent with other tests, use bsd.regress.mk. | Alexander Bluhm | |
OK otto@ | |||
2016-08-25 | Set relayd socket buffer size to reasonable value to make test pass | Alexander Bluhm | |
in different environments. | |||
2016-08-25 | Make relayd test slow-consumer more reliable. Set SO_SNDTIMEO | Alexander Bluhm | |
sockopt correctly with Perl pack on i386. Make it possible to grep in each others client and server logfile. Client does not simply sleep but waits for short write at server. | |||
2016-08-25 | Fix sosplice tests on 32 bit systems by putting the correct number | Alexander Bluhm | |
of bytes into the time_t Perl pack template. Also fix error messages. | |||
2016-08-25 | do not request RWX mappings, RW will do | Theo de Raadt | |
2006-04-06 | add a regress that repetitively calls mmap with MMAP_FIXED on the same | Kurt Miller | |
region of memory to ensure process datasize is properly calculated. this time in the righ place *sigh* ok pedro@ | |||
2016-08-24 | Move the pf address printing test into its own subdirectory. This | Alexander Bluhm | |
makes it consistent with the regress tree structure. | |||
2016-08-23 | Some syslogd tests failed to report errors. Make these tests more | Alexander Bluhm | |
strict and adapt the check patterns. | |||
2016-08-23 | add tests for addr_match_list() | Damien Miller | |
2016-08-23 | remove Protocol directive from client/server configs that causes | Damien Miller | |
spammy deprecation warnings hardcode SSH_PROTOCOLS=2, since that's all we support on the server now (the client still may support both, so it could get confused) | |||
2016-08-22 | Use a reachable next hop for test 13, which make it fail as it should. | Martin Pieuchot | |
2016-08-22 | Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet(). | Martin Pieuchot | |
2016-08-22 | Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet(). | Martin Pieuchot | |