Difference between revisions of "Advapi32.dll"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 39: Line 39:
 
* Implement ConvertSidToStringSidA/W ([[Gé van Geldorp]])
 
* Implement ConvertSidToStringSidA/W ([[Gé van Geldorp]])
 
* Add Group SIDs to a users logon token ([[Eric Kohl]])
 
* Add Group SIDs to a users logon token ([[Eric Kohl]])
 +
 +
[[ChangeLog-0.2.5]]
 +
 +
* Implement Trustee and Crypto functions based on Wine ([[Thomas Weidenmueller]], [[Steven Edwards]])
 +
* Implement more Trustee Functions ([[Eric Kohl]])
 +
* Fix bugs in registry functions that broke Regedit.exe ([[Eric Kohl]])
 +
* Added stubs for SetSecurityInfo(), GetInheritanceSourceA/W() and FreeInheritedFromArray() ([[Thomas Weidenmueller]])
 +
* Implemented LookupAccountSidA() ([[Thomas Weidenmueller]])

Revision as of 05:47, 13 March 2012

Advapi32.dll is NOT synced with WINE, it is made by ReactOS (source)


http://en.wikipedia.org/wiki/Windows_API#Overview

http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/advapi32/?view=log

ChangeLog-0.1.3

ChangeLog-0.1.0

ChangeLog-0.2.1

ChangeLog-0.2.2

  • Implemented LsaFreeMemory (Steven Edwards)
  • LogonUserW(): Fix key name (Eric Kohl)
  • Implement ImpersonateLoggedOnUser() (Eric Kohl)
  • Fix bugs in RegQueryValueExA() and RegQueryValueExW() that caused crashes or returned bogus information (Eric Kohl)

ChangeLog-0.2.3

  • Added stubs for SetFileSecurityW(), GetNamedSecurityInfoA/W() and SetNamedSecurityInfoA/W() (Thomas Weidenmueller)
  • Fixed the third passed parameter to NtSetInformationThread call in ImpersonateLoggedOnUser (Filip Navara)
  • Fixed filename in include statement and added some debug prints for stubs (Thomas Weidenmueller)
  • Compile advapi32 using w32api (Eric Kohl)
  • Added comment to FreeSid (Gunnar Dalsnes)

ChangeLog-0.2.4

ChangeLog-0.2.5