Sync to Wine-20050830:
[reactos.git] / reactos / lib / advapi32 /
2005-09-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-08-29 Thomas Bluemel- don't close handles of keys in RegDeleteTree() that...
2005-08-27 Thomas Bluemelimplemented RegDeleteTree() (untested!)
2005-08-27 Eric KohlImplement LogonUserA.
2005-08-26 Thomas Bluemelremoved obsolete variable in RegOpenUserClassesRoot()
2005-08-26 Thomas BluemelRegLoadMUIStringA/W are not implemented yet...
2005-08-26 Thomas Bluemeladded stubs for RegLoadMUIStringA/W()
2005-08-26 Thomas Bluemelimplemented RegDisablePredefinedCacheEx()
2005-08-25 Thomas Bluemeladd stub for ControlServiceEx()
2005-08-25 Thomas Bluemel- added stubs for Set/GetConsoleHistoryInfo(), GetConso...
2005-08-25 Thomas Bluemelminor simplifications
2005-08-25 Thomas Bluemelopen subkey with sufficient rights in RegDeleteTree
2005-08-25 Thomas Bluemeladded stubs for RegDeleteTreeA/W() and RegCopyTreeA/W()
2005-08-24 Thomas Bluemelimplemented RegSetKeyValueA/W
2005-08-24 Thomas Bluemelimplemented RegDeleteKeyValueA/W()
2005-08-16 Steven EdwardsChanges to get msi based installers mostly working
2005-08-15 Steven EdwardsChangelog:
2005-08-06 Steven Edwardsremove advapi32 winetests. I am going to refactor the...
2005-08-05 Thomas Bluemel#include "advapi32.h" -> #include <advapi32.h>
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Thomas Bluemelfixed typo in a comment
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-27 Thomas Bluemelimplemented TreeResetNamedSecurityInfo and forward...
2005-07-27 Thomas Bluemelimplemented GetExplicitEntriesFromAcl and forward it...
2005-07-27 Thomas Bluemelimplemented GetInheritanceSource and FreeInheritedFromA...
2005-07-27 Thomas Bluemelimplemented SetEntriesInAclA/W and forward the call...
2005-07-27 Thomas Bluemelexport these stubs: AddAccessAllowedObjectAce, AddAcces...
2005-07-26 Thomas Bluemelimplemented GetNamedSecurityA/W and SetNamedSecurityInf...
2005-07-26 Thomas Bluemel- implemented GetSecurityInfo and SetSecurityInfo which...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-23 Thomas Bluemelexport LsaLookupSids which is required by aclui.dll
2005-07-19 Casper HornstrupGenerate RPC interface headers in intermediate directory
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-27 Eric KohlImplement private object security functions.
2005-06-23 Thomas Bluemelflag IsTokenRestricted() as @implemented
2005-06-20 Alex IonescuRemove rosrtl from advapi
2005-06-20 Alex IonescuSwitch Advapi32 to NDK
2005-06-20 Filip NavaraRemove Jamfiles.
2005-06-17 Filip NavaraDo NOT include defines.h in .rc files.
2005-06-17 Thomas Bluemelimplemented IsTokenRestricted(), inspired by a patch...
2005-06-05 Casper HornstrupRemove old makefiles
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...
next