re: Retrieve the groups for a token from the server.

2006-05-09 Thread EA Durbin
same problem here From: "Dan Kegel" <[EMAIL PROTECTED]> To: wine-devel Subject: re: Retrieve the groups for a token from the server. Date: Mon, 8 May 2006 23:15:59 -0700 Someone let me know when the food fight is over so I can try installing things again. For now, everythi

re: Retrieve the groups for a token from the server.

2006-05-08 Thread Dan Kegel
Someone let me know when the food fight is over so I can try installing things again. For now, everything interesting I try installing fails complaining I don't have administrator privs. - Dan

Re: Retrieve the groups for a token from the server.

2006-05-08 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > +tryagain: > +req->handle = token; > +wine_server_set_reply( req, buffer, server_buf_len ); > +status = wine_server_call( req ); > +if (status == STATUS_BUFFER_TOO_SMALL) > +{ > +

Re: server: Retrieve the groups for a token from the server

2006-05-05 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > +tryagain: > +SERVER_START_REQ( get_token_groups ) > { > -TOKEN_GROUPS *tgroups = tokeninfo; > -SID_IDENTIFIER_AUTHORITY sid = {SECURITY_NT_AUTHORITY}; > +TOKEN_GROUPS *groups = tokeninfo; > > -

server: Retrieve the groups for a token from the server

2006-04-30 Thread Dan Kegel
James Hawkins wrote: On 4/26/06, Robert Shearman wrote: ChangeLog: Retrieve the groups for a token using a server call instead of hard coding them. Before this patch, we simulated administrator's privileges in the TokenGroups case, but we're no longer recognized as admins. I think it's a bug.

Re: server: Retrieve the groups for a token from the server

2006-04-30 Thread James Hawkins
On 4/26/06, Robert Shearman <[EMAIL PROTECTED]> wrote: ChangeLog: Retrieve the groups for a token using a server call instead of hard coding them. Hey Rob, Before this patch, we simulated administrator's privileges in the TokenGroups case, but we're no longer recognized as admins. Any app th