summaryrefslogtreecommitdiffstats
path: root/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* add regress for unveil of "." now that I fixed thisbeck2018-07-271-1/+15
* Make the BYPASSUNVEIL test actually test BYPASSUNVEIL with tmppathbeck2018-07-271-3/+14
* Provide a harness that runs test vectors from Project Wycheproof againstjsing2018-07-253-1/+253
* avoid using argv[0] for printing to stderrtb2018-07-231-2/+2
* hook up fchownanton2018-07-221-1/+2
* Add regress covering the recently fixed NULL pointer deref in fchown().anton2018-07-222-0/+51
* The newly added realpath(3) in vmd's parse.y checks whether thebluhm2018-07-203-4/+15
* Listen on 127.0.0.1 and ::1 in the regress config since the test use localhostclaudio2018-07-201-13/+9
* Add missing RCS Id.helg2018-07-209-0/+9
* add regress test for "bypassunveil" where a path should be unveil'd byrobert2018-07-201-1/+17
* Add regress test for inheritance of unveil's across fork to childrenbeck2018-07-191-25/+33
* Bob's license was missing, add it.tb2018-07-181-1/+16
* some more style fixestb2018-07-171-19/+19
* Add missing $OpenBSD$ markers.tb2018-07-1741-22/+42
* remove unused, empty filetb2018-07-171-0/+0
* Replace getprogname() to argv[0] in bnaddsubinoguchi2018-07-171-3/+2
* Don't send FBT_DESTROY if the FUSE connection is still PENDING. Alsohelg2018-07-173-1/+80
* libfuse now supports -f command line option; uncomment test.helg2018-07-171-2/+0
* memleak in unittest; found by valgrinddjm2018-07-161-3/+34
* re-commit the removal of the EC_POINTs_mul() regression tests with num > 1tb2018-07-151-161/+27
* $OpenBSD$tb2018-07-151-0/+1
* Also revert regression tests so that EC_POINTs_mul() with longer vectorstb2018-07-151-26/+160
* Unveiling unveil(2).beck2018-07-131-1/+2
* tests for next steps in unveilbeck2018-07-131-1/+37
* make this use ssh_proxy rather than starting/stopping a daemon fordjm2018-07-131-4/+8
* fix leaks in unit test; with this, all unit tests are leak freedjm2018-07-131-1/+4
* fix Test 7.1 after main.c rev. 1.37;schwarze2018-07-121-9/+10
* symlinks make my cry.. thanks robert.. don't you care about my feelings?beck2018-07-121-2/+11
* Add regress test for realpath and modify behavior appropriatelybeck2018-07-121-6/+22
* some regression tests for lam(1) including width measurements;schwarze2018-07-119-0/+83
* regress to check nested subdirs and ..'sbeck2018-07-111-2/+36
* test changed stat lying semantics - we don't lie about filesbeck2018-07-111-3/+3
* Some spaces have been removed from pfctl print. Adapt expectedbluhm2018-07-1110-43/+43
* Regress update to match changes for chromebeck2018-07-111-6/+24
* Update EC regression tests.tb2018-07-111-160/+26
* $OpenBSD$tb2018-07-102-1/+2
* Now that all *_free() functions are NULL safe, we can generate thetb2018-07-105-239/+123
* machine/fpu.h is not needed on amd64 and does not exist on i386.bluhm2018-07-101-2/+1
* +addsubtb2018-07-101-1/+2
* Add simple regression tests for BN_{,u}{add,sub}(3). With input from jcatb2018-07-102-0/+248
* Missing CVS Idmpi2018-07-101-0/+1
* Clear the part of fenv that is modified by old AMD Opteron duringbluhm2018-07-091-2/+7
* catch up with compile.c rev. 1.48; while here, also add tests forschwarze2018-07-092-41/+212
* +libusbhidmpi2018-07-091-1/+2
* Regress for parsing HID pages.mpi2018-07-094-0/+114
* Add a test related to variable expansion that used to trigger the segfault seenanton2018-07-091-1/+4
* Make readlink -f work in a POSIXly correct way.martijn2018-07-081-3/+2
* Add test covering variable expansion referencing multiple read-only variables.anton2018-07-081-1/+14
* zap empty lineanton2018-07-081-2/+1
* hook up ftruncateanton2018-07-081-1/+2