- Change the default user SID to match what was previously returned by
authorRobert Shearman <rob@codeweavers.com>
Mon, 18 Jul 2005 13:22:55 +0000 (13:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Jul 2005 13:22:55 +0000 (13:22 +0000)
commit91eaea53ae301d5c6fc4a0606518191408db8a90
tree1df7911ebec4cbec4585a36b3dc523fc10be9776
parent2997fc51a4411a48cb1ba57c8fe87b714580314a
- Change the default user SID to match what was previously returned by
  NtQueryInformationToken.
- Implement TokenUser for NtQueryInformationToken.
- Add a function for getting the user's registry path from a SID.
dlls/ntdll/nt.c
include/wine/server_protocol.h
server/protocol.def
server/registry.c
server/request.h
server/security.h
server/token.c
server/trace.c