emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; uid problems on w32


From: Lennart Borgman (gmail)
Subject: Re: 23.0.60; uid problems on w32
Date: Mon, 31 Mar 2008 22:42:02 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Eli Zaretskii wrote:
Date: Mon, 31 Mar 2008 21:47:43 +0200
From: "Lennart Borgman (gmail)" <address@hidden>
CC: Jason Rumney <address@hidden>, address@hidden, address@hidden

All we need to do is return a uid and user name
for each SID we get, and perhaps also handle the case where two
different SIDs map to the same uid, so that we don't return incorrect
user name for a given uid or vice versa.  This can be done by caching
the full SIDs internally (I have somewhere a version of `stat' that
does precisely that, which I wrote for my private port of GNU `ls').
I do not understand. When the full SID is gone how can you distunguish between all SIDs mapping to a uid?

It's not gone, it is cached internally by the implementation of `stat'
I wrote.  It is just not exposed to the callers.

Eh, sorry. I meant "how can you from the uid choose the SID from all those SIDs mapping to this uid"?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]