Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | add regress for unveil of "." now that I fixed this | Bob Beck | |
2018-07-27 | Make the BYPASSUNVEIL test actually test BYPASSUNVEIL with tmppath | Bob Beck | |
2018-07-25 | Provide a harness that runs test vectors from Project Wycheproof against | Joel Sing | |
libcrypto. Initially this just covers RSA signatures, but can be extended to cover other cryptographic algorithms. This regress requires the go and wycheproof-testvector packages to be installed, with the regress being skipped otherwise. Discussed with beck@ and tb@ | |||
2018-07-23 | avoid using argv[0] for printing to stderr | Theo Buehler | |
2018-07-22 | hook up fchown | anton | |
2018-07-22 | Add regress covering the recently fixed NULL pointer deref in fchown(). | anton | |
2018-07-20 | The newly added realpath(3) in vmd's parse.y checks whether the | Alexander Bluhm | |
directories exist. Create the path and file for test vmd-fail-disk-path-too-long. | |||
2018-07-20 | Listen on 127.0.0.1 and ::1 in the regress config since the test use localhost | Claudio Jeker | |
which can be resolved to either of the two values. OK bluhm@ | |||
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2018-07-20 | Add missing RCS Id. | helg | |
2018-07-20 | add regress test for "bypassunveil" where a path should be unveil'd by | Robert Nagy | |
specific pledge(2) calls ok beck@ | |||
2018-07-19 | Add regress test for inheritance of unveil's across fork to children | Bob Beck | |
2018-07-18 | Bob's license was missing, add it. | Theo Buehler | |
ok beck | |||
2018-07-17 | some more style fixes | Theo Buehler | |
2018-07-17 | Add missing $OpenBSD$ markers. | Theo Buehler | |
2018-07-17 | remove unused, empty file | Theo Buehler | |
2018-07-17 | Replace getprogname() to argv[0] in bnaddsub | Kinichiro Inoguchi | |
ok tb@ | |||
2018-07-17 | Don't send FBT_DESTROY if the FUSE connection is still PENDING. Also | helg | |
don't attempt to determine the size of the root inode. This is because we don't need to know the size of directories and FBT_GETATTR will also cause a deadlock if fuse_unmount(3) is called before the file system has a chance to process fbufs. Add corresponding regression test. ok mpi@ | |||
2018-07-17 | libfuse now supports -f command line option; uncomment test. | helg | |
2018-07-16 | memleak in unittest; found by valgrind | Damien Miller | |
2018-07-15 | re-commit the removal of the EC_POINTs_mul() regression tests with num > 1 | Theo Buehler | |
2018-07-15 | $OpenBSD$ | Theo Buehler | |
2018-07-15 | Also revert regression tests so that EC_POINTs_mul() with longer vectors | Theo Buehler | |
gets exercised again. | |||
2018-07-13 | Unveiling unveil(2). | Bob Beck | |
This brings unveil into the tree, disabled by default - Currently this will return EPERM on all attempts to use it until we are fully certain it is ready for people to start using, but this now allows for others to do more tweaking and experimentation. Still needs to send the unveil's across forks and execs before fully enabling. Many thanks to robert@ and deraadt@ for extensive testing. ok deraadt@ | |||
2018-07-13 | tests for next steps in unveil | Bob Beck | |
2018-07-13 | make this use ssh_proxy rather than starting/stopping a daemon for | Damien Miller | |
each testcase | |||
2018-07-13 | fix leaks in unit test; with this, all unit tests are leak free | Damien Miller | |
(as far as valgrind can spot anyway) | |||
2018-07-12 | fix Test 7.1 after main.c rev. 1.37; | Ingo Schwarze | |
breaking the output lines earlier with the 'l' command is intentional | |||
2018-07-12 | symlinks make my cry.. thanks robert.. don't you care about my feelings? | Bob Beck | |
2018-07-12 | Add regress test for realpath and modify behavior appropriately | Bob Beck | |
2018-07-11 | some regression tests for lam(1) including width measurements; | Ingo Schwarze | |
will be fixed soon and then linked to the build | |||
2018-07-11 | regress to check nested subdirs and ..'s | Bob Beck | |
2018-07-11 | test changed stat lying semantics - we don't lie about files | Bob Beck | |
2018-07-11 | Some spaces have been removed from pfctl print. Adapt expected | Alexander Bluhm | |
output in regress. | |||
2018-07-11 | Regress update to match changes for chrome | Bob Beck | |
2018-07-11 | Update EC regression tests. | Theo Buehler | |
Part of https://github.com/libressl-portable/openbsd/pull/94 from Billy Brumley and his team. ok jsing | |||
2018-07-10 | $OpenBSD$ | Theo Buehler | |
2018-07-10 | Now that all *_free() functions are NULL safe, we can generate the | Theo Buehler | |
freenull test from Symbols.list. Suggested by jsing, discussed with beck and bluhm. | |||
2018-07-10 | machine/fpu.h is not needed on amd64 and does not exist on i386. | Alexander Bluhm | |
Remove the include. | |||
2018-07-10 | +addsub | Theo Buehler | |
2018-07-10 | Add simple regression tests for BN_{,u}{add,sub}(3). With input from jca | Theo Buehler | |
2018-07-10 | Missing CVS Id | Martin Pieuchot | |
2018-07-09 | Clear the part of fenv that is modified by old AMD Opteron during | Alexander Bluhm | |
process startup. from guenther@ | |||
2018-07-09 | catch up with compile.c rev. 1.48; while here, also add tests for | Ingo Schwarze | |
those unusual delimiter characters that did *not* change behaviour | |||
2018-07-09 | +libusbhid | Martin Pieuchot | |
2018-07-09 | Regress for parsing HID pages. | Martin Pieuchot | |
From David Bern. | |||
2018-07-09 | Add a test related to variable expansion that used to trigger the segfault seen | anton | |
in the installer. from tb@ | |||
2018-07-08 | Make readlink -f work in a POSIXly correct way. | Martijn van Duren | |
Discussed with halex@ | |||
2018-07-08 | Add test covering variable expansion referencing multiple read-only variables. | anton | |
2018-07-08 | zap empty line | anton | |