Commit graph

54014 commits

Author SHA1 Message Date
Timo Kreuzer 1a7d645928 [CSRSRV]
- Reduce number of hash collisions during bootup from 10 to 0, by choosing 257 (prime number = good) instead of 256 (power of 2 = bad)
- Use ULONG for CsrpStaticThreadCount and CsrpDynamicThreadTotal to fix an MSVC warning.

svn path=/trunk/; revision=59591
2013-07-28 10:41:27 +00:00
Eric Kohl ca79d2f1e9 [NETAPI32]
NetpNtStatusToApiStatus: Map STATUS_INVALID_ACCOUNT_NAME to NERR_BadUsername.

svn path=/trunk/; revision=59590
2013-07-27 18:53:52 +00:00
Eric Kohl b466c46646 [SAMSRV]
SamrCreateUserInDomain and SamrCreateUser2InDomain: Implement the user name length limit of 20 characters.

svn path=/trunk/; revision=59589
2013-07-27 17:59:28 +00:00
Eric Kohl d3e871ccdf [SAMLIB]
- Implement SamGetDisplayEnumerationIndex.
- Add DOMAIN_DISPLAY_INFORMATION to ntsam.h and update sam.idl.

svn path=/trunk/; revision=59588
2013-07-27 14:06:53 +00:00
Alex Ionescu ff619fd63b [NTOSKRNL/BASESRV]: Tiny formatting clean-ups made while debugging.
svn path=/trunk/; revision=59587
2013-07-25 23:56:17 +00:00
Thomas Faber 86041ea09c [NOTEPAD]
- Don't assume out parameter initialization on failure. Patch by Samuel Serapión
CORE-7292 #resolve

svn path=/trunk/; revision=59585
2013-07-25 20:29:23 +00:00
Alex Ionescu 4cd30e4431 - Server 2003 and later return the remote PEB in the TIB->ArbitraryUserPointer. Do so as well.
svn path=/trunk/; revision=59584
2013-07-25 18:32:52 +00:00
Alex Ionescu e4bfef2772 [NTDLL]: Export LdrOpenImageFileOptionsKey and LdrQueryIamgeFileKeyOption. These were implemented, we just never exported them.
svn path=/trunk/; revision=59583
2013-07-25 18:30:06 +00:00
Amine Khaldi 7a9898fc00 [CDMAKE]
* Remove an unused variable.

svn path=/trunk/; revision=59582
2013-07-25 15:14:32 +00:00
Pierre Schweitzer 0e19688298 [CDMAKE]
Fix memory leak in dir_hash_add_file().
The duplicated targetnorm used for calling dir_hash_create_dir is never affected anywhere. It is duplicated again before affectation. And thus,
leaks.

svn path=/trunk/; revision=59581
2013-07-25 15:04:56 +00:00
Giannis Adamopoulos b5c485fb74 [shell32]
- Do not call OnDefaultCommand when there is no selected item in the shell view

svn path=/trunk/; revision=59580
2013-07-25 12:57:56 +00:00
Giannis Adamopoulos 99c37102d1 [shell32]
- Improve the execution of a shell verb in the default context menu.
- Retrieve the browse flags from the verb in order to figure out if we should actually try to browse
- Execute all the items that were selected and not only the first one

svn path=/trunk/; revision=59579
2013-07-25 12:54:30 +00:00
Giannis Adamopoulos 3f207667ba [hivecls.inf]
- Add browse flags for the folder class 

svn path=/trunk/; revision=59578
2013-07-25 12:48:34 +00:00
Amine Khaldi 9a2c8ccdc9 [CABMAN]
* A new approach to splitting the reactos.cab generation time now by more than a half, which consists of using the default compression level.
* The catch is 50kb bigger cab :p

svn path=/trunk/; revision=59577
2013-07-24 22:02:20 +00:00
Amine Khaldi ca8936de77 [CDMAKE]
* Sanitize the header inclusions in dirhash.c.

svn path=/trunk/; revision=59576
2013-07-24 20:33:33 +00:00
Amine Khaldi 7721de5d1f * Revert r59570 as it caused some integrity issues.
svn path=/trunk/; revision=59575
2013-07-24 20:28:59 +00:00
Amine Khaldi 496bbe1168 [SERVMAN]
* Turkish Translation by Erdem Ersoy.
CORE-7369 #resolve #comment Committed in r59574. Thanks ;)

