[NTDSAPI] Sync with Wine Staging 3.9. CORE-14656

This commit is contained in:
Amine Khaldi 2018-06-04 03:43:22 +01:00
parent 2e5bae69da
commit 33bcb8c53a
3 changed files with 26 additions and 3 deletions

View file

@ -204,6 +204,9 @@ DWORD WINAPI DsServerRegisterSpnW(DS_SPN_WRITE_OP operation, LPCWSTR ServiceClas
return ERROR_CALL_NOT_IMPLEMENTED;
}
/***********************************************************************
* DsClientMakeSpnForTargetServerW (NTDSAPI.@)
*/
DWORD WINAPI DsClientMakeSpnForTargetServerW(LPCWSTR class, LPCWSTR name, DWORD *buflen, LPWSTR buf)
{
DWORD len;
@ -229,3 +232,23 @@ DWORD WINAPI DsClientMakeSpnForTargetServerW(LPCWSTR class, LPCWSTR name, DWORD
return ERROR_SUCCESS;
}
/***********************************************************************
* DsCrackNamesA (NTDSAPI.@)
*/
DWORD WINAPI DsCrackNamesA(HANDLE handle, DS_NAME_FLAGS flags, DS_NAME_FORMAT offered, DS_NAME_FORMAT desired,
DWORD num, const CHAR **names, PDS_NAME_RESULTA *result)
{
FIXME("(%p %u %u %u %u %p %p stub\n", handle, flags, offered, desired, num, names, result);
return ERROR_CALL_NOT_IMPLEMENTED;
}
/***********************************************************************
* DsCrackNamesW (NTDSAPI.@)
*/
DWORD WINAPI DsCrackNamesW(HANDLE handle, DS_NAME_FLAGS flags, DS_NAME_FORMAT offered, DS_NAME_FORMAT desired,
DWORD num, const WCHAR **names, PDS_NAME_RESULTW *result)
{
FIXME("(%p %u %u %u %u %p %p stub\n", handle, flags, offered, desired, num, names, result);
return ERROR_CALL_NOT_IMPLEMENTED;
}

View file

@ -8,8 +8,8 @@
@ stub DsBindWithSpnW
@ stub DsClientMakeSpnForTargetServerA
@ stdcall DsClientMakeSpnForTargetServerW(wstr wstr ptr ptr)
@ stub DsCrackNamesA
@ stub DsCrackNamesW
@ stdcall DsCrackNamesA(ptr long long long long ptr ptr)
@ stdcall DsCrackNamesW(ptr long long long long ptr ptr)
@ stub DsCrackSpn2A
@ stub DsCrackSpn2W
@ stub DsCrackSpn3W

View file

@ -135,7 +135,7 @@ reactos/dll/win32/msxml6 # Synced to WineStaging-3.3
reactos/dll/win32/nddeapi # Synced to WineStaging-3.3
reactos/dll/win32/netapi32 # Forked at Wine-1.3.34
reactos/dll/win32/npptools # Synced to WineStaging-3.3
reactos/dll/win32/ntdsapi # Synced to WineStaging-3.3
reactos/dll/win32/ntdsapi # Synced to WineStaging-3.9
reactos/dll/win32/objsel # Synced to WineStaging-3.3
reactos/dll/win32/odbc32 # Synced to WineStaging-3.3. Depends on port of Linux ODBC.
reactos/dll/win32/odbccp32 # Synced to WineStaging-3.3