2004-05-25 |
William Lahti | Implemented AreAnyAccessesGranted. |
tree | commitdiff |
2004-05-17 |
Juan Lang | - If a crypto provider does not have a Signature in... |
tree | commitdiff |
2004-05-12 |
Mike McCormack | Pass crypt provider and type to CPAcquireContext. |
tree | commitdiff |
2004-05-10 |
Alexandre Julliard | Fixed buffer size handling in GetUserNameA (reported... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Use the Unix codepage to convert the user name to Unicode. |
tree | commitdiff |
2004-04-28 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Documentation fixes. |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
tree | commitdiff |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
tree | commitdiff |
2004-04-17 |
Mike Hearn | Documentation for SystemFunction040 and SystemFunction0... |
tree | commitdiff |
2004-04-12 |
Alexandre Julliard | OpenServiceW: don't use the requested service access... |
tree | commitdiff |
2004-04-12 |
Alexandre Julliard | OpenSCManagerA/W arguments are strings. |
tree | commitdiff |
2004-04-07 |
Raphael Junqueira | Added some stubs. |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-22 |
Juan Lang | Stub CommandLineFromMsiDescriptor to prevent a crash... |
tree | commitdiff |
2004-03-18 |
Juan Lang | Allow RegConnectRegistryW to the local machine name. |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-02-27 |
Robert Shearman | - Remove duplicate free. |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
tree | commitdiff |
2004-01-26 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-16 |
Robert Shearman | Partially implement RegOpenUserClassesRoot. |
tree | commitdiff |
2004-01-06 |
Mike McCormack | Added missing LF in trace. |
tree | commitdiff |
2004-01-03 |
Mike Hearn | Implemented RegFlushKey and NtFlushKey. |
tree | commitdiff |
2003-12-30 |
Juan Lang | Read the Policy{Account,Primary}DomainInformation from... |
tree | commitdiff |
2003-12-13 |
Aric Stewart | Better handling of some service functions. |
tree | commitdiff |
2003-12-13 |
Francois Gouget | Try not to display uninitialized data in traces (found... |
tree | commitdiff |
2003-12-11 |
Huw Davies | Don't crash if lpDependencies is NULL. |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Remove ntdll from imports. |
tree | commitdiff |
2003-12-02 |
Mike McCormack | Stub implementations for ChangeServiceConfigA/W. |
tree | commitdiff |
2003-11-18 |
Mike McCormack | Improve error handling in CryptAcquireContext. |
tree | commitdiff |
2003-11-17 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2003-11-11 |
Ulrich Czekalla | Added stubs for AccessCheckByType, AddAuditAccessAce, |
tree | commitdiff |
2003-11-11 |
Mike Hearn | Implemented ReportEventA/W. |
tree | commitdiff |
2003-10-22 |
Robert Shearman | - Fix error paths in advapi32.CryptAcquireContextA. |
tree | commitdiff |
2003-10-21 |
Daniel Marmier | RegCreateKeyEx{A,W}: state that class string is constant. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Make sure we always use the same name for the semaphore... |
tree | commitdiff |
2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-01 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-10-01 |
Michael Stefaniuc | Fix missing mem freeing on error path. |
tree | commitdiff |
2003-09-25 |
Jon Griffiths | Various test fixes for XP/msvc. |
tree | commitdiff |
2003-09-22 |
Marcus Meissner | Print fixmes if we do not find a crypto providers for... |
tree | commitdiff |
2003-09-17 |
Mike McCormack | Created stub functions for advapi32.GetExplicitEntriesF... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-22 |
Steven Edwards | Fixes for building with w32api headers on Mingw. |
tree | commitdiff |
2003-08-19 |
Mike McCormack | Implement registry key unloading. |
tree | commitdiff |
2003-08-13 |
Mike McCormack | Fix spec for InitiateSystemShutdownExA, as pointed... |
tree | commitdiff |
2003-08-12 |
Mike McCormack | Stubs for advapi32 functions InitiateSystemShutdownEx... |
tree | commitdiff |
2003-08-11 |
Mike McCormack | Stubs for BuildTrusteeWithSid(A/W). |
tree | commitdiff |
2003-07-24 |
Mike McCormack | Implemented LookupPrivilegeValueA/W. |
tree | commitdiff |
2003-07-21 |
Alexandre Julliard | Fixed prototypes of VTableProcStruc callback functions. |
tree | commitdiff |
2003-07-21 |
Mike McCormack | Moved declaration of VTableProvStruc from dlls/advapi32... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc... |
tree | commitdiff |
2003-05-11 |
Mike McCormack | Stubs for AccessCheckAndAuditAlarmA/W. |
tree | commitdiff |
2003-05-01 |
Robert Shearman | - Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie... |
tree | commitdiff |
2003-03-31 |
Andreas Mohr | Trace format fix. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
tree | commitdiff |
2003-03-14 |
Tony Lambregts | Janitorial. Get rid of W->A calls. |
tree | commitdiff |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
tree | commitdiff |
2003-01-24 |
Matthew Davison | Removed some Unicode -> Ascii cross-calls. |
tree | commitdiff |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
tree | commitdiff |
2003-01-20 |
Matthew Davison | Remove some calls to HEAP_strdupAtoW from advapi32. |
tree | commitdiff |
2003-01-14 |
Uwe Bonnes | Stubs for Un|LockServiceDatabase. |
tree | commitdiff |
2003-01-13 |
Robert Shearman | - Add some stubs. |
tree | commitdiff |
2003-01-13 |
Francois Gouget | Use only Ansi APIs for cleaning up the registry. |
tree | commitdiff |
2002-12-19 |
Chris Morgan | Stub for GetSecurityInfoExW(). |
tree | commitdiff |
2002-12-16 |
Andreas Mohr | - actually use PLUID |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | Assorted Win2k/WinXP stubs. |
tree | commitdiff |
2002-11-25 |
Mike McCormack | Implemented registry change notifications. |
tree | commitdiff |
2002-11-13 |
Aric Stewart | Work with the correct subkey with loading keys. Not... |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the advapi32 dll with -DSTRICT. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Removed LPxxx handle types that don't exist under Windows. |
tree | commitdiff |
2002-09-17 |
Andriy Palamarchuk | Make LsaOpenPolicy return success. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Change the #include order so that these tests compile... |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Handle special registry root keys directly in advapi32... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Fixed requested access rights in RegDeleteKey[AW]. |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Fixed possible infinite loop in delete_key. |
tree | commitdiff |
2002-09-06 |
Andriy Palamarchuk | LsaNtStatusToDosError implementation. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Added wine_get_user_name function and got rid of some... |
tree | commitdiff |
2002-08-26 |
Andriy Palamarchuk | SetTokenInformation stub implementation, a few other... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-13 |
Alexandre Julliard | The provider functions are WINAPI. |
tree | commitdiff |
2002-08-13 |
Aric Stewart | Only modify returned keys on success. |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Create separate makefiles for tests for more flexibility. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-20 |
Dominik Strasser | Implemented RegQueryMultipleValues. |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | Created registry unit test and added tests for RegEnumV... |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | RegEnumValue[AW] need to update the data size on buffer... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | More explicit initialization of info_size for stupid... |
tree | commitdiff |
2002-07-05 |
Rein Klazes | Check for NULL keyvalue in RegEnumKeyExA/W. |
tree | commitdiff |
2002-06-28 |
Gregg Mattinson | Removed C++ style comments. |
tree | commitdiff |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
next |