svn path=/trunk/; revision=59574
2013-07-24 19:14:23 +00:00
Amine Khaldi 0d96ec809f [APPLICATIONS]
* Turkish Translation of calc, charmap, dxdiag, solitaire, spider, winmine, magnify, mspaint, mstsc, notepad, rapps, regedit, clb, taskmgr, winhlp32, wordpad and write.
* Brought to you by Erdem Ersoy with a fix by me.
CORE-7261 #resolve #comment Committed in r59573.. Thanks !

svn path=/trunk/; revision=59573
2013-07-24 18:17:10 +00:00
Amine Khaldi 605f888a7b [APPLICATIONS]
* Turkish Translation of fontview, msconfig, 3dtext, logon and sndvol32. By Erdem Ersoy.
CORE-7274 CORE-7326 #resolve #comment Committed in r59572.. Thanks !

svn path=/trunk/; revision=59572
2013-07-24 17:57:10 +00:00
Amine Khaldi 9b4e7326bb [EVENTVWR][DEVMGMT_NEW]
* Turkish Translation by Erdem Ersoy.
CORE-7369

svn path=/trunk/; revision=59571
2013-07-24 17:45:26 +00:00
Amine Khaldi b607e64198 [CABMAN]
* Split the reactos.cab generation time by almost a half. Dedicated to Timo Kreuzer.

svn path=/trunk/; revision=59570
2013-07-24 17:28:41 +00:00
Amine Khaldi ecb51289b4 [NTFS]
* Properly mark some unreferenced parameters as such.

svn path=/trunk/; revision=59569
2013-07-24 15:24:41 +00:00
Amine Khaldi 9686d19642 [PSDK]
* Silence some warnings about nonstandard extensions used (zero-sized array in struct/union and nameless struct/union).

svn path=/trunk/; revision=59568
2013-07-24 14:47:11 +00:00
Amine Khaldi e13e09df90 [MSFS][MUP]
* Properly mark some unreferenced parameters as such.

svn path=/trunk/; revision=59567
2013-07-24 14:18:40 +00:00
Giannis Adamopoulos 9d27eec93d - forgot this file
svn path=/trunk/; revision=59562
2013-07-23 10:59:05 +00:00
Giannis Adamopoulos 088f141485 [shell32]
- Stub CMenuBand class

svn path=/trunk/; revision=59561
2013-07-23 10:53:06 +00:00
Eric Kohl c9c250aca3 [SAMSRV]
SamrChangePasswordUser:
- Check the MinPasswordAge before trying to change the password.
- Set the PasswordLastSet time if the password has been changed successfully.
- Set the BadPasswordCount and LastBadPasswordTime if the caller tried to set a bad password. 

svn path=/trunk/; revision=59560
2013-07-22 21:27:33 +00:00
Aleksey Bragin c26bb48e2d [KERNEL32]
- Move Vista+ APIs to their reservation.

svn path=/trunk/; revision=59558
2013-07-22 18:17:58 +00:00
Aleksey Bragin e0fe4809a1 [KERNEL32]
- Stub MUI support functions (by Edison Henrique Andreassy). Don't export them yet (they need to be checked according to the Windows version, so that kernel32 export table matches our target).

svn path=/trunk/; revision=59556
2013-07-22 14:45:31 +00:00
Aleksey Bragin 8789365b9a [RTL]
- Victor Martinez Calvo: Add a missing status check in RtlpQueryRemoteProcessModules.
- Aleksey Bragin: The code is quite ugly, adding this check makes it just a little bit less uglier :-)

CORE-7059 #resolve #comment Committed in 59554, thanks.

svn path=/trunk/; revision=59554
2013-07-22 13:45:56 +00:00
Aleksey Bragin 1ebd4c1b0c [PING]
- Alexander Yastrebov: Properly write data into the standard output device depending whether it's a char or a block device.

CORE-6628 #resolve #comment Patch committed in revision 59552, thank you Alexander and sorry that it took so long!

svn path=/trunk/; revision=59553
2013-07-22 13:28:56 +00:00
Aleksey Bragin 26c0debfa3 [KMTESTS]
- Beautify the source code a little. Also improve english in debug prints.

svn path=/trunk/; revision=59552
2013-07-22 12:11:38 +00:00
Hermès Bélusca-Maïto 32bb8a377c [HAL]
Update the PCI hardware IDs. Extracted from the pci.ids database from http://pciids.sourceforge.net/ from 2013.07.20
Maintained by Martin Mares <mj@ucw.cz> and other volunteers from the PCI ID Project at http://pci-ids.ucw.cz/.

svn path=/trunk/; revision=59551
2013-07-21 23:03:04 +00:00
Amine Khaldi 5697432e86 [LIBXSLT]
* Silence some warnings.

