reactos.git
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

12 years ago[CMAKE]
Timo Kreuzer [Sat, 7 Jan 2012 16:31:13 +0000 (16:31 +0000)]
[CMAKE]
Add inetcpl to msvc build

svn path=/trunk/; revision=54864

12 years ago[DDK]
Timo Kreuzer [Sat, 7 Jan 2012 16:14:00 +0000 (16:14 +0000)]
[DDK]
Add wsk.h

svn path=/trunk/; revision=54863

12 years ago[CMAKE]
Timo Kreuzer [Sat, 7 Jan 2012 16:05:25 +0000 (16:05 +0000)]
[CMAKE]
add _PREFAST_ option for amd64, too

svn path=/trunk/; revision=54862

12 years ago[WDMAUD]
Johannes Anderwald [Sat, 7 Jan 2012 15:42:53 +0000 (15:42 +0000)]
[WDMAUD]
- Improve error check

svn path=/trunk/; revision=54861

12 years ago[SHELL32]
Johannes Anderwald [Sat, 7 Jan 2012 15:40:27 +0000 (15:40 +0000)]
[SHELL32]
- Check if querying  shell details failed

svn path=/trunk/; revision=54860

12 years ago[HIVESYS]
Cameron Gutman [Sat, 7 Jan 2012 05:54:14 +0000 (05:54 +0000)]
[HIVESYS]
- Add an entry for ndisuio (temporary until INF install works)
- Autostart WZC service
[NDISUIO]
- Fix crash during binding and receive
- Add more debugging

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

12 years ago[NDISUIO]
Cameron Gutman [Fri, 6 Jan 2012 19:43:15 +0000 (19:43 +0000)]
[NDISUIO]
- Bug fixes
- Make the packet and buffer pools per adapter
- Crashes during bind for some reason

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

12 years ago[NDISUIO]
Sylvain Petreolle [Fri, 6 Jan 2012 19:32:05 +0000 (19:32 +0000)]
[NDISUIO]
Add missing include path.

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

12 years ago[SAL.h]
Timo Kreuzer [Fri, 6 Jan 2012 17:02:57 +0000 (17:02 +0000)]
[SAL.h]
Add definitions for declspec based sal

svn path=/trunk/; revision=54851

12 years ago[NDISUIO]
Cameron Gutman [Fri, 6 Jan 2012 05:59:56 +0000 (05:59 +0000)]
[NDISUIO]
- Build fixes

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

12 years ago[SHELL32]
Rafal Harabien [Thu, 5 Jan 2012 23:04:06 +0000 (23:04 +0000)]
[SHELL32]
- Fix few leaks and possible buffer overflows in New menu code
- Add icons of folder and shortcut to New menu
- Display message if file can't be created

svn path=/trunk/; revision=54848

12 years ago[EVENTLOG]
Eric Kohl [Thu, 5 Jan 2012 23:03:40 +0000 (23:03 +0000)]
[EVENTLOG]
- Implement LogfBackupFile.
- Fix a typo.

svn path=/trunk/; revision=54847

12 years ago[ADVAPI32]
Eric Kohl [Thu, 5 Jan 2012 22:07:33 +0000 (22:07 +0000)]
[ADVAPI32]
Pass nt paths to ElfrBackupELFW and ElfrClearELFW.

svn path=/trunk/; revision=54846

12 years ago[SHELL32]
Rafal Harabien [Thu, 5 Jan 2012 18:34:35 +0000 (18:34 +0000)]
[SHELL32]
- Formatting. No code changes.

svn path=/trunk/; revision=54845

12 years ago[SHELL32]
Rafal Harabien [Thu, 5 Jan 2012 18:31:18 +0000 (18:31 +0000)]
[SHELL32]
- Rewrite Open With menu and dialog
- Load all applications
- Use treeview with Recommended and Other programs
- Don't allow duplicates
- Load registry keys in proper way

svn path=/trunk/; revision=54844

12 years ago[NOTEPAD][WORDPAD]
Rafal Harabien [Thu, 5 Jan 2012 17:59:19 +0000 (17:59 +0000)]
[NOTEPAD][WORDPAD]
- Add version information
[BOOTDATA]
- Add Notepad, Wordpad and Paint to Applications registry key

