freebsd-dev/bin/setfacl
Chris D. Faulhaber 0f6263079e o Separate acl_t into internal and external representations as
required by POSIX.1e.  This maintains the current 'struct acl'
  in the kernel while providing the generic external acl_t
  interface required to complete the ACL editing library.
o Add the acl_get_entry() function.
o Convert the existing ACL utilities, getfacl and setfacl, to
  fully make use of the ACL editing library.

Obtained from:	TrustedBSD Project
2001-04-24 22:45:41 +00:00
..
file.c
Makefile setfacl and getfacl no longer need to link against libposix1e, since it 2001-04-04 18:20:08 +00:00
mask.c o Separate acl_t into internal and external representations as 2001-04-24 22:45:41 +00:00
merge.c o Separate acl_t into internal and external representations as 2001-04-24 22:45:41 +00:00
remove.c o Separate acl_t into internal and external representations as 2001-04-24 22:45:41 +00:00
setfacl.1 mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
setfacl.c o Separate acl_t into internal and external representations as 2001-04-24 22:45:41 +00:00
setfacl.h o Separate acl_t into internal and external representations as 2001-04-24 22:45:41 +00:00
util.c