Framework for the doppler effect.
[wine] / dlls / advapi32 /
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-14  Tony LambregtsJanitorial. Get rid of W->A calls.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-24  Matthew DavisonRemoved some Unicode -> Ascii cross-calls.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-20  Matthew DavisonRemove some calls to HEAP_strdupAtoW from advapi32.
2003-01-14  Uwe BonnesStubs for Un|LockServiceDatabase.
2003-01-13  Robert Shearman- Add some stubs.
2003-01-13  Francois GougetUse only Ansi APIs for cleaning up the registry.
2002-12-19  Chris MorganStub for GetSecurityInfoExW().
2002-12-16  Andreas Mohr- actually use PLUID
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-13  Aric StewartWork with the correct subkey with loading keys. Not...
2002-10-25  Michael StefaniucCompile the advapi32 dll with -DSTRICT.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-09-17  Andriy PalamarchukMake LsaOpenPolicy return success.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Alexandre JulliardFixed requested access rights in RegDeleteKey[AW].
2002-09-12  Alexandre JulliardFixed possible infinite loop in delete_key.
2002-09-06  Andriy PalamarchukLsaNtStatusToDosError implementation.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-26  Andriy PalamarchukSetTokenInformation stub implementation, a few other...
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-08-13  Alexandre JulliardThe provider functions are WINAPI.
2002-08-13  Aric StewartOnly modify returned keys on success.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
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...
next