[ros-diffs] [fireball] 59188: [KMTEST] - Implement simple KeDeviceQueue test by Moscow State Technical University students. Improvements are welcome.

2013-06-08 Thread fireball
Author: fireball Date: Sat Jun 8 10:19:26 2013 New Revision: 59188 URL: http://svn.reactos.org/svn/reactos?rev=59188view=rev Log: [KMTEST] - Implement simple KeDeviceQueue test by Moscow State Technical University students. Improvements are welcome. Added:

[ros-diffs] [fireball] 59189: [KMTEST] - Fix variable declaration placement.

2013-06-08 Thread fireball
Author: fireball Date: Sat Jun 8 10:31:39 2013 New Revision: 59189 URL: http://svn.reactos.org/svn/reactos?rev=59189view=rev Log: [KMTEST] - Fix variable declaration placement. Modified: trunk/rostests/kmtests/ntos_ke/KeDevQueue.c Modified: trunk/rostests/kmtests/ntos_ke/KeDevQueue.c URL:

[ros-diffs] [ekohl] 59190: [NETAPI32] NetLocalGroupGetMembers: Implement levels 2 and 3. Fixes netapi32:access winetest failures.

2013-06-08 Thread ekohl
Author: ekohl Date: Sat Jun 8 11:04:18 2013 New Revision: 59190 URL: http://svn.reactos.org/svn/reactos?rev=59190view=rev Log: [NETAPI32] NetLocalGroupGetMembers: Implement levels 2 and 3. Fixes netapi32:access winetest failures. Modified: trunk/reactos/dll/win32/netapi32/local_group.c

[ros-diffs] [ekohl] 59191: [NETAPI32] Implement NetLocalGroupAddMember and NetLocalGroupAddMember (level 0 only).

2013-06-08 Thread ekohl
Author: ekohl Date: Sat Jun 8 13:47:34 2013 New Revision: 59191 URL: http://svn.reactos.org/svn/reactos?rev=59191view=rev Log: [NETAPI32] Implement NetLocalGroupAddMember and NetLocalGroupAddMember (level 0 only). Modified: trunk/reactos/dll/win32/netapi32/local_group.c Modified:

[ros-diffs] [ekohl] 59192: [NETAPI32] Implement NetLocalGroupDelMember and NetLocalGroupDelMembers (level 0 only).

2013-06-08 Thread ekohl
Author: ekohl Date: Sat Jun 8 14:41:56 2013 New Revision: 59192 URL: http://svn.reactos.org/svn/reactos?rev=59192view=rev Log: [NETAPI32] Implement NetLocalGroupDelMember and NetLocalGroupDelMembers (level 0 only). Modified: trunk/reactos/dll/win32/netapi32/local_group.c Modified:

[ros-diffs] [hbelusca] 59193: [KERNEL32] - Fix IN/OUT declaration of parameters for GetFullPathNameA/W - Fix a bad usage of GetFullPathNameW in the GetTempPathW API, where the source and destination b

2013-06-08 Thread hbelusca
Author: hbelusca Date: Sat Jun 8 14:48:33 2013 New Revision: 59193 URL: http://svn.reactos.org/svn/reactos?rev=59193view=rev Log: [KERNEL32] - Fix IN/OUT declaration of parameters for GetFullPathNameA/W - Fix a bad usage of GetFullPathNameW in the GetTempPathW API, where the source and