Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 14:31:01 -0800 (PST)
From:      "Chris D. Faulhaber" <jedgar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libposix1e acl_add_perm.3 acl_clear_perms.3 acl_copy.c acl_copy_entry.3 acl_create_entry.3 acl_delete_perm.3 acl_entry.c acl_get_permset.3 acl_get_qualifier.3 acl_get_tag_type.3 acl_perm.c acl_set_permset.3 ...
Message-ID:  <200103222231.f2MMV1N27891@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jedgar      2001/03/22 14:31:01 PST

  Modified files:
    lib/libposix1e       Makefile acl_get.c acl_set.c 
    sys/sys              acl.h 
  Added files:
    lib/libposix1e       acl_add_perm.3 acl_clear_perms.3 
                         acl_copy.c acl_copy_entry.3 
                         acl_create_entry.3 acl_delete_perm.3 
                         acl_entry.c acl_get_permset.3 
                         acl_get_qualifier.3 acl_get_tag_type.3 
                         acl_perm.c acl_set_permset.3 
                         acl_set_qualifier.3 acl_set_tag_type.3 
                         acl_size.c 
  Log:
  Add the following ACL editing functions:
    acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
    acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
    acl_set_permset, acl_set_qualifier, acl_set_tag_type
  
  This brings us within 4 functions of a full ACL editing library.
  
  Reviewed by:	rwatson
  
  Revision  Changes    Path
  1.11      +14 -2     src/lib/libposix1e/Makefile
  1.6       +59 -2     src/lib/libposix1e/acl_get.c
  1.5       +75 -1     src/lib/libposix1e/acl_set.c
  1.14      +17 -1     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?200103222231.f2MMV1N27891>