Ros-diffs June 2006

ros-diffs@reactos.org
  • 19 participants
  • 595 discussions

[hpoussin] 22272: - Implement DecryptFileA - Fix some stubs - Remove dead code
by hpoussin@svn.reactos.org
18 years, 5 months

[hpoussin] 22271: - Implement FileEncryptionStatusA - Fix FileEncryptionStatusW prototype - Fix EncryptionDisable stub
by hpoussin@svn.reactos.org
18 years, 5 months

[fireball] 22270: Add missing debug.h/NDEBUG construction, fixes compiling without CU
by fireball@svn.reactos.org
18 years, 5 months

[fireball] 22269: [AUDIT] base/system/smss.exe - Unlock simple and trivial functions - Unlock unimplemented funcs and non-code things
by fireball@svn.reactos.org
18 years, 5 months

[fireball] 22268: Fix a typo in Internet Time tab. Spotted by hand.of.omega@gmail.com. Fixes bug 1562
by fireball@svn.reactos.org
18 years, 5 months

[ion] 22267: - Final fixes to ObpCreateHandle that I can think of before splitting Create/Increment (might be lacking some security checks or trace/database functionality, but I haven't found any info on the latter, while the former I will stub, but I don't have the skills to imlement (ObAssignObjectSecurity)): * Honour ObjectType passed to the function and fail if it doesn't match. * Use table-based logic instead of process-based logic for Kernel vs User-mode handles (same change that's been do
by ion@svn.reactos.org
18 years, 5 months

[ion] 22266: - Change ObpCreateHandle to the one documented and explained in the Gl00my documentation. It also fits the re-factored split create/increment model better, supports open reasons, and allows to do type-checking and extra object referencing from within one routine. - Add code to ObOpenObjectByName to detect the OpenReason. Experimental, since I'm not sure when to clear the flag.
by ion@svn.reactos.org
18 years, 5 months

[ion] 22265: - Add some trace macros to monitor handle/pointer counts for fixing regressions/bugs later. - Change ObpCreateHandle to use an ACCESS_STATE structure instead of DesiredAccess. This is to help moving to an updated model where creating and incrementing a handle are 2 operations, so that code can be refactored (similarly to how we now have Delete/Decrement as 2 operations). - Fix functions that were not creating an ACCESS_STATE Structure to create one locally now, or use the one passed
by ion@svn.reactos.org
18 years, 5 months

[ion] 22264: - Clone ObpCreateHandle to CmpCreateHandle. I am about to fix its implementation and since Cm* currently abuses Ob I feel it safer to give its own internal function. - Make ObpCreateHandle internal to Ob as it should be. Change NtCreateProcessTokenEx to use ObOpenObjectByPointer, it has no business manually trying to create a handle. Same goes for ExpLoadInitialProcess.
by ion@svn.reactos.org
18 years, 5 months

[jimtabor] 22263: Quick patch.
by jimtabor@svn.reactos.org
18 years, 5 months
Results per page: