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]

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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-06-14 11:01:26

Modified files:
	cygwin         : ChangeLog cygheap.cc cygheap.h dcrt0.cc 
	                 environ.cc spawn.cc syscalls.cc uinfo.cc 

Log message:
	* cygheap.cc (cygheap_user::set_logsrv): Remove.
	(cygheap_user::set_domain): Ditto.
	* cygheap.h (cygheap_user::set_logsrv): Remove declaration.
	(cygheap_user::set_domain): Ditto.
	(cygheap_user::env_domain): Declare new method.
	(cygheap_user::env_name): Ditto.
	* environ.cc (spenvs): Add two environment variables.
	* spawn.cc (spawn_guts): Call build_env after RevertToSelf.  Always set
	ciresrv.mount_h.
	(cygheap_user::ontherange): Recalculate homedrive/homepath if they are empty.
	Use env_logsrv to get logon server.
	(cygheap_user::env_logsrv): Calculate server name here rather than relying on
	it having been previously calculated.
	(cygheap_user::env_domain): Ditto for domain name.
	(cygheap-user::env_name): New method.
	* syscalls.cc (seteuid32): Do not get or set the environment.  Do not call
	LookupAccountSid nor internal_getlogin.  Set cygheap->user name and sid from
	the passwd entry.
	* uinfo.cc (uinfo_init): Only call internal_getlogin when starting from a non
	Cygwin process and use the values returned in user.
	(internal_getlogin): Simplify to case where starting from a non Cygwin process.
	Store return values in user and return void.  Do not set the Windows default
	environment.
	* dcrt0.cc (dll_crt0_1): Call uinfo_init only when needed.  Do not set
	myself->uid nor reset user.sid.
	* spawn.cc (spawn_guts): Get the sid from cygheap->user.  Always
	RevertToSelf().  Don't set uid in impersonated case.
	* cygheap.cc (cygheap_user::set_sid): Do not set orig_sig.
	(cygheap_user::set_orig_sid): New.
	* cygheap.h: Declare cygheap_user::set_sid.
	* winsup.h: Add argument to uinfo_init().

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1295&r2=1.1296
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.42&r2=1.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.129&r2=1.130
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.71&r2=1.72
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.106&r2=1.107
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.202&r2=1.203
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/uinfo.cc.diff?cvsroot=uberbaum&r1=1.71&r2=1.72


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