Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 15:45:42 -0700 (PDT)
From:      "Chris D. Faulhaber" <jedgar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/setfacl mask.c merge.c remove.c setfacl.c setfacl.h src/lib/libc/posix1e acl_get_entry.3 Makefile.inc acl_calc_mask.c acl_copy.c acl_delete_entry.c acl_entry.c acl_free.c acl_from_text.c acl_get.c acl_init.c acl_perm.c ...
Message-ID:  <200104242245.f3OMjgw14713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jedgar      2001/04/24 15:45:42 PDT

  Modified files:
    bin/setfacl          mask.c merge.c remove.c setfacl.c 
                         setfacl.h 
    lib/libc/posix1e     Makefile.inc acl_calc_mask.c acl_copy.c 
                         acl_delete_entry.c acl_entry.c acl_free.c 
                         acl_from_text.c acl_get.c acl_init.c 
                         acl_perm.c acl_set.c acl_support.c 
                         acl_support.h acl_to_text.c acl_valid.c 
    sys/sys              acl.h 
  Added files:
    lib/libc/posix1e     acl_get_entry.3 
  Log:
  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
  
  Revision  Changes    Path
  1.2       +19 -7     src/bin/setfacl/mask.c
  1.2       +81 -42    src/bin/setfacl/merge.c
  1.2       +51 -32    src/bin/setfacl/remove.c
  1.2       +14 -14    src/bin/setfacl/setfacl.c
  1.2       +8 -8      src/bin/setfacl/setfacl.h
  1.5       +2 -1      src/lib/libc/posix1e/Makefile.inc
  1.6       +42 -45    src/lib/libc/posix1e/acl_calc_mask.c
  1.3       +2 -2      src/lib/libc/posix1e/acl_copy.c
  1.3       +25 -12    src/lib/libc/posix1e/acl_delete_entry.c
  1.5       +39 -7     src/lib/libc/posix1e/acl_entry.c
  1.4       +10 -2     src/lib/libc/posix1e/acl_free.c
  1.7       +8 -8      src/lib/libc/posix1e/acl_from_text.c
  1.9       +28 -11    src/lib/libc/posix1e/acl_get.c
  1.8       +12 -7     src/lib/libc/posix1e/acl_init.c
  1.4       +25 -17    src/lib/libc/posix1e/acl_perm.c
  1.8       +11 -5     src/lib/libc/posix1e/acl_set.c
  1.9       +18 -9     src/lib/libc/posix1e/acl_support.c
  1.4       +2 -2      src/lib/libc/posix1e/acl_support.h
  1.7       +20 -17    src/lib/libc/posix1e/acl_to_text.c
  1.7       +6 -3      src/lib/libc/posix1e/acl_valid.c
  1.19      +11 -4     src/sys/sys/acl.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104242245.f3OMjgw14713>