[PATCH 12/12] LookupAccountNameW() - accept account name of the form domain\user

Paul Bryan Roberts pbronline-wine at yahoo.co.uk
Mon Oct 20 18:07:05 CDT 2008


LookupAccountNameW() has a stubbed but non-empty, incomplete, buggy 
implementation.  It fails a number of unit tests but Wine code relies on 
this.

This is series of patches that provide what may be a reasonable first 
pass implementation of LookupAccountNameA() and LookupAccountNameW() that:

   - passes existing units tests for LookupAccountName
   - works for well known SIDs
   - works for 'first user account'
   - allows progress towards the resolution of Bug 14334

The msi conformance tests show a lot of calls to LookupAccountName().  
The last group of these use the form  domain\user for account name.  So 
why not ?  It means another round of shuffling the code around.  Best 
done now while it's fresh.

The implementation is backed up with a new conformance case, which was 
verified against W2K SP4.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012-LookupAccountNameW-accept-account-name-of-the-fo.patch
Type: text/x-diff
Size: 0 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081021/d17ea9aa/attachment.patch 


More information about the wine-patches mailing list