aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/security
Commit message (Expand)AuthorAgeFilesLines
* Use nitems(x) instead of sizeof(x)/sizeof(x[0])Enji Cooper2015-11-021-2/+2
* Fix compiler warnings with open_to_operation.cEnji Cooper2015-10-302-16/+13
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-134-4/+4
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-167-7/+7
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer2014-02-061-2/+2
* Update regression tests after adding chflagsat(2).Pawel Jakub Dawidek2013-03-211-6/+4
* Update the tests now that absence of the O_APPEND flag requires CAP_SEEKPawel Jakub Dawidek2013-03-161-13/+46
* The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flagPawel Jakub Dawidek2013-03-161-6/+6
* Update existing regression tests after Capsicum overhaul.Pawel Jakub Dawidek2013-03-022-101/+349
* Fix order of arguments to lseek().Christian Brueffer2012-02-291-1/+1
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-2/+2
* Test process descriptors.Jonathan Anderson2011-08-185-0/+221
* poll(2) implementation for capabilities.Jonathan Anderson2011-08-161-2/+16
* Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson2011-08-121-2/+2
* Test *at(2) calls with capability-mode lookup.Jonathan Anderson2011-08-124-3/+157
* Use the right printf() format string without a cast to maxint_t.Jonathan Anderson2011-08-111-4/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-112-3/+4
* Expect fchflags(2) to fail with EOPNOTSUPP on NFS.Jonathan Anderson2011-08-051-2/+11
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-043-0/+388
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-045-344/+319
* Regression tests for Capsicum capability mode.Jonathan Anderson2011-05-045-0/+587
* Add open_to_operation, a security regression test that opens files withRobert Watson2008-02-142-0/+1263
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
* gcc now objects to a default label without any contents. Because I wantRobert Watson2004-07-171-0/+2
* file system > filesystemTom Rhodes2002-05-161-2/+2
* NAI DBA update.Robert Watson2002-03-141-1/+1
* o Fix two eaccess() checks -- in one case, the wrong test fileRobert Watson2001-09-211-2/+2
* o Regression test to check that appropriate parts of the processRobert Watson2001-09-202-0/+369
* o Add a comment identifying the "privileged on privileged" scenario.Robert Watson2001-04-131-0/+1
* o Add inter-process authorization uid regression testing for ktrace().Robert Watson2001-04-131-43/+63
* o s/debug/ptrace/ since shortly there will be tests involving otherRobert Watson2001-04-131-3/+3
* o Expand inter-process authorization regression test to includeRobert Watson2001-04-122-46/+58
* o Enable -DSETSUGID_SUPPORTED in inter-process authorization regressionRobert Watson2001-04-111-1/+1
* o First pass at an inter-process authorization regression testing suite.Robert Watson2001-04-115-0/+563