svn path=/trunk/; revision=59549
2013-07-21 16:57:57 +00:00
Pierre Schweitzer 6243e7c650 [CDMAKE]
Use calloc instead of malloc + memset

svn path=/trunk/; revision=59548
2013-07-21 16:15:16 +00:00
Amine Khaldi fe0958fb25 * Improve the way we create bootcd, livecd and bootcdregtest. The effort results in ~28% *smaller* build folder, and *much* faster generation of the ISOs.
[CDMAKE]
* Introduce a way to create an iso using a file map instead of the current on-disk layout. This allows us to massively reduce the IO and the disk space needed to perform the creation of the 3 ISOs, and at the same time speed up the process. Brought to you by Art Yerkes (arty) with review/bug fix by Thomas Faber.
[CMAKE]
* Leverage the newly introduced cdmake feature.
* Silence cdmake verbosity.
* Write the contents of the file lists at once, instead of appending to it one item by one.
[VGAFONTS]
* Don't include the cab file twice.

svn path=/trunk/; revision=59547
2013-07-21 13:33:03 +00:00
Thomas Faber 95ba3e574b [KMTESTS:SE]
- Remove broken prototypes

svn path=/trunk/; revision=59546
2013-07-20 19:40:32 +00:00
Thomas Faber 517239e69e [KMTEST]
- Fix platform includes

svn path=/trunk/; revision=59545
2013-07-20 19:36:41 +00:00
Thomas Faber 2d6aa7e6da [KMTESTS:RTL]
- Add test for REG_MULTI_SZ in RtlQueryRegistryValues

svn path=/trunk/; revision=59544
2013-07-20 19:33:13 +00:00
Giannis Adamopoulos 38f41f733e [browseui.cpp]
- Improve the hack for the global constructors by manually calling them only during DLL_PROCESS_ATTACH

svn path=/trunk/; revision=59543
2013-07-20 17:50:40 +00:00
Thomas Faber 8929ef31df [NTOS]
- Use more pool tagging

svn path=/trunk/; revision=59542
2013-07-20 17:46:38 +00:00
Giannis Adamopoulos a90ffcf21e [shell32]
- Add the accelerators table that will be used for the shell view control
- Rewrite CDefView::OpenSelectedItems and CDefView::OnContextMenu. 
- Rewrite accelerators handling for the shell view. Instead of handling them manually in CDefView::OnNotify, we now translate it properly in CDefView::TranslateAccelerator and forward the result WM_COMMAND message to the IContextMenu2 using a new method called CDefView::OnExplorerCommand.
- Now we don't do call ShellExecute or use clipboard function right in CDefView and this also is the first step to properly handle opening or exploring a folder (which is needed for explorer_new)

svn path=/trunk/; revision=59541
2013-07-20 16:23:54 +00:00
Thomas Faber 585164f4b0 [EXPLORER]
- Don't compile FAT support code (WTF) if it's not used

svn path=/trunk/; revision=59540
2013-07-20 14:38:35 +00:00
Timo Kreuzer 655d3f07a6 [PSDK] Fix broken (DBG_)UNREFERENCED_LOCAL_VARIABLE macros
svn path=/trunk/; revision=59539
2013-07-20 12:18:02 +00:00
Timo Kreuzer 4f2e87a42f [WIN32K] Modify DBG_LOGEVENT to reference the parameter variable in non-logging mode, bring back cRefs variable in GDIOBJ_vReferenceObjectByPointer
svn path=/trunk/; revision=59538
2013-07-20 12:12:13 +00:00
Thomas Faber cb5bf8777e [SPEC2DEF]
- Fix warnings

svn path=/trunk/; revision=59537
2013-07-20 11:40:04 +00:00
Thomas Faber 29cb1bacd5 [CMAKE]
- Fix MSVC 64 bit host-tools build

svn path=/trunk/; revision=59536
2013-07-20 11:07:30 +00:00
Thomas Faber d608c3cb52 [PORTCLS]
- Silence warnings. Using (unnecessary) virtual destructors here rather than final because that's what the 99 other classes already do.

svn path=/trunk/; revision=59535
2013-07-20 10:43:33 +00:00
Thomas Faber 57cbddb184 [CMAKE]
- And here's finally a reason why we shouldn't use g++'s host-headers and libraries
- Switch back to wishy-washy-what's-a-standard mode for C++ globally, and enable C++11 only for netshell

svn path=/trunk/; revision=59534
2013-07-20 10:23:07 +00:00
Thomas Faber efe732ec14 [CMAKE]
- Why the heck do we need GNU C++ extensions aka fix build

svn path=/trunk/; revision=59533
2013-07-20 10:02:50 +00:00