aboutsummaryrefslogtreecommitdiff
path: root/lib/libugidfw/ugidfw.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-3/+2
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-031-8/+35
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Clean up trailing whitespaceEnji Cooper2017-10-231-3/+3
* Remove dead storesEnji Cooper2017-10-231-64/+50
* Fix 'ugidfw remove' after r284251 incorrectly changed it.Bryan Drewery2015-09-291-1/+1
* Set some internal helpers as static and initialize few variables to silenceMarcelo Araujo2015-06-241-9/+10
* Remove unnecessary variable and fix the usage of sysctl(3).Marcelo Araujo2015-06-111-7/+5
* Remove unused variables and silence clang warnings.Marcelo Araujo2015-06-041-4/+2
* Quiet clang warnings by using string literal format strings.Ed Maste2011-01-041-2/+2
* Remove an unused variable.Ed Schouten2009-12-311-1/+0
* Add some new options to mac_bsdestended. We can now match on:David Malone2006-04-231-167/+729
* Fix two typos in comments.Tom Rhodes2005-04-231-2/+2
* When parsing the second {uid,gid} in an identity phrase for ugidfw,Robert Watson2005-04-161-13/+25
* Properly return rule number.Pawel Jakub Dawidek2005-03-281-1/+1
* Modify libugidfw(3) to use MBI_* permission flags from mac_bsdextended.hRobert Watson2004-10-211-13/+12
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-111-3/+2
* Add bsde_add_rule(), which is similar to bsde_set_rule() except thatRobert Watson2004-02-251-1/+42
* License and blurb update authorized by Network Associates.Robert Watson2002-11-071-7/+4
* Use size_t instead of int for len variables passed in/out of sysctl.Robert Watson2002-09-271-2/+3
* Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.Robert Watson2002-08-141-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+712