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