Create missing default DACLs.
[reactos.git] / reactos /
2004-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-07-10 Thomas Bluemelexport GetSecurityInfo()
2004-07-10 Eric KohlCreate group SIDs for logon token.
2004-07-10 Eric KohlFix RtlEqualSid().
2004-07-10 Hartmut Birr- Fixed the return value in VirtualQueryEx if NtQueryVi...
2004-07-10 Hartmut Birr- Fixed the comparing of video modes in IntInitScreenInfo.
2004-07-09 Gé van GeldorpFindWindow() should search the threads desktop, not...
2004-07-09 Filip Navara- Implementation of [NtGdi]GetTextFace[W] and [NtGdi...
2004-07-09 Thomas Bluemeladded skeleton for acledit.dll
2004-07-09 Filip Navara- Some application depend on Info->RegionSize set by...
2004-07-09 Filip Navara- Handle UnsafeRect == NULL case in NtUserGetUpdateRect.
2004-07-09 Filip Navara- Since LookupAccountSidA is unimplemented, but returns...
2004-07-09 Filip Navara- DrawIcon should return TRUE if it succeeds.
2004-07-09 Filip Navara- Display window icon only if there is any.
2004-07-09 Filip Navara- Corrected the obtaining of TLS callbacks address.
2004-07-09 Filip Navara- Fixed dispatching of nested exceptions.
2004-07-09 Filip Navara- Added ordinal numbers.
2004-07-09 Thomas Bluemelset the control focus when clicking on it
2004-07-08 Gé van GeldorpFix lib/rosrtl compilation
2004-07-08 Eric KohlRegister the logon process.
2004-07-08 Eric KohlFix RegisterLogonProcess().
2004-07-08 Filip Navara- Honor the "Extended" bit in SetKeyState.
2004-07-08 Thomas Bluemeladded a very basic timer queue test program
2004-07-08 Art YerkesFixed OskitTCPSend prototype.
2004-07-08 Art YerkesFixed for TCPIP
2004-07-08 Thomas Bluemelfixed debug output
2004-07-08 Thomas BluemelFixed handling of NULL arguments in ChangeDisplaySettin...
2004-07-08 Thomas Bluemel1. implemented the timer queue functions of kernel32...
2004-07-07 Gé van GeldorpAdd command-line shutdown/logoff utility
2004-07-07 Eric KohlAdd ACCESS_STATE and INITIAL_PRIVILEGE_SET.
2004-07-07 Filip Navara- Updated system colors.
2004-07-07 Filip Navara- Use LinBytesPerScanLine (value for linar framebuffer...
2004-07-07 Filip Navara- Return image name in SymGetModuleInfo since some...
2004-07-07 Thomas Bluemeladded missing cvsignore file
2004-07-07 Filip Navara- Don't create XLATEOBJ for BitBlt and StretchBlt opera...
2004-07-07 Filip Navara- Fixed ExcludeClipRgn for case when DC contained no...
2004-07-07 Filip Navara- Handle allocation failure in IntCreateBitmap.
2004-07-07 Filip Navara- Imporved implementation of UnhandledExceptionFilter.
2004-07-07 Filip Navara- Fixed NtQueryInformationProcess to return STATUS_NOT_...
2004-07-07 Filip Navara- Fixed RtlUnwind to correctly remove SEH frames and...
2004-07-07 Filip Navara- Add VBE video mode registry. (Gerard Gatineau asked...
2004-07-07 Eric KohlImplement environment variable dialog.
2004-07-07 Gé van GeldorpSet default (Administrator) privileges when logging on
2004-07-07 Gé van GeldorpSilence debug messages
2004-07-06 Gé van GeldorpImplement LookupPrivilegeValueW for local machine
2004-07-06 Gé van GeldorpMake AdjustTokenPrivileges confirm to MSDN-documented...
2004-07-05 Royce Mitchell IIIfixed typo
2004-07-05 Gé van GeldorpPatch by Jens Collin <jens.collin@lakhei.com>
2004-07-05 Hartmut Birr- Check for a valid buffer on a call to IOCTL_DISK_CHEC...
2004-07-05 Hartmut Birr- Removed IOCTL_DISK_CHECK_VERIFY. We must use the...
2004-07-05 Hartmut Birr- Removed the using of the media change count to recogn...
2004-07-04 Jason Filbylstrcpy and lstrcat should return NULL if the string...
2004-07-04 Filip Navara- Fixed NumLock, CapsLock and ScrollLock handling in...
2004-07-04 Filip Navara- Use absolute value of the color difference when calcu...
2004-07-04 Filip Navara- Guard against out of bounds access to KeyboardLayout...
2004-07-04 Filip Navara- Fix GDI object locking broken by this patch:
2004-07-04 Filip Navara- Send the cursor to display driver in top-down format.
2004-07-04 Hartmut Birr- Fixed a bug in IoCsqRemoveIrp and IoCsqRemoveNextIrp.
2004-07-04 Gé van GeldorpMike McCormack <mike@codeweavers.com>
2004-07-04 Filip Navara- Don't continue execution if there is no exception...
2004-07-04 Filip Navara- Support resursive locking of the GDI objects.
2004-07-04 Royce Mitchell IIIsmall fix to constant we aren't even using, yet, but...
2004-07-03 Filip Navara- Allocate memory from paged pool in EngAllocMem.
2004-07-03 Filip Navara- Fixed buffer handling and coordinate translation...
2004-07-03 Filip Navara- Don't use the "cpu" directive because NASM 0.98 doesn...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Hartmut Birr- Fixed a bug, which prevents an opening of files,...
2004-07-03 Hartmut Birr- Implemented GuiConsoleHandleClose.
2004-07-03 Hartmut Birr- Try to get or to allocate the process data structure...
2004-07-03 Hartmut Birr- Allowed multiple calls to CsrClientConnectToServer.
2004-07-03 Gé van GeldorpRemove debugging statement
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-07-03 Filip Navara- Handle correctly bottom-up surfaces in the VGA driver.
2004-07-02 Gé van GeldorpNtCreateKey doesn't create nested keys, but RegCreateKe...
2004-07-02 Royce Mitchell IIIsmall cleanup
2004-07-02 Eric KohlAdd partial implementation of the environment variables...
2004-07-02 Gé van GeldorpOnly accept matching palette
2004-07-02 Royce Mitchell IIIoops, if you're going to move a function, get rid of...
2004-07-02 Gé van GeldorpFix WinExec return value
2004-07-02 Thomas Bluemelallow changing the cursor position with the mouse
2004-07-02 Art YerkesAdded installation of services file needed for getservb...
2004-07-02 Royce Mitchell IIINtRaiseException fixed to not clobber EAX any more...
2004-07-02 Alex IonescuServices file for WS2_32.dll, created by Cameron Palmer.
2004-07-02 Royce Mitchell III(remove old disabled code)
2004-07-02 Royce Mitchell IIINtContinue fixed to return failure on invalid params...
2004-07-01 Royce Mitchell IIImerge in kjk_hyperion's ZwContinue test
2004-07-01 Thomas Bluemelmerge patch from wine by Robert Shearman (winehq.org...
2004-07-01 Thomas Bluemelsome little fixes
2004-07-01 Gé van GeldorpDon't reset LastError on success
2004-07-01 Gé van GeldorpHandle file names like ./somename in SearchPath()
2004-07-01 Eric KohlFix a typo. Now the 'Advanced' page shows again.
2004-07-01 Filip NavaraCVS maintaince
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-07-01 Royce Mitchell IIIcleanup/reformat syscall code, save return value as...
2004-06-30 Steven EdwardsMerge in Winehq commits. - not enabled yet
2004-06-30 Steven EdwardsMerge in Winehq commits.
2004-06-30 Gé van GeldorpFix IFileSystemBindData method order again.
2004-06-30 Steven EdwardsMerge in Winehq commits.
2004-06-30 Steven EdwardsMerge in Winehq commits.
2004-06-30 Steven EdwardsMerge in Winehq commits.
next