reactos.git
12 years ago[PORTCLS]
Amine Khaldi [Sun, 15 Jan 2012 10:10:54 +0000 (10:10 +0000)]
[PORTCLS]
* Initializes object attributes with correct handle attributes.
* Use the provided access rights and create options.
See issue #5934 for more details.

svn path=/trunk/; revision=54969

12 years ago[NTDLL]: Add, export, and stubplement RtlComputeImportTableHash and document in NDK.
Alex Ionescu [Sun, 15 Jan 2012 03:16:00 +0000 (03:16 +0000)]
[NTDLL]: Add, export, and stubplement RtlComputeImportTableHash and document in NDK.
[NTDLL]: Use HANDLE instead of Win32 HKEY.
[NDK]: Add missing NtCreateProcessEx flags and some missing Ldr functions + missing RtlGetFullPathName_UstrEx.
[CSRSS]: Define two new CSRSS messages (not implemented): UpdateVdmEntry and GetVdmExitCode.

svn path=/trunk/; revision=54968

12 years ago- Try to fix KVM
Rafal Harabien [Sun, 15 Jan 2012 00:59:29 +0000 (00:59 +0000)]
- Try to fix KVM

svn path=/trunk/; revision=54967

12 years ago- Merge 54929, 54930, 54932, 54933, 54934, 54939, 54941, 54942, 54944, 54945, 54946...
Cameron Gutman [Sat, 14 Jan 2012 19:42:58 +0000 (19:42 +0000)]
- Merge 54929, 54930, 54932, 54933, 54934, 54939, 54941, 54942, 54944, 54945, 54946, and 54947
- The DHCP service now recognizes adapter configuration and media state changes without manual intervention
- Multiple bugs with a static IP configuration are fixed
- IpRenewAddress (ipconfig /renew) and IpReleaseAddress (ipconfig /release) no longer corrupt internal DHCP state
- Routes that cannot currently be resolved by ARP no longer become corrupted by the neighbor timeout

svn path=/trunk/; revision=54966

12 years ago[EVENTLOG]
Eric Kohl [Sat, 14 Jan 2012 18:56:55 +0000 (18:56 +0000)]
[EVENTLOG]
- Fix a non-initialized variable.

svn path=/trunk/; revision=54965

12 years ago[SHELL32]
Rafal Harabien [Sat, 14 Jan 2012 17:50:33 +0000 (17:50 +0000)]
[SHELL32]
- If there is no default menu item, make Open With menu item the default, rename it to Open and disallow it to be submenu.
See issue #6801 for more details.

svn path=/trunk/; revision=54964

12 years ago[CMAKE]
Amine Khaldi [Sat, 14 Jan 2012 17:31:20 +0000 (17:31 +0000)]
[CMAKE]
* Set DBG to false in Release build type.
* Set _WINKD_ to false in Release build type for MSVC builds.

svn path=/trunk/; revision=54963

12 years ago[CMAKE/MSVC]
Amine Khaldi [Sat, 14 Jan 2012 17:27:17 +0000 (17:27 +0000)]
[CMAKE/MSVC]
* Improve the way we set the debugging flags for debug and release build types.
* Don't generate debug info when we're in prefast mode and don't prefix with prefast when linking executables.
* We don't need to alter the c/c++ compiler variables in prefast mode anymore.

svn path=/trunk/; revision=54962

12 years ago[XDK/DDK]
Amine Khaldi [Sat, 14 Jan 2012 17:19:04 +0000 (17:19 +0000)]
[XDK/DDK]
* Remove unneeded declarations.

svn path=/trunk/; revision=54961

12 years ago[SHELL32]
Rafal Harabien [Sat, 14 Jan 2012 17:14:54 +0000 (17:14 +0000)]
[SHELL32]
- Rewrite Control_DoLaunch. Now if cpl has only one applet, applet name/id is ignored
- When launching control panel applets always execute rundll32 instead of using static handlers from registry

svn path=/trunk/; revision=54960

12 years ago[SHELL32]
Amine Khaldi [Sat, 14 Jan 2012 17:03:40 +0000 (17:03 +0000)]
[SHELL32]
* Remove the loading new item service hack.
* Implement proper loading of dynamic background item context.

