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]
Other format: [Raw text]

src/winsup/cygwin ChangeLog cygheap.h cygwin.d ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2002-07-29 05:51:53

Modified files:
	winsup/cygwin  : ChangeLog cygheap.h cygwin.din grp.cc 
	                 security.cc security.h syscalls.cc uinfo.cc 
	winsup/cygwin/include/cygwin: version.h 

Log message:
	* security.cc: Change some formatting.
	* include/cygwin/version.h: Bump API minor version.
	
	* cygheap.h (class cygheap_user): Add member groups.
	* security.h (class cygsidlist): Add members type and maxcount,
	methods position, addfromgr, alloc_sids and free_sids and
	operator+= (const PSID psid). Modify contains () to call
	position () and optimize add () to use maxcount.
	(class user_groups): Create.
	Update declarations of verify_token and create_token.
	* security.cc (cygsidlist::alloc_sids): New.
	(cygsidlist::free_sids): New.
	(get_token_group_sidlist): Create from get_group_sidlist.
	(get_initgroups_sidlist): Create from get_group_sidlist.
	(get_group_sidlist): Suppress.
	(get_setgroups_sidlist): Create.
	(verify_token): Modify arguments. Add setgroups case.
	(create_token): Modify arguments. Call get_initgroups_sidlist and
	get_setgroups_sidlist as needed. Set SE_GROUP_LOGON_ID from auth_pos
	outside of the loop. Rename the various group sid lists consistently.
	* syscalls.cc (seteuid32): Modify to use cygheap->user.groups.
	(setegid32): Call cygheap->user.groups.update_pgrp.
	* grp.cc (setgroups): Create.
	(setgroups32): Create.
	* uinfo.cc (internal_getlogin): Initialize and update user.groups.pgsid.
	* cygwin.din: Add setgroups and setgroups32.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1407&r2=1.1408
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/grp.cc.diff?cvsroot=src&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.117&r2=1.118
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.217&r2=1.218
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.69&r2=1.70


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