CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]  2003-01-25 10:36:46

Modified files:
        winsup/cygwin  : ChangeLog child_info.h dcrt0.cc spawn.cc 
                         syscalls.cc uinfo.cc 

Log message:
        * syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists
        update the euid and call cygheap->user.set_name. Remove special
        handling of ILLEGAL_UID.
        (setgid32): Add a debug_printf. On Win95, always set the egid.
        Remove special handling of ILLEGAL_GID. Do not compare gid and gr_gid.
        * child_info.h (class cygheap_exec_info): Remove uid.
        * spawn.cc (spawn_guts): Do not set ciresrv.moreinfo->uid.
        * dcrto.cc (dll_crt0_1): Always call uinfo_init.
        * uinfo.cc (uinfo_init): Reorganize and close handle if needed.
        (cygheap_user::ontherange): Do not call internal_getpwnam if pw is NULL.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1714&r2=1.1715
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.169&r2=1.170
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.118&r2=1.119
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.241&r2=1.242
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.104&r2=1.105

Reply via email to