aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
Commit message (Expand)AuthorAgeFilesLines
* cap_net/net_test: require 'allow_network_access'Siva Mahadevan10 days1-28/+140
* cap_dns/tests/dns_test: mark tests as needing network accessSiva Mahadevan2025-07-081-25/+12
* libcasper: Fix inconsistent error codes of cap_get{addr,name}info()Hiroki Sato2025-06-121-16/+39
* libcasper: Use __VA_ARGS__ for function-like macrosHiroki Sato2025-06-121-13/+9
* manuals: Misc syntax fixesGraham Percival2024-10-071-1/+1
* manuals: Misc macro typosGraham Percival2024-09-211-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-07-3012-12/+0
* libcasper: Consistently use item count as the first argument to callocJohn Baldwin2024-07-192-4/+4
* Remove residual blank line at start of MakefileWarner Losh2024-07-1522-22/+0
* libcasper: fix cap_rights_init usageEd Maste2024-02-151-8/+8
* libcasper: Fix typo (triple T)Jose Luis Duran2023-12-281-1/+1
* libcasper: document that most libcasper functions are not thread-safeAlan Somers2023-12-088-13/+76
* cap_net.3: remove a copypastaAlan Somers2023-12-061-6/+3
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+0
* libcasper: Fix a typo in a source code commentGordon Bergling2023-11-231-1/+1
* libcasper: Neuter false positive -Wuse-after-free warnings from GCC 13John Baldwin2023-11-153-0/+9
* dirdeps: Update Makefile.depend* files with empty contentsStephen J. Kiernan2023-10-296-0/+69
* cap_net: correct capability name from addr2name to name2addrMariusz Zaborski2023-10-232-1/+13
* libcasper: reference system.fileargs serviceEd Maste2023-09-061-1/+4
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1610-20/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1634-34/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1619-38/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1613-26/+0
* cap_net.3: fix typoShawn Webb2023-06-211-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1224-24/+24
* cap_net tests: Skip tests if there is no connectivityMark Johnston2023-04-271-43/+86
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-197-37/+0
* cap_dns, cap_net: fix host and service buffer handlingEric van Gyzen2023-04-043-8/+51
* cap_dns tests: Convert to ATF, avoid failing when lookups don't resolveMark Johnston2023-03-302-310/+328
* cap_sysctl tests: SerializeMark Johnston2023-03-301-1/+4
* libcasper: Move helper libraries from /lib/casper to /lib.John Baldwin2023-03-298-8/+8
* libcasper.3: document cap_init's single-threaded program requirementAlan Somers2023-01-111-1/+2
* [skip ci] improvements to cap_sysctl.3Alan Somers2022-12-081-7/+35
* cap_netdb: Fix description styleMariusz Zaborski2022-09-291-2/+1
* libcapser: Add reference to cap_netdbMariusz Zaborski2022-09-291-1/+4
* Replace a dead cross reference with the proper (I think) macro.Jens Schweikhardt2022-08-131-1/+1
* cap_fileargs: silence warnings of unused variableMariusz Zaborski2022-03-201-3/+2
* cap_net: fix verification of bind permissionMariusz Zaborski2021-12-141-1/+1
* cap_net: plug memory leakMariusz Zaborski2021-12-141-3/+7
* Fix two more nits from 0mpGeorge V. Neville-Neil2021-11-102-4/+5
* Address review comments from 0mp, debdrup and oshogboGeorge V. Neville-Neil2021-11-103-17/+18
* Initial clean up the language in the manual pages.George V. Neville-Neil2021-11-103-66/+75
* libcasper(3): Correct some warnings found by mandocGordon Bergling2021-07-125-11/+13
* libcasper: fix descriptors numbersMariusz Zaborski2021-06-104-16/+50
* libcasper: Create a minimal cap_netdb serviceRyan Moeller2021-06-057-0/+435
* cap_sysctl.3: Fix bugs in the exampleMark Johnston2021-04-281-1/+2
* fileargs: fix double caching of the same fileMariusz Zaborski2021-04-071-2/+6
* 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