Fix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM incorrectly.
[reactos.git] / reactos / lib / advapi32 /
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-27 Hartmut BirrRepleaced wcsicmp with _wcsicmp in ScLookupServiceBySer...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-17 Robert DickensonFixed typo in header comment.
2002-08-15 David WelchExport LdrFindResourceDirectory_U
2002-07-23 Jurgen van GaelOpenSCManager waits for services.exe to initialize
2002-07-20 Eric KohlAdded some experimental code
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2001-11-22 Eric KohlAdded some security/access functions.
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-10-21 Casper HornstrupOpen named pipe to SCM
2001-09-03 Eric KohlImplemented RegSaveKey[A/W]().
2001-09-01 Rex JolliffLiteStep needs GetUserName aliased
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-01 Eric KohlAdded some code to map more predefined keys (like HKCU).
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-17 Emanuele AlibertiFixed a typo.
2001-06-17 Eric KohlImplemented AllocateLocallyUniqueId().
2001-03-17 Emanuele AlibertiStubs for LookupPrivilege* added.
2001-01-14 Emanuele AlibertiADVAPI32.LookupAccountSidA and ADVAPI32.LookupAccountSi...
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-10-08 David WelchFixed compilation bugs
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-27 Eric KohlImplemented some ascii functions
2000-09-08 Eric KohlImplemented basic registry functions
2000-09-06 Eric KohlFixed some bugs in the registry
2000-09-05 Eric KohlRegistry fixes (not usable yet)
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-10 Eric KohlFixed typo
2000-04-06 Eric KohlAdded some more security functions
2000-04-05 Eric KohlAdded ace, acl and sid functions
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-18 Eric KohlAdded security descriptor functions
2000-01-05 David WelchImplemented more security functions
1999-12-20 Eric KohlFixed a compiler warning
1999-12-16 Eric KohlAdded missing .cvsignore file
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-07 Emanuele Alibertiadvapi32 ACE and ACL stubs.
1999-11-07 Emanuele Alibertiadvapi32 compiles OK.
1999-10-26 Emanuele AlibertiAn attempt to fix the ntdll not found bug.
1999-10-25 Rex JolliffSome small fixes to reported build problems
1999-09-25 Boudewijn DekkerSmall addition to token.c
1999-08-29 David Welch*** empty log message ***
1999-07-26 Emanuele Alibertisome work on fixing advapi32
1999-07-22 Eric KohlChanges to compile advapi32.
1999-07-17 Emanuele Alibertifixes
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-06-08 Emanuele AlibertiUpdated to 0.0.14
1999-05-26 Emanuele AlibertiSetLastError() used in stubs
1999-05-19 Emanuele Alibertirtlsec.{c,h} are in lib/ntdll/rtl/sec.{c,h}
1999-05-19 Emanuele Alibertimore stubs
1999-04-15 Emanuele Aliberticomplete but not aliased export table for advapi32.dll
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-03-12 Emanuele Alibertistubs
1998-12-04 Rex JolliffRolled in various changes from others