Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
eadb037b
Commit
eadb037b
authored
Jun 19, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d15d53b2
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
42 additions
and
63 deletions
+42
-63
Makefile.in
dlls/rpcrt4/Makefile.in
+2
-0
cproxy.c
dlls/rpcrt4/cproxy.c
+0
-3
cpsf.c
dlls/rpcrt4/cpsf.c
+11
-15
cstub.c
dlls/rpcrt4/cstub.c
+0
-3
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+2
-3
ndr_stubless.c
dlls/rpcrt4/ndr_stubless.c
+0
-3
rpc_assoc.c
dlls/rpcrt4/rpc_assoc.c
+2
-3
rpc_binding.c
dlls/rpcrt4/rpc_binding.c
+10
-11
rpc_server.c
dlls/rpcrt4/rpc_server.c
+0
-3
rpc_transport.c
dlls/rpcrt4/rpc_transport.c
+14
-15
rpcrt4_main.c
dlls/rpcrt4/rpcrt4_main.c
+1
-4
No files found.
dlls/rpcrt4/Makefile.in
View file @
eadb037b
...
@@ -4,6 +4,8 @@ IMPORTLIB = rpcrt4
...
@@ -4,6 +4,8 @@ IMPORTLIB = rpcrt4
IMPORTS
=
uuid advapi32
IMPORTS
=
uuid advapi32
DELAYIMPORTS
=
iphlpapi wininet secur32 user32 ws2_32 oleaut32
DELAYIMPORTS
=
iphlpapi wininet secur32 user32 ws2_32 oleaut32
EXTRADLLFLAGS
=
-mno-cygwin
ndr_types_EXTRAIDLFLAGS
=
-Oicf
ndr_types_EXTRAIDLFLAGS
=
-Oicf
C_SRCS
=
\
C_SRCS
=
\
...
...
dlls/rpcrt4/cproxy.c
View file @
eadb037b
...
@@ -19,9 +19,6 @@
...
@@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdarg.h>
#define COBJMACROS
#define COBJMACROS
...
...
dlls/rpcrt4/cpsf.c
View file @
eadb037b
...
@@ -18,9 +18,6 @@
...
@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
...
@@ -36,7 +33,6 @@
...
@@ -36,7 +33,6 @@
#include "rpcproxy.h"
#include "rpcproxy.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "cpsf.h"
#include "cpsf.h"
...
@@ -49,7 +45,7 @@ static void format_clsid( WCHAR *buffer, const CLSID *clsid )
...
@@ -49,7 +45,7 @@ static void format_clsid( WCHAR *buffer, const CLSID *clsid )
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'-'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'-'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'}'
,
0
};
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'%'
,
'0'
,
'2'
,
'X'
,
'}'
,
0
};
s
printfW
(
buffer
,
clsid_formatW
,
clsid
->
Data1
,
clsid
->
Data2
,
clsid
->
Data3
,
s
wprintf
(
buffer
,
39
,
clsid_formatW
,
clsid
->
Data1
,
clsid
->
Data2
,
clsid
->
Data3
,
clsid
->
Data4
[
0
],
clsid
->
Data4
[
1
],
clsid
->
Data4
[
2
],
clsid
->
Data4
[
3
],
clsid
->
Data4
[
0
],
clsid
->
Data4
[
1
],
clsid
->
Data4
[
2
],
clsid
->
Data4
[
3
],
clsid
->
Data4
[
4
],
clsid
->
Data4
[
5
],
clsid
->
Data4
[
6
],
clsid
->
Data4
[
7
]
);
clsid
->
Data4
[
4
],
clsid
->
Data4
[
5
],
clsid
->
Data4
[
6
],
clsid
->
Data4
[
7
]
);
...
@@ -261,14 +257,14 @@ HRESULT WINAPI NdrDllRegisterProxy(HMODULE hDll,
...
@@ -261,14 +257,14 @@ HRESULT WINAPI NdrDllRegisterProxy(HMODULE hDll,
TRACE
(
"registering %s %s => %s
\n
"
,
TRACE
(
"registering %s %s => %s
\n
"
,
debugstr_a
(
name
),
debugstr_guid
(
proxy
->
header
.
piid
),
debugstr_w
(
clsid
));
debugstr_a
(
name
),
debugstr_guid
(
proxy
->
header
.
piid
),
debugstr_w
(
clsid
));
strcpyW
(
keyname
,
interfaceW
);
l
strcpyW
(
keyname
,
interfaceW
);
format_clsid
(
keyname
+
strlenW
(
keyname
),
proxy
->
header
.
piid
);
format_clsid
(
keyname
+
l
strlenW
(
keyname
),
proxy
->
header
.
piid
);
if
(
RegCreateKeyW
(
HKEY_CLASSES_ROOT
,
keyname
,
&
key
)
==
ERROR_SUCCESS
)
{
if
(
RegCreateKeyW
(
HKEY_CLASSES_ROOT
,
keyname
,
&
key
)
==
ERROR_SUCCESS
)
{
WCHAR
num
[
10
];
WCHAR
num
[
10
];
if
(
name
)
if
(
name
)
RegSetValueExA
(
key
,
NULL
,
0
,
REG_SZ
,
(
const
BYTE
*
)
name
,
strlen
(
name
)
+
1
);
RegSetValueExA
(
key
,
NULL
,
0
,
REG_SZ
,
(
const
BYTE
*
)
name
,
strlen
(
name
)
+
1
);
RegSetValueW
(
key
,
clsid32W
,
REG_SZ
,
clsid
,
0
);
RegSetValueW
(
key
,
clsid32W
,
REG_SZ
,
clsid
,
0
);
s
printfW
(
num
,
numformatW
,
proxy
->
header
.
DispatchTableCount
);
s
wprintf
(
num
,
ARRAY_SIZE
(
num
)
,
numformatW
,
proxy
->
header
.
DispatchTableCount
);
RegSetValueW
(
key
,
nummethodsW
,
REG_SZ
,
num
,
0
);
RegSetValueW
(
key
,
nummethodsW
,
REG_SZ
,
num
,
0
);
RegCloseKey
(
key
);
RegCloseKey
(
key
);
}
}
...
@@ -277,15 +273,15 @@ HRESULT WINAPI NdrDllRegisterProxy(HMODULE hDll,
...
@@ -277,15 +273,15 @@ HRESULT WINAPI NdrDllRegisterProxy(HMODULE hDll,
}
}
/* register clsid to point to module */
/* register clsid to point to module */
strcpyW
(
keyname
,
clsidW
);
l
strcpyW
(
keyname
,
clsidW
);
strcatW
(
keyname
,
clsid
);
l
strcatW
(
keyname
,
clsid
);
len
=
GetModuleFileNameW
(
hDll
,
module
,
ARRAY_SIZE
(
module
));
len
=
GetModuleFileNameW
(
hDll
,
module
,
ARRAY_SIZE
(
module
));
if
(
len
&&
len
<
sizeof
(
module
))
{
if
(
len
&&
len
<
sizeof
(
module
))
{
TRACE
(
"registering CLSID %s => %s
\n
"
,
debugstr_w
(
clsid
),
debugstr_w
(
module
));
TRACE
(
"registering CLSID %s => %s
\n
"
,
debugstr_w
(
clsid
),
debugstr_w
(
module
));
if
(
RegCreateKeyW
(
HKEY_CLASSES_ROOT
,
keyname
,
&
key
)
==
ERROR_SUCCESS
)
{
if
(
RegCreateKeyW
(
HKEY_CLASSES_ROOT
,
keyname
,
&
key
)
==
ERROR_SUCCESS
)
{
RegSetValueExW
(
key
,
NULL
,
0
,
REG_SZ
,
(
const
BYTE
*
)
psfactoryW
,
sizeof
(
psfactoryW
));
RegSetValueExW
(
key
,
NULL
,
0
,
REG_SZ
,
(
const
BYTE
*
)
psfactoryW
,
sizeof
(
psfactoryW
));
if
(
RegCreateKeyW
(
key
,
inprocserverW
,
&
subkey
)
==
ERROR_SUCCESS
)
{
if
(
RegCreateKeyW
(
key
,
inprocserverW
,
&
subkey
)
==
ERROR_SUCCESS
)
{
RegSetValueExW
(
subkey
,
NULL
,
0
,
REG_SZ
,
(
LPBYTE
)
module
,
(
strlenW
(
module
)
+
1
)
*
sizeof
(
WCHAR
));
RegSetValueExW
(
subkey
,
NULL
,
0
,
REG_SZ
,
(
LPBYTE
)
module
,
(
l
strlenW
(
module
)
+
1
)
*
sizeof
(
WCHAR
));
RegSetValueExW
(
subkey
,
threadingmodelW
,
0
,
REG_SZ
,
(
const
BYTE
*
)
bothW
,
sizeof
(
bothW
));
RegSetValueExW
(
subkey
,
threadingmodelW
,
0
,
REG_SZ
,
(
const
BYTE
*
)
bothW
,
sizeof
(
bothW
));
RegCloseKey
(
subkey
);
RegCloseKey
(
subkey
);
}
}
...
@@ -325,16 +321,16 @@ HRESULT WINAPI NdrDllUnregisterProxy(HMODULE hDll,
...
@@ -325,16 +321,16 @@ HRESULT WINAPI NdrDllUnregisterProxy(HMODULE hDll,
TRACE
(
"unregistering %s %s
\n
"
,
debugstr_a
(
name
),
debugstr_guid
(
proxy
->
header
.
piid
));
TRACE
(
"unregistering %s %s
\n
"
,
debugstr_a
(
name
),
debugstr_guid
(
proxy
->
header
.
piid
));
strcpyW
(
keyname
,
interfaceW
);
l
strcpyW
(
keyname
,
interfaceW
);
format_clsid
(
keyname
+
strlenW
(
keyname
),
proxy
->
header
.
piid
);
format_clsid
(
keyname
+
l
strlenW
(
keyname
),
proxy
->
header
.
piid
);
RegDeleteTreeW
(
HKEY_CLASSES_ROOT
,
keyname
);
RegDeleteTreeW
(
HKEY_CLASSES_ROOT
,
keyname
);
}
}
pProxyFileList
++
;
pProxyFileList
++
;
}
}
/* unregister clsid */
/* unregister clsid */
strcpyW
(
keyname
,
clsidW
);
l
strcpyW
(
keyname
,
clsidW
);
strcatW
(
keyname
,
clsid
);
l
strcatW
(
keyname
,
clsid
);
RegDeleteTreeW
(
HKEY_CLASSES_ROOT
,
keyname
);
RegDeleteTreeW
(
HKEY_CLASSES_ROOT
,
keyname
);
return
S_OK
;
return
S_OK
;
...
...
dlls/rpcrt4/cstub.c
View file @
eadb037b
...
@@ -19,9 +19,6 @@
...
@@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdarg.h>
#define COBJMACROS
#define COBJMACROS
...
...
dlls/rpcrt4/ndr_marshall.c
View file @
eadb037b
...
@@ -42,7 +42,6 @@
...
@@ -42,7 +42,6 @@
#include "rpcndr.h"
#include "rpcndr.h"
#include "ndrtypes.h"
#include "ndrtypes.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
...
@@ -1871,7 +1870,7 @@ static inline void array_compute_and_size_conformance(
...
@@ -1871,7 +1870,7 @@ static inline void array_compute_and_size_conformance(
else
else
{
{
TRACE
(
"string=%s
\n
"
,
debugstr_w
((
LPCWSTR
)
pMemory
));
TRACE
(
"string=%s
\n
"
,
debugstr_w
((
LPCWSTR
)
pMemory
));
pStubMsg
->
ActualCount
=
strlenW
((
LPCWSTR
)
pMemory
)
+
1
;
pStubMsg
->
ActualCount
=
l
strlenW
((
LPCWSTR
)
pMemory
)
+
1
;
}
}
if
(
pFormat
[
1
]
==
FC_STRING_SIZED
)
if
(
pFormat
[
1
]
==
FC_STRING_SIZED
)
...
@@ -1994,7 +1993,7 @@ static inline void array_compute_and_write_conformance(
...
@@ -1994,7 +1993,7 @@ static inline void array_compute_and_write_conformance(
else
else
{
{
TRACE
(
"string=%s
\n
"
,
debugstr_w
((
LPCWSTR
)
pMemory
));
TRACE
(
"string=%s
\n
"
,
debugstr_w
((
LPCWSTR
)
pMemory
));
pStubMsg
->
ActualCount
=
strlenW
((
LPCWSTR
)
pMemory
)
+
1
;
pStubMsg
->
ActualCount
=
l
strlenW
((
LPCWSTR
)
pMemory
)
+
1
;
}
}
if
(
pFormat
[
1
]
==
FC_STRING_SIZED
)
if
(
pFormat
[
1
]
==
FC_STRING_SIZED
)
pFormat
=
ComputeConformance
(
pStubMsg
,
pMemory
,
pFormat
+
2
,
0
);
pFormat
=
ComputeConformance
(
pStubMsg
,
pMemory
,
pFormat
+
2
,
0
);
...
...
dlls/rpcrt4/ndr_stubless.c
View file @
eadb037b
...
@@ -23,9 +23,6 @@
...
@@ -23,9 +23,6 @@
* - Some types of binding handles
* - Some types of binding handles
*/
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
...
...
dlls/rpcrt4/rpc_assoc.c
View file @
eadb037b
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
#include "rpcndr.h"
#include "rpcndr.h"
#include "winternl.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "rpc_binding.h"
#include "rpc_binding.h"
...
@@ -93,7 +92,7 @@ static BOOL compare_networkoptions(LPCWSTR opts1, LPCWSTR opts2)
...
@@ -93,7 +92,7 @@ static BOOL compare_networkoptions(LPCWSTR opts1, LPCWSTR opts2)
return
TRUE
;
return
TRUE
;
if
((
opts1
==
NULL
)
||
(
opts2
==
NULL
))
if
((
opts1
==
NULL
)
||
(
opts2
==
NULL
))
return
FALSE
;
return
FALSE
;
return
!
strcmpW
(
opts1
,
opts2
);
return
!
wcscmp
(
opts1
,
opts2
);
}
}
RPC_STATUS
RPCRT4_GetAssociation
(
LPCSTR
Protseq
,
LPCSTR
NetworkAddr
,
RPC_STATUS
RPCRT4_GetAssociation
(
LPCSTR
Protseq
,
LPCSTR
NetworkAddr
,
...
@@ -154,7 +153,7 @@ RPC_STATUS RpcServerAssoc_GetAssociation(LPCSTR Protseq, LPCSTR NetworkAddr,
...
@@ -154,7 +153,7 @@ RPC_STATUS RpcServerAssoc_GetAssociation(LPCSTR Protseq, LPCSTR NetworkAddr,
(
!
NetworkAddr
||
!
assoc
->
NetworkAddr
||
!
strcmp
(
NetworkAddr
,
assoc
->
NetworkAddr
))
&&
(
!
NetworkAddr
||
!
assoc
->
NetworkAddr
||
!
strcmp
(
NetworkAddr
,
assoc
->
NetworkAddr
))
&&
!
strcmp
(
Endpoint
,
assoc
->
Endpoint
)
&&
!
strcmp
(
Endpoint
,
assoc
->
Endpoint
)
&&
((
!
assoc
->
NetworkOptions
==
!
NetworkOptions
)
&&
((
!
assoc
->
NetworkOptions
==
!
NetworkOptions
)
&&
(
!
NetworkOptions
||
!
strcmpW
(
NetworkOptions
,
assoc
->
NetworkOptions
))))
(
!
NetworkOptions
||
!
wcscmp
(
NetworkOptions
,
assoc
->
NetworkOptions
))))
{
{
assoc
->
refs
++
;
assoc
->
refs
++
;
*
assoc_out
=
assoc
;
*
assoc_out
=
assoc
;
...
...
dlls/rpcrt4/rpc_binding.c
View file @
eadb037b
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
#include "winnls.h"
#include "winnls.h"
#include "winerror.h"
#include "winerror.h"
#include "winternl.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "rpc.h"
#include "rpc.h"
#include "rpcndr.h"
#include "rpcndr.h"
...
@@ -94,7 +93,7 @@ LPWSTR RPCRT4_strndupW(LPCWSTR src, INT slen)
...
@@ -94,7 +93,7 @@ LPWSTR RPCRT4_strndupW(LPCWSTR src, INT slen)
DWORD
len
;
DWORD
len
;
LPWSTR
s
;
LPWSTR
s
;
if
(
!
src
)
return
NULL
;
if
(
!
src
)
return
NULL
;
if
(
slen
==
-
1
)
slen
=
strlenW
(
src
);
if
(
slen
==
-
1
)
slen
=
l
strlenW
(
src
);
len
=
slen
;
len
=
slen
;
s
=
HeapAlloc
(
GetProcessHeap
(),
0
,
(
len
+
1
)
*
sizeof
(
WCHAR
));
s
=
HeapAlloc
(
GetProcessHeap
(),
0
,
(
len
+
1
)
*
sizeof
(
WCHAR
));
memcpy
(
s
,
src
,
len
*
sizeof
(
WCHAR
));
memcpy
(
s
,
src
,
len
*
sizeof
(
WCHAR
));
...
@@ -322,7 +321,7 @@ static LPSTR RPCRT4_strconcatA(LPSTR dst, LPCSTR src)
...
@@ -322,7 +321,7 @@ static LPSTR RPCRT4_strconcatA(LPSTR dst, LPCSTR src)
static
LPWSTR
RPCRT4_strconcatW
(
LPWSTR
dst
,
LPCWSTR
src
)
static
LPWSTR
RPCRT4_strconcatW
(
LPWSTR
dst
,
LPCWSTR
src
)
{
{
DWORD
len
=
strlenW
(
dst
),
slen
=
strlenW
(
src
);
DWORD
len
=
lstrlenW
(
dst
),
slen
=
l
strlenW
(
src
);
LPWSTR
ndst
=
HeapReAlloc
(
GetProcessHeap
(),
0
,
dst
,
(
len
+
slen
+
2
)
*
sizeof
(
WCHAR
));
LPWSTR
ndst
=
HeapReAlloc
(
GetProcessHeap
(),
0
,
dst
,
(
len
+
slen
+
2
)
*
sizeof
(
WCHAR
));
if
(
!
ndst
)
if
(
!
ndst
)
{
{
...
@@ -435,7 +434,7 @@ static RPC_WSTR unescape_string_binding_componentW(
...
@@ -435,7 +434,7 @@ static RPC_WSTR unescape_string_binding_componentW(
{
{
RPC_WSTR
component
,
p
;
RPC_WSTR
component
,
p
;
if
(
len
==
-
1
)
len
=
strlenW
(
string_binding
);
if
(
len
==
-
1
)
len
=
l
strlenW
(
string_binding
);
component
=
HeapAlloc
(
GetProcessHeap
(),
0
,
(
len
+
1
)
*
sizeof
(
*
component
));
component
=
HeapAlloc
(
GetProcessHeap
(),
0
,
(
len
+
1
)
*
sizeof
(
*
component
));
if
(
!
component
)
return
NULL
;
if
(
!
component
)
return
NULL
;
...
@@ -521,11 +520,11 @@ RPC_STATUS WINAPI RpcStringBindingComposeW( RPC_WSTR ObjUuid, RPC_WSTR Protseq,
...
@@ -521,11 +520,11 @@ RPC_STATUS WINAPI RpcStringBindingComposeW( RPC_WSTR ObjUuid, RPC_WSTR Protseq,
debugstr_w
(
Options
),
StringBinding
);
debugstr_w
(
Options
),
StringBinding
);
/* overestimate for each component for escaping of delimiters */
/* overestimate for each component for escaping of delimiters */
if
(
ObjUuid
&&
*
ObjUuid
)
len
+=
strlenW
(
ObjUuid
)
*
2
+
1
;
if
(
ObjUuid
&&
*
ObjUuid
)
len
+=
l
strlenW
(
ObjUuid
)
*
2
+
1
;
if
(
Protseq
&&
*
Protseq
)
len
+=
strlenW
(
Protseq
)
*
2
+
1
;
if
(
Protseq
&&
*
Protseq
)
len
+=
l
strlenW
(
Protseq
)
*
2
+
1
;
if
(
NetworkAddr
&&
*
NetworkAddr
)
len
+=
strlenW
(
NetworkAddr
)
*
2
;
if
(
NetworkAddr
&&
*
NetworkAddr
)
len
+=
l
strlenW
(
NetworkAddr
)
*
2
;
if
(
Endpoint
&&
*
Endpoint
)
len
+=
strlenW
(
Endpoint
)
*
2
+
2
;
if
(
Endpoint
&&
*
Endpoint
)
len
+=
l
strlenW
(
Endpoint
)
*
2
+
2
;
if
(
Options
&&
*
Options
)
len
+=
strlenW
(
Options
)
*
2
+
2
;
if
(
Options
&&
*
Options
)
len
+=
l
strlenW
(
Options
)
*
2
+
2
;
data
=
HeapAlloc
(
GetProcessHeap
(),
0
,
len
*
sizeof
(
WCHAR
));
data
=
HeapAlloc
(
GetProcessHeap
(),
0
,
len
*
sizeof
(
WCHAR
));
*
StringBinding
=
data
;
*
StringBinding
=
data
;
...
@@ -741,7 +740,7 @@ RPC_STATUS WINAPI RpcStringBindingParseW( RPC_WSTR StringBinding, RPC_WSTR *ObjU
...
@@ -741,7 +740,7 @@ RPC_STATUS WINAPI RpcStringBindingParseW( RPC_WSTR StringBinding, RPC_WSTR *ObjU
else
HeapFree
(
GetProcessHeap
(),
0
,
opt
);
else
HeapFree
(
GetProcessHeap
(),
0
,
opt
);
endpoint_already_found
=
TRUE
;
endpoint_already_found
=
TRUE
;
}
else
{
}
else
{
if
(
strncmpW
(
opt
,
ep_opt
,
strlenW
(
ep_opt
))
==
0
)
{
if
(
wcsncmp
(
opt
,
ep_opt
,
l
strlenW
(
ep_opt
))
==
0
)
{
/* endpoint option */
/* endpoint option */
if
(
endpoint_already_found
)
goto
fail
;
if
(
endpoint_already_found
)
goto
fail
;
if
(
Endpoint
)
*
Endpoint
=
unescape_string_binding_componentW
(
next
+
1
,
-
1
);
if
(
Endpoint
)
*
Endpoint
=
unescape_string_binding_componentW
(
next
+
1
,
-
1
);
...
@@ -1320,7 +1319,7 @@ static RPC_STATUS RpcQualityOfService_Create(const RPC_SECURITY_QOS *qos_src, BO
...
@@ -1320,7 +1319,7 @@ static RPC_STATUS RpcQualityOfService_Create(const RPC_SECURITY_QOS *qos_src, BO
if
(
unicode
)
if
(
unicode
)
http_credentials_dst
->
ServerCertificateSubject
=
http_credentials_dst
->
ServerCertificateSubject
=
RPCRT4_strndupW
(
http_credentials_src
->
ServerCertificateSubject
,
RPCRT4_strndupW
(
http_credentials_src
->
ServerCertificateSubject
,
strlenW
(
http_credentials_src
->
ServerCertificateSubject
));
l
strlenW
(
http_credentials_src
->
ServerCertificateSubject
));
else
else
http_credentials_dst
->
ServerCertificateSubject
=
http_credentials_dst
->
ServerCertificateSubject
=
RPCRT4_strdupAtoW
((
char
*
)
http_credentials_src
->
ServerCertificateSubject
);
RPCRT4_strdupAtoW
((
char
*
)
http_credentials_src
->
ServerCertificateSubject
);
...
...
dlls/rpcrt4/rpc_server.c
View file @
eadb037b
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
...
...
dlls/rpcrt4/rpc_transport.c
View file @
eadb037b
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include "wininet.h"
#include "wininet.h"
#include "winternl.h"
#include "winternl.h"
#include "winioctl.h"
#include "winioctl.h"
#include "wine/unicode.h"
#include "rpc.h"
#include "rpc.h"
#include "rpcndr.h"
#include "rpcndr.h"
...
@@ -1912,38 +1911,38 @@ static RPC_STATUS rpcrt4_http_internet_connect(RpcConnection_http *httpc)
...
@@ -1912,38 +1911,38 @@ static RPC_STATUS rpcrt4_http_internet_connect(RpcConnection_http *httpc)
}
}
for
(
option
=
httpc
->
common
.
NetworkOptions
;
option
;
for
(
option
=
httpc
->
common
.
NetworkOptions
;
option
;
option
=
(
strchrW
(
option
,
','
)
?
strchrW
(
option
,
','
)
+
1
:
NULL
))
option
=
(
wcschr
(
option
,
','
)
?
wcschr
(
option
,
','
)
+
1
:
NULL
))
{
{
static
const
WCHAR
wszRpcProxy
[]
=
{
'R'
,
'p'
,
'c'
,
'P'
,
'r'
,
'o'
,
'x'
,
'y'
,
'='
,
0
};
static
const
WCHAR
wszRpcProxy
[]
=
{
'R'
,
'p'
,
'c'
,
'P'
,
'r'
,
'o'
,
'x'
,
'y'
,
'='
,
0
};
static
const
WCHAR
wszHttpProxy
[]
=
{
'H'
,
't'
,
't'
,
'p'
,
'P'
,
'r'
,
'o'
,
'x'
,
'y'
,
'='
,
0
};
static
const
WCHAR
wszHttpProxy
[]
=
{
'H'
,
't'
,
't'
,
'p'
,
'P'
,
'r'
,
'o'
,
'x'
,
'y'
,
'='
,
0
};
if
(
!
strncmpiW
(
option
,
wszRpcProxy
,
ARRAY_SIZE
(
wszRpcProxy
)
-
1
))
if
(
!
wcsnicmp
(
option
,
wszRpcProxy
,
ARRAY_SIZE
(
wszRpcProxy
)
-
1
))
{
{
const
WCHAR
*
value_start
=
option
+
ARRAY_SIZE
(
wszRpcProxy
)
-
1
;
const
WCHAR
*
value_start
=
option
+
ARRAY_SIZE
(
wszRpcProxy
)
-
1
;
const
WCHAR
*
value_end
;
const
WCHAR
*
value_end
;
const
WCHAR
*
p
;
const
WCHAR
*
p
;
value_end
=
strchrW
(
option
,
','
);
value_end
=
wcschr
(
option
,
','
);
if
(
!
value_end
)
if
(
!
value_end
)
value_end
=
value_start
+
strlenW
(
value_start
);
value_end
=
value_start
+
l
strlenW
(
value_start
);
for
(
p
=
value_start
;
p
<
value_end
;
p
++
)
for
(
p
=
value_start
;
p
<
value_end
;
p
++
)
if
(
*
p
==
':'
)
if
(
*
p
==
':'
)
{
{
port
=
atoiW
(
p
+
1
);
port
=
wcstol
(
p
+
1
,
NULL
,
10
);
value_end
=
p
;
value_end
=
p
;
break
;
break
;
}
}
TRACE
(
"RpcProxy value is %s
\n
"
,
debugstr_wn
(
value_start
,
value_end
-
value_start
));
TRACE
(
"RpcProxy value is %s
\n
"
,
debugstr_wn
(
value_start
,
value_end
-
value_start
));
servername
=
RPCRT4_strndupW
(
value_start
,
value_end
-
value_start
);
servername
=
RPCRT4_strndupW
(
value_start
,
value_end
-
value_start
);
}
}
else
if
(
!
strncmpiW
(
option
,
wszHttpProxy
,
ARRAY_SIZE
(
wszHttpProxy
)
-
1
))
else
if
(
!
wcsnicmp
(
option
,
wszHttpProxy
,
ARRAY_SIZE
(
wszHttpProxy
)
-
1
))
{
{
const
WCHAR
*
value_start
=
option
+
ARRAY_SIZE
(
wszHttpProxy
)
-
1
;
const
WCHAR
*
value_start
=
option
+
ARRAY_SIZE
(
wszHttpProxy
)
-
1
;
const
WCHAR
*
value_end
;
const
WCHAR
*
value_end
;
value_end
=
strchrW
(
option
,
','
);
value_end
=
wcschr
(
option
,
','
);
if
(
!
value_end
)
if
(
!
value_end
)
value_end
=
value_start
+
strlenW
(
value_start
);
value_end
=
value_start
+
l
strlenW
(
value_start
);
TRACE
(
"HttpProxy value is %s
\n
"
,
debugstr_wn
(
value_start
,
value_end
-
value_start
));
TRACE
(
"HttpProxy value is %s
\n
"
,
debugstr_wn
(
value_start
,
value_end
-
value_start
));
proxy
=
RPCRT4_strndupW
(
value_start
,
value_end
-
value_start
);
proxy
=
RPCRT4_strndupW
(
value_start
,
value_end
-
value_start
);
}
}
...
@@ -2068,7 +2067,7 @@ static RPC_STATUS insert_content_length_header(HINTERNET request, DWORD len)
...
@@ -2068,7 +2067,7 @@ static RPC_STATUS insert_content_length_header(HINTERNET request, DWORD len)
{
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'n'
,
't'
,
'-'
,
'L'
,
'e'
,
'n'
,
'g'
,
't'
,
'h'
,
':'
,
' '
,
'%'
,
'u'
,
'\r'
,
'\n'
,
0
};
{
'C'
,
'o'
,
'n'
,
't'
,
'e'
,
'n'
,
't'
,
'-'
,
'L'
,
'e'
,
'n'
,
'g'
,
't'
,
'h'
,
':'
,
' '
,
'%'
,
'u'
,
'\r'
,
'\n'
,
0
};
WCHAR
header
[
ARRAY_SIZE
(
fmtW
)
+
10
];
WCHAR
header
[
ARRAY_SIZE
(
fmtW
)
+
10
];
s
printfW
(
header
,
fmtW
,
len
);
s
wprintf
(
header
,
ARRAY_SIZE
(
header
)
,
fmtW
,
len
);
if
((
HttpAddRequestHeadersW
(
request
,
header
,
-
1
,
HTTP_ADDREQ_FLAG_REPLACE
|
HTTP_ADDREQ_FLAG_ADD
)))
return
RPC_S_OK
;
if
((
HttpAddRequestHeadersW
(
request
,
header
,
-
1
,
HTTP_ADDREQ_FLAG_REPLACE
|
HTTP_ADDREQ_FLAG_ADD
)))
return
RPC_S_OK
;
return
RPC_S_SERVER_UNAVAILABLE
;
return
RPC_S_SERVER_UNAVAILABLE
;
}
}
...
@@ -2407,7 +2406,7 @@ static DWORD auth_scheme_from_header( const WCHAR *header )
...
@@ -2407,7 +2406,7 @@ static DWORD auth_scheme_from_header( const WCHAR *header )
unsigned
int
i
;
unsigned
int
i
;
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
auth_schemes
);
i
++
)
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
auth_schemes
);
i
++
)
{
{
if
(
!
strncmpiW
(
header
,
auth_schemes
[
i
].
str
,
auth_schemes
[
i
].
len
)
&&
if
(
!
wcsnicmp
(
header
,
auth_schemes
[
i
].
str
,
auth_schemes
[
i
].
len
)
&&
(
header
[
auth_schemes
[
i
].
len
]
==
' '
||
!
header
[
auth_schemes
[
i
].
len
]))
return
auth_schemes
[
i
].
scheme
;
(
header
[
auth_schemes
[
i
].
len
]
==
' '
||
!
header
[
auth_schemes
[
i
].
len
]))
return
auth_schemes
[
i
].
scheme
;
}
}
return
0
;
return
0
;
...
@@ -2474,7 +2473,7 @@ static RPC_STATUS do_authorization(HINTERNET request, SEC_WCHAR *servername,
...
@@ -2474,7 +2473,7 @@ static RPC_STATUS do_authorization(HINTERNET request, SEC_WCHAR *servername,
if
(
creds
->
AuthnSchemes
[
0
]
==
RPC_C_HTTP_AUTHN_SCHEME_NTLM
)
scheme
=
ntlmW
;
if
(
creds
->
AuthnSchemes
[
0
]
==
RPC_C_HTTP_AUTHN_SCHEME_NTLM
)
scheme
=
ntlmW
;
else
scheme
=
negotiateW
;
else
scheme
=
negotiateW
;
scheme_len
=
strlenW
(
scheme
);
scheme_len
=
l
strlenW
(
scheme
);
if
(
!*
auth_ptr
)
if
(
!*
auth_ptr
)
{
{
...
@@ -2511,7 +2510,7 @@ static RPC_STATUS do_authorization(HINTERNET request, SEC_WCHAR *servername,
...
@@ -2511,7 +2510,7 @@ static RPC_STATUS do_authorization(HINTERNET request, SEC_WCHAR *servername,
p
=
auth_value
+
scheme_len
;
p
=
auth_value
+
scheme_len
;
if
(
!
first
&&
*
p
==
' '
)
if
(
!
first
&&
*
p
==
' '
)
{
{
int
len
=
strlenW
(
++
p
);
int
len
=
l
strlenW
(
++
p
);
in
.
cbBuffer
=
decode_base64
(
p
,
len
,
NULL
);
in
.
cbBuffer
=
decode_base64
(
p
,
len
,
NULL
);
if
(
!
(
in
.
pvBuffer
=
HeapAlloc
(
GetProcessHeap
(),
0
,
in
.
cbBuffer
)))
break
;
if
(
!
(
in
.
pvBuffer
=
HeapAlloc
(
GetProcessHeap
(),
0
,
in
.
cbBuffer
)))
break
;
decode_base64
(
p
,
len
,
in
.
pvBuffer
);
decode_base64
(
p
,
len
,
in
.
pvBuffer
);
...
@@ -2779,8 +2778,8 @@ static RPC_STATUS rpcrt4_ncacn_http_open(RpcConnection* Connection)
...
@@ -2779,8 +2778,8 @@ static RPC_STATUS rpcrt4_ncacn_http_open(RpcConnection* Connection)
memcpy
(
url
,
wszRpcProxyPrefix
,
sizeof
(
wszRpcProxyPrefix
));
memcpy
(
url
,
wszRpcProxyPrefix
,
sizeof
(
wszRpcProxyPrefix
));
MultiByteToWideChar
(
CP_ACP
,
0
,
Connection
->
NetworkAddr
,
-
1
,
url
+
ARRAY_SIZE
(
wszRpcProxyPrefix
)
-
1
,
MultiByteToWideChar
(
CP_ACP
,
0
,
Connection
->
NetworkAddr
,
-
1
,
url
+
ARRAY_SIZE
(
wszRpcProxyPrefix
)
-
1
,
strlen
(
Connection
->
NetworkAddr
)
+
1
);
strlen
(
Connection
->
NetworkAddr
)
+
1
);
strcatW
(
url
,
wszColon
);
l
strcatW
(
url
,
wszColon
);
MultiByteToWideChar
(
CP_ACP
,
0
,
Connection
->
Endpoint
,
-
1
,
url
+
strlenW
(
url
),
strlen
(
Connection
->
Endpoint
)
+
1
);
MultiByteToWideChar
(
CP_ACP
,
0
,
Connection
->
Endpoint
,
-
1
,
url
+
l
strlenW
(
url
),
strlen
(
Connection
->
Endpoint
)
+
1
);
secure
=
is_secure
(
httpc
);
secure
=
is_secure
(
httpc
);
credentials
=
has_credentials
(
httpc
);
credentials
=
has_credentials
(
httpc
);
...
...
dlls/rpcrt4/rpcrt4_main.c
View file @
eadb037b
...
@@ -28,8 +28,6 @@
...
@@ -28,8 +28,6 @@
* NT-based native rpcrt4's. Commonly-used transport for self-to-self RPC's.
* NT-based native rpcrt4's. Commonly-used transport for self-to-self RPC's.
*/
*/
#include "config.h"
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
...
@@ -46,7 +44,6 @@
...
@@ -46,7 +44,6 @@
#include "ntsecapi.h"
#include "ntsecapi.h"
#include "iptypes.h"
#include "iptypes.h"
#include "iphlpapi.h"
#include "iphlpapi.h"
#include "wine/unicode.h"
#include "rpc.h"
#include "rpc.h"
#include "ole2.h"
#include "ole2.h"
...
@@ -618,7 +615,7 @@ RPC_STATUS WINAPI UuidFromStringW(RPC_WSTR s, UUID *uuid)
...
@@ -618,7 +615,7 @@ RPC_STATUS WINAPI UuidFromStringW(RPC_WSTR s, UUID *uuid)
if
(
!
s
)
return
UuidCreateNil
(
uuid
);
if
(
!
s
)
return
UuidCreateNil
(
uuid
);
if
(
strlenW
(
s
)
!=
36
)
return
RPC_S_INVALID_STRING_UUID
;
if
(
l
strlenW
(
s
)
!=
36
)
return
RPC_S_INVALID_STRING_UUID
;
if
((
s
[
8
]
!=
'-'
)
||
(
s
[
13
]
!=
'-'
)
||
(
s
[
18
]
!=
'-'
)
||
(
s
[
23
]
!=
'-'
))
if
((
s
[
8
]
!=
'-'
)
||
(
s
[
13
]
!=
'-'
)
||
(
s
[
18
]
!=
'-'
)
||
(
s
[
23
]
!=
'-'
))
return
RPC_S_INVALID_STRING_UUID
;
return
RPC_S_INVALID_STRING_UUID
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment