This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog Makefile.in grp.cc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-04-20 06:02:33

Modified files:
	winsup/cygwin  : ChangeLog Makefile.in grp.cc security.cc 
	                 security.h 
Added files:
	winsup/cygwin  : sec_acl.cc sec_helper.cc 

Log message:
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_acl.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_helper.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.645&r2=1.646
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.54&r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/grp.cc.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]