Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3E2FFADF.5E8E5110@ieee.org> Date: Thu, 23 Jan 2003 09:23:27 -0500 From: "Pierre A. Humblet" X-Accept-Language: en,pdf MIME-Version: 1.0 To: Jason Tishler CC: cygwin-developers AT cygwin DOT com Subject: Re: setregid() and setreuid() implementation proposal References: <20030122173459 DOT GM29236 AT cygbert DOT vinschen DOT de> <20030116190119 DOT GD820 AT tishler DOT net> <20030117120131 DOT GF1142 AT cygbert DOT vinschen DOT de> <20030121183105 DOT GA2128 AT tishler DOT net> <20030122104819 DOT GC29236 AT cygbert DOT vinschen DOT de> <20030122172252 DOT GA628 AT tishler DOT net> <20030122173459 DOT GM29236 AT cygbert DOT vinschen DOT de> <3 DOT 0 DOT 5 DOT 32 DOT 20030122220024 DOT 007dc9a0 AT mail DOT attbi DOT com> <20030123095002 DOT GV29236 AT cygbert DOT vinschen DOT de> <20030123122945 DOT GA1688 AT tishler DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jason Tishler wrote: > > Pierre, > > On Thu, Jan 23, 2003 at 10:50:02AM +0100, Corinna Vinschen wrote: > > On Wed, Jan 22, 2003 at 10:00:24PM -0500, Pierre A. Humblet wrote: > > > extern "C" int > > > setreuid32 (__uid32_t ruid, __uid32_t euid) > > > { > > > [snip] > > > } > > > > Could you send a patch? > > Since you understand the issues much than I do, would you be willing to > run with this? Jason, I am rather booked up for the moment. Can we split the work? Can you take care of the skeleton (writing the uid16 wrappers, bumping the dll, ..), leaving the main functions empty, or with the minimal implementation you need? I will patch them later. Pierre