aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl_to_text_nfs4.c
Commit message (Expand)AuthorAgeFilesLines
* libc: correct some memory leaks in acl_to_text(3) and acl_to_text_np(3)Peter Eriksson2023-12-171-0/+3
* 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
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).Edward Tomasz Napierala2010-06-051-5/+5
* Don't forget to free the string in error case.Edward Tomasz Napierala2010-06-031-0/+1
* Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs.Edward Tomasz Napierala2010-03-281-7/+4
* Fix c194955 - somehow I managed all the new files, tripling theirEdward Tomasz Napierala2009-06-251-532/+0
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-0/+798