svn path=/trunk/; revision=54842

12 years ago[CMAKE]
Timo Kreuzer [Thu, 5 Jan 2012 17:19:15 +0000 (17:19 +0000)]
[CMAKE]
Add an option to compile with PREFAST enabled, when using MSVC

svn path=/trunk/; revision=54841

12 years ago[SAL.H]
Timo Kreuzer [Thu, 5 Jan 2012 17:06:10 +0000 (17:06 +0000)]
[SAL.H]
Add macros and types for attribute based SAL

svn path=/trunk/; revision=54840

12 years ago[PSDK/DDK/XDK]
Timo Kreuzer [Thu, 5 Jan 2012 11:20:28 +0000 (11:20 +0000)]
[PSDK/DDK/XDK]
- Add new style SAL definitions (only dummys for now)
- Move old style SAL definitions to sal_old.h
- Convert annotations in sspi.h to new style
- Allow new style annotations for C++ again, old style annotations are not possible with C++ and gcc headers

svn path=/trunk/; revision=54839

12 years ago[NTOS]
Aleksey Bragin [Wed, 4 Jan 2012 12:22:38 +0000 (12:22 +0000)]
[NTOS]
- Cast to actually returned types not just PVOID.

svn path=/trunk/; revision=54833

12 years ago[NDK]
Aleksey Bragin [Wed, 4 Jan 2012 12:18:23 +0000 (12:18 +0000)]
[NDK]
- Fix a typo ("add more underscores!") in a struct forward declaration.

svn path=/trunk/; revision=54832

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 21:13:43 +0000 (21:13 +0000)]
[NDISUIO]
- Build file fixes

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

12 years ago[WININET]
Pierre Schweitzer [Tue, 3 Jan 2012 20:45:28 +0000 (20:45 +0000)]
[WININET]
Fix handle leak
Already sent & committed upstream: http://source.winehq.org/git/wine.git/commit/85e2b4d7df04387908eeb027731e0492e68fa506

svn path=/trunk/; revision=54830

12 years ago[DPLAYX]
Pierre Schweitzer [Tue, 3 Jan 2012 20:44:42 +0000 (20:44 +0000)]
[DPLAYX]
Fix handle leak
Already sent & committed upstream: http://source.winehq.org/git/wine.git/commit/2d14f89fea8fa7d7819e5c22ace94dbf41411601

svn path=/trunk/; revision=54829

12 years ago[SHELL32_WINETEST]
Pierre Schweitzer [Tue, 3 Jan 2012 20:41:32 +0000 (20:41 +0000)]
[SHELL32_WINETEST]
Get back previously commented out tests

svn path=/trunk/; revision=54828

12 years ago[USBDRV]
Timo Kreuzer [Tue, 3 Jan 2012 20:23:29 +0000 (20:23 +0000)]
[USBDRV]
remove hacks to fix build

svn path=/trunk/; revision=54827

12 years agoFix build
Timo Kreuzer [Tue, 3 Jan 2012 20:15:25 +0000 (20:15 +0000)]
Fix build

svn path=/trunk/; revision=54826

12 years ago[XDK/DDK]
Timo Kreuzer [Tue, 3 Jan 2012 19:42:58 +0000 (19:42 +0000)]
[XDK/DDK]
- Add sspi.h to xdk and and include it in ntifs.h.
Dedicated to Alex

svn path=/trunk/; revision=54825

12 years ago[PSDK]
Timo Kreuzer [Tue, 3 Jan 2012 19:41:18 +0000 (19:41 +0000)]
[PSDK]
- Add sal.h and include it in specstrings.h
- Inlude specstrigs.h from crtdfs.h

svn path=/trunk/; revision=54824

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 19:37:03 +0000 (19:37 +0000)]
[NDISUIO]
- Make reads cancelable
- Fix a bug in IOCTL_CANCEL_READ handling

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

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 19:22:30 +0000 (19:22 +0000)]
[NDISUIO]
- Fix missing spin lock release
- Return the correct status for an invalid index

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

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 19:11:57 +0000 (19:11 +0000)]
[NDISUIO]
- Handle IOCTL_NDISUIO_BIND_WAIT and IOCTL_NDISUIO_QUERY_BINDING

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

