reactos.git
5 years ago[ADVAPI32] SystemFunction004 and SystemFunction005 must return the required output...
Eric Kohl [Mon, 17 Sep 2018 21:19:02 +0000 (23:19 +0200)]
[ADVAPI32] SystemFunction004 and SystemFunction005 must return the required output buffer size via out->Length when the buffer is too small.

5 years ago[ADVAPI32_WINETEST] Add tests for SystemFunction004 and SystemFunction005.
Eric Kohl [Mon, 17 Sep 2018 21:12:16 +0000 (23:12 +0200)]
[ADVAPI32_WINETEST] Add tests for SystemFunction004 and SystemFunction005.

These tests show that the required output buffer size it returned in out.Length field when STATUS_BUFFER_TOO_SMALL is returned.

This patch will be sent upstream.

5 years ago[ADVAPI32][SERVICES] Add (dummy) password encryption/decryption functions to CreateSe...
Eric Kohl [Mon, 17 Sep 2018 14:34:48 +0000 (16:34 +0200)]
[ADVAPI32][SERVICES] Add (dummy) password encryption/decryption functions to CreateServiceA/W and ChangeServiceConfigA/W in order to prepare to pass encrypted passwords to the service manager

5 years ago[RPCSS] During the setup phase, the RPCSS service, initially running under the LocalS...
Hermès Bélusca-Maïto [Sun, 16 Sep 2018 21:56:59 +0000 (23:56 +0200)]
[RPCSS] During the setup phase, the RPCSS service, initially running under the LocalSystem account, should re-configure itself to run under the NetworkService account.

This will also fix MS Office 2010 installation, where the installation
expects the NetworkService account profile to be already loaded (this
condition is always verified on Windows since RPCSS and other services
also run under this account).

CORE-14988, CORE-14989

5 years ago[SERVICES] Add basic support for setting lpServiceStartName via RChangeServiceConfigW().
Hermès Bélusca-Maïto [Sun, 16 Sep 2018 21:22:04 +0000 (23:22 +0200)]
[SERVICES] Add basic support for setting lpServiceStartName via RChangeServiceConfigW().

