summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2015-11-17Drop a few NULL-checks before free()mmcc
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2015-11-14regress: pledge: update SYS_kill syscall numberSebastien Marie
2015-11-12ART-specific bits to make sure root tables are properly freed.Martin Pieuchot
2015-11-09Match recent rtalloc(9) rewrite.Martin Pieuchot
2015-11-08Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.Miod Vallat
2015-11-08groupling tests that now passMarc Espie
2015-11-07Emulate loops performed in the software crypto driver more closelyMike Belopuhov
2015-11-06The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@Ingo Schwarze
2015-11-05Replace a sudo with ${SUDO}.Alexander Bluhm
2015-11-05Link arp regress into build.Alexander Bluhm
2015-11-05Add regression tests for the ARP implementation in the kernel. SendAlexander Bluhm
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04Generating the self-signed syslogd test certificate does not dependAlexander Bluhm
2015-11-04Hook up chacha20-poly1305 test vectors (missed in previous commit)Mike Belopuhov
2015-11-04Basic framework to test the rtable_* API directly from userland.Martin Pieuchot
2015-11-03regress: pledgeSebastien Marie
2015-11-03regress: pledgeSebastien Marie
2015-11-03regress pledge: check the regress with systrace enabled tooSebastien Marie
2015-11-03Test vectors for Chacha20-Poly1305Mike Belopuhov
2015-11-02Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,Reyk Floeter
2015-11-02Test that rsyslogd can send over TLS to OpenBSD syslogd.Alexander Bluhm
2015-11-01Route output to local addresses has changed, ping6 command lineAlexander Bluhm
2015-10-31As syslog(3) in libc no longer inserts the timestamp, the maximumAlexander Bluhm
2015-10-30If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze
2015-10-30print unsigned ints with %u, not %d. Reported by Pascal Cuoq.Miod Vallat
2015-10-30Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.Miod Vallat
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofMiod Vallat
2015-10-30regress: pledgeSebastien Marie
2015-10-29regress pledge: rpath isn't needed anymore for mkdir()Sebastien Marie
2015-10-29regress test for "PubkeyAcceptedKeyTypes +..." inside a Match blockDamien Miller
2015-10-27add regress test on bind(2)ing with broadcast and inexistant addressesVincent Gross
2015-10-27Check that RTM_GET works without RTAX_GATEWAY argument for multipathMartin Pieuchot
2015-10-26update regress suite for pledgeSebastien Marie
2015-10-26add tests for whitespace surrounding propertiesJasper Lievisse Adriaanse
2015-10-26Add autoport to netinet6 regress testsVincent Gross
2015-10-26Add regress test on local route insertionsVincent Gross
2015-10-26temporary unhook regress/sys/kern/pledge from regressSebastien Marie
2015-10-26Fix typo certopt->certopts in shell variable. This would cause the test toDarren Tucker
2015-10-25Change test to use length 128 (shortest long-form encoding).Doug Hogan
2015-10-25Hide __atexit and __atexit_register_cleanup()Philip Guenther
2015-10-25Sync after recent rtable_insert() change.Martin Pieuchot
2015-10-25Missing initializer; spotted by coverity.Miod Vallat
2015-10-25Use dprintf() instead of fprintf() in the signal handlerPhilip Guenther
2015-10-24Add test for -b and -r when -k is specified.Todd C. Miller
2015-10-24Handling of bogus CA file has changed in syslogd. Adapt tests toAlexander Bluhm
2015-10-23Test syslogd with empty or non existing server certificates andAlexander Bluhm
2015-10-23Cast isdigit() argument to unsigned char.mmcc
2015-10-23Cast ctype functions' arguments to unsigned char.mmcc
2015-10-23Cast isspace() argument to unsigned char.mmcc