- Make the service manager wait for LSA.
[reactos.git] / reactos /
2008-12-14 Eric Kohl- Make the service manager wait for LSA.
2008-12-14 Stefan Ginsberg- Disable lsasrv and advapi debug tracing, accidentally...
2008-12-13 Timo Kreuzerfix build of rostests
2008-12-13 Timo KreuzerUpdate crt headers and mingw lib from mingw64. Update...
2008-12-13 Gregor SchneiderUpdate RtlIsTextUnicode, ntdll rtlstr winetest failure...
2008-12-13 Gregor Schneider- Update _makepath and _wmakepath to allow in place...
2008-12-13 Aleksey Bragin- Add missing PSHARED_CACHE_MAP.
2008-12-13 Aleksey Bragin- Sync with Wine.
2008-12-13 Dmitry GorbachevRemove workaround for GCC 4.4.0 bug, it is already...
2008-12-13 Dmitry Gorbachev- Remove DBCSCodePage field from NLS_FILE_HEADER structure.
2008-12-13 Eric KohlDo not start LSASS as a service but as an ordinary...
2008-12-13 Timo Kreuzererrcode is a type. using it as parameter name in a...
2008-12-13 Timo Kreuzerupdate dbghelp_ros.diff. Only one tiny change left
2008-12-13 Timo Kreuzersync dbghelp to wine head
2008-12-13 Timo Kreuzeradd _strtoi64 and _strtoui64 to stdlib.h
2008-12-12 Timo Kreuzerreduce the amount of hacks in dbghelp_ros.diff, also...
2008-12-12 Timo Kreuzerwhen defining ssize_t, also define _SSIZE_T_DEFINED
2008-12-12 Timo Kreuzerremove useless circle definition _setjmp -> setjmp...
2008-12-12 Timo KreuzerMAX_PATH is neither defined by ntddk.h nor by crt heade...
2008-12-12 Aleksey Bragin- Stubplement winsta.dll, based on a patch by Samuel...
2008-12-12 Johannes Anderwald- Partly implement IPortTopology port driver
2008-12-12 Johannes Anderwald- interfaces definition for IMiniportTopology
2008-12-12 Johannes Anderwald- Partly implement IPortWavePci interface
2008-12-11 Johannes Anderwald- Add IPortWavePciStream, IMiniportWavePciStream, IMini...
2008-12-11 Aleksey BraginCary Xiao" <xiaowave@gmail.com>
2008-12-11 Aleksey Bragin- Add a commented out entry for green.sys driver.
2008-12-11 Aleksey Bragin- Fix incorrect drivers installation directories.
2008-12-11 Aleksey BraginDaniel Zimmerman <netzimme@aim.com>
2008-12-11 Aleksey Bragin- An "almost working" kbhit implementation by Russel...
2008-12-11 Johannes Anderwald- Implement IDrmPort, IDrmPort2 interface
2008-12-11 Johannes Anderwald- Add IDrmPort, IDrmPort2 interfaces
2008-12-11 Aleksey Bragin- Add Dll Characteristics defines.
2008-12-11 Christoph von Wittichconvert most of syssetup to unicode
2008-12-11 Johannes Anderwald- Use FILE_DEVICE_KS when creating new device object
2008-12-11 Johannes Anderwald- Add IAdapterPowerManagement interface
2008-12-11 Johannes Anderwald- Add undef macro to avoid warnings
2008-12-11 Johannes Anderwald- add IID_IServiceSink
2008-12-11 Christoph von Wittichconvert parts of syssetup to WCHAR - please help to...
2008-12-11 Johannes Anderwald- Fix RegSetValueEx parameters
2008-12-11 Christoph von Wittichdon't set testplatform to wine anymore as our services...
2008-12-10 Dmitry GorbachevUpdate NLS files.
2008-12-10 James Tabor- Yet another victim of the Win32k Initialization BUG!
2008-12-10 Aleksey Bragin- Impersonation level should be indeed higher that...
2008-12-10 Dmitry GorbachevUpdate NLS files.
2008-12-10 Christoph von Wittichfail when there are no sub authorities
2008-12-10 Christoph von Wittichuse constant instead of value to avoid further "hm...
2008-12-10 Daniel ReimerBug 3942: "Translate update norwegian" by Lars Martin...
2008-12-09 James Tabor- Make sure SecurityDescriptor is not NULL.
2008-12-09 Stefan Ginsberg- Remove traces
2008-12-09 Stefan Ginsberg- Remove trace, change trace
2008-12-09 Stefan Ginsberg- More trace :/
2008-12-09 Stefan Ginsberg- Temporarily add tracing to ConvertStringSecurityDescr...
2008-12-09 Christoph von Wittichimplement hex value support for ParseAccessMaskString
2008-12-09 Dmitry GorbachevFix IntIsValidSBCSMapping(). Bug #3903.
2008-12-09 Dmitry GorbachevProvide memcmp() for GCC 4.4.0.
2008-12-09 Kamil Hornicek- sync d3d8, d3d9 with wine
2008-12-09 Kamil Hornicek- revert 37958 for now, sorry
2008-12-09 Kamil Hornicek- remove leftovers
2008-12-09 Kamil Hornicek- sync wined3d with wine
2008-12-09 Christoph von WittichSeUnsolicitedInputPrivilege is obsolete - the LUID...
2008-12-09 Christoph von Wittichsync CreateWellKnownSid with wine
2008-12-09 James Tabor- Fixed build.
2008-12-09 James Tabor- Add CP_UNIXCP for CP_ACP, this will help cross tests.
2008-12-09 James Tabor- New patch by hto: Suspicious code in User32.dll,...
2008-12-08 Johannes Anderwald- implement IServiceGroup interface
2008-12-08 Johannes Anderwald- Partly implement PcRegisterIoTimeout, PcUnregisterIoT...
2008-12-08 Johannes Anderwald- Implement IResourceList_AddEntryFromParent
2008-12-08 Gregor Schneider- IntGetDeviceGammaRamp: remove unneeded code, i *...
2008-12-08 Johannes Anderwald- Experimental IInterrupt object implementation
2008-12-08 Johannes Anderwald- Add IID_IInterruptSync
2008-12-08 Gregor SchneiderFix two duplicate checks - obviously copy/pasted, CIDs...
2008-12-08 Gregor Schneider- Remove unreachable code, CID 53
2008-12-08 Christoph von Wittichfix ConvertStringSidToSidW
2008-12-08 Stefan Ginsberg- 'STATIC' -> 'static'
2008-12-08 Aleksey Bragin- Move KeQueryRuntimeThread declaration to winddk.h...
2008-12-08 Aleksey Bragin- Implement KeQueryRuntimeProcess for querying total...
2008-12-08 James Tabor- Please dont break functionality due to a compiler...
2008-12-08 James Tabor- Patch by hto: Suspicious code in User32.dll, see...
2008-12-07 Dmitry GorbachevPut inline functions into header files.
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-07 Dmitry GorbachevRemove stray semicolon, change indentation.
2008-12-07 Dmitry GorbachevAdd missing parentheses.
2008-12-07 Stefan Ginsberg- Change more ASSERT(FALSE) to KeBugCheck(MEMORY_MANAGE...
2008-12-07 Gregor Schneider- Fix drawing the status bar over the play cards, happe...
2008-12-07 Timo KreuzerMerge 34758, 34771, 34786, 34787, 34906, 35826, 36174...
2008-12-06 Eric Kohl- Introduce a common header file.
2008-12-06 Aleksey Bragin- Fix a potential case of non-paged pool memory double...
2008-12-06 Timo Kreuzer- move CONTEXT stuff from wdm.h to winddk.h / armddk.h
2008-12-06 Timo Kreuzerrename section "init" to "INIT", so that pefixup will...
2008-12-06 Aleksey Bragin- Implement IoGetRemainingStackSize.
2008-12-06 Aleksey Bragin- Add missing function declarations.
2008-12-06 Aleksey Bragin- Merge Pierre's changes to ntifs.h from the branch...
2008-12-06 Hervé PoussineauFix a race condition between umpnpmgr service and CMP_W...
2008-12-06 Dmitry Chapyshev- Add localui from Wine
2008-12-06 Dmitry Chapyshev- Update headers
2008-12-06 Eric KohlReplace call to ExtractIconExW (shell32.dll) by a call...
2008-12-06 Aleksey Bragin- Add reserved reparse tags definitions.
2008-12-06 Dmitry Chapyshev.def -> .spec
2008-12-06 Dmitry Chapyshev- Sync mlang with Wine 1.1.10
2008-12-06 Dmitry Chapyshev- Sync headers with Wine head
next