Amine Khaldi
3bf751e046
[USBEHCI_NEW] Bring-in the USB EHCI miniport driver created by Vadim Galyant. ( #301 )
2018-09-10 09:05:35 +02:00
Hermès Bélusca-Maïto
419e014675
[SERVICES] Only services starting under the LocalSystem account can run interactively. Otherwise ignore the interactive flag.
2018-09-09 23:24:08 +02:00
Hermès Bélusca-Maïto
cccf26da74
[SERVICES] Re-implement RChangeServiceConfigA() around RChangeServiceConfigW(), much as what is done for RCreateServiceA().
2018-09-09 23:24:04 +02:00
Hermès Bélusca-Maïto
d6e577ced9
[SERVICES] RChangeServiceConfigW: Check valid usage of lpdwTagId when lpLoadOrderGroup is not specified.
2018-09-09 23:23:55 +02:00
Stanislav Motylkov
dcd4a3d000
[NET] Update Russian translation ( #849 )
2018-09-09 23:11:11 +02:00
Paweł Cholewa
8b37182613
[TRANSLATION] Updated Polish translation in USETUP ( #848 )
2018-09-09 22:28:02 +02:00
Bișoc George
402ea59af6
[USETUP] Italian translation update
2018-09-09 22:26:39 +02:00
Bișoc George
c1bf18bada
[USETUP] Romanian translation update
2018-09-09 22:26:39 +02:00
Baruch Rutman
1fc041c91a
[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.
2018-09-09 18:03:48 +02:00
Baruch Rutman
ab5fdcc01f
[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.
2018-09-09 18:03:45 +02:00
Katayama Hirofumi MZ
a244e4f6dd
[WIN32SS][COMCTL32] Fix button text Y positioning ( #766 )
...
Fixes the vertical position of button text.
CORE-14906
2018-09-09 17:37:37 +02:00
Eric Kohl
2d645f62fe
[NETAPI32] Implement NetGroupAddUser and NetGroupDelUser
2018-09-09 17:35:18 +02:00
Nguyễn Thanh Sơn
f47d0023b7
[SETUP][REACTOS] Added Vietnamese translation. ( #716 )
2018-09-09 17:34:21 +02:00
Hermès Bélusca-Maïto
320e0d01ae
[USETUP] Update French translation.
2018-09-09 17:24:38 +02:00
Bișoc George
e5c0bfacf1
[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.
2018-09-09 17:17:16 +02:00
Pierre Schweitzer
02da7b452c
[NTOSKRNL] Move data mapping implementation to an internel helper
2018-09-09 14:02:13 +02:00
Eric Kohl
df0137a169
[NETAPI32] Implement NetGroupSetInfo
2018-09-09 13:39:01 +02:00
Eric Kohl
c48d09d19a
[NETAPI32] Implement NetGroupAdd and NetGroupDel
2018-09-09 11:52:44 +02:00
Vadim Galyant
3baf43c5de
[USBHUB_NEW][USBPORT] Fix buffer size calculation for multi-sz values in IRP_MN_QUERY_ID.
...
Also fix some copypasta'd DPRINTs.
2018-09-09 11:24:48 +02:00
Eric Kohl
a9da3c50be
[NETAPI] Implement NetGroupGetInfo
2018-09-09 09:40:11 +02:00
Eric Kohl
45beb1a523
[PSDK] Add missing struct _GROUP_INFO_3 to lmaccess.h
2018-09-08 22:21:15 +02:00
Eric Kohl
033146ca23
[NETAPI] Implement NetGroupEnum
2018-09-08 20:55:13 +02:00
Eric Kohl
0e69bc3bce
[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.
2018-09-08 19:24:13 +02:00
Pierre Schweitzer
c287bbe586
[KMTESTS:CC] Fix two failing tests on WHS bot
2018-09-08 15:21:01 +02:00
Eric Kohl
23a90aab5a
[NET] Implement the group command
2018-09-08 14:18:36 +02:00
Thomas Faber
5e6810d5d2
[SDK] Make gen_baseaddress.py compatible with Python 3.
2018-09-08 11:11:08 +02:00
Thomas Faber
e400519cb5
[USBUHCI_NEW] Add license headers.
2018-09-08 10:16:02 +02:00
Thomas Faber
855df84fb2
[USBOHCI_NEW] Add license headers.
2018-09-08 10:15:52 +02:00
Pierre Schweitzer
7554829576
[DDK] Add NT6+ implementation for Rx*PrefixTableLock macros
2018-09-08 10:06:40 +02:00
Thomas Faber
d6d6b329be
[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect status defines.
2018-09-08 08:45:18 +02:00
Serge Gautherie
7e95aebfda
[KMTESTS:FLTMGR] Hide FltMgrLoad and FltMgrReg
...
And add "// TODO: WIP/untested/crashes."
ROSTESTS-299
2018-09-07 08:45:50 +01:00
Abdulganiev Rafael
25f4ed75a0
[CPL][DESK] Update monitor resource ( #816 )
...
[DESK.CPL] Update monitor resource
2018-09-07 08:43:36 +01:00
Pierre Schweitzer
000bbe074e
[LIBTIRPC] Fix CVE-2018-14622 by backporting its fix
...
CORE-15005
2018-09-05 22:06:30 +02:00
Pierre Schweitzer
3dabca398f
[NTOSKRNL] Don't raise a status when parameters are invalid on file mapping
2018-09-05 22:06:29 +02:00
Pierre Schweitzer
e17f61138c
[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
2018-09-05 22:06:25 +02:00
Mark Jansen
ea5912e4d1
[SDK] Generate msvc baseaddresses from an RTC build
2018-09-05 21:38:26 +02:00
Serge Gautherie
cb072fd0fe
[CMLIB] Fix compiling as NT6+ ( #840 )
...
Addendum to r70582 (734bc291
).
CORE-12596
2018-09-05 20:18:14 +02:00
Eric Kohl
df053b7d16
[MSV1_0] LsaApLogonUser: Update the logon time/count and bad password time/count
2018-09-05 00:10:54 +02:00
Eric Kohl
97382dee46
[MSV1_0] Use the account expiration time and check account expiration on logon
2018-09-04 23:15:15 +02:00
Eric Kohl
e25cbeba2f
[IDL] Implement parts of SamrSetInformationUser.UserInternal2Information
2018-09-04 22:42:49 +02:00
Eric Kohl
f5b3a10885
[IDL] Add some Flags SamrSetInformationUser.UserInternal2Information
2018-09-04 22:42:47 +02:00
Bișoc George
4208e7eed8
[FONTEXT] Add Italian translation ( #831 )
2018-09-04 22:02:44 +02:00
Bișoc George
773d6a536a
[ACCESS] Fix some truncated strings in French resource ( #838 )
2018-09-03 14:14:57 +02:00
Eric Kohl
653a9be05b
[SAMSRV] Implement SamrQueryInformationUser.UserInternal2Information
2018-09-02 17:54:26 +02:00
Stanislav Motylkov
c7415b3faa
[MSGINA] Update russian translation ( #834 )
...
Addendum to 6f4d70b
.
2018-09-02 15:59:33 +02:00
Eric Kohl
791f331d67
[IDL] Add the undocumented struct _SAMPR_USER_INTERNAL2_INFORMATION to sam.idl
2018-09-02 11:59:19 +02:00
Pierre Schweitzer
01c73317cc
[KMTESTS:CC] Add tests showing our CcMapData/CcPinRead raise invalid status
2018-09-02 11:50:23 +02:00
Hermès Bélusca-Maïto
4d48b88bfb
[WIN32K:NTUSER] co_UserDestroyWindow(): Simplify the destruction of the owned windows.
2018-09-01 23:46:21 +02:00
Hermès Bélusca-Maïto
e286c4c520
[WIN32K:NTUSER] Optimize IntWinListOwnedPopups() a little bit. Improve a trace.
2018-09-01 23:46:20 +02:00
Hermès Bélusca-Maïto
f644a50cd7
[WIN32K:NTUSER] Code formatting only.
2018-09-01 23:46:17 +02:00