Age | Commit message (Expand) | Author |
2018-06-02 | Update regress for DES cipher suite removal. | Joel Sing |
2018-06-02 | Zero the client random so that it is easier to spot unintended differences. | Joel Sing |
2018-06-01 | Adapt to extra default verboisity from ssh-keygen when searching for | Damien Miller |
2018-05-31 | Silence compiler warnings in the K&R style test code. | Todd C. Miller |
2018-05-28 | 8 spaces -> tab | Theo Buehler |
2018-05-28 | Make sure that the inetd echo and nonxt protocol reflectors are | Alexander Bluhm |
2018-05-28 | Regress for the dup2(2) vs accept(2) race. | Martin Pieuchot |
2018-05-23 | Make the test more verbose and do not hide the invoking commands. | Alexander Bluhm |
2018-05-23 | Since MAP_STACK was introduced, noexec -S -m failed from time to | Alexander Bluhm |
2018-05-22 | kevent: correctly check that timeout's nanoseconds are on [0, 1000000000) | cheloha |
2018-05-22 | nanosleep: ensure tv_nsec input is on [0, 1000000000) | cheloha |
2018-05-22 | In the sendsyslog-dropped test the client has to write a log message | Alexander Bluhm |
2018-05-22 | pledge rebounds-ns | anton |
2018-05-22 | Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantly | Damien Miller |
2018-05-21 | Add RCS Id. | Alexander Bluhm |
2018-05-21 | Link arch i386 regress to build. | Alexander Bluhm |
2018-05-21 | As the Meltdown workaround for i386 changes the f00f Pentium bug | Alexander Bluhm |
2018-05-21 | Use loopback interfaces 100-103 instead of 1-3, with the hopes of getting it run | anton |
2018-05-21 | In general I like verbose tests as output makes debugging easier. | Alexander Bluhm |
2018-05-21 | Activate IPv6 no next header protocol over IPsec test. Run the | Alexander Bluhm |
2018-05-19 | Install inetd.conf files and start the daemon on remote machines | Alexander Bluhm |
2018-05-19 | Add regress for httpd client certificate authentication. | Joel Sing |
2018-05-19 | Additionally send no next header protocol 59 packets through the | Alexander Bluhm |
2018-05-18 | don't think i had anything planned for whitespace-property-4; drop it | Jasper Lievisse Adriaanse |
2018-05-17 | add some more whitespace torture partly induced by aja@ | Jasper Lievisse Adriaanse |
2018-05-15 | Link free directory to libcrypto regress test suite. | Theo Buehler |
2018-05-15 | Typo fix, ok bluhm@ | Martin Pieuchot |
2018-05-15 | Test DSO_free(NULL). | Theo Buehler |
2018-05-15 | remove _CONF_free_data(). It doesn't belong here. | Theo Buehler |
2018-05-15 | Remove the /* ASN1_item_free */ annotations I added in r1.9 again. | Theo Buehler |
2018-05-11 | Clean up comment. | Darren Tucker |
2018-05-09 | hook up rebound | anton |
2018-05-09 | Add rebound regress tests, including a simple DNS server used as the upstream | anton |
2018-05-09 | After the fix to kvm_getargv(3)/kvm_getenv(3) on May 3, | Ingo Schwarze |
2018-05-03 | Add posixtestsuite to subdir. | Alexander Bluhm |
2018-05-03 | Add a mimimal regress test that runs the open POSIX test suite from | Alexander Bluhm |
2018-05-01 | regress changes for new stuff. - allow walking .., return EPERM | Bob Beck |
2018-04-28 | regress for unveil | Bob Beck |
2018-04-28 | bye bye pledgepath | Bob Beck |
2018-04-27 | Add test for stat behavior to make sure we can stat executable only | Bob Beck |
2018-04-27 | Fix regress that was depengin on pledgepath() being able to | Bob Beck |
2018-04-27 | test with pledgepath(NULL,NULL) instead of pledge activating things | Bob Beck |
2018-04-27 | Fix sem_timedwait regress test. Needs SA_RESTART to block now. | Paul Irofti |
2018-04-27 | Change regress to accomodate no flags escalation once active | Bob Beck |
2018-04-27 | remove references to O flags in test messages | Bob Beck |
2018-04-27 | pthread_join() must not return EINTR | Philip Guenther |
2018-04-26 | tests for clearing out flags | Bob Beck |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-26 | Adjust regress for new rwxc flags instead of O_FLAGS | Bob Beck |
2018-04-26 | failure for exiting on signal | Bob Beck |