aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
Commit message (Expand)AuthorAgeFilesLines
* tests: Skip cap_fileargs if build without capsicum capabilitiesOlivier Cochard2021-01-262-0/+31
* libcasper/cap_grp tests: Reset the group database handleMark Johnston2021-01-211-0/+4
* casper: convert macros to inline functionsMariusz Zaborski2021-01-121-3/+22
* fileargs: add support for realpathMariusz Zaborski2021-01-105-3/+224
* fileargs: add testsMariusz Zaborski2021-01-093-0/+625
* cap_sysctl: expose structures and variablesMariusz Zaborski2021-01-041-4/+5
* casper: convert macros to inline functionsMariusz Zaborski2021-01-042-29/+145
* cap_net: CAPNET_CONNECT and CAPNET_CONNECTDNS are not mutually exclusiveMariusz Zaborski2021-01-032-5/+46
* cap_net: allow to use the service without setting the limitsMariusz Zaborski2021-01-032-6/+113
* capser: add cap_net to the list of servicesMariusz Zaborski2021-01-031-1/+4
* [libcasper] Update cap_dns API to not trigger unused variable warnings when d...Adrian Chadd2020-10-131-10/+64
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-184-8/+0
* libcasper: Introduce cap_net a network service for Casper.Mariusz Zaborski2020-08-169-6/+3066
* Fix trailing-comma-related typos in the tree when the Xr macro is usedMateusz Piotrowski2020-06-271-1/+1
* libcasper(3): Document HISTORY within the manpagesGordon Bergling2020-06-168-8/+48
* cap_fileargs: Fix a descriptor leak in the service process.Mark Johnston2020-06-011-5/+5
* cap_dns.3: fix some orphan .Xr linksAlan Somers2020-04-181-5/+5
* libcasper(3): Export functions to C++Conrad Meyer2020-04-076-0/+39
* libcasper: Constify cap_sysctl_limit_mib() mib parameterConrad Meyer2020-04-063-5/+5
* Update Makefile.depend filesSimon J. Gerraty2019-12-117-5/+36
* cap_sysctl: correct typo from r347534-ishKyle Evans2019-10-231-1/+1
* libcasper/services: include <src.opts.mk> to hook tests to buildKyle Evans2019-10-231-0/+2
* pkgbase: Move libcap_ to FreeBSD-runtimeEmmanuel Vadot2019-09-057-8/+8
* cap_filergs: limit size of the file nameMariusz Zaborski2019-08-071-0/+5
* fileargs: fix formating in EXAMPLESMariusz Zaborski2019-07-301-1/+1
* libcasper: remove reference to deprecated system.randomMariusz Zaborski2019-07-291-4/+1
* Remove cap_random(3).Mark Johnston2019-07-247-318/+0
* Link fileargs_lstat.3.Mark Johnston2019-07-211-0/+1
* fileargs: add wrapping/unwrapping functionsMariusz Zaborski2019-06-122-1/+57
* Extend the libcap_sysctl tests.Mark Johnston2019-05-131-2/+122
* Convert the libcap_sysctl test cases to ATF.Mark Johnston2019-05-132-349/+401
* Add cap_sysctl(3) and cap_sysctlnametomib(3).Mark Johnston2019-05-135-738/+1054
* [casper] fix compilation when casper is disabled.Adrian Chadd2019-04-171-2/+6
* cap_fileargs: fix test after r346318Ed Maste2019-04-171-1/+1
* cap_fileargs: fix GCC build, don't shadow 'stat'Ed Maste2019-04-171-2/+2
* cap_fileargs: add fileargs_lstat serviceEd Maste2019-04-173-29/+207
* cap_fileargs.3: typo and markup correctionsEd Maste2019-04-171-6/+6
* cap_fileargs.3: correct 'filerags' typoEd Maste2019-04-171-3/+3
* r341692 changed cap_syslog(3) to preserve the stdio descriptors inheritedJason A. Harmening2019-02-061-3/+26
* libcasper: do not run registered exit functionsMariusz Zaborski2019-01-263-13/+13
* Let the cap_syslog capability inherit stdio descriptors.Mark Johnston2018-12-071-1/+1
* libcasper: do not fail if Capsicum is not avilableMariusz Zaborski2018-11-301-1/+1
* libcasper: provide compatibility with the old version of serviceMariusz Zaborski2018-11-191-5/+11
* Update the names in the LIMITS and EXAMPLES sections after r340363.Mariusz Zaborski2018-11-181-4/+4
* Fix typo in the comparison.Mariusz Zaborski2018-11-121-2/+2
* libcasper: introduce cap_fileargs serviceMariusz Zaborski2018-11-125-0/+890
* libcasper: ange the name of limits in cap_dns so the intentions are obvious.Mariusz Zaborski2018-11-124-52/+52
* Document the fact that cap_limit_set() always frees the input nvlist.Mark Johnston2018-11-051-2/+4
* libcasper: using explicit_bzero in cap_grp serviceMariusz Zaborski2018-11-041-1/+1
* libcasper: fix limitations in dns serviceMariusz Zaborski2018-11-043-21/+23