svn path=/trunk/; revision=54959

12 years ago[SETUPAPI]
Amine Khaldi [Sat, 14 Jan 2012 15:47:59 +0000 (15:47 +0000)]
[SETUPAPI]
* Apply a default date of 00/00/0000 when DriverVer is missing. Should fix installation of drivers which do not provide a DriverVer directive.
See issue #6676 for more details.

svn path=/trunk/; revision=54958

12 years ago[SHELL32]
Rafal Harabien [Sat, 14 Jan 2012 13:46:33 +0000 (13:46 +0000)]
[SHELL32]
- Fix exception in shortcut properties dialog

svn path=/trunk/; revision=54957

12 years ago[SHELL32]
Rafal Harabien [Sat, 14 Jan 2012 13:20:38 +0000 (13:20 +0000)]
[SHELL32]
- Implement changing filename in file properties dialog
- Fix changing volume label in drive properties dialog
- Remove WS_TABSTOP style from some read-only controls

svn path=/trunk/; revision=54956

12 years ago[PSDK/PRFAST]
Amine Khaldi [Sat, 14 Jan 2012 12:48:14 +0000 (12:48 +0000)]
[PSDK/PRFAST]
* Suppress warnings about duplicated model and inconsistent annotations.

svn path=/trunk/; revision=54955

12 years ago[CMAKE]
Amine Khaldi [Sat, 14 Jan 2012 12:44:00 +0000 (12:44 +0000)]
[CMAKE]
* Improve handling of linking executables in prefast mode.

svn path=/trunk/; revision=54954

12 years ago[FASTFAT]
Rafal Harabien [Sat, 14 Jan 2012 12:02:39 +0000 (12:02 +0000)]
[FASTFAT]
- Fix DOSDATE struct declaration. Fixes invalid creation, last modified and accessed times on FAT volumes

svn path=/trunk/; revision=54953

12 years ago[PSDK]
Amine Khaldi [Sat, 14 Jan 2012 11:27:20 +0000 (11:27 +0000)]
[PSDK]
* Stub _Kernel_acquires_resource_ and _Maybe_raises_SEH_exception_ annotations and add __maybenull_impl.

svn path=/trunk/; revision=54952

12 years ago[DDK]
Amine Khaldi [Sat, 14 Jan 2012 11:16:50 +0000 (11:16 +0000)]
[DDK]
* Add fltwinerror.h

svn path=/trunk/; revision=54951

12 years ago[CMAKE]
Amine Khaldi [Sat, 14 Jan 2012 11:15:33 +0000 (11:15 +0000)]
[CMAKE]
* CreateBootSectorTarget2: Properly set the C compiler for both normal and prefast modes.

svn path=/trunk/; revision=54950

12 years ago[NTOSKRNL]
Amine Khaldi [Sat, 14 Jan 2012 11:14:40 +0000 (11:14 +0000)]
[NTOSKRNL]
* Use a different variable for the inside loop.

svn path=/trunk/; revision=54949

