summaryrefslogtreecommitdiff
path: root/tools/regression/security
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26tools: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2015-11-02Use nitems(x) instead of sizeof(x)/sizeof(x[0])Enji Cooper
2015-10-30Fix compiler warnings with open_to_operation.cEnji Cooper
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2014-03-16Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson
2014-02-06Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer
2013-03-21Update regression tests after adding chflagsat(2).Pawel Jakub Dawidek
2013-03-16Update the tests now that absence of the O_APPEND flag requires CAP_SEEKPawel Jakub Dawidek
2013-03-16The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flagPawel Jakub Dawidek
2013-03-02Update existing regression tests after Capsicum overhaul.Pawel Jakub Dawidek
2012-02-29Fix order of arguments to lseek().Christian Brueffer
2011-12-30Spelling fixes for tools/Ulrich Spörlein
2011-08-18Test process descriptors.Jonathan Anderson
2011-08-16poll(2) implementation for capabilities.Jonathan Anderson
2011-08-12Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson
2011-08-12Test *at(2) calls with capability-mode lookup.Jonathan Anderson
2011-08-11Use the right printf() format string without a cast to maxint_t.Jonathan Anderson
2011-08-11Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson
2011-08-05Expect fchflags(2) to fail with EOPNOTSUPP on NFS.Jonathan Anderson
2011-08-04Flesh out the cap_test regression test.Jonathan Anderson
2011-08-04Flesh out the cap_test regression test.Jonathan Anderson
2011-05-04Regression tests for Capsicum capability mode.Jonathan Anderson
2008-02-14Add open_to_operation, a security regression test that opens files withRobert Watson
2004-12-21Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
2004-07-17gcc now objects to a default label without any contents. Because I wantRobert Watson
2002-05-16file system > filesystemTom Rhodes
2002-03-14NAI DBA update.Robert Watson
2001-09-21o Fix two eaccess() checks -- in one case, the wrong test fileRobert Watson
2001-09-20o Regression test to check that appropriate parts of the processRobert Watson
2001-04-13o Add a comment identifying the "privileged on privileged" scenario.Robert Watson
2001-04-13o Add inter-process authorization uid regression testing for ktrace().Robert Watson
2001-04-13o s/debug/ptrace/ since shortly there will be tests involving otherRobert Watson
2001-04-12o Expand inter-process authorization regression test to includeRobert Watson
2001-04-11o Enable -DSETSUGID_SUPPORTED in inter-process authorization regressionRobert Watson
2001-04-11o First pass at an inter-process authorization regression testing suite.Robert Watson