Enable automatic adjustment of daylight savings changes.
[reactos.git] / reactos / lib / advapi32 /
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
2004-09-13 Eric KohlRegQueryInfoKeyW returns correct security descriptor...
2004-09-13 Eric Kohl- Implement AddAccessAllowedAceEx, AddAccessDeniedAceEx...
2004-09-13 Eric Kohl- Fix a typo in RegGetKeySecurity().
2004-09-13 Eric KohlImplement RegGetKeySecurity.
2004-09-08 Eric KohlImplement SetFileSecurityA/W.
2004-09-06 Eric KohlImplement GetFileSecurityA/W.
2004-08-23 Gé van GeldorpImplement ConvertSidToStringSidA/w
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-10 Gé van GeldorpAllocate new LUID for each logon session
2004-07-18 Filip Navara- RegEnumValueW should fill in *lpcbData if lpData...
2004-07-17 Filip Navara- Disable debug messages.
2004-07-17 Filip Navara- RegQueryValueExW shouldn't touch *lpcbData if lpData...
2004-07-12 Eric KohlFix NtAccessCheck() prototype.
2004-07-11 Eric KohlFix typo in SetSecurityDescriptorOwner().
2004-07-10 Eric KohlFix default DACL of the logon token.
2004-07-10 Thomas Bluemelexport GetSecurityInfo()
2004-07-10 Eric KohlCreate group SIDs for logon token.
2004-07-09 Filip Navara- Since LookupAccountSidA is unimplemented, but returns...
2004-07-07 Gé van GeldorpSet default (Administrator) privileges when logging on
2004-07-06 Gé van GeldorpImplement LookupPrivilegeValueW for local machine
2004-07-06 Gé van GeldorpMake AdjustTokenPrivileges confirm to MSDN-documented...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Gé van GeldorpRemove debugging statement
2004-07-02 Gé van GeldorpNtCreateKey doesn't create nested keys, but RegCreateKe...
2004-06-20 Gunnar Dalsnesadded comment to FreeSid
2004-06-17 Eric KohlCompile advapi32 using w32api.
2004-05-29 Hartmut Birr- Moved the definition of all dll base addresses to...
2004-05-27 Thomas Bluemelfixed filename in include statement and added some...
2004-05-26 Filip Navara- Fixed the third passed parameter to NtSetInformationT...
2004-05-26 Thomas Bluemeladded stubs for SetFileSecurityW(), GetNamedSecurityInf...
2004-05-13 Filip Navara- Add some stubs needed by native Windows DLLs.
2004-04-12 Filip Navara- Reverted my last changed, should go to branch!
2004-04-12 Filip Navara- Initial hacky implementation of some SCM calls needed...
2004-04-12 Filip Navara- Remove the hack implemenation of LookupPrivilegeValueW.
2004-04-11 Filip Navara- Implement LookupPrivilegeValueW.
2004-04-03 Gé van GeldorpHandle lpcbData == NULL case.
2004-04-01 Eric KohlFix bugs in RegQueryValueExA() and RegQueryValueExW...
2004-03-25 Eric Kohl- Implement ImpersonateLoggedOnUser().
2004-03-20 Steven EdwardsEnable stub for ImpersonateLoggedOnUser. This gets...
2004-03-10 Filip Navara- Include eventlog.c in the build.
2004-03-10 Filip Navara- Export the event log functions and LookupAccountSid...
2004-03-10 Aleksey BraginLookupAccountSidA and W stubs added (FAR needs them...
2004-03-09 Eric KohlLogonUserW(): Fix key name.
2004-03-08 Filip Navara- Added Event Log stubs copied from Wine. It seems...
2004-03-08 Steven EdwardsGet MSYS and a few others working again....
2004-02-28 Filip Navara- Fixed the definition of IsTextUnicode.
2004-02-26 Filip Navara- Removed IsTextUnicode stub and replaced it with forwa...
2004-02-26 Steven EdwardsAdded stub of IsTextUnicode to get notepad working...
2004-02-25 Steven EdwardsAdded stubs for GetFileSecurityA, SetFileSecurityA and
2004-02-25 Steven EdwardsFixed error introduced by removing the stubs.
2004-02-25 Eric KohlRemove ALL stubs which might be of questionable origin.
2004-02-22 Eric KohlMinor cleanup.
2004-02-14 Steven EdwardsImplemented LsaFreeMemory and
2004-01-23 Eric KohlImplement basic administrator account creation and...
2004-01-20 Eric KohlImplement CreateProcessAsUser[A/W] and LogonUserW with...
2004-01-20 Eric KohlMoved logon-related functions to a separate file.
2004-01-11 Filip Navara- Removed some obsolete headers.
2003-12-29 Gé van GeldorpOn error return from RegQueryValueExW, don't touch...
2003-12-28 Art YerkesFixed RegQueryValueExA. It was broken in a way that...
2003-12-28 Art YerkesDon't return ERROR_MORE_DATA in the case of lpData...
2003-12-28 Art YerkesRegQueryValueExW: Now returns the space needed for...
2003-12-24 Gé van GeldorpPass pointer to DWORD instead of casted USHORT pointer
2003-12-24 Filip NavaraDo not zero memory in RegQueryValueExW and handle the...
2003-12-23 Filip NavaraZero memory for value info in RegQueryValueExW, otherwi...
2003-12-23 Filip NavaraFixed RegSetValueEx for NULL value name.
2003-12-13 Gé van GeldorpIn RegQueryValueExA, always request the type from RegQu...
2003-12-06 Thomas Bluemelmake CreateProcessAsUser() call CreateProcess() as...
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-16 Gé van GeldorpSilence debug messages
2003-10-14 Filip NavaraFixed RegQueryValueExA and marked as implemented.
2003-10-12 Hartmut Birr- Fixed a missing 'S' from SynchronizeWindows31FilesAnd...
2003-10-05 Filip NavaraAdded semi-stub for GetCurrentHwProfileA.
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-09-08 Thomas Bluemelchanges in this patch by Jonathon Wilson:
2003-08-30 Hartmut Birr- Changed the attributes in all calls to NtOpenKey...
2003-08-28 Gé van GeldorpSilence debug messages
2003-08-18 Andrew GreenwoodOK I must be having a bad coding day or something....
2003-08-18 Andrew Greenwood* Added stubs for GetSecurityInfo and GetSecurityInfoEx...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-07-24 Casper HornstrupMake vfatfs compile using VC6.
2003-07-21 Royce Mitchell IIIremoved duplicate definition (old stub) of PrivilegedSe...
2003-07-21 Royce Mitchell IIIfixed missing constants and build errors
2003-07-21 Royce Mitchell IIIlib/advapi32/reg/reg.c:
2003-07-20 Eric KohlImplemented missing audit functions.
2003-07-20 Eric KohlImplemented PrivilegeCheck().
2003-07-20 Eric KohlAdded audit functions.
2003-07-12 Eric KohlImplemented RegSetKeySecurity().
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
next