aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcasper: Update example in man page to use cap_getnameinfo function.Mariusz Zaborski2018-11-041-16/+25
* libcasper: Document the cap_getaddrinfo and cap_getnameinfo functionsMariusz Zaborski2018-11-042-4/+21
* Fix comments.Mark Johnston2018-10-241-2/+2
* Fix typo.Edward Tomasz Napierala2018-08-161-1/+1
* With r335636 C++ program use libcasper.h and capsicum_helpers.h.Mariusz Zaborski2018-07-011-0/+4
* [libcasper] Use explicit_bzero instead of memset to clear pwd structMariusz Zaborski2018-06-261-1/+1
* users(1): Use capsicum helpers for usersEitan Adler2018-06-251-1/+1
* Document libcasper_service.Mariusz Zaborski2018-06-233-0/+120
* Fix typo.Mariusz Zaborski2018-06-191-2/+2
* The gids argument can be declared as const.Mariusz Zaborski2018-03-183-5/+5
* Fix reference to man page in Makefile.Mariusz Zaborski2018-03-181-1/+1