aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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