12 years ago[RTL]
Pierre Schweitzer [Tue, 3 Jan 2012 19:08:46 +0000 (19:08 +0000)]
[RTL]
Complete RtlpDosPathNameToRelativeNtPathName_Ustr() rewrite by properly handling relative names.
This fixes several regressions brought by r54804 (see winetests).
This also fixes file system corruption when using directory functions.
This may also fix general file system corruption, so, please retest bug #6720.

svn path=/trunk/; revision=54820

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 18:12:29 +0000 (18:12 +0000)]
[NDISUIO]
- Handle IOCTL_NDISUIO_OPEN_WRITE_DEVICE and IOCTL_NDISUIO_OPEN_DEVICE properly with regard to current open handles
- Check that we have read permissions (opened by IOCTL_NDISUIO_OPEN_DEVICE) before allowing queries or reads

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

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 17:54:01 +0000 (17:54 +0000)]
[NDISUIO]
- Implement IOCTL_CANCEL_READ
- Implement IRP_MJ_READ and IRP_MJ_WRITE handling
- Misc fixes

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

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 16:13:06 +0000 (16:13 +0000)]
[NDISUIO]
- Forgot a file

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

12 years ago[NDISUIO]
Cameron Gutman [Tue, 3 Jan 2012 16:08:24 +0000 (16:08 +0000)]
[NDISUIO]
- Fix a race condition during adapter context destruction
- Add missing IRP completion in IRP_MJ_READ and IRP_MJ_WRITE handlers
- Create an adapter context in response to PnP events

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

12 years ago[ROSTESTS]
Sylvain Petreolle [Tue, 3 Jan 2012 11:38:21 +0000 (11:38 +0000)]
[ROSTESTS]
Fix oleaut32_winetest cmake build.

svn path=/trunk/; revision=54815

12 years ago[SHELL32_WINETEST]
Pierre Schweitzer [Tue, 3 Jan 2012 06:33:06 +0000 (06:33 +0000)]
[SHELL32_WINETEST]
Comment out yet another test.
Let's hope it will take testbot back and allow debugging.

svn path=/trunk/; revision=54814

12 years ago[CMAKE]
Jérôme Gardou [Tue, 3 Jan 2012 00:17:18 +0000 (00:17 +0000)]
[CMAKE]
- add module module type, which is basically a DLL without entry point and use it for typelibs
- get rid of custom targets for generating .tlb files and use source file dependencies instead

svn path=/trunk/; revision=54813

12 years ago[SHELL32_WINETEST]
Pierre Schweitzer [Mon, 2 Jan 2012 23:56:55 +0000 (23:56 +0000)]
[SHELL32_WINETEST]
Fix build
*grmbl*

svn path=/trunk/; revision=54812

12 years ago[SHELL32_WINETEST]
Pierre Schweitzer [Mon, 2 Jan 2012 23:47:32 +0000 (23:47 +0000)]
[SHELL32_WINETEST]
Comment out two series of tests untill a proper fix is available. Those lead to memory misuse in shell32.
This has been revealed by r54804.
Should fix both test bots.

svn path=/trunk/; revision=54811

12 years ago[NDISUIO]
Cameron Gutman [Mon, 2 Jan 2012 21:38:57 +0000 (21:38 +0000)]
[NDISUIO]
- Add the NDISUIO driver to allow communication between user-mode and kernel-mode NIC drivers
- Only the IOCTLs required for WLAN are implemented right now
- Initial source drop without build testing

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

12 years ago[WLAN-BRINGUP]
Cameron Gutman [Mon, 2 Jan 2012 20:53:24 +0000 (20:53 +0000)]
[WLAN-BRINGUP]
- Create a branch to drop my ndisuio work

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

12 years ago[KERNEL32]
Pierre Schweitzer [Mon, 2 Jan 2012 10:02:50 +0000 (10:02 +0000)]
[KERNEL32]
Esthetical fixes.

svn path=/trunk/; revision=54807

12 years agoGraphical Happy New Year!
Colin Finck [Sun, 1 Jan 2012 21:05:40 +0000 (21:05 +0000)]
Graphical Happy New Year!

