This is the mail archive of the cygwin-patches@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]

Patches to seteuid() etc...


Hello Corinna,

Here are the patches to seteuid etc.. discussed recently.

Pierre

2002-05-22  Pierre Humblet <pierre.humblet@ieee.org>

	* syscalls.cc (seteuid): Do not take allow_ntsec into account. 
	Attempt to use an existing or new token even when the uid
	matches orig_uid, but the gid is not in the process token. 
	Major reorganization after several incremental changes.
	(setegid): Do not take allow_ntsec into account. Minor
	reorganization after several incremental changes.
	* security.cc (create_token): Call __sec_user() instead of
	sec_user() to remove dependence on allow_ntsec. Verify that
	the returned sd is non-null.

Attachment: syscalls.cc.diff
Description: Text document

Attachment: security.cc.diff
Description: Text document


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