- 13.03.2013 6 коммитов
- 12.03.2013 5 коммитов
-
-
-
-
-
Eric Kohl создал
- Implement SamIConnect. - Add a trusted caller flag to the database object type and inherit it to opened or created sub objects. - Restrict access to SamrQueryInformationUser.UserInternal1Information for non-trusted callers. svn path=/trunk/; revision=58472
-
-
- 11.03.2013 5 коммитов
-
-
-
-
Amine Khaldi создал
* Add _Outptr_opt_result_buffer_ and _Outptr_opt_result_bytebuffer_ annotations. svn path=/trunk/; revision=58468
-
-
-
- 10.03.2013 3 коммита
-
-
Timo Kreuzer создал
In LsapCreateDatabaseObjects pass the pointer AuditEventsInfo to LsapSetObjectAttribute instead a pointer to the pointer. Fixes 1 advapi32::lsa winetest when compiled with the new BE. svn path=/trunk/; revision=58461
-
Timo Kreuzer создал
Implement Ke386SetGdtEntryBase and KiSetTebBase and use it in the appropriate places. svn path=/trunk/; revision=58460
-
Eric Kohl создал
- Implement LSA dispatch routines LsapAllocateClientBuffer, LsapFreeClientBuffer, LsapCopyToClientBuffer and LsapCopyFromClientBuffer. - LsapCallAuthenticationPackage and LsapLogonUser: Copy data from the callers address space into a local buffer and pass it to the authentication package. svn path=/trunk/; revision=58457
-
- 09.03.2013 8 коммитов
-
-
Timo Kreuzer создал
MsgiAnsiToUnicodeReply: Use heap buffer for MDICREATSTRUCT instead of returning a pointer to a stackbuffer. svn path=/trunk/; revision=58452
-
Eric Kohl создал
- Move LsapLookupAuthenticationPackage, LsapCallAuthenticationPackage and LsapLogonUser from authport.c to authpackage.c. - Make LsapCallAuthenticationPackage and LsapLogonUser call the matching authentication package functions. svn path=/trunk/; revision=58451
-
Sylvain Petreolle создал
CurrentVersion, CSDVersion and CurrentBuildNumber are REG_SZ strings, not REG_EXPAND_SZ. svn path=/trunk/; revision=58450
-
Hermès Bélusca-Maïto создал
- Check for possible null pointers (invalid address) before dereferencing them. - Correct some DPRINT formatting. svn path=/trunk/; revision=58446
-
Hermès Bélusca-Maïto создал
The 'i' variable being only used for displaying the array of parameters (when debug output is enabled), disable it also to avoid "error: unused variable 'i'". svn path=/trunk/; revision=58445
-
Hermès Bélusca-Maïto создал
- Disable an unuseful DPRINT. - Remove a redundant variable lpConfig. svn path=/trunk/; revision=58444
-
Hermès Bélusca-Maïto создал
* Fix some format specifiers (part 2 of r58442). Thanks Amine :) * Remane two "global" static variables to avoid name collision warnings. svn path=/trunk/; revision=58443
-
-
- 08.03.2013 1 коммит
-
-
- 07.03.2013 3 коммита
-
-
-
-
Amine Khaldi создал
* Add "/nologo" to the MSVC resource compilation rule. Brought to you by Yu Pan (binsys {at} 163 dot com). CORE-6997 #resolve #comment Committed in r58438. svn path=/trunk/; revision=58438
-
- 06.03.2013 1 коммит
-
-
Timo Kreuzer создал
Use _SEH2_YIELD to return from except block. Thanks Hermes. svn path=/trunk/; revision=58437
-
- 05.03.2013 8 коммитов
-
-
Giannis Adamopoulos создал
- Initialize NewPos before using it in co_WinPosShowWindow svn path=/trunk/; revision=58436
-
-
Timo Kreuzer создал
- Fix a bug in EngLoadModuleEx - Fix a bug in co_IntLoadSysMenuTemplate - Fix / improve a number of annotations - Improve code in NtGdiExtGetObjectW - Check return value of ZwAllocateVirtualMemory and handle error in GdiPoolAllocate - Fix possible memory leaks in NtGdiPolyDraw - Check for NtGdiExtCreatePen == NULL instead of passing it to ProbeForRead in NtGdiExtCreatePen - Simplify code in NtGdiGetTextMetricsW - Fix a number of format specifiers svn path=/trunk/; revision=58434
-
-
Timo Kreuzer создал
Add -mstackrealign option for GCC 4.7+. Seems to fix some problems. svn path=/trunk/; revision=58432
-
-
-
-