summaryrefslogtreecommitdiffstats
path: root/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cope with the changed order of warning and error messages caused by theschwarze2015-12-0115-31/+31
* Rewrite the "netmask" rule testing the "-dst" and "-net" optionsmpi2015-11-301-10/+6
* now that targets are dedup'd, we can fix that one too.espie2015-11-291-1/+2
* add some more tail tests, from Martijn van Durentedu2015-11-2425-1/+2122
* hint: compile before commitderaadt2015-11-191-3/+3
* Drop a few NULL-checks before free()mmcc2015-11-171-25/+13
* Various *syncron* -> *synchron* typos.miod2015-11-141-1/+1
* regress: pledge: update SYS_kill syscall numbersemarie2015-11-141-2/+2
* ART-specific bits to make sure root tables are properly freed.mpi2015-11-122-1/+22
* Match recent rtalloc(9) rewrite.mpi2015-11-0918-40/+40
* Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.miod2015-11-084-4/+7
* groupling tests that now passespie2015-11-083-2/+17
* Emulate loops performed in the software crypto driver more closelymikeb2015-11-071-4/+12
* The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@schwarze2015-11-062-22/+22
* Replace a sudo with ${SUDO}.bluhm2015-11-051-2/+2
* Link arp regress into build.bluhm2015-11-051-2/+2
* Add regression tests for the ARP implementation in the kernel. Sendbluhm2015-11-0513-0/+618
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-044-10/+10
* Generating the self-signed syslogd test certificate does not dependbluhm2015-11-041-2/+2
* Hook up chacha20-poly1305 test vectors (missed in previous commit)mikeb2015-11-041-1/+2
* Basic framework to test the rtable_* API directly from userland.mpi2015-11-0412-0/+1659
* regress: pledgesemarie2015-11-031-4/+8
* regress: pledgesemarie2015-11-031-1/+3
* regress pledge: check the regress with systrace enabled toosemarie2015-11-032-4/+85
* Test vectors for Chacha20-Poly1305mikeb2015-11-032-0/+464
* Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk2015-11-022-0/+42
* Test that rsyslogd can send over TLS to OpenBSD syslogd.bluhm2015-11-024-5/+65
* Route output to local addresses has changed, ping6 command linebluhm2015-11-012-29/+29
* As syslog(3) in libc no longer inserts the timestamp, the maximumbluhm2015-10-311-3/+4
* If a .Bd block has no arguments at all, drop the block and only keepschwarze2015-10-303-4/+11
* print unsigned ints with %u, not %d. Reported by Pascal Cuoq.miod2015-10-301-2/+2
* Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.miod2015-10-301-8/+8
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-302-0/+2
* regress: pledgesemarie2015-10-303-8/+8
* regress pledge: rpath isn't needed anymore for mkdir()semarie2015-10-292-4/+4
* regress test for "PubkeyAcceptedKeyTypes +..." inside a Match blockdjm2015-10-291-1/+19
* add regress test on bind(2)ing with broadcast and inexistant addressesvgross2015-10-272-0/+129
* Check that RTM_GET works without RTAX_GATEWAY argument for multipathmpi2015-10-272-1/+22
* update regress suite for pledgesemarie2015-10-265-91/+88
* add tests for whitespace surrounding propertiesjasper2015-10-264-1/+29
* Add autoport to netinet6 regress testsvgross2015-10-261-2/+2
* Add regress test on local route insertionsvgross2015-10-263-2/+130
* temporary unhook regress/sys/kern/pledge from regresssemarie2015-10-261-2/+4
* Fix typo certopt->certopts in shell variable. This would cause the test todtucker2015-10-261-2/+2
* Change test to use length 128 (shortest long-form encoding).doug2015-10-251-2/+2
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-251-2/+3
* Sync after recent rtable_insert() change.mpi2015-10-254-8/+8
* Missing initializer; spotted by coverity.miod2015-10-251-2/+2
* Use dprintf() instead of fprintf() in the signal handlerguenther2015-10-251-3/+4
* Add test for -b and -r when -k is specified.millert2015-10-241-1/+18