12 years ago[SHELL32]
Rafal Harabien [Fri, 13 Jan 2012 23:41:09 +0000 (23:41 +0000)]
[SHELL32]
- Move folder properties to CFileDefExt class and share as much code as possible. Now changing file attributes is implemented.
- Fix a warning (patch by EDIJS - #6821)
- Load property sheet handlers from "Directory" key

svn path=/trunk/; revision=54948

12 years ago[NETCFGX]
Cameron Gutman [Fri, 13 Jan 2012 23:39:44 +0000 (23:39 +0000)]
[NETCFGX]
- Always flush default gateways because pOldConfig->Gw may be NULL if the adapter was DHCP configured

svn path=/branches/wlan-bringup/; revision=54947

12 years ago[TCPIP]
Cameron Gutman [Fri, 13 Jan 2012 23:23:58 +0000 (23:23 +0000)]
[TCPIP]
- Fix adding a static interface route

svn path=/branches/wlan-bringup/; revision=54946

12 years ago[DHCPCSVC]
Cameron Gutman [Fri, 13 Jan 2012 22:56:22 +0000 (22:56 +0000)]
[DHCPCSVC]
- Adapt the reconnect hack to also enable DHCP when transitioning from static configuration to DHCP enabled via netcfgx

svn path=/branches/wlan-bringup/; revision=54945

12 years ago[TCPIP]
Cameron Gutman [Fri, 13 Jan 2012 22:38:28 +0000 (22:38 +0000)]
[TCPIP]
- Queue a work item from the ProtocolStatus handler so we can refresh the state from the registry instead relying on hacks to track our state

svn path=/branches/wlan-bringup/; revision=54944

12 years ago[SERVMAN]
Kamil Hornicek [Fri, 13 Jan 2012 21:47:22 +0000 (21:47 +0000)]
[SERVMAN]
Improve the button bitmaps so they look consistent in both enabled and disabled state.

svn path=/trunk/; revision=54943

12 years ago[IPHLPAPI]
Cameron Gutman [Fri, 13 Jan 2012 20:55:26 +0000 (20:55 +0000)]
[IPHLPAPI]
- Store the NTEContext in the IP address list so netcfgx can remove IP addresses
- Fixes routing after manually setting an IP address

svn path=/branches/wlan-bringup/; revision=54942

12 years ago[IPHLPAPI]
Cameron Gutman [Fri, 13 Jan 2012 19:57:20 +0000 (19:57 +0000)]
[IPHLPAPI]
- Fix incorrect interface indexes in the routing table returned from GetIpForwardTable

svn path=/branches/wlan-bringup/; revision=54941

12 years ago[PSDK]
Timo Kreuzer [Fri, 13 Jan 2012 19:01:47 +0000 (19:01 +0000)]
[PSDK]
- add missing stubs to driverspecs.h
- Add concurrencysal.h
- add some missing definitions to sal.h and specstrings.h

svn path=/trunk/; revision=54940

12 years ago[TCPIP]
Cameron Gutman [Fri, 13 Jan 2012 18:32:30 +0000 (18:32 +0000)]
[TCPIP]
- Configure route NCEs to never timeout to prevent them from falling out from under the routing code
- Fix a typo
- Fix detection of duplicate routes
[NETCFGX]
- Don't delete all routes for an interface when adding a default gateway

svn path=/branches/wlan-bringup/; revision=54939

12 years ago[XDK]
Timo Kreuzer [Fri, 13 Jan 2012 17:49:40 +0000 (17:49 +0000)]
[XDK]
Fix build

svn path=/trunk/; revision=54938

12 years ago[XDK]
Timo Kreuzer [Fri, 13 Jan 2012 17:45:26 +0000 (17:45 +0000)]
[XDK]
- Add some missing NTAPI
- move some types into appropriate headers
- make sure $endif is followed by (...)

svn path=/trunk/; revision=54937

12 years ago[SHELL32]
Rafal Harabien [Fri, 13 Jan 2012 17:42:27 +0000 (17:42 +0000)]
[SHELL32]
- Display free and used space and capacity in bytes and gigabytes for all drives in drive properties dialog
- Format date and time in file properties according to system locale
- Initialize checkboxes in file properties dialog
- Improve polish translation

svn path=/trunk/; revision=54936

12 years ago[USBDRV]
Amine Khaldi [Fri, 13 Jan 2012 14:34:28 +0000 (14:34 +0000)]
[USBDRV]
* Mark dev_mgr_cancel_irp as NTAPI.

svn path=/trunk/; revision=54935

12 years ago[TCPIP]
Cameron Gutman [Fri, 13 Jan 2012 10:47:44 +0000 (10:47 +0000)]
[TCPIP]
- Fix a bug where a static IP configuration was not properly restored after a media state change

svn path=/branches/wlan-bringup/; revision=54934

12 years ago[DHCPCSVC]
Cameron Gutman [Fri, 13 Jan 2012 10:03:38 +0000 (10:03 +0000)]
[DHCPCSVC]
- Fix an issue assigning a private address after the IpReleaseAddress API was used prior to IpRenewAddress
- Move the IP refresh hack into dhcpcsvc so it now properly refresh IP information after an adapter is disconnected and reconnected (wired and wireless)
- When a state change occurs (connecting to a different wireless network or unplugging and plugging in the Ethernet cable), TCP/IP will flush routes and the neighbor cache then set the IP address to 0.0.0.0. DHCP will detect that IP address (that part is the hack since we do it via polling instead of events) then send a DHCP discover packet out via the new network connection. No more ipconfig /renew to get a new DHCP lease after network changes. It's all seamless now :D

svn path=/branches/wlan-bringup/; revision=54933

12 years ago[TCPIP]
Cameron Gutman [Fri, 13 Jan 2012 09:45:17 +0000 (09:45 +0000)]
[TCPIP]
- Missed this file in r54930

svn path=/branches/wlan-bringup/; revision=54932

12 years ago[WLANCONF]
Cameron Gutman [Fri, 13 Jan 2012 09:43:16 +0000 (09:43 +0000)]
[WLANCONF]
- Don't manually refresh IP information when connecting to a network

svn path=/branches/wlan-bringup/; revision=54931

12 years ago[TCPIP]
Cameron Gutman [Fri, 13 Jan 2012 09:05:53 +0000 (09:05 +0000)]
[TCPIP]
- Fix crash during status indication

svn path=/branches/wlan-bringup/; revision=54930

12 years ago[TCPIP]
Cameron Gutman [Fri, 13 Jan 2012 07:28:16 +0000 (07:28 +0000)]
[TCPIP]
- Support media state changes properly

svn path=/branches/wlan-bringup/; revision=54929

12 years ago[SHELL32]
Rafal Harabien [Thu, 12 Jan 2012 22:26:50 +0000 (22:26 +0000)]
[SHELL32]
- Update file icon after rename operation
See issue #6815 for more details.

svn path=/trunk/; revision=54928

12 years ago[SHELL32]
Rafal Harabien [Thu, 12 Jan 2012 21:43:46 +0000 (21:43 +0000)]
[SHELL32]
- Add "Description" string to resources. Don't show application file extension in Description field (for applications without version info). Patch by Edijs Kolesnikovis (#6819)
- Implement associated application icon loading in File Properties dialog
- Implement "Change" button in File Properties dialog

svn path=/trunk/; revision=54927

12 years ago[SHELL32]
Rafal Harabien [Thu, 12 Jan 2012 20:10:35 +0000 (20:10 +0000)]
[SHELL32]
- Show drive icon in properties dialog
- Show nice pie chart for space usage

svn path=/trunk/; revision=54926

12 years ago[SHELL32]
Rafal Harabien [Thu, 12 Jan 2012 16:32:02 +0000 (16:32 +0000)]
[SHELL32]
- Fix first chance exception if application has no strings in version info
- If Lang is not set use US English version info. Fixes WinRAR version info.
- Applications has Description filed instead of Opens With
- Load language in file version info

svn path=/trunk/; revision=54925

12 years ago[WIN32K]
Timo Kreuzer [Thu, 12 Jan 2012 15:41:56 +0000 (15:41 +0000)]
[WIN32K]
Try to fix boot

svn path=/trunk/; revision=54924

12 years ago[SHELL32]
Rafal Harabien [Thu, 12 Jan 2012 14:47:26 +0000 (14:47 +0000)]
[SHELL32]
- Fix copying files in New menu. Fixes WinRAR new items.
- Don't show message if copying file failed because empty file is already created

svn path=/trunk/; revision=54923

12 years ago[WIN32K]
Timo Kreuzer [Thu, 12 Jan 2012 14:42:59 +0000 (14:42 +0000)]
[WIN32K]
- Simplify BITMAP_CopyBitmap, by using the SURFOBJ members directly instead of calling BITMAP_GetObject.
- Use RtlCopyMemory directly in BITMAP_CopyBitmap and remove IntSetBitmapBits
- Improve prototype of GreCreateBitmap(Ex) by using ULONG instead of INT for the bitmap dimensions (negative values are invalid)
- remove a duplicated type definition

svn path=/trunk/; revision=54922

12 years ago[PSDK]
Timo Kreuzer [Thu, 12 Jan 2012 14:32:43 +0000 (14:32 +0000)]
[PSDK]
Remove a deprecated definition from winddi.h

svn path=/trunk/; revision=54921

12 years ago[PSDK]
Timo Kreuzer [Thu, 12 Jan 2012 13:24:32 +0000 (13:24 +0000)]
[PSDK]
- Add some missing definitions (Vista+) to winddi.h
- Fix and improve annotations in winddi.h

svn path=/trunk/; revision=54920

12 years ago[PSDK]
Timo Kreuzer [Thu, 12 Jan 2012 12:52:33 +0000 (12:52 +0000)]
[PSDK]
Rewrite sal.h so that it actually works with __desclspec()

svn path=/trunk/; revision=54919

12 years ago[PCNET]
Cameron Gutman [Thu, 12 Jan 2012 03:16:48 +0000 (03:16 +0000)]
[PCNET]
- Remove an incorrect comment

svn path=/trunk/; revision=54918

12 years ago- Merge 54895, 54896, 54899, 54912, 54913, 54915, and 54916 from wlan-bringup
Cameron Gutman [Thu, 12 Jan 2012 03:12:49 +0000 (03:12 +0000)]
- Merge 54895, 54896, 54899, 54912, 54913, 54915, and 54916 from wlan-bringup

svn path=/trunk/; revision=54917

12 years ago- Remove a forgotten debug print
Cameron Gutman [Thu, 12 Jan 2012 02:25:56 +0000 (02:25 +0000)]
- Remove a forgotten debug print

svn path=/branches/wlan-bringup/; revision=54916

12 years ago[DHCPCSVC]
Cameron Gutman [Thu, 12 Jan 2012 02:11:02 +0000 (02:11 +0000)]
[DHCPCSVC]
- Remove timeouts associated with the protocol in remove_protocol()

svn path=/branches/wlan-bringup/; revision=54915

12 years ago[WLANCONF]
Cameron Gutman [Thu, 12 Jan 2012 01:46:15 +0000 (01:46 +0000)]
[WLANCONF]
- Release the current IP address before disconnecting from an AP
- Refresh the IP information after connecting to an AP

svn path=/branches/wlan-bringup/; revision=54914

12 years ago[DHCPCSVC]
Cameron Gutman [Wed, 11 Jan 2012 23:38:48 +0000 (23:38 +0000)]
[DHCPCSVC]
- Delete the existing default gateway when releasing DHCP IP or transitioning to static IP
- Fixes bug #6205

svn path=/branches/wlan-bringup/; revision=54913

12 years ago[DHCPCSVC]
Cameron Gutman [Wed, 11 Jan 2012 22:24:49 +0000 (22:24 +0000)]
[DHCPCSVC]
- Fix ipconfig hang with ipconfig /renew and ipconfig /release
- Fix duplicate protocol entries being added for the same adapter
- Use WSAEventSelect and WaitForMultipleObjects to manage waiting between timeouts, adapter state changes, and incoming packets

svn path=/branches/wlan-bringup/; revision=54912

12 years ago[SHELL32]
Rafal Harabien [Wed, 11 Jan 2012 22:08:04 +0000 (22:08 +0000)]
[SHELL32]
- Register CDrvDefExt
- Add application icon and "Change..." button to file properties dialog. Patch by EDIJS (#6817)

svn path=/trunk/; revision=54911

12 years ago[SHELL32]
Rafal Harabien [Wed, 11 Jan 2012 21:58:47 +0000 (21:58 +0000)]
[SHELL32]
- Move drive default property sheet pages to CDrvDefExt shell extension
- Read cleanup mgr path from registry
- Fix default extension being released in wrong moment

svn path=/trunk/; revision=54910

12 years ago[FMIFS]
Rafal Harabien [Wed, 11 Jan 2012 21:31:52 +0000 (21:31 +0000)]
[FMIFS]
- Make header C++ friendly

svn path=/trunk/; revision=54909

12 years ago[SHELL32]
Rafal Harabien [Wed, 11 Jan 2012 20:20:01 +0000 (20:20 +0000)]
[SHELL32]
- Add CLSID_ShellFileDefExt, CLSID_ShellDrvDefExt, CLSID_ShellNetDefExt GUIDs
- Move File Properties default pages to CFileDefExt

svn path=/trunk/; revision=54908

12 years ago[SHELL32]
Rafal Harabien [Wed, 11 Jan 2012 14:13:14 +0000 (14:13 +0000)]
[SHELL32]
- Display application description in Opens With field of File Properties dialog
- Minor improvements

svn path=/trunk/; revision=54907

12 years ago[SHELL32]
Rafal Harabien [Tue, 10 Jan 2012 19:57:53 +0000 (19:57 +0000)]
[SHELL32]
- Don't check exe files for Open With application
- If application is invalid display proper text
- Properly handle application parameters and quotes when parsing application command. Patch by EDIJS, improved by me.
See issue #6770 for more details.

svn path=/trunk/; revision=54906

12 years ago[SHELL32]
Rafal Harabien [Tue, 10 Jan 2012 17:56:43 +0000 (17:56 +0000)]
[SHELL32]
- Simplify and fix getting file type description and icon in File Properties dialog
- Apply EDIJS's patch for scrolling text in location field on File Properties dialog (#6807)

svn path=/trunk/; revision=54905

12 years ago[SHELL32]
Rafal Harabien [Tue, 10 Jan 2012 16:53:46 +0000 (16:53 +0000)]
[SHELL32]
- Make File Properties code safer and better
- Change version information when it user selects item in listbox (in previous version user had to double click)
- Show filename only in Open With dialog. Part of patch by EDIJS (#6772)

svn path=/trunk/; revision=54904

12 years ago[SHELL32]
Rafal Harabien [Tue, 10 Jan 2012 16:01:13 +0000 (16:01 +0000)]
[SHELL32]
- Formatting + changed few declarations.

svn path=/trunk/; revision=54903

12 years ago- Fix year in all files copyright info
Rafal Harabien [Tue, 10 Jan 2012 15:34:28 +0000 (15:34 +0000)]
- Fix year in all files copyright info
- Replace tabs by spaces

svn path=/trunk/; revision=54902

12 years ago[WIN32K]
Timo Kreuzer [Tue, 10 Jan 2012 14:59:23 +0000 (14:59 +0000)]
[WIN32K]
- Fix parameter to DrvEnablePDEV
- improve DPRINTs

svn path=/trunk/; revision=54901

12 years ago[PSDK]
Timo Kreuzer [Tue, 10 Jan 2012 14:47:43 +0000 (14:47 +0000)]
[PSDK]
- add annotations to winddi.h
- use function types for Drv* declarations

svn path=/trunk/; revision=54900

12 years ago[DHCPCSVC]
Cameron Gutman [Tue, 10 Jan 2012 02:18:04 +0000 (02:18 +0000)]
[DHCPCSVC]
- Make AdapterDiscoveryThread run in its own thread (duh?)

svn path=/branches/wlan-bringup/; revision=54899

12 years ago[WLANCONF]
Cameron Gutman [Tue, 10 Jan 2012 02:09:56 +0000 (02:09 +0000)]
[WLANCONF]
- Return to using OID_GEN_PHYSICAL_MEDIUM to determine if an adapter supports WLAN

svn path=/branches/wlan-bringup/; revision=54898

12 years ago[NDISUIO]
Cameron Gutman [Tue, 10 Jan 2012 01:52:18 +0000 (01:52 +0000)]
[NDISUIO]
- Store the correct length in Irp->IoStatus.Information so bytes don't get chopped off
- Fix multiple bugs in the receive path (which now works correctly)
[WLANCONF]
- Use the correct length for NDIS requests
- Indicate success to the console for -c or -d
- Print current association info if called with no parameters

svn path=/branches/wlan-bringup/; revision=54897

12 years ago[NDIS]
Cameron Gutman [Tue, 10 Jan 2012 01:23:35 +0000 (01:23 +0000)]
[NDIS]
- NdisGetCurrentSystemTime can be called at any IRQL
- Fixes assertions running the RTL8185 driver

svn path=/branches/wlan-bringup/; revision=54896

12 years ago[PCNET]
Cameron Gutman [Tue, 10 Jan 2012 00:44:16 +0000 (00:44 +0000)]
[PCNET]
- Apply the same hack for OID_GEN_MEDIA_CONNECT_STATUS as we did for OID_GEN_HARDWARE_STATUS (since media state detection is broken for certain adapters)
[DHCPCSVC]
- Keep the adapter thread running to handle media state changes
[TCPIP]
- Fix media state detection which was totally broken because it was using the wrong OID

svn path=/branches/wlan-bringup/; revision=54895

12 years ago[SHELL32]
Rafal Harabien [Mon, 9 Jan 2012 23:01:01 +0000 (23:01 +0000)]
[SHELL32]
- Add item icons to New menu
- Fix some leaks in New menu
- Properly handle New Folder and New Link items

svn path=/trunk/; revision=54894

12 years ago[SVCHOST]
Sylvain Petreolle [Mon, 9 Jan 2012 22:47:16 +0000 (22:47 +0000)]
[SVCHOST]
Convert to Unicode.
Fix buffer overruns and bad maths when UNICODE is defined.

Patch by Samuel Serapion.

svn path=/trunk/; revision=54893

12 years agoremove leftover spotted by Amine
Timo Kreuzer [Mon, 9 Jan 2012 22:06:04 +0000 (22:06 +0000)]
remove leftover spotted by Amine

svn path=/trunk/; revision=54892

12 years ago[PSDK/DDK]
Timo Kreuzer [Mon, 9 Jan 2012 21:55:56 +0000 (21:55 +0000)]
[PSDK/DDK]
- Add MAX_NATURAL_ALIGNMENT, MEMORY_ALLOCATION_ALIGNMENT and PROBE_ALIGNMENT defintions to ntdef.h
- disable prefast warnings about banned api usage, dpc access and seh filter expression
- annotate string types (PSTR, etc) as _Null_terminated_

svn path=/trunk/; revision=54891

12 years ago[WLANCONF]
Cameron Gutman [Mon, 9 Jan 2012 20:19:33 +0000 (20:19 +0000)]
[WLANCONF]
- Display fractional rates correctly (5.5 Mbps for example)

svn path=/branches/wlan-bringup/; revision=54890

12 years ago[WLANCONF]
Cameron Gutman [Mon, 9 Jan 2012 03:17:23 +0000 (03:17 +0000)]
[WLANCONF]
- Use a different method for determining if an adapter supports 802.11 networks so it works on drivers that don't implement OID_GEN_PHYSICAL_MEDIUM

svn path=/branches/wlan-bringup/; revision=54888

12 years ago[WLANCONF]
Cameron Gutman [Mon, 9 Jan 2012 00:09:35 +0000 (00:09 +0000)]
[WLANCONF]
- Fix supported rate calculation

svn path=/branches/wlan-bringup/; revision=54887

12 years ago[EVENTLOG]
Eric Kohl [Sun, 8 Jan 2012 23:03:23 +0000 (23:03 +0000)]
[EVENTLOG]
- Simplify ElfCreateEventLogHandle, ElfDeleteEventLogHandle and their callers.
- Implement ElfrOpenBELA and ElfrOpenBELW.
- Add ElfDeleteEventLogHandle stub.

svn path=/trunk/; revision=54886

12 years ago[WLANCONF]
Cameron Gutman [Sun, 8 Jan 2012 22:48:08 +0000 (22:48 +0000)]
[WLANCONF]
- Fix my bit shifting fail

svn path=/branches/wlan-bringup/; revision=54885

12 years ago[WDM] Add missing #if (NTDDI_VERSION >= ...)
Timo Kreuzer [Sun, 8 Jan 2012 21:17:40 +0000 (21:17 +0000)]
[WDM] Add missing #if (NTDDI_VERSION >= ...)
NTOSKRNL/LPC] Don't check if ReplyMessage is NULL inside SEH, since it's dereferenced later anyway
[WIN32K] Don't try to print uninitialized variables
Patch by Samuel Serapion

svn path=/trunk/; revision=54881

12 years ago[WLANCONF]
Cameron Gutman [Sun, 8 Jan 2012 20:11:29 +0000 (20:11 +0000)]
[WLANCONF]
- Add a missing newline
- Try to fix rate printing

svn path=/branches/wlan-bringup/; revision=54879

12 years ago[ADVAPI32]
Eric Kohl [Sun, 8 Jan 2012 10:08:33 +0000 (10:08 +0000)]
[ADVAPI32]
Pass an NT path to ElfrOpenBELW.

svn path=/trunk/; revision=54878

12 years ago[NDISUIO]
Cameron Gutman [Sun, 8 Jan 2012 06:51:44 +0000 (06:51 +0000)]
[NDISUIO]
- Fix a query binding bug that caused access to unallocated memory
[WLANCONF]
- Fix parameter parsing and dumb IOCTL_NDISUIO_QUERY_BINDING usage

svn path=/branches/wlan-bringup/; revision=54877

12 years ago[NDISUIO]
Cameron Gutman [Sun, 8 Jan 2012 06:23:53 +0000 (06:23 +0000)]
[NDISUIO]
- Fix incorrect device name offset

svn path=/branches/wlan-bringup/; revision=54876

12 years ago[NDISUIO]
Cameron Gutman [Sun, 8 Jan 2012 06:08:47 +0000 (06:08 +0000)]
[NDISUIO]
- Use the correct IOCTL input buffer
[WLANCONF]
- Fix parameters to IOCTL_NDISUIO_QUERY_BINDING
- Wlanconf is ready for testing with a real WLAN adapter (for anyone who wants to checkout this branch and try it)
- Run "wlanconf -s <SSID>" to connect to an unencrypted wireless network
- Run "wlanconf -s <SSID> -w <WEP key>" to connect to a WEP encrypted wireless network (WPA not supported)

svn path=/branches/wlan-bringup/; revision=54875

12 years ago[PSDK]
Cameron Gutman [Sun, 8 Jan 2012 04:45:51 +0000 (04:45 +0000)]
[PSDK]
- Add some definitions
[WLANCONF]
- Add support for adhoc networks and WEP encryption
- Fix the BSSID info loop

svn path=/branches/wlan-bringup/; revision=54874

12 years ago[BOOTDATA]
Cameron Gutman [Sun, 8 Jan 2012 03:29:56 +0000 (03:29 +0000)]
[BOOTDATA]
- Add wlanconf.exe to reactos.cab

svn path=/branches/wlan-bringup/; revision=54873

12 years ago[WLANCONF]
Cameron Gutman [Sun, 8 Jan 2012 03:28:03 +0000 (03:28 +0000)]
[WLANCONF]
- Fix a typo and fix CMake build

svn path=/branches/wlan-bringup/; revision=54872

12 years ago[WLANCONF]
Cameron Gutman [Sun, 8 Jan 2012 03:22:37 +0000 (03:22 +0000)]
[WLANCONF]
- Build fixes and code improvements

svn path=/branches/wlan-bringup/; revision=54871

12 years ago[PSDK]
Cameron Gutman [Sun, 8 Jan 2012 03:12:53 +0000 (03:12 +0000)]
[PSDK]
- Add 802.11 OIDs

svn path=/branches/wlan-bringup/; revision=54870

12 years ago[WLANCONF]
Cameron Gutman [Sun, 8 Jan 2012 03:02:58 +0000 (03:02 +0000)]
[WLANCONF]
- Initial drop of a little WLAN configuration tool to use until WZC is implemented and working
- Doesn't build yet due to missing OID definitions
- Some of this code will eventually be reused when implementing WZC

svn path=/branches/wlan-bringup/; revision=54869

12 years ago[PREFAST]
Amine Khaldi [Sat, 7 Jan 2012 21:50:10 +0000 (21:50 +0000)]
[PREFAST]
* Write PREfast defect log to the console. Dedicated to Timo.

svn path=/trunk/; revision=54868

12 years ago[CLASSPNP]
Thomas Faber [Sat, 7 Jan 2012 18:08:10 +0000 (18:08 +0000)]
[CLASSPNP]
- Fix incorrect casts. Patch by Samuel Serapion

svn path=/trunk/; revision=54867

12 years ago[LSASRV] - Correctly set return values in LsapGetObjectAttribute
Thomas Faber [Sat, 7 Jan 2012 17:45:26 +0000 (17:45 +0000)]
[LSASRV] - Correctly set return values in LsapGetObjectAttribute
[CDMAKE] - Handle out-of-memory condition
- Patch by Samuel Serapion

svn path=/trunk/; revision=54866

12 years ago[NTOSKRNL/MM]
Thomas Faber [Sat, 7 Jan 2012 17:05:41 +0000 (17:05 +0000)]
[NTOSKRNL/MM]
- Fix memory type comparison in MiScanMemoryDescriptors. Spotted by Samuel Serapion

svn path=/trunk/; revision=54865