Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 77118 invoked by uid 500); 27 Jul 2001 12:36:54 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 77104 invoked from network); 27 Jul 2001 12:36:52 -0000 Date: Fri, 27 Jul 2001 14:36:09 +0200 From: Luke Kenneth Casson Leighton To: Cliff Woolley Cc: Ben Collins-Sussman , dev@apr.apache.org Subject: Re: proposal: apr_get_username() Message-ID: <20010727143609.E10146@angua.rince.de> Mail-Followup-To: Cliff Woolley , Ben Collins-Sussman , dev@apr.apache.org References: <86u1zzl8vk.fsf@newt.ch.collab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from cliffwoolley@yahoo.com on Thu, Jul 26, 2001 at 04:56:24PM -0400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Thu, Jul 26, 2001 at 04:56:24PM -0400, Cliff Woolley wrote: > > If it's okay with people, I'd like to add apr_get_username(). I can > > implement the Unix part by calling getuid(). But somebody else would > > need to write the win32 equivalent. > > > > Thoughts? > > +1... Luke has asked for this as well. yesplease. > I have no idea how it would work > on Win32, but there's got to be some way or another to do it... recommend taking a look at cygwin32's sourcecode, they have to do it in there (i don't believe it's fake). the only thing that's almost impossible is setuid()-Win32, because there isn't one. luke