svn path=/trunk/; revision=54805

12 years ago[KERNEL32]
Pierre Schweitzer [Sun, 1 Jan 2012 17:22:35 +0000 (17:22 +0000)]
[KERNEL32]
Reimplement CreateDirectoryA, CreateDirectoryExA, CreateDirectoryW, CreateDirectoryExW, RemoveDirectoryA, RemoveDirectoryW.
This reimplementation now matches the w2k3 one, properly handles reparse points (especially mount points) and also brings several fixes.

svn path=/trunk/; revision=54804

12 years ago[KERNEL32]
Pierre Schweitzer [Sun, 1 Jan 2012 17:19:31 +0000 (17:19 +0000)]
[KERNEL32]
Implement BaseMarkFileForDelete. This will be used later.

svn path=/trunk/; revision=54803

12 years ago[NTDLL]
Pierre Schweitzer [Sun, 1 Jan 2012 17:18:13 +0000 (17:18 +0000)]
[NTDLL]
Export RtlReleaseRelativeName

svn path=/trunk/; revision=54802

12 years ago[NDK/RTL]
Pierre Schweitzer [Sun, 1 Jan 2012 17:17:07 +0000 (17:17 +0000)]
[NDK/RTL]
Fix RtlIsDosDeviceName_U, RtlIsDosDeviceName_Ustr, RtlDosPathNameToRelativeNtPathName_U, RtlDosPathNameToRelativeNtPathName_U_WithStatus prototypes.

svn path=/trunk/; revision=54801

12 years ago[FASTFAT]
Pierre Schweitzer [Sun, 1 Jan 2012 17:15:25 +0000 (17:15 +0000)]
[FASTFAT]
Revert r54788: it's not appropriate yet.

svn path=/trunk/; revision=54800

12 years ago[REACTOS]
Pierre Schweitzer [Sun, 1 Jan 2012 13:30:40 +0000 (13:30 +0000)]
[REACTOS]
Temporarily hackfix r50254 (let's say for a year)
Happy New Year everyone!

svn path=/trunk/; revision=54799

12 years ago[CRT]
Jérôme Gardou [Sat, 31 Dec 2011 17:44:51 +0000 (17:44 +0000)]
[CRT]
- define CRTDLL for crt and libcntpr for right usage of _CRTIMP macro

svn path=/trunk/; revision=54796

12 years ago[NEWINFLIB]
Jérôme Gardou [Sat, 31 Dec 2011 17:29:42 +0000 (17:29 +0000)]
[NEWINFLIB]
- better fix for non standard use of swprintf, by Thomas Faber

svn path=/trunk/; revision=54795

12 years ago[EVENTLOG]
Eric Kohl [Sat, 31 Dec 2011 15:23:59 +0000 (15:23 +0000)]
[EVENTLOG]
Fix the record number hacks in ElfrNumberOfRecords and LogfWriteData by initializing the oldest record number to 1.

svn path=/trunk/; revision=54794

12 years ago[NEWINFLIB]
Jérôme Gardou [Sat, 31 Dec 2011 14:33:35 +0000 (14:33 +0000)]
[NEWINFLIB]
- use _snwprintf instead of swprintf (MSVC is not compliant with standard here)

svn path=/trunk/; revision=54793

12 years ago[KERNEL32]
Pierre Schweitzer [Sat, 31 Dec 2011 02:01:34 +0000 (02:01 +0000)]
[KERNEL32]
CreateDirectory: handle the case when the FS doesn't support EAs.
This should fix VBox and is mandatory if we want to support MS FSD with FAT32

svn path=/trunk/; revision=54789

12 years ago[FASTFAT]
Pierre Schweitzer [Sat, 31 Dec 2011 00:09:57 +0000 (00:09 +0000)]
[FASTFAT]
Return appropriate status when requesting extended attributes on FAT32

svn path=/trunk/; revision=54788

12 years ago[EVENTVWR]
Pierre Schweitzer [Fri, 30 Dec 2011 13:31:44 +0000 (13:31 +0000)]
[EVENTVWR]
Fix handle leak

svn path=/trunk/; revision=54786