Fixed some handle type mismatches and added a few casts in prevision
[wine] / dlls / advapi32 /
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-20  Dominik StrasserImplemented RegQueryMultipleValues.
2002-07-10  Alexandre JulliardCreated registry unit test and added tests for RegEnumV...
2002-07-10  Alexandre JulliardRegEnumValue[AW] need to update the data size on buffer...
2002-07-05  Alexandre JulliardMore explicit initialization of info_size for stupid...
2002-07-05  Rein KlazesCheck for NULL keyvalue in RegEnumKeyExA/W.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Mike McCormackImplemented recursive RegDeleteKey in Win95 emulation.
2002-06-14  Aric StewartAdded GetCurrentHwProfileA.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Juergen SchmiedMake use of access mask MAXIMUM_ALLOWED possible.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-19  Leo van den BergAdded stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
2002-04-03  Huw D M DaviesAdded ImpersonateLoggedOnUser stub.
2002-04-02  Dmitry TimoshkovMake sure the security descriptor is initialized in...
2002-03-21  Michael CardenasChanged registry handling in RegOpenKeyExA to behave...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-05  Aric StewartDon't return overflow if no class buffer was specified.
2002-01-31  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2002-01-10  Travis MichielsenImplement advapi32 portion of the CryptoAPI.
2001-12-05  Alexandre JulliardUse ntdll functions instead of MultiByteToWideChar...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-20  James JuranGetUserName should include the terminating null charact...
2001-11-20  Francois GougetFix LUID definition.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-09  Patrik StridvallFixed issue found by winapi_check.
2001-09-12  Travis MichielsenCreated stubs for all cryptographic functions.
2001-08-09  Andreas MohrSpelling fixes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-04-10  Alexandre JulliardRegSetValueExA/W: fixed REG_SZ string length handling...
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-03-23  Alexandre JulliardUse TEB static buffer for Unicode conversion.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Alexandre JulliardAlways return success instead of overflow if caller...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Andreas MohrCosmetics.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-02  François GougetFixed some 0 vs. FALSE mismatches.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
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.
next