Added preferences to dinput drivers (so we can have two joystick
[wine] / dlls / advapi32 /
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-24  James HathewayAdded stubs for CryptGenRandom(), CryptReleaseContext().
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-15  Marcus MeissnerStubbed LookupAccountNameA.
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-09  Andreas MohrAdded some reg temp file clutter check (more than 100...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Alexandre JulliardFixed error checking in registry saving.
2000-03-12  Dimitrie PaunCleaned up debug channels a bit.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-25  Juergen SchmiedAdded AddAccessAllowedAce.
2000-02-20  Alexandre JulliardAvoid crash on NULL data pointer.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-15  Juergen SchmiedIf there is enough space in the buffer and the type...
2000-01-09  Juergen SchmiedCorrected behaviour of RegOpenKey in case of failure.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-26  Alexandre JulliardFixed/commented out duplicate entry point names.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-04  Michael McCormackAdded code to some service functions (some untested...
1999-11-25  Eric PouechFixed some bogus error detection for RegEnumValue[AW...
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.
1999-11-21  Peter SchlaileImplemented StartServiceCtrlDispatcherA according to...
1999-11-21  Michael McCormackImplemented OpenSCManagerW, CloseServiceHandle, OpenSer...
1999-10-31  Patrik StridvallFixed documentation.
1999-10-23  Gerard PatelStub OpenThreadToken & OpenProcessToken for failure...
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-11  Patrik StridvallEliminated warnings.
1999-07-31  Eric KohlAdded stub for CryptSetKeyParams().
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-18  Ian SchmidtAdded pointer validation and additional sanity check...
1999-07-12  Eric PouechCompiler warnings fix.
1999-07-10  Ian SchmidtAdded stub for SetThreadToken(), required by Office...
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-09  Juergen SchmiedMake more functions just calling down to ntdll.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Ian SchmidtAdded entries for most Crypt* calls.
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-02-10  Andreas MohrTwo ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32...
1999-02-09  Marcus MeissnerSome small bugfixes, added more PE relocation types...
1999-01-31  Juergen SchmiedStub for GetSecurityDescriptorControl.
1999-01-30  Matthew BeckerDoc updates.
1999-01-28  Matthew BeckerDocumentation standardizations.
1999-01-26  Marcus MeissnerAdded GetSecurityDescriptorOwner/Group, RevertToSelf...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.