[NTDSAPI] Sync with Wine Staging 3.9. CORE-14656
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 4 Jun 2018 02:43:22 +0000 (03:43 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 4 Jun 2018 02:43:22 +0000 (03:43 +0100)
dll/win32/ntdsapi/ntdsapi.c
dll/win32/ntdsapi/ntdsapi.spec
media/doc/README.WINE

index ee0c837..003b1a2 100644 (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;
+}
index 925cb71..bc7827d 100644 (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
index 080c7c8..969d465 100644 (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