aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl_to_text.c
Commit message (Expand)AuthorAgeFilesLines
* acl_to_text: include sys/param.h for MAXLOGNAMEBrooks Davis2024-04-151-1/+1
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Don't let the C library depend on <utmp.h>.Ed Schouten2009-12-051-4/+3
* Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)Edward Tomasz Napierala2009-09-011-5/+5
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-4/+29
* Print group name in getfacl output when calculating an effectiveRobert Watson2003-07-241-2/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* o style(9) and consistency fixes:Chris D. Faulhaber2002-02-211-1/+1
* o return EINVAL if acl_to_text() have been sent a NULL acl. ...Chris D. Faulhaber2002-01-261-1/+6
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-241-16/+19
* Prepare for the inclusion of libposix1e into libc: retire the oldThomas Moestl2001-04-041-0/+2
* o Update copyright dates.Robert Watson2001-03-131-26/+29
* o When returning NULL, return (NULL) instead of return (0).Robert Watson2001-01-171-2/+2
* o acl_from_text.c:Robert Watson2001-01-091-20/+9
* Minor fixes to library interface to improve POSIX.1e compliance. ThisRobert Watson2000-01-261-13/+2
* libposix1e provides userland library calls for the POSIX.1e securityRobert Watson2000-01-151-0/+244