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
7267c077
Commit
7267c077
authored
Apr 10, 2008
by
Juan Lang
Committed by
Alexandre Julliard
Apr 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
softpub: Forward softpub functions to wintrust.
parent
8dcde49a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
71 deletions
+22
-71
Makefile.in
dlls/softpub/Makefile.in
+1
-4
main.c
dlls/softpub/main.c
+0
-46
softpub.spec
dlls/softpub/softpub.spec
+21
-21
No files found.
dlls/softpub/Makefile.in
View file @
7267c077
...
...
@@ -3,10 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
softpub.dll
IMPORTS
=
kernel32
C_SRCS
=
\
main.c
IMPORTS
=
wintrust kernel32
@MAKE_DLL_RULES@
...
...
dlls/softpub/main.c
deleted
100644 → 0
View file @
8dcde49a
/*
* Copyright 2008 Maarten Lankhorst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
softpub
);
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
TRACE
(
"(0x%p, %d, %p)
\n
"
,
hinstDLL
,
fdwReason
,
lpvReserved
);
switch
(
fdwReason
)
{
case
DLL_WINE_PREATTACH
:
return
FALSE
;
/* prefer native version */
case
DLL_PROCESS_ATTACH
:
DisableThreadLibraryCalls
(
hinstDLL
);
break
;
case
DLL_PROCESS_DETACH
:
break
;
default:
break
;
}
return
TRUE
;
}
dlls/softpub/softpub.spec
View file @
7267c077
1 st
ub
GenericChainCertificateTrust
2 st
ub
GenericChainFinalProv
3 st
ub
HTTPSCertificateTrust
4 st
ub
SoftpubDefCertInit
1 st
dcall GenericChainCertificateTrust(ptr) wintrust.
GenericChainCertificateTrust
2 st
dcall GenericChainFinalProv(ptr) wintrust.
GenericChainFinalProv
3 st
dcall HTTPSCertificateTrust(ptr) wintrust.
HTTPSCertificateTrust
4 st
dcall SoftpubDefCertInit(ptr) wintrust.
SoftpubDefCertInit
5 stub SoftpubFreeDefUsageCallData
6 stub SoftpubLoadDefUsageCallData
7 stub AddPersonalTrustDBPages
8 st
ub
DllRegisterServer
9 st
ub
DllUnregisterServer
10 st
ub
DriverCleanupPolicy
11 st
ub
DriverFinalPolicy
12 st
ub
DriverInitializePolicy
13 st
ub
FindCertsByIssuer
14 st
ub
HTTPSFinalProv
15 st
ub
OfficeCleanupPolicy
16 st
ub
OfficeInitializePolicy
17 st
ub
OpenPersonalTrustDBDialog
18 st
ub
SoftpubAuthenticode
19 st
ub
SoftpubCheckCert
20 st
ub
SoftpubCleanup
21 st
ub
SoftpubDumpStructure
22 st
ub
SoftpubInitialize
23 st
ub
SoftpubLoadMessage
24 st
ub
SoftpubLoadSignature
8 st
dcall -private DllRegisterServer() wintrust.Softpub
DllRegisterServer
9 st
dcall -private DllUnregisterServer() wintrust.Softpub
DllUnregisterServer
10 st
dcall DriverCleanupPolicy(ptr) wintrust.
DriverCleanupPolicy
11 st
dcall DriverFinalPolicy(ptr) wintrust.
DriverFinalPolicy
12 st
dcall DriverInitializePolicy(ptr) wintrust.
DriverInitializePolicy
13 st
dcall FindCertsByIssuer(ptr ptr ptr ptr long wstr long) wintrust.
FindCertsByIssuer
14 st
dcall HTTPSFinalProv(ptr) wintrust.
HTTPSFinalProv
15 st
dcall OfficeCleanupPolicy(ptr) wintrust.
OfficeCleanupPolicy
16 st
dcall OfficeInitializePolicy(ptr) wintrust.
OfficeInitializePolicy
17 st
dcall OpenPersonalTrustDBDialog(long) wintrust.
OpenPersonalTrustDBDialog
18 st
dcall SoftpubAuthenticode(ptr) wintrust.
SoftpubAuthenticode
19 st
dcall SoftpubCheckCert(ptr long long long) wintrust.
SoftpubCheckCert
20 st
dcall SoftpubCleanup(ptr) wintrust.
SoftpubCleanup
21 st
dcall SoftpubDumpStructure(ptr) wintrust.
SoftpubDumpStructure
22 st
dcall SoftpubInitialize(ptr) wintrust.
SoftpubInitialize
23 st
dcall SoftpubLoadMessage(ptr) wintrust.
SoftpubLoadMessage
24 st
dcall SoftpubLoadSignature(ptr) wintrust.
SoftpubLoadSignature
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