Alexandre Julliard
|
bea945eed9
|
OpenServiceW: don't use the requested service access rights for the
registry key access rights, they are not the same thing.
|
2004-04-12 22:18:39 +00:00 |
Alexandre Julliard
|
c420138d99
|
OpenSCManagerA/W arguments are strings.
|
2004-04-12 22:11:24 +00:00 |
Raphael Junqueira
|
8c16d405e0
|
Added some stubs.
|
2004-04-07 19:00:30 +00:00 |
Alexandre Julliard
|
9e4ed6460c
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
Juan Lang
|
4161a8b474
|
Stub CommandLineFromMsiDescriptor to prevent a crash in Accelerys
Materials Studio.
|
2004-03-22 21:31:26 +00:00 |
Juan Lang
|
ae176d1629
|
Allow RegConnectRegistryW to the local machine name.
|
2004-03-18 01:34:23 +00:00 |
Alexandre Julliard
|
589e115233
|
We no longer use the .exe.spec.c files.
|
2004-03-02 21:16:37 +00:00 |
Robert Shearman
|
8447121451
|
- Remove duplicate free.
- Remove debug message that dumps invalid string.
|
2004-02-27 04:41:06 +00:00 |
Francois Gouget
|
6b6ed724ae
|
Add missing '\n's to debug traces.
|
2004-01-27 00:01:43 +00:00 |
Francois Gouget
|
e18aa3f614
|
Add trailing '\n's to ok() calls.
|
2004-01-26 20:23:25 +00:00 |
Robert Shearman
|
65e818272b
|
Partially implement RegOpenUserClassesRoot.
|
2004-01-16 04:40:33 +00:00 |
Mike McCormack
|
2050c469ef
|
Added missing LF in trace.
|
2004-01-06 20:40:31 +00:00 |
Mike Hearn
|
43cb03be3a
|
Implemented RegFlushKey and NtFlushKey.
|
2004-01-03 00:38:30 +00:00 |
Juan Lang
|
c02488b5f0
|
Read the Policy{Account,Primary}DomainInformation from the registry,
rather than hardcoding it to "DOMAIN".
|
2003-12-30 19:21:11 +00:00 |
Aric Stewart
|
3dc71b65a7
|
Better handling of some service functions.
|
2003-12-13 03:25:37 +00:00 |
Francois Gouget
|
8f63a714b2
|
Try not to display uninitialized data in traces (found by Valgrind).
|
2003-12-13 01:34:40 +00:00 |
Huw Davies
|
28c2ea07ce
|
Don't crash if lpDependencies is NULL.
|
2003-12-11 04:26:20 +00:00 |
Hans Leidekker
|
3114368152
|
Remove ntdll from imports.
|
2003-12-08 21:46:06 +00:00 |
Mike McCormack
|
9b513ad686
|
Stub implementations for ChangeServiceConfigA/W.
Implement CreateServiceW and call it from CreateServiceA.
Partial implementation of QueryServiceConfigW.
|
2003-12-02 03:48:53 +00:00 |
Mike McCormack
|
a7270ec780
|
Improve error handling in CryptAcquireContext.
|
2003-11-18 20:40:12 +00:00 |
Alexandre Julliard
|
f9be2f3d21
|
Removed some unnecessary includes.
|
2003-11-17 20:31:29 +00:00 |
Ulrich Czekalla
|
fd5e811c4e
|
Added stubs for AccessCheckByType, AddAuditAccessAce,
GetNamedSecurityInfoA, GetNamedSecurityInfoW.
Implemented ConvertStringSecurityDescriptorToSecurityDescriptorW,
DeleteAce, MakeAbsoluteSD, GetAclInformation, ConvertStringSidToSidW,
RtlDeleteAce, RtlQueryInformationAcl.
|
2003-11-11 22:03:24 +00:00 |
Mike Hearn
|
2ea3dc4302
|
Implemented ReportEventA/W.
|
2003-11-11 21:59:15 +00:00 |
Robert Shearman
|
d6a06f942e
|
- Fix error paths in advapi32.CryptAcquireContextA.
- Call CRYPT_VerifyImage to verify the signature, even though it
currently does nothing.
|
2003-10-22 03:04:30 +00:00 |
Daniel Marmier
|
c33e4c4723
|
RegCreateKeyEx{A,W}: state that class string is constant.
|
2003-10-21 23:44:37 +00:00 |
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
Alexandre Julliard
|
b10dcfe3b9
|
Make sure we always use the same name for the semaphore (spotted by
Ben A L Jemmett).
|
2003-10-10 00:05:49 +00:00 |
Daniel Marmier
|
ee1eb63b31
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 03:30:47 +00:00 |
Jon Griffiths
|
4c1fa161a3
|
Documentation updates.
|
2003-10-01 03:20:21 +00:00 |
Michael Stefaniuc
|
082e0bfe93
|
Fix missing mem freeing on error path.
|
2003-10-01 03:14:29 +00:00 |
Jon Griffiths
|
90535ce905
|
Various test fixes for XP/msvc.
|
2003-09-25 20:29:40 +00:00 |
Marcus Meissner
|
ad1a1064d0
|
Print fixmes if we do not find a crypto providers for a specified
type/name and other failures.
|
2003-09-22 19:37:55 +00:00 |
Mike McCormack
|
de047225bb
|
Created stub functions for advapi32.GetExplicitEntriesFromAclA/W().
|
2003-09-17 20:04:45 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Steven Edwards
|
14e3b19cd0
|
Fixes for building with w32api headers on Mingw.
|
2003-08-22 05:05:56 +00:00 |
Mike McCormack
|
5ac945c021
|
Implement registry key unloading.
|
2003-08-19 03:08:17 +00:00 |
Mike McCormack
|
2e4010016e
|
Fix spec for InitiateSystemShutdownExA, as pointed out by Stefan
Leichter.
|
2003-08-13 19:34:57 +00:00 |
Mike McCormack
|
d0c2c6df72
|
Stubs for advapi32 functions InitiateSystemShutdownEx, SetEntriesInAcl
and SetNamedSecurityInfo.
|
2003-08-12 18:53:14 +00:00 |
Mike McCormack
|
49b408b192
|
Stubs for BuildTrusteeWithSid(A/W).
|
2003-08-11 18:41:28 +00:00 |
Mike McCormack
|
133ba9f3cd
|
Implemented LookupPrivilegeValueA/W.
|
2003-07-24 00:01:16 +00:00 |
Alexandre Julliard
|
67dca1b794
|
Fixed prototypes of VTableProcStruc callback functions.
|
2003-07-21 23:50:39 +00:00 |
Mike McCormack
|
87be464163
|
Moved declaration of VTableProvStruc from dlls/advapi32/crypt.h to
include/wincrypt.h.
|
2003-07-21 23:50:08 +00:00 |
Francois Gouget
|
9591836ffb
|
'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
|
2003-06-18 19:45:22 +00:00 |
|
736ff98510
|
Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAclInformation.
|
2003-06-16 19:44:06 +00:00 |
Mike McCormack
|
493d89d888
|
Stubs for AccessCheckAndAuditAlarmA/W.
|
2003-05-11 02:37:11 +00:00 |
Robert Shearman
|
f0025e2adc
|
- Implemented RtlAddAccessAllowedAce, RtlAddAccessDeniedAce,
RtlAddAce, RtlValidAcl.
- Added the corresponding functions in advapi32.
- Grouped the ACL functions in advapi32.
|
2003-05-01 00:29:26 +00:00 |
Andreas Mohr
|
f11cbe34cc
|
Trace format fix.
|
2003-03-31 19:32:46 +00:00 |
Alexandre Julliard
|
114a31a2a8
|
Take advantage of new winebuild syntax to remove redundant function
names in spec files.
|
2003-03-20 03:53:12 +00:00 |
Jon Griffiths
|
cd4234aa49
|
Documentation updates.
|
2003-03-18 18:35:48 +00:00 |
Alexandre Julliard
|
a9c51cb60b
|
Replaced forwards by normal function declarations.
|
2003-03-17 00:17:00 +00:00 |