Add MSVFW32 and MSWSOCK to the build.
[reactos.git] / reactos / lib / advapi32 /
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Thomas Bluemelmore fixes for GCC4
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Thomas Bluemelimplemented RegOpenUserClassesRoot (doesn't work in...
2005-05-05 Thomas Bluemelthe registry functions shouldn't change the last error...
2005-05-05 Thomas Bluemel- ported BuildTrusteeWithObjectsAndNameA/W and BuildTru...
2005-05-05 Thomas Bluemeldirectly use HeapAlloc/Free in midl_user_allocate and...
2005-05-05 Thomas Bluemeldon't dereference lpTokenAttributes if the caller passe...
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-05 Thomas Bluemel- fixed RegSetValueEx to take the null-terminating...
2005-05-05 Thomas Bluemelonly create handles with access rights needed for the...
2005-05-04 Aleksey BraginRegOpenKey, RegOpenKeyEx A/W imported and ported from...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-30 Thomas Bluemelfixed uninitialized variable warning
2005-04-30 Aleksey BraginFixed RegEnumValueA/W behaviour when output buffers...
2005-04-29 Aleksey BraginImport from WINE 25.04.05 (just because we have old...
2005-04-28 Aleksey BraginFix (registry.c:325, dated 20050425) test failure....
2005-04-23 Eric Kohladvapi32.dll: Implement QueryServiceStatus.
2005-04-19 Thomas Bluemelfix typo
2005-04-19 Thomas Bluemeldirectly redirect MapGenericMask to ntdll
2005-04-18 Filip NavaraReenable ControlService and fix syntax errors in svcctl...
2005-04-18 Eric KohlDisable ControlService() because of a bug in WIDL.
2005-04-17 Eric KohlADVAPI32.DLL / SERVICES.EXE:
2005-04-17 Eric Kohl- Move generated files to the top of the file list.
2005-04-16 Eric KohlADVAPI32.DLL:
2005-04-15 Eric KohlUse RPC for making calls to the Service Control Manager.
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-04 Casper HornstrupInstall generated files
2005-03-26 Emanuele AlibertiSome stubbing and some stack sizes in exported symbols.
2005-03-26 Emanuele AlibertiExported symbol list updated to 5.1-SP2
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-13 Emanuele AlibertiLsaQueryInfoTrustedDomain stub added
2005-03-12 Steven Edwardsadded Wine tests for advapi32. (untested)
2005-03-10 Royce Mitchell IIIadd <pch> to existing xml files that support pch on...
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-26 Casper HornstrupSet base address of modules
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-12 Thomas BluemelThe structure layout of self-relative security descript...
2005-02-11 Eric KohlOoops! These are the correct exports.
2005-02-11 Eric KohlImplement RtlGetSecurityDescriptorRMControl, RtlSetSecu...
2005-02-06 Gé van GeldorpHervé Poussineau <poussine@freesurf.fr>
2005-02-06 Gé van Geldorp- Add RegisterServiceCtrlHandlerExA/W
2005-02-06 Gé van GeldorpExport some Lsa stubs
2005-01-28 Eric KohlUse the service contol pipe to send a start command...
2005-01-21 Thomas Bluemelproperly set the access token in CreateProcessAsUser()
2005-01-16 Casper HornstrupAdd resources to existing modules.
2005-01-15 Casper Hornstrup* LinkerFlag tag support
2005-01-08 Eric KohlStart services again and call a services main routine.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Eric KohlImplement BuildExplicitAccessWithNameA/W() and BuildImp...
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-26 Gé van GeldorpDon't write outside buffer
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-23 Gé van GeldorpCVS maintenance
2004-12-18 Gé van GeldorpAdd some DPRINTs
2004-12-15 Eric KohlImplement simple trustee functions:
2004-12-14 Thomas Bluemelimplemented GetUserNameA()
2004-12-14 Thomas Bluemelfixed typo in comment
2004-12-14 Thomas Bluemelimplemented LookupAccountSidA()
2004-12-14 Royce Mitchell IIIimplemented LookupAccountSidW() thx to the help of...
2004-12-14 Gunnar Dalsneszw.h: correct ZwDuplicateToken proto.
2004-12-14 Thomas Bluemelsorry for defining structures twice...
2004-12-13 Thomas Bluemeladded stubs for SetSecurityInfo(), GetInheritanceSource...
2004-12-13 Royce Mitchell IIIimplemented GetUserNameA() and GetUserNameW() - thanks...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Eric Kohl- Remove Wine-isms from advapi32 because it's a ReactOS...
2004-12-12 James TaborNeed -D__REACTOS__ in makefile for porting from wine.
2004-12-11 Thomas Bluemelport crypt and trustee support from Wine. Patch by...
2004-12-10 Filip Navara- Fix definitions of SecurityAnonymous, SecurityIdentif...
2004-12-02 Eric Kohl- RegQueryValueExA: Return the correct data size for...
2004-11-22 Eric KohlRegQueryValueExA: Free ValueName Unicode string when...
2004-11-21 Gunnar Dalsnesadd stubs GetSecurityInfoExA/W
2004-11-11 Eric KohlRegSetValueExA: lpData can be NULL.
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-12 Eric KohlImplement GetCurrentHwProfileA/W.
2004-10-10 Eric KohlImplement RegQueryMultipleValuesA().
2004-10-10 Hartmut Birr- Fixed some size calculations according to the last...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-09-28 Gé van GeldorpDon't return data length if not requested
2004-09-27 Gé van GeldorpNtSetInformationThread() expects a pointer, not the...
2004-09-26 Steven EdwardsSlightly new and improved stub for GetUserNameA based...
2004-09-26 Gé van GeldorpScream when an unimplemented function is called
2004-09-26 Gé van GeldorpStub LookupAccountNameA/W
2004-09-16 Gé van GeldorpGet rid of .edf files
next