- new icons for all control panel applets.
[reactos.git] / reactos / lib / advapi32 /
2006-01-09 Thomas Bluemelfixed desired access rights in GetFileSecurityW
2006-01-05 Gé van Geldorp- Disable NtQuerySecurityObject for now
2006-01-01 Eric KohlForward QueryServiceLockStatusA/W to services.exe.
2006-01-01 Eric KohlForward EnumDependentServicesA/W to services.exe.
2006-01-01 Eric KohlForward ChangeServiceConfig2A, QueryServiceConfig2A...
2005-12-31 Eric KohlForward StartServiceA/W to services.exe
2005-12-31 Hervé PoussineauFix bugs in ChangeServiceConfig2W spotted by Casper...
2005-12-31 Andrew MungerRevert 20343, which puts the implementation of QuerySer...
2005-12-30 Hervé PoussineauForward ChangeServiceConfig2W call to services.exe
2005-12-29 Magnus Olsensorry did commit debug on by mistake
2005-12-29 Magnus Olsennew icon from mf
2005-12-29 Magnus Olsendo not call on NtQuerySecurityObject in RegGetKeySecur...
2005-12-29 Magnus Olsendo not call on NtQuerySecurityObject in RegQueryInfoKe...
2005-12-26 Hervé PoussineauReplace implementation of QueryServiceConfigW by a...
2005-12-26 Eric Kohl-Implement EnumServicesStatusExW.
2005-12-25 Eric Kohl- Implement EnumServicesStatusW.
2005-12-23 Eric Kohl-Add QueryServiceConfig2A stub.
2005-12-18 Eric Kohl- Move SetServiceObjectSecurity to the right file.
2005-12-18 Eric KohlImplement QueryServiceConfigW.
2005-12-17 Thomas Bluemelfixed the definition of RtlDosPathNameToNtPathName_U
2005-12-10 Christoph von Wittichadd QueryServiceConfig2W stub to get ros-msconfig worki...
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-27 Casper HornstrupSpeed up compilation of advapi32
2005-11-25 Hervé PoussineauReturn NULL when an error occurs in CreateServiceW
2005-11-18 Christoph von Wittichexport some more Crypto-API functions
2005-11-18 Christoph von Wittichgot a lot of crypt32 stuff working
2005-11-17 Gé van GeldorpAdd CommandLineFromMsiDescriptor
2005-11-17 Christoph von Wittichadded crypt32 (still not complete, from wine 0.91)
2005-11-17 Christoph von Wittichsorry, forgot to change one var
2005-11-17 Christoph von Wittichfixed length calculation of lpDependencies
2005-11-17 Christoph von Wittichimplemented CreateServiceA
2005-11-17 Hervé Poussineau- 2nd stage setup: start umpnpmgr service only after...
2005-11-14 Christoph von Wittichimplemented some stubs needed by ClamWin
2005-11-13 Christoph von Wittichexport EnumServicesStatusExA/EnumServicesStatusExW...
2005-11-11 Thomas Bluemelreplace offsetof with FIELD_OFFSET
2005-11-07 Hervé PoussineauBetter stub for QueryServiceConfigW
2005-11-06 Eric Kohl- Read a services optional display name from the registry.
2005-11-01 Eric KohlUpdate the Indentation.
2005-10-30 Eric Kohl- Implement GetServiceKeyNameW (untested).
2005-10-30 Eric Kohl- Implement GetServiceDisplayNameW (untested).
2005-10-28 Thomas Bluemelfix returning the new token handle in DuplicateTokenEx
2005-10-24 Hartmut BirrEnabled some debug messages.
2005-10-24 Hartmut BirrFixed the stub for AddAccessDeniedObjectAce.
2005-10-24 Hartmut BirrDisable some unimplemented functions.
2005-10-24 Hartmut BirrRevert r18735 and add the missing definition to svcctl...
2005-10-24 Gé van GeldorpTemporary workaround to fix build
2005-10-23 Eric Kohl- Implement ScmrChangeServiceConfigW stub.
2005-10-23 Thomas Bluemelimplement MakeAbsoluteSD2 by forwarding to RtlSelfRelat...
2005-10-21 Thomas Bluemeladded stubs for AccessCheckByTypeAndAuditAlarmA/W,...
2005-10-21 Thomas Bluemelminor fixes of included headers
2005-10-20 Thomas Bluemelfix r18639 the right way: don't check a - possibly...
2005-10-20 Andrew MungerOne liner from Alex_Ionescu that fixes svn hanging...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-16 Gunnar Dalsnesfix buffer overflow
2005-10-15 Eric Kohl- CreateServiceW: Calculate the Dependency length.
2005-10-14 Hervé PoussineauStep 2 for a PnP ReactOS: add some (little) hacks
2005-10-12 Gunnar Dalsnesadd stubs to make clamwin run. by Christoph_vW
2005-10-10 Thomas Bluemelsome fixes for CheckTokenMembership:
2005-10-09 Thomas Bluemeldon't try to free the ansi strings passed by the caller
2005-10-09 Eric KohlFirst shot at CreateServiceW. It crashes due to a bug...
2005-10-03 Thomas Bluemeldon't leak memory in RegDeleteTree() when NtEnumerateKe...
2005-10-03 Thomas Bluemelfixed a memory leak in RegDeleteTree() that could be...
2005-10-03 Thomas BluemelDon't fail when there are no more subkeys to delete...
2005-09-29 Thomas Bluemelexport BuildSecurityDescriptorA/W and IsWellKnownSid
2005-09-26 Thomas BluemelRegOverridePredefKey does not (as opposed to the PSDK...
2005-09-26 Thomas Bluemelexport RegOverridePredefKey, forgot to commit this...
2005-09-26 Thomas Bluemelimplemented RegOverridePredefKey()
2005-09-24 Thomas Bluemelremoved obsolete goto statement
2005-09-24 Thomas Bluemelimplemented RegCopyTreeW() (untested!)
2005-09-22 Thomas Bluemelminor string initialization optimizations
2005-09-21 Thomas Bluemelfixed some handle leaks in RegDeleteTree() in some...
2005-09-10 Hartmut BirrSilence two debug messages after they have cried a...
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...
next