aboutsummaryrefslogtreecommitdiff
path: root/bin/getfacl/getfacl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-1/+1
* Add NFSv4 ACL support to getfacl(1).Edward Tomasz Napierala2009-09-041-15/+58
* Use owner name and owning group name instead of uid and gidKevin Lo2007-09-191-2/+30
* Add "-q" argument to getfacl(1), which suppresses the per-file headerRobert Watson2006-03-131-10/+16
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+1
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerRobert Watson2002-12-301-11/+22
* - Consistent use of warn() vs. perror().Tim J. Robbins2002-11-031-9/+8
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+5
* Partially fix (well, work around) warnings inspired by lint, aMark Murray2002-02-221-2/+2
* o Update licenses, comments.Robert Watson2001-11-161-0/+2
* Silence warnings on alpha. Unfortunately we can't add WARNS to thisKris Kennaway2001-05-201-1/+2
* Convert getfacl to the ACL editing library functions. getfacl shouldChris D. Faulhaber2001-04-131-23/+71
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-9/+9
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsRobert Watson2001-03-191-0/+201