Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-06 | use curly braces for consistency | Theo Buehler | |
2019-11-06 | Cleanup code a bit, make sure the tal parse buffer is allways freed. | Claudio Jeker | |
2019-11-05 | Remove trailing space in appstest.sh | Kinichiro Inoguchi | |
2019-11-05 | Add test for cms in appstest.sh | Kinichiro Inoguchi | |
2019-11-04 | Add regress for CMS sign and verify. | Joel Sing | |
2019-11-04 | Reenable test-tal since problem is now fixed. | Claudio Jeker | |
2019-11-04 | Adjust code to work with the new tal API functions (tal_read_file and | Claudio Jeker | |
changed tal_parse). | |||
2019-11-03 | Add RSA-PSS test for genpkey in appstest.sh | Kinichiro Inoguchi | |
2019-11-02 | Hook cms regress. | Joel Sing | |
2019-11-02 | Include cms.h. | Joel Sing | |
2019-11-02 | Initial regress for cms. | Joel Sing | |
2019-11-02 | Add tls_conn_cipher_strength() to gotls regress. | Joel Sing | |
2019-11-02 | Disable test-tal since it currently fails to build. | Joel Sing | |
2019-11-02 | Use LibreSSL for rpki-client regress tests. | Joel Sing | |
2019-11-01 | more additional source files | Damien Miller | |
2019-11-01 | additional source files here too | Damien Miller | |
2019-11-01 | adapt to extra sshkey_sign() argument and additional dependencies | Damien Miller | |
2019-11-01 | skip security-key key types for tests until we have a dummy | Damien Miller | |
U2F middleware to use. | |||
2019-10-31 | Add RSA OAEP test for pkeyutl in appstest.sh | Kinichiro Inoguchi | |
2019-10-25 | Add tests for ifconfig(8) with inet6 addresses. | Alexander Bluhm | |
2019-10-24 | Test the old ioctl(2) for interface addresses SIOCSIFADDR, | Alexander Bluhm | |
SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR, and SIOCGIFADDR. Implement ifaddr.c which is a stripped down ifconfig(8) converted to the old interface. | |||
2019-10-16 | Test various combinations of setting interface addresses with | Alexander Bluhm | |
ifconfig and check the expected result. This covers the ifconfig(8) program and the SIOCAIFADDR and SIOCDIFADDR ioctl(2). | |||
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler | |
so move our BER API to the unused ober_* prefix to avoid some breakage in ports. Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen. tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt | |||
2019-10-16 | Link regress ifconfig to build. | Alexander Bluhm | |
2019-10-16 | Test various combinations of setting interface addresses with | Alexander Bluhm | |
ifconfig and check the expected result. This covers the ifconfig(8) program and the SIOCAIFADDR and SIOCDIFADDR ioctl(2). | |||
2019-10-06 | Instead of running sed over the whole log to remove CRs, remove them | Darren Tucker | |
only where it's needed (and confuses test(1) on at least OS X in portable). | |||
2019-10-04 | more sshsig regress tests: check key revocation, the check-novalidate | Damien Miller | |
signature test mode and signing keys in ssh-agent. From Sebastian Kinne (slightly tweaked) | |||
2019-10-03 | Now that we have snmp set, we can fully remove the dependency on netsnmp. | Martijn van Duren | |
2019-09-27 | Test for empty result in expected bits. Remove CRs from log as they | Darren Tucker | |
confuse tools on some platforms. Re-enable the 3des-cbc test. | |||
2019-09-23 | Add lastcomm(1) test for system call from writeable memory. This | Alexander Bluhm | |
requires that /usr/obj is mounted wxallowed, otherwise the test is skipped. Split the stack map test into two stack pointer validation tests, one during syscall and one in the trap handler. Currently the tests during system call fail on amd64 as the signal handler is not executed properly. On i386 and arm64 they pass. On armv7 something else is broken. | |||
2019-09-20 | Improve handling of nosuid mount option, temporary directory and | Alexander Bluhm | |
super user permissions. | |||
2019-09-20 | REGRESS_SKIP_TARGETS was spelled incorrectly. | Alexander Bluhm | |
reported by Moritz Buhl | |||
2019-09-20 | Fix compiler warning and whitespace. | Alexander Bluhm | |
2019-09-20 | Run regress wx_syscall if /usr/obj is mounted wxallowed. | Alexander Bluhm | |
Otherwise skip the test. | |||
2019-09-20 | Regress mmap_hint usually passes, enable it. | Alexander Bluhm | |
2019-09-19 | Make checksum comparison more robust. 0xffff is the same as 0. | Alexander Bluhm | |
2019-09-18 | Correct spelling in comment. | rob | |
2019-09-18 | Let snmpd's regress test make use of our very own brand new SNMPv3/USM | Martijn van Duren | |
support in snmp(1). | |||
2019-09-17 | Rsyslogd TLS client side is unreliable. Disable compatiblity test. | Alexander Bluhm | |
2019-09-17 | Send ping6 fragment that ends behind ipv6 max packet size. | Alexander Bluhm | |
2019-09-13 | oops, commit correct version of the expected results | Ingo Schwarze | |
2019-09-13 | Improve validation of function names: | Ingo Schwarze | |
1. Relax checking to accept function types of the form "ret_type (fname)(args)" (suggested by Yuri Pankov <yuripv dot net>). 2. Tighten checking to require the closing parenthesis. | |||
2019-09-11 | Fix unveil for relative lookups in the non AT_FDCWD case | Bob Beck | |
Issue spotted by Benjamin Baier <programmer@netzbasis.de> with relative path lookups from openat(2). Lacking a current working directory unveil, operations using the *at functions could fail when not crossing an unveil, since an initial covering unveil was not found. This corrects this so we walk up from the directory vnode to find a covering unveil at the start of non AT_FDCWD lookups, and adds regress for this case. ok bluhm@ | |||
2019-09-11 | Make it possible to free overlapping regions (effectively allowing | Mark Kettenis | |
freeing parts of regions that are already free) when the EX_CONFLICTOK flag is passed to extent_free. ok jmatthew@ | |||
2019-09-10 | If rsyslogd is not installed, explicitly skip these syslogd | Alexander Bluhm | |
compatibility tests. Fix some races and increase the timeout for rsyslog tests. | |||
2019-09-10 | Fix more races in syslogd test. | Alexander Bluhm | |
2019-09-10 | Test that lastcomm(1) shows M flag if the stack pointer was not in | Alexander Bluhm | |
stack memory. | |||
2019-09-10 | Fix race in syslogd test. | Alexander Bluhm | |
2017-06-08 | Start with a clean /var/account/acct accounting file and turn on | Alexander Bluhm | |
process accounting with accton(8). Each test executes a command with a unique name and checks the flags in the lastcomm(1) output. Run tests with fork, su, core, xsig, pledge, trap accounting. | |||
2019-09-08 | Pull out and expand openat tests into their own routine. | Bob Beck | |