OSDN Git Service

* Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.
authorcorinna <corinna>
Fri, 20 Apr 2001 13:02:32 +0000 (13:02 +0000)
committercorinna <corinna>
Fri, 20 Apr 2001 13:02:32 +0000 (13:02 +0000)
commitf5a70ed87aff7ca8ef781ff50f9186c41a4f75bb
treeeb5066630441301ec46e10a4e9e7c62567c61979
parentf349e0e0f98021c1fe3a446242f6f68d895ff349
    * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.
        * security.cc: Swap out several functions.
        * sec_acl.cc: New file. Move Sun compatibel ACL functions from
        `security.cc' to here.
        * sec_helper.cc: New file. Move security helper functions from
        `security.cc' to here.
        * security.h: Changed to accomodate the above changes.

        * grp.cc: Replace `group_in_memory_p' by `group_state'.
        Eliminate group_sem throughout.
        (enum grp_state): New enumeration type.
        (read_etc_group): Make race safe.
        * security.cc: Eliminate group_sem throughout.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/grp.cc
winsup/cygwin/sec_acl.cc [new file with mode: 0644]
winsup/cygwin/sec_helper.cc [new file with mode: 0644]
winsup/cygwin/security.cc
winsup/cygwin/security.h