1. 13.03.2013 2 коммита
    • Amine Khaldi's avatar
      [PSDK]
      · 6993ef3c
      Amine Khaldi создал
      * Annotate batclass.h.
      
      svn path=/trunk/; revision=58477
      6993ef3c
    • Eric Kohl's avatar
      [SAMSRV]
      · 6b643aa9
      Eric Kohl создал
      Add helper functions SampOpenAliasObject, SampOpenGroupObject and SampRemoveUserFromAllGroups.
      
      svn path=/trunk/; revision=58476
      6b643aa9
  2. 12.03.2013 5 коммитов
    • Amine Khaldi's avatar
      [PSDK]
      · 8fc7b333
      Amine Khaldi создал
      * Annotate evntprov.h.
      
      svn path=/trunk/; revision=58475
      8fc7b333
    • Amine Khaldi's avatar
      [CRT]
      · 447b3b8d
      Amine Khaldi создал
      * Annotate malloc.h.
      
      svn path=/trunk/; revision=58474
      447b3b8d
    • Eric Kohl's avatar
      [SAMSRV]
      · 02f8bfdb
      Eric Kohl создал
      Implement SamrShutdownSamServer.
      
      svn path=/trunk/; revision=58473
      02f8bfdb
    • Eric Kohl's avatar
      [SAMSRV]
      · 39d6a916
      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
      39d6a916
    • Sylvain Petreolle's avatar
      [AUDIOSRV]
      · 8caefdd0
      Sylvain Petreolle создал
      Fix log message.
      
      svn path=/trunk/; revision=58471
      8caefdd0
  3. 11.03.2013 5 коммитов
    • Amine Khaldi's avatar
      [DDK]
      · df89cea5
      Amine Khaldi создал
      * Annotate ntpoapi.h.
      
      svn path=/trunk/; revision=58470
      df89cea5
    • Amine Khaldi's avatar
      [PSDK]
      · a371d823
      Amine Khaldi создал
      * Annotate some structures in ntddstor.h.
      
      svn path=/trunk/; revision=58469
      a371d823
    • Amine Khaldi's avatar
      [SAL]
      · 328a6385
      Amine Khaldi создал
      * Add _Outptr_opt_result_buffer_ and _Outptr_opt_result_bytebuffer_ annotations.
      
      svn path=/trunk/; revision=58468
      328a6385
    • Eric Kohl's avatar
      [SAMSRV]
      · 8a40130a
      Eric Kohl создал
      Implement SamIFree_SAMPR_PSID_ARRAY.
      
      svn path=/trunk/; revision=58467
      8a40130a
    • Eric Kohl's avatar
      [SAMSRV]
      · 65e890e0
      Eric Kohl создал
      Update .spec file to Windows XP SP3.
      
      svn path=/trunk/; revision=58466
      65e890e0
  4. 10.03.2013 3 коммита
    • Timo Kreuzer's avatar
      [LSASRV]
      · 4c85cfac
      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
      4c85cfac
    • Timo Kreuzer's avatar
      [NTOSKRNL]
      · 8cb3ec61
      Timo Kreuzer создал
      Implement Ke386SetGdtEntryBase and KiSetTebBase and use it in the appropriate places.
      
      svn path=/trunk/; revision=58460
      8cb3ec61
    • Eric Kohl's avatar
      [LSASRV]
      · e850321f
      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
      e850321f
  5. 09.03.2013 8 коммитов
    • Timo Kreuzer's avatar
      [USER32]
      · 4e493e99
      Timo Kreuzer создал
      MsgiAnsiToUnicodeReply: Use heap buffer for MDICREATSTRUCT instead of returning a pointer to a stackbuffer.
      
      svn path=/trunk/; revision=58452
      4e493e99
    • Eric Kohl's avatar
      [LSASRV]
      · 3f5bf2bb
      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
      3f5bf2bb
    • Sylvain Petreolle's avatar
      [BOOTDATA]
      · e5ef5f56
      Sylvain Petreolle создал
      CurrentVersion, CSDVersion and CurrentBuildNumber are REG_SZ strings, not REG_EXPAND_SZ.
      
      
      svn path=/trunk/; revision=58450
      e5ef5f56
    • Hermès Bélusca-Maïto's avatar
      [SERVICES-ADVAPI32]
      · 6a951bab
      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
      6a951bab
    • Hermès Bélusca-Maïto's avatar
      The 'i' variable being only used for displaying the array of parameters (when...
      · 9883df5d
      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
      9883df5d
    • Hermès Bélusca-Maïto's avatar
      [SERVICES]
      · 5cd9147a
      Hermès Bélusca-Maïto создал
      - Disable an unuseful DPRINT.
      - Remove a redundant variable lpConfig.
      
      svn path=/trunk/; revision=58444
      5cd9147a
    • Hermès Bélusca-Maïto's avatar
      [SERVICES]
      · 4691b190
      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
      4691b190
    • Amine Khaldi's avatar
      [SERVICES]
      · 94c53e8f
      Amine Khaldi создал
      * Fix some format specifiers.
      
      svn path=/trunk/; revision=58442
      94c53e8f
  6. 08.03.2013 1 коммит
    • Amine Khaldi's avatar
      [CRT]
      · 53ec8df8
      Amine Khaldi создал
      * Annotate excpt.h.
      
      svn path=/trunk/; revision=58441
      53ec8df8
  7. 07.03.2013 3 коммита
    • Amine Khaldi's avatar
      [CRT]
      · 387de176
      Amine Khaldi создал
      * Annotate wchar.h.
      
      svn path=/trunk/; revision=58440
      387de176
    • Amine Khaldi's avatar
      [CRT]
      · c6fad56a
      Amine Khaldi создал
      * Annotate string.h.
      
      svn path=/trunk/; revision=58439
      c6fad56a
    • Amine Khaldi's avatar
      [CMAKE]
      · e51c4461
      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
      e51c4461
  8. 06.03.2013 1 коммит
    • Timo Kreuzer's avatar
      [WIN32K]
      · fedc58ea
      Timo Kreuzer создал
      Use _SEH2_YIELD to return from except block. Thanks Hermes.
      
      svn path=/trunk/; revision=58437
      fedc58ea
  9. 05.03.2013 11 коммитов
    • Giannis Adamopoulos's avatar
      [win32k]
      · cf181301
      Giannis Adamopoulos создал
      - Initialize NewPos before using it in co_WinPosShowWindow
      
      svn path=/trunk/; revision=58436
      cf181301
    • Amine Khaldi's avatar
      [CRT]
      · c58d8a18
      Amine Khaldi создал
      * Annotate ctype.h.
      
      svn path=/trunk/; revision=58435
      c58d8a18
    • Timo Kreuzer's avatar
      [WIN32K]
      · b17a7cae
      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
      b17a7cae
    • Timo Kreuzer's avatar
      [RTL]
      · 74f7fce2
      Timo Kreuzer создал
      Formatting, no code change.
      
      svn path=/trunk/; revision=58433
      74f7fce2
    • Timo Kreuzer's avatar
      [CMAKE]
      · 09e3d1ea
      Timo Kreuzer создал
      Add -mstackrealign option for GCC 4.7+. Seems to fix some problems.
      
      svn path=/trunk/; revision=58432
      09e3d1ea
    • Timo Kreuzer's avatar
      [CDMAKE]
      · 3d64816d
      Timo Kreuzer создал
      Fix a warning with new RosBE
      
      svn path=/trunk/; revision=58431
      3d64816d
    • Amine Khaldi's avatar
      [CRT]
      · 9df9d495
      Amine Khaldi создал
      * Annotate stdio.h.
      
      svn path=/trunk/; revision=58430
      9df9d495
    • Amine Khaldi's avatar
      [SAL]
      · 385dfc17
      Amine Khaldi создал
      * Add _Field_size_part_ annotation.
      
      svn path=/trunk/; revision=58429
      385dfc17
    • Amine Khaldi's avatar
      [NDK]
      · d8015035
      Amine Khaldi создал
      * Correct the annotation of ObOpenObjectByName's 4th param.
      
      svn path=/trunk/; revision=58428
      d8015035
    • Eric Kohl's avatar
      [LSASRV]
      · b5aaf714
      Eric Kohl создал
      - Get all procedure addresses of the loaded authentication packages and keep them in the authentication package entry.
      - Implement parts of the lda dispatch table (allocate heap and free heap) and pass the table to LsaApInitializePackage call.
      - Implement authentication package lookup by name.
      
      [MSV1_0]
      - Store the dispatch table entries passed to the LsaApInitializePackage call and use them to allocate a STRING to return the package name.
      
      svn path=/trunk/; revision=58427
      b5aaf714
    • Amine Khaldi's avatar
      [CRT]
      · 66ec3cf5
      Amine Khaldi создал
      * Annotate assert.h.
      
      svn path=/trunk/; revision=58426
      66ec3cf5
  10. 04.03.2013 1 коммит
    • Amine Khaldi's avatar
      [SAL]
      · b150ca16
      Amine Khaldi создал
      * Add _Deref_post_opt_valid_, _Deref_pre_opt_valid_, _Deref_pre_z_, _Deref_prepost_opt_valid_, _Deref_prepost_z_, _Out_writes_all_ and _Out_writes_all_opt_ annotations.
      
      svn path=/trunk/; revision=58425
      b150ca16