summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2015-10-23Check that syslogd delays a blocking write to tty and that that allAlexander Bluhm
2015-10-23Add ifnameindex to te libc regress testsClaudio Jeker
2015-10-23Update expected group sizes to match recent code changes.Darren Tucker
2015-10-22Add a regress test for if_indextoname() and if_nametoindex()Claudio Jeker
2015-10-22Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULLJoel Sing
2015-10-22Fix case where we wanted to test ASN1_TIME_set_string() but were testingJoel Sing
2015-10-22Fix case where we wanted to test ASN1_TIME_set_string() but were testingJoel Sing
2015-10-22Add a regress for libc handling of SIGTHRPhilip Guenther
2015-10-20update regress for pledge after whitelisted-path view inclusionSebastien Marie
2015-10-19Test syslogd logging to a tty which belongs to a user. This isAlexander Bluhm
2015-10-19Change regress to not believe legacy times are validBob Beck
2015-10-18Need <string.h> for memset()Philip Guenther
2015-10-18regress pledge: test kill()Sebastien Marie
2015-10-18regress pledge: remove cmsgSebastien Marie
2015-10-18regress pledge: cpath testSebastien Marie
2015-10-18regress pledge: cmsg is deprecatedSebastien Marie
2015-10-18regress pledge: tweak a bit the manner to grab hte syscall numberSebastien Marie
2015-10-18Need native-pledge for id.Doug Hogan
2015-10-17Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze
2015-10-16test mixing of tabs with TaIngo Schwarze
2015-10-14bugfix: add ${.CURDIR} to deal with obj symlinksVincent Gross
2015-10-14unbreak regress/sbin/newfsSebastien Marie
2015-10-14bugfix : use ${.CURDIR} to cope with obj symlinksVincent Gross