5 years ago[SERVICES] Minor code style fixes; replace wcslen(xxx) ==/!= 0 and strcpy(string...
Hermès Bélusca-Maïto [Sun, 16 Sep 2018 21:16:17 +0000 (23:16 +0200)]
[SERVICES] Minor code style fixes; replace wcslen(xxx) ==/!= 0 and strcpy(string, 'empty-string') calls.

5 years ago[NETAPI32] Add more DFS stubs
Eric Kohl [Sun, 16 Sep 2018 19:10:36 +0000 (21:10 +0200)]
[NETAPI32] Add more DFS stubs

5 years ago[MSCONFIG_NEW] Small Romanian translation update
Bișoc George [Sun, 16 Sep 2018 17:27:31 +0000 (19:27 +0200)]
[MSCONFIG_NEW] Small Romanian translation update

5 years ago[CHARMAP_NEW] Update the E-mail header string
Bișoc George [Sun, 16 Sep 2018 17:23:15 +0000 (19:23 +0200)]
[CHARMAP_NEW] Update the E-mail header string

5 years ago[FREELDR] Fix MSVC warnings C4146 (#863)
Extravert-ir [Sun, 16 Sep 2018 14:14:07 +0000 (17:14 +0300)]
[FREELDR] Fix MSVC warnings C4146 (#863)

5 years ago[GITIGNORE] Ignore [boot|live|hybrid]cd_extras (#866)
BieHDC [Sun, 16 Sep 2018 14:05:15 +0000 (16:05 +0200)]
[GITIGNORE] Ignore [boot|live|hybrid]cd_extras (#866)

Exclude [boot|live|hybrid]cd_extras from git as well since they are not part of the source code itself.

5 years ago[KERNEL32_VISTA] Make SleepConditionVariableSRW fail when it times out
Pierre Schweitzer [Sun, 16 Sep 2018 12:50:01 +0000 (14:50 +0200)]
[KERNEL32_VISTA] Make SleepConditionVariableSRW fail when it times out

This fixes a few newly added winetests.

5 years ago[KERNEL32_VISTA] Make SleepConditionVariableCS fail when it times out
Pierre Schweitzer [Sun, 16 Sep 2018 12:42:43 +0000 (14:42 +0200)]
[KERNEL32_VISTA] Make SleepConditionVariableCS fail when it times out

This fixes a few newly added winetests.

5 years ago[KERNEL32_WINETEST] Enable ConditionVariable and SRW lock tests
Pierre Schweitzer [Sun, 16 Sep 2018 10:03:08 +0000 (12:03 +0200)]
[KERNEL32_WINETEST] Enable ConditionVariable and SRW lock tests

If we cannot find the functions in kernel32, try to get them from
kernel32_vista. This will allow testing our own implementation, while
still failing in W2K3 (no implementation available).

5 years ago[RAMDISK] Implement missing IOCTLs
Bernhard Feichtinger [Sat, 15 Sep 2018 21:08:30 +0000 (23:08 +0200)]
[RAMDISK] Implement missing IOCTLs

5 years ago[KERNEL32] Ensure the PebLock is always released in FlsFree 539/head
Mark Jansen [Fri, 11 May 2018 20:23:52 +0000 (22:23 +0200)]
[KERNEL32] Ensure the PebLock is always released in FlsFree

5 years ago[KERNEL32_APITEST] Test FLS locking & exception behavior.
Mark Jansen [Fri, 11 May 2018 20:22:47 +0000 (22:22 +0200)]
[KERNEL32_APITEST] Test FLS locking & exception behavior.

5 years ago[NTDLL][KERNEL32] Implement FLS callbacks.
Mark Jansen [Thu, 10 May 2018 20:23:16 +0000 (22:23 +0200)]
[NTDLL][KERNEL32] Implement FLS callbacks.

5 years ago[KERNEL32_APITEST] Add test exposing FLS internals.
Mark Jansen [Tue, 8 May 2018 20:09:04 +0000 (22:09 +0200)]
[KERNEL32_APITEST] Add test exposing FLS internals.

5 years ago[DESK] Add MonitorClassInstaller
Eric Kohl [Sat, 15 Sep 2018 12:10:01 +0000 (14:10 +0200)]
[DESK] Add MonitorClassInstaller

5 years ago[SHELLBTRFS] Fix GCC build
Pierre Schweitzer [Sat, 15 Sep 2018 08:54:00 +0000 (10:54 +0200)]
[SHELLBTRFS] Fix GCC build

CORE-15048

5 years ago[SHELLBTRFS] Add exports according to upstream .def file. CORE-15048
Thomas Faber [Sat, 15 Sep 2018 07:43:09 +0000 (09:43 +0200)]
[SHELLBTRFS] Add exports according to upstream .def file. CORE-15048

5 years ago[MPR] Import Wine commit: 93fb279f4f3e150eee329b02ca5fb0251d8a239d
Pierre Schweitzer [Fri, 14 Sep 2018 20:30:41 +0000 (22:30 +0200)]
[MPR] Import Wine commit: 93fb279f4f3e150eee329b02ca5fb0251d8a239d
Properly handle device-less connections.

CORE-15012

5 years ago[USETUP] Make countdown progress bar smoother
Stanislav Motylkov [Sun, 9 Sep 2018 13:50:27 +0000 (16:50 +0300)]
[USETUP] Make countdown progress bar smoother

5 years ago[USETUP] Update Russian translation
Stanislav Motylkov [Sun, 9 Sep 2018 15:45:41 +0000 (18:45 +0300)]
[USETUP] Update Russian translation

5 years ago[SYSDM.CPL] Fixup control positions after font metrics fix
Stanislav Motylkov [Wed, 12 Sep 2018 19:16:45 +0000 (22:16 +0300)]
[SYSDM.CPL] Fixup control positions after font metrics fix

5 years ago[DESK.CPL] Settings: Fixup control positions
Stanislav Motylkov [Wed, 12 Sep 2018 18:42:06 +0000 (21:42 +0300)]
[DESK.CPL] Settings: Fixup control positions

5 years ago[DESK.CPL] Screensaver: Fixup control positions
Stanislav Motylkov [Wed, 12 Sep 2018 18:31:48 +0000 (21:31 +0300)]
[DESK.CPL] Screensaver: Fixup control positions

5 years ago[DESK.CPL] Background: Fixup control positions after font metrics fix
Stanislav Motylkov [Wed, 12 Sep 2018 18:04:49 +0000 (21:04 +0300)]
[DESK.CPL] Background: Fixup control positions after font metrics fix

5 years ago[DESK.CPL] Appearance: Fixup control positions after font metrics fix
Stanislav Motylkov [Wed, 12 Sep 2018 17:49:26 +0000 (20:49 +0300)]
[DESK.CPL] Appearance: Fixup control positions after font metrics fix

CORE-14274

5 years ago[TRANSLATION] Update Romanian translation (#851)
Katayama Hirofumi MZ [Fri, 14 Sep 2018 09:04:36 +0000 (18:04 +0900)]
[TRANSLATION] Update Romanian translation (#851)

Translation from Stefan Fulea.
CORE-15023

5 years ago[WINLOGON] Fix build
Pierre Schweitzer [Fri, 14 Sep 2018 06:15:08 +0000 (08:15 +0200)]
[WINLOGON] Fix build
Add a specific internal header for MPR and include it in WinLogon.

CORE-15012

5 years ago[MPR] Import Wine commit: 0799550075654094a3bed080aac722b9bea01307
Pierre Schweitzer [Fri, 14 Sep 2018 06:06:13 +0000 (08:06 +0200)]
[MPR] Import Wine commit: 0799550075654094a3bed080aac722b9bea01307
Implement WNetClearConnections().

CORE-15012

5 years ago[FONT][WIN32SS] Check whether Win32Process is NULL
Stanislav Motylkov [Thu, 13 Sep 2018 11:37:20 +0000 (14:37 +0300)]
[FONT][WIN32SS] Check whether Win32Process is NULL

CORE-15031

5 years ago[CMD] Do not overwrite input string on Ctrl+C (#852)
Stanislav Motylkov [Thu, 13 Sep 2018 09:47:01 +0000 (12:47 +0300)]
[CMD] Do not overwrite input string on Ctrl+C (#852)

CORE-15029

5 years ago[FONT][WIN32SS] Add dumping functions for debugging 763/head
Katayama Hirofumi MZ [Fri, 17 Aug 2018 01:31:45 +0000 (10:31 +0900)]
[FONT][WIN32SS] Add dumping functions for debugging

5 years ago[WIN32K] Realize PTEXTOBJ in FontGetObject if it was not initialized 837/head
Mark Jansen [Sat, 1 Sep 2018 19:40:12 +0000 (21:40 +0200)]
[WIN32K] Realize PTEXTOBJ in FontGetObject if it was not initialized

5 years ago[FREETYPE] Mark an unhandled case as UNIMPLEMENTED 843/head
Mark Jansen [Fri, 7 Sep 2018 23:47:14 +0000 (01:47 +0200)]
[FREETYPE] Mark an unhandled case as UNIMPLEMENTED
CORE-14948

5 years ago[KERNEL32] Do not embed binary data inside a string resource.
Mark Jansen [Fri, 7 Sep 2018 23:46:26 +0000 (01:46 +0200)]
[KERNEL32] Do not embed binary data inside a string resource.
CORE-14948

5 years ago[DBGHELP] Prevent crashing on a malformed PE file.
Mark Jansen [Wed, 12 Sep 2018 19:30:49 +0000 (21:30 +0200)]
[DBGHELP] Prevent crashing on a malformed PE file.
CORE-15030

5 years ago[NETAPI32] Remove the obsolete file group.c
Eric Kohl [Wed, 12 Sep 2018 15:53:49 +0000 (17:53 +0200)]
[NETAPI32] Remove the obsolete file group.c

5 years ago[NETAPI32] Rename ENUM_CONTEXT to GROUP_ENUM_CONEXT and fix a use of the wrong type
Eric Kohl [Wed, 12 Sep 2018 15:38:18 +0000 (17:38 +0200)]
[NETAPI32] Rename ENUM_CONTEXT to GROUP_ENUM_CONEXT and fix a use of the wrong type

5 years ago[NETAPI32] Implement NetGroupSetUsers
Eric Kohl [Wed, 12 Sep 2018 15:11:52 +0000 (17:11 +0200)]
[NETAPI32] Implement NetGroupSetUsers

5 years ago[MAINTAINERS] Complete myself
Pierre Schweitzer [Mon, 10 Sep 2018 16:52:51 +0000 (18:52 +0200)]
[MAINTAINERS] Complete myself

5 years ago[MAINTAINERS] Define who can be maintainer and how to be added to the file
Pierre Schweitzer [Mon, 10 Sep 2018 16:47:29 +0000 (18:47 +0200)]
[MAINTAINERS] Define who can be maintainer and how to be added to the file

5 years ago[MAINTAINERS] Add myself.
Mark Jansen [Sat, 8 Sep 2018 11:49:20 +0000 (13:49 +0200)]
[MAINTAINERS] Add myself.

Also add Pierre to ntdll

5 years ago[MAINTAINERS] Add myself.
Thomas Faber [Sat, 8 Sep 2018 10:10:53 +0000 (12:10 +0200)]
[MAINTAINERS] Add myself.

Also add Pierre to the kernel as a whole, at his request.
Also fix a typo in "Abandoned".

5 years agoAdd a maintainers file
Pierre Schweitzer [Sat, 8 Sep 2018 09:14:56 +0000 (11:14 +0200)]
Add a maintainers file

5 years ago[NETAPI32] Implement NetLogonGetTimeServiceParentDomain
Eric Kohl [Tue, 11 Sep 2018 13:02:19 +0000 (15:02 +0200)]
[NETAPI32] Implement NetLogonGetTimeServiceParentDomain

5 years ago[WINLOGON] On logoff, also disconnect from any remote location
Pierre Schweitzer [Tue, 11 Sep 2018 06:15:37 +0000 (08:15 +0200)]
[WINLOGON] On logoff, also disconnect from any remote location

This avoids keeping connections open and reopening them as soon
as the user reopens their session.
This fixes network shared being duplicated each time session
is reopened.

CORE-15012

5 years ago[SDK] Add WNetClearConnections() in the headers for undocumented stuff
Pierre Schweitzer [Tue, 11 Sep 2018 06:14:50 +0000 (08:14 +0200)]
[SDK] Add WNetClearConnections() in the headers for undocumented stuff

CORE-15012

5 years ago[MPR] Implement WNetClearConnections()
Pierre Schweitzer [Tue, 11 Sep 2018 06:08:56 +0000 (08:08 +0200)]
[MPR] Implement WNetClearConnections()

This has been submitted upstream.

CORE-15012

5 years ago[NETAPI32] Implement NetGroupGetUsers
Eric Kohl [Mon, 10 Sep 2018 20:04:53 +0000 (22:04 +0200)]
[NETAPI32] Implement NetGroupGetUsers

5 years ago[FREETYPE] Fix Regression "Monospaced font in LibreOffice" CORE-15018
Joachim Henze [Mon, 10 Sep 2018 15:51:59 +0000 (17:51 +0200)]
[FREETYPE] Fix Regression "Monospaced font in LibreOffice" CORE-15018

LibreOffice started to show GUI in a mono-spaced font after 0.4.10-dev-466-g
35f62fc5ba0b69e7335ff41400cb3b45660f4557

We can fix this by partial revert
as proposed by Katayama Hirofumi MZ, who was author of those changes as well.
We revert the changes in penalty system here.

5 years ago[USBEHCI_NEW] Bring-in the USB EHCI miniport driver created by Vadim Galyant. (#301)
Amine Khaldi [Mon, 10 Sep 2018 07:05:35 +0000 (08:05 +0100)]
[USBEHCI_NEW] Bring-in the USB EHCI miniport driver created by Vadim Galyant. (#301)

5 years ago[SERVICES] Only services starting under the LocalSystem account can run interactively...
Hermès Bélusca-Maïto [Sun, 9 Sep 2018 20:20:38 +0000 (22:20 +0200)]
[SERVICES] Only services starting under the LocalSystem account can run interactively. Otherwise ignore the interactive flag.

5 years ago[SERVICES] Re-implement RChangeServiceConfigA() around RChangeServiceConfigW(), much...
Hermès Bélusca-Maïto [Sun, 9 Sep 2018 20:14:57 +0000 (22:14 +0200)]
[SERVICES] Re-implement RChangeServiceConfigA() around RChangeServiceConfigW(), much as what is done for RCreateServiceA().

5 years ago[SERVICES] RChangeServiceConfigW: Check valid usage of lpdwTagId when lpLoadOrderGrou...
Hermès Bélusca-Maïto [Sun, 9 Sep 2018 18:52:36 +0000 (20:52 +0200)]
[SERVICES] RChangeServiceConfigW: Check valid usage of lpdwTagId when lpLoadOrderGroup is not specified.

5 years ago[NET] Update Russian translation (#849)
Stanislav Motylkov [Sun, 9 Sep 2018 21:11:11 +0000 (00:11 +0300)]
[NET] Update Russian translation (#849)

5 years ago[TRANSLATION] Updated Polish translation in USETUP (#848)
Paweł Cholewa [Sun, 9 Sep 2018 20:28:02 +0000 (22:28 +0200)]
[TRANSLATION] Updated Polish translation in USETUP (#848)

5 years ago[USETUP] Italian translation update
Bișoc George [Sun, 9 Sep 2018 17:37:10 +0000 (19:37 +0200)]
[USETUP] Italian translation update

5 years ago[USETUP] Romanian translation update
Bișoc George [Sun, 9 Sep 2018 17:36:24 +0000 (19:36 +0200)]
[USETUP] Romanian translation update

5 years ago[BIDITEXT] Add more demo code. (#842) 842/head
Baruch Rutman [Fri, 7 Sep 2018 07:59:59 +0000 (10:59 +0300)]
[BIDITEXT] Add more demo code. (#842)

Add code that demonstrates the use of the lpOrder and lpCaretPos struct members of GCP_RESULTS w/ and  w/o GCP_REORDER flag.
Changed demo string literals to arrays containing character unicode values.

5 years ago[LPK] Make GetCharacterPlacement caret positions respect bidi. (#842)
Baruch Rutman [Fri, 7 Sep 2018 07:45:35 +0000 (10:45 +0300)]
[LPK] Make GetCharacterPlacement caret positions respect bidi. (#842)

- Try to make use of ScriptStringCPtoX when trying to fill the lpCaretPos struct member;
  if USP10 error happens fallback to the unreorder method.
- Remove now incorrect debug print.

5 years ago[WIN32SS][COMCTL32] Fix button text Y positioning (#766)
Katayama Hirofumi MZ [Sun, 9 Sep 2018 15:37:37 +0000 (00:37 +0900)]
[WIN32SS][COMCTL32] Fix button text Y positioning (#766)

Fixes the vertical position of button text.
CORE-14906

5 years ago[NETAPI32] Implement NetGroupAddUser and NetGroupDelUser
Eric Kohl [Sun, 9 Sep 2018 15:33:03 +0000 (17:33 +0200)]
[NETAPI32] Implement NetGroupAddUser and NetGroupDelUser

5 years ago[SETUP][REACTOS] Added Vietnamese translation. (#716)
Nguyễn Thanh Sơn [Sun, 9 Sep 2018 15:34:21 +0000 (22:34 +0700)]
[SETUP][REACTOS] Added Vietnamese translation. (#716)

5 years ago[USETUP] Update French translation.
Hermès Bélusca-Maïto [Sun, 9 Sep 2018 15:24:38 +0000 (17:24 +0200)]
[USETUP] Update French translation.

5 years ago[USETUP] Implement the shutdown timeout progress bar. (#833) 833/head
Bișoc George [Wed, 22 Aug 2018 09:10:18 +0000 (11:10 +0200)]
[USETUP] Implement the shutdown timeout progress bar. (#833)

- Add the MUI ID resource.
- Implement the shutdown timeout progress bar function and the TimeOut string handler.
- Add the resource string to other resource languages.

5 years ago[NTOSKRNL] Move data mapping implementation to an internel helper
Pierre Schweitzer [Sun, 9 Sep 2018 09:14:42 +0000 (11:14 +0200)]
[NTOSKRNL] Move data mapping implementation to an internel helper

5 years ago[NETAPI32] Implement NetGroupSetInfo
Eric Kohl [Sun, 9 Sep 2018 11:39:01 +0000 (13:39 +0200)]
[NETAPI32] Implement NetGroupSetInfo

5 years ago[NETAPI32] Implement NetGroupAdd and NetGroupDel
Eric Kohl [Sun, 9 Sep 2018 09:52:08 +0000 (11:52 +0200)]
[NETAPI32] Implement NetGroupAdd and NetGroupDel

5 years ago[USBHUB_NEW][USBPORT] Fix buffer size calculation for multi-sz values in IRP_MN_QUERY_ID.
Vadim Galyant [Sat, 8 Sep 2018 18:52:06 +0000 (20:52 +0200)]
[USBHUB_NEW][USBPORT] Fix buffer size calculation for multi-sz values in IRP_MN_QUERY_ID.

Also fix some copypasta'd DPRINTs.

5 years ago[NETAPI] Implement NetGroupGetInfo
Eric Kohl [Sun, 9 Sep 2018 07:40:11 +0000 (09:40 +0200)]
[NETAPI] Implement NetGroupGetInfo

5 years ago[PSDK] Add missing struct _GROUP_INFO_3 to lmaccess.h
Eric Kohl [Sat, 8 Sep 2018 20:21:15 +0000 (22:21 +0200)]
[PSDK] Add missing struct _GROUP_INFO_3 to lmaccess.h

5 years ago[NETAPI] Implement NetGroupEnum
Eric Kohl [Sat, 8 Sep 2018 18:55:13 +0000 (20:55 +0200)]
[NETAPI] Implement NetGroupEnum

5 years ago[SAMSRV] Fix SamrQueryInformationGroup
Eric Kohl [Sat, 8 Sep 2018 17:23:00 +0000 (19:23 +0200)]
[SAMSRV] Fix SamrQueryInformationGroup

- Use the registry value AdminComment for admin comments instead of Description. Fix SamrSetInformationGroup as well.
- Add some TRACEs.
- Do not fail if the Members value does not exist.

5 years ago[KMTESTS:CC] Fix two failing tests on WHS bot
Pierre Schweitzer [Sat, 8 Sep 2018 13:19:45 +0000 (15:19 +0200)]
[KMTESTS:CC] Fix two failing tests on WHS bot

5 years ago[NET] Implement the group command
Eric Kohl [Sat, 8 Sep 2018 12:14:13 +0000 (14:14 +0200)]
[NET] Implement the group command

5 years ago[SDK] Make gen_baseaddress.py compatible with Python 3.
Thomas Faber [Sat, 8 Sep 2018 09:10:51 +0000 (11:10 +0200)]
[SDK] Make gen_baseaddress.py compatible with Python 3.

5 years ago[USBUHCI_NEW] Add license headers.
Thomas Faber [Sat, 8 Sep 2018 08:13:43 +0000 (10:13 +0200)]
[USBUHCI_NEW] Add license headers.

5 years ago[USBOHCI_NEW] Add license headers.
Thomas Faber [Sat, 8 Sep 2018 08:12:39 +0000 (10:12 +0200)]
[USBOHCI_NEW] Add license headers.

5 years ago[DDK] Add NT6+ implementation for Rx*PrefixTableLock macros
Pierre Schweitzer [Sat, 8 Sep 2018 08:05:41 +0000 (10:05 +0200)]
[DDK] Add NT6+ implementation for Rx*PrefixTableLock macros

5 years ago[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect status defines.
Thomas Faber [Sun, 2 Sep 2018 17:39:46 +0000 (19:39 +0200)]
[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect status defines.

5 years ago[KMTESTS:FLTMGR] Hide FltMgrLoad and FltMgrReg
Serge Gautherie [Sat, 1 Sep 2018 15:50:23 +0000 (17:50 +0200)]
[KMTESTS:FLTMGR] Hide FltMgrLoad and FltMgrReg

And add "// TODO: WIP/untested/crashes."

ROSTESTS-299

5 years ago[CPL][DESK] Update monitor resource (#816)
Abdulganiev Rafael [Fri, 7 Sep 2018 07:43:36 +0000 (11:43 +0400)]
[CPL][DESK] Update monitor resource (#816)

[DESK.CPL] Update monitor resource

5 years ago[LIBTIRPC] Fix CVE-2018-14622 by backporting its fix
Pierre Schweitzer [Wed, 5 Sep 2018 19:44:47 +0000 (21:44 +0200)]
[LIBTIRPC] Fix CVE-2018-14622 by backporting its fix

CORE-15005

5 years ago[NTOSKRNL] Don't raise a status when parameters are invalid on file mapping
Pierre Schweitzer [Mon, 3 Sep 2018 06:12:58 +0000 (08:12 +0200)]
[NTOSKRNL] Don't raise a status when parameters are invalid on file mapping

5 years ago[NTOSKRNL] When allocating a new BCB, save it in a list
Pierre Schweitzer [Sun, 2 Sep 2018 12:37:47 +0000 (14:37 +0200)]
[NTOSKRNL] When allocating a new BCB, save it in a list

This list is stored in the shared map. Later, this will allow
reusing BCB when appropriate

5 years ago[SDK] Generate msvc baseaddresses from an RTC build
Mark Jansen [Wed, 5 Sep 2018 19:38:26 +0000 (21:38 +0200)]
[SDK] Generate msvc baseaddresses from an RTC build

5 years ago[CMLIB] Fix compiling as NT6+ (#840)
Serge Gautherie [Wed, 5 Sep 2018 18:18:14 +0000 (20:18 +0200)]
[CMLIB] Fix compiling as NT6+ (#840)

Addendum to r70582 (734bc291).
CORE-12596

5 years ago[MSV1_0] LsaApLogonUser: Update the logon time/count and bad password time/count
Eric Kohl [Tue, 4 Sep 2018 22:10:54 +0000 (00:10 +0200)]
[MSV1_0] LsaApLogonUser: Update the logon time/count and bad password time/count

5 years ago[MSV1_0] Use the account expiration time and check account expiration on logon
Eric Kohl [Tue, 4 Sep 2018 21:15:15 +0000 (23:15 +0200)]
[MSV1_0] Use the account expiration time and check account expiration on logon

5 years ago[IDL] Implement parts of SamrSetInformationUser.UserInternal2Information
Eric Kohl [Tue, 4 Sep 2018 20:42:07 +0000 (22:42 +0200)]
[IDL] Implement parts of SamrSetInformationUser.UserInternal2Information

5 years ago[IDL] Add some Flags SamrSetInformationUser.UserInternal2Information
Eric Kohl [Tue, 4 Sep 2018 20:41:04 +0000 (22:41 +0200)]
[IDL] Add some Flags SamrSetInformationUser.UserInternal2Information

5 years ago[FONTEXT] Add Italian translation (#831)
Bișoc George [Tue, 4 Sep 2018 20:02:44 +0000 (22:02 +0200)]
[FONTEXT] Add Italian translation (#831)

5 years ago[ACCESS] Fix some truncated strings in French resource (#838)
Bișoc George [Mon, 3 Sep 2018 12:14:57 +0000 (14:14 +0200)]
[ACCESS] Fix some truncated strings in French resource (#838)

5 years ago[SAMSRV] Implement SamrQueryInformationUser.UserInternal2Information
Eric Kohl [Sun, 2 Sep 2018 15:53:29 +0000 (17:53 +0200)]
[SAMSRV] Implement SamrQueryInformationUser.UserInternal2Information

5 years ago[MSGINA] Update russian translation (#834)
Stanislav Motylkov [Sun, 2 Sep 2018 13:59:33 +0000 (16:59 +0300)]
[MSGINA] Update russian translation (#834)

Addendum to 6f4d70b.

5 years ago[IDL] Add the undocumented struct _SAMPR_USER_INTERNAL2_INFORMATION to sam.idl
Eric Kohl [Sun, 2 Sep 2018 09:58:30 +0000 (11:58 +0200)]
[IDL] Add the  undocumented struct _SAMPR_USER_INTERNAL2_INFORMATION to sam.idl