Francois Gouget
|
6b6ed724ae
|
Add missing '\n's to debug traces.
|
2004-01-27 00:01:43 +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 |
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 |
Jon Griffiths
|
4c1fa161a3
|
Documentation updates.
|
2003-10-01 03:20:21 +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 |
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 |
|
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 |
Jon Griffiths
|
cd4234aa49
|
Documentation updates.
|
2003-03-18 18:35:48 +00:00 |
Alexandre Julliard
|
43690e9e47
|
Removed no longer needed inclusion of heap.h.
|
2003-01-24 00:54:58 +00:00 |
Matthew Davison
|
60009b9a56
|
Removed calls to HEAP_strdupAtoW.
|
2003-01-23 23:07:38 +00:00 |
Matthew Davison
|
6f2a071df1
|
Remove some calls to HEAP_strdupAtoW from advapi32.
|
2003-01-20 23:23:12 +00:00 |
Chris Morgan
|
ee8411f4b0
|
Stub for GetSecurityInfoExW().
|
2002-12-19 04:15:23 +00:00 |
Andreas Mohr
|
866d79c11f
|
- actually use PLUID
- initialize the outbound lpLuid variable with bogus values
|
2002-12-16 23:48:04 +00:00 |
Michael Stefaniuc
|
cbacde5256
|
Compile the advapi32 dll with -DSTRICT.
|
2002-10-25 19:17:33 +00:00 |
Patrik Stridvall
|
cf07e10017
|
Don't use wine/unicode.h in the header files, include it directly
where needed instead.
|
2002-10-23 20:20:59 +00:00 |
Andriy Palamarchuk
|
26a776e9f8
|
Make LsaOpenPolicy return success.
|
2002-09-17 18:31:06 +00:00 |
Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
Andriy Palamarchuk
|
d7922143dd
|
LsaNtStatusToDosError implementation.
|
2002-09-06 19:36:37 +00:00 |
Andriy Palamarchuk
|
d86393f6c8
|
SetTokenInformation stub implementation, a few other small changes.
|
2002-08-26 21:39:17 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Leo van den Berg
|
b611681c3f
|
Added stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
|
2002-04-19 00:04:27 +00:00 |
Huw D M Davies
|
c48f3b07ae
|
Added ImpersonateLoggedOnUser stub.
|
2002-04-03 19:53:31 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
362cb2c05b
|
Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Eric Kohl <ekohl@codeweavers.com>
Implemented CheckTokenMembership and GetAce.
|
2002-01-31 20:44:02 +00:00 |
Andreas Mohr
|
da920ee9b9
|
Spelling fixes.
|
2001-08-09 21:16:55 +00:00 |
Patrik Stridvall
|
d0a41774a3
|
Documentation ordinal fixes.
|
2001-02-14 23:11:17 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Marcus Meissner
|
781eb0c660
|
Stubbed LookupAccountNameA.
|
2000-10-15 00:23:56 +00:00 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
Alexandre Julliard
|
d586dc99be
|
Replaced VERSION_* calls by exported API equivalents.
|
2000-08-14 14:35:01 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Dimitrie Paun
|
014dccc71e
|
Cleaned up debug channels a bit.
|
2000-03-12 20:16:51 +00:00 |
Juergen Schmied
|
605325683f
|
Added AddAccessAllowedAce.
|
2000-02-25 20:52:38 +00:00 |
Alexandre Julliard
|
90476d6b4a
|
Moved SystemHeap allocations to the process heap.
|
2000-02-16 22:47:24 +00:00 |
Juergen Schmied
|
02d45e52c5
|
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
NtAllocateLocallyUniqueId
- implementation or stubs for NtAccessCheck, NtSetSecurityObject,
RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
RtlValidSid, RtlxUnicodeStringToOemSize
- corrected most RtlString* functions, added documentation
- more fixes and partial implementations
|
2000-01-23 22:35:33 +00:00 |
Juergen Schmied
|
044db46459
|
Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
Small fixes.
|
1999-12-11 23:19:54 +00:00 |
Dimitrie O. Paun
|
dd03cc19fd
|
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
|
1999-12-08 03:56:23 +00:00 |
Gerard Patel
|
c6ad2b6fc3
|
Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
|
1999-10-23 16:49:15 +00:00 |
Ian Schmidt
|
e6bffc0965
|
Added pointer validation and additional sanity check to IsValidSid().
|
1999-07-18 18:29:34 +00:00 |
Eric Pouech
|
5d04f652f6
|
Compiler warnings fix.
|
1999-07-12 13:41:20 +00:00 |
Ian Schmidt
|
ec6aab5169
|
Added stub for SetThreadToken(), required by Office 2000.
|
1999-07-10 10:17:27 +00:00 |
Patrik Stridvall
|
4a73973f23
|
Fixed/moved/added missing/wrong function prototypes.
|
1999-07-04 11:01:21 +00:00 |
Alexandre Julliard
|
06c275a643
|
Converted to the new debugging interface (done with the help of the
script written by Patrik Stridvall).
|
1999-05-02 14:32:27 +00:00 |
Patrik Stridvall
|
b4b9fae671
|
New debug scheme with explicit debug channels declaration.
|
1999-04-19 14:56:29 +00:00 |
Jim Aston
|
2e1cafa288
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |