aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix similar typos to r331124.Mariusz Zaborski2018-03-183-4/+4
* Fix typo.Mariusz Zaborski2018-03-181-1/+1
* Update libcasper references to all new man pages.Mariusz Zaborski2018-03-181-53/+9
* Document the sysctl Casper service.Mariusz Zaborski2018-03-182-0/+148
* Document the pwd Casper service.Mariusz Zaborski2018-03-182-0/+250
* nv was moved to the 9 section.Mariusz Zaborski2018-02-265-14/+14
* Fix typo.Mariusz Zaborski2018-02-261-2/+2
* Fix reference to nvlist in man pages.Mariusz Zaborski2018-02-242-10/+21
* Introduce channel flags in libcasper.Mariusz Zaborski2018-02-1720-75/+143
* Document the need for WITH_CASPER.Mark Johnston2018-02-051-1/+2
* The name of the library is exactly the same like one of name the name of theMariusz Zaborski2018-01-291-1/+0
* Document the syslog Casper service.Mariusz Zaborski2018-01-292-0/+116
* Add cap_random.3 to build system.Mariusz Zaborski2018-01-271-0/+5
* Fix caspermock - the cap_recv_nvlist should return nvlist.Mariusz Zaborski2018-01-271-1/+1
* Document the random Casper service.Mariusz Zaborski2018-01-271-0/+98
* Add SPDX tags for libcasper(3) and services.Mariusz Zaborski2018-01-2719-0/+38
* Document the grp Casper service.Mariusz Zaborski2018-01-272-0/+244
* Fix markup.Mariusz Zaborski2018-01-101-2/+2
* Document the DNS Casper service.Mariusz Zaborski2018-01-082-0/+215
* Build service tests with Casper support.Mariusz Zaborski2018-01-054-0/+4
* cap_unwrap should return a descriptor but also free the structure.Mariusz Zaborski2018-01-041-1/+9
* Add missing macro in man page.Mariusz Zaborski2018-01-041-2/+3
* Document services which we have in libcasper.Mariusz Zaborski2018-01-031-1/+24
* Introduce syslog service for Casper.Mariusz Zaborski2017-11-124-0/+278
* We return a pointer when we are using cap_init() or cap_service_open()Mariusz Zaborski2017-11-121-0/+2
* Fix the 'casper' package, following r325062.Glen Barber2017-11-081-1/+1
* The src.opts.mk sets default value for the SHLIBDIR, so our set was notMariusz Zaborski2017-11-042-4/+5
* Casper work's only as shared library - disable building static ones.Mariusz Zaborski2017-11-046-6/+6
* Add `static` to `cap_setgrent` prototype in !WITH_CASPER caseEnji Cooper2017-10-311-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-316-6/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-315-0/+92
* Fix information about nv.h include.Mariusz Zaborski2017-10-291-2/+2
* Introduce caspermocks.Mariusz Zaborski2017-10-2821-8/+282
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-144-0/+4
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-024-0/+4
* | TESTSDIR isn't required; remove itEnji Cooper2017-08-132-4/+0
* | Integrate the tests moved in r305626 in to the FreeBSD test suiteEnji Cooper2017-08-134-0/+20
* | Use hardcoded IPv4/IPv6 addresses for google-public-dns-a.google.com insteadEnji Cooper2017-08-131-14/+8
* | Make root-privileges a requirement for the testEnji Cooper2017-08-131-0/+2
* | Fix result printingEnji Cooper2017-08-134-12/+24
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-024-12/+4
* In libcasper, prefer to send a function index or service name over the IPCRobert Watson2017-03-233-12/+51
* Set SHLIBDIR before .including src.opts.mk in libcapser servicesEd Maste2016-10-244-4/+8
* Fix naming in Casper man page.Mariusz Zaborski2016-10-051-2/+2
* Move libcasper tests from regression/capsicum/libcasper/ toMariusz Zaborski2016-09-0812-0/+5366
* Don't close fd if it's lower then stderr, otherwise we can closeMariusz Zaborski2016-06-131-1/+2
* Add flags to the Casper services.Mariusz Zaborski2016-06-0810-47/+79
* Don't call setgrent() in an unportable way.Ed Schouten2016-06-011-1/+3