[ros-diffs] [tfaber] 57408: [KMTESTS:KE] - Add test for KeInitializeMutant vs KeInitializeMutex. Dedicated to Mike.

2012-09-28 Thread tfaber
Author: tfaber Date: Fri Sep 28 07:09:08 2012 New Revision: 57408 URL: http://svn.reactos.org/svn/reactos?rev=57408view=rev Log: [KMTESTS:KE] - Add test for KeInitializeMutant vs KeInitializeMutex. Dedicated to Mike. Added: trunk/rostests/kmtests/ntos_ke/KeMutex.c (with props) Modified:

[ros-diffs] [tfaber] 57409: [KMTESTS] - Fix GCC build

2012-09-28 Thread tfaber
Author: tfaber Date: Fri Sep 28 07:13:26 2012 New Revision: 57409 URL: http://svn.reactos.org/svn/reactos?rev=57409view=rev Log: [KMTESTS] - Fix GCC build Modified: trunk/rostests/kmtests/ntos_ke/KeMutex.c Modified: trunk/rostests/kmtests/ntos_ke/KeMutex.c URL:

[ros-diffs] [ekohl] 57410: [ADVAPI32] - Implement LsaRemovePrivilegesFromAccount. - Add stubs for LsaGetRemoteUserName, LsaLookupPrivilegeDisplayName, LsaOpenPolicySce and LsaSetInformationTrustedDoma

2012-09-28 Thread ekohl
Author: ekohl Date: Fri Sep 28 09:19:37 2012 New Revision: 57410 URL: http://svn.reactos.org/svn/reactos?rev=57410view=rev Log: [ADVAPI32] - Implement LsaRemovePrivilegesFromAccount. - Add stubs for LsaGetRemoteUserName, LsaLookupPrivilegeDisplayName, LsaOpenPolicySce and

[ros-diffs] [hbelusca] 57411: [NTOSKRNL] - Revert rev.57400 only for this file since CID 701342 was a false-positive from Coverity (because Coverity doesn't know what the aim of the POOL_RAISE_IF_ALLO

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 10:01:00 2012 New Revision: 57411 URL: http://svn.reactos.org/svn/reactos?rev=57411view=rev Log: [NTOSKRNL] - Revert rev.57400 only for this file since CID 701342 was a false-positive from Coverity (because Coverity doesn't know what the aim of the

[ros-diffs] [hbelusca] 57412: [NTOSKRNL] - ExFreePool -- ExFreePoolWithTag in some places. - Remove dead code (section.c) - Free resource (sysldr.c)

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 12:17:23 2012 New Revision: 57412 URL: http://svn.reactos.org/svn/reactos?rev=57412view=rev Log: [NTOSKRNL] - ExFreePool -- ExFreePoolWithTag in some places. - Remove dead code (section.c) - Free resource (sysldr.c) Modified:

[ros-diffs] [hbelusca] 57413: [BOOTDATA] - HACK: Add artificially a symbolic link to the first COM port, because it happens for whatever reason that the serial.sys driver doesn't create it when it cre

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 18:46:46 2012 New Revision: 57413 URL: http://svn.reactos.org/svn/reactos?rev=57413view=rev Log: [BOOTDATA] - HACK: Add artificially a symbolic link to the first COM port, because it happens for whatever reason that the serial.sys driver doesn't create it when

[ros-diffs] [hbelusca] 57414: [BOOTDATA] - Revert rev.57413. Indeed, when one boots ReactOS without debugging (selecting the first entry in the boot menu), the COM1 symbolic link (corresponding to \De

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 19:04:37 2012 New Revision: 57414 URL: http://svn.reactos.org/svn/reactos?rev=57414view=rev Log: [BOOTDATA] - Revert rev.57413. Indeed, when one boots ReactOS without debugging (selecting the first entry in the boot menu), the COM1 symbolic link (corresponding

[ros-diffs] [hbelusca] 57415: [CMD] - Clarify the code, no functional changes.

2012-09-28 Thread hbelusca
Author: hbelusca Date: Fri Sep 28 19:36:49 2012 New Revision: 57415 URL: http://svn.reactos.org/svn/reactos?rev=57415view=rev Log: [CMD] - Clarify the code, no functional changes. Modified: trunk/reactos/base/shell/cmd/cmd.h trunk/reactos/base/shell/cmd/parser.c

[ros-diffs] [ekohl] 57416: [ADVAPI32] Implement LsaGetRemoteUserName, LsaQueryDomainInformationPolicy and LsaSetDomainInformationPolicy.

2012-09-28 Thread ekohl
Author: ekohl Date: Fri Sep 28 22:11:18 2012 New Revision: 57416 URL: http://svn.reactos.org/svn/reactos?rev=57416view=rev Log: [ADVAPI32] Implement LsaGetRemoteUserName, LsaQueryDomainInformationPolicy and LsaSetDomainInformationPolicy. Modified: trunk/reactos/dll/win32/advapi32/sec/lsa.c

[ros-diffs] [ekohl] 57417: [LSASRV] Update LsarQueryDomainInformationPolicy and LsarSetDomainInformationPolicy according to the changes in the IDL file.

2012-09-28 Thread ekohl
Author: ekohl Date: Fri Sep 28 22:18:59 2012 New Revision: 57417 URL: http://svn.reactos.org/svn/reactos?rev=57417view=rev Log: [LSASRV] Update LsarQueryDomainInformationPolicy and LsarSetDomainInformationPolicy according to the changes in the IDL file. Modified:

[ros-diffs] [tkreuzer] 57418: [NTOSKRNL] Fix file header. Patch by Lee Schoeder. WDA-6701 #resolve

2012-09-28 Thread tkreuzer
Author: tkreuzer Date: Fri Sep 28 23:32:59 2012 New Revision: 57418 URL: http://svn.reactos.org/svn/reactos?rev=57418view=rev Log: [NTOSKRNL] Fix file header. Patch by Lee Schoeder. WDA-6701 #resolve Modified: trunk/reactos/ntoskrnl/ex/shutdown.c Modified: