Commit graph

55457 commits

Author SHA1 Message Date
Pierre Schweitzer aa89359e92 [MOUNTMGR]
Fix a typo.
Spotted by Thomas

svn path=/trunk/; revision=61449
2013-12-27 16:19:03 +00:00
Amine Khaldi 3c0256d2c4 [TWAIN_32]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61448
2013-12-27 14:08:56 +00:00
Amine Khaldi ca9b838eb0 [TAPI32]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61447
2013-12-27 14:01:01 +00:00
Amine Khaldi 6567b1f555 [SPOOLSS]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61446
2013-12-27 13:42:21 +00:00
Amine Khaldi 7a5843139d [SHLWAPI]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61445
2013-12-27 13:34:32 +00:00
Amine Khaldi 8cd89d310a [SFC]
* We don't need a PCH for one source file.
CORE-7716

svn path=/trunk/; revision=61444
2013-12-27 11:34:31 +00:00
Amine Khaldi a4888c748b [SETUPAPI]
* Set the default debugging channel globally through the main header.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61443
2013-12-27 11:32:40 +00:00
Amine Khaldi 07f504790f [SCRRUN]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61442
2013-12-27 11:14:56 +00:00
Amine Khaldi 304f754fbf [SCRRUN]
* Fix a typo in the header guard.
CORE-7716

svn path=/trunk/; revision=61441
2013-12-27 10:33:34 +00:00
Amine Khaldi 6300087d25 [SCHANNEL]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61440
2013-12-27 10:31:09 +00:00
Amine Khaldi cb0a22100f [SAMSRV]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61439
2013-12-27 10:25:26 +00:00
Amine Khaldi ee4ba8cfa6 [SAMLIB]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61438
2013-12-27 10:19:43 +00:00
Amine Khaldi e80431a135 [RPCRT4]
* Create a main header and move some inclusions to it.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61437
2013-12-27 10:14:26 +00:00
Amine Khaldi f1eecf0db2 [MSI]
* Include msidefs.h after propidl.h to prevent that dreadful PID_SECURITY two values problem.
CORE-7724 #resolve #comment Should be fixed in r61436.

svn path=/trunk/; revision=61436
2013-12-27 09:56:20 +00:00
Eric Kohl a2896cf4ad [LSASRV][MSV1_0]
- Add local group SIDs to the token groups list (LocalSID and LogonSID).
- Remove these SIDs from the hard-coded list.

svn path=/trunk/; revision=61433
2013-12-26 19:20:33 +00:00
Amine Khaldi ecefc27d4b [QMGR]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61432
2013-12-26 19:19:09 +00:00
Amine Khaldi 4e38168404 [PROPSYS]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61431
2013-12-26 19:11:46 +00:00
Amine Khaldi 5dc3ad07bd [OLEDLG]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61430
2013-12-26 19:01:25 +00:00
Amine Khaldi 1129d0f099 [OLEAUT32]
* Create a main header and move some inclusions to it.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61429
2013-12-26 18:50:10 +00:00
Timo Kreuzer eada6279cd [FREELDR]
Improve heap allocations by using tags and using the temp heap for all temporary allocations that will not be used by the kernel. This avoids heap fragmentation for the default heap. Increase the temp heap size to 32 MB and limit the size of the cache to the temp heap size minus 128 KB to avoid exhausting the heap with cache data. See CORE-4413.
This commit is dedicated to Ronja, my beloved cat who passed away on 5th of December. Rest in peace, little Schnuppel.

svn path=/trunk/; revision=61428
2013-12-26 16:58:56 +00:00
Amine Khaldi 56f0833252 [OLE32]
* Create a main header and move some inclusions to it.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61427
2013-12-26 16:07:35 +00:00
Amine Khaldi 665b30366a [NEWDEV]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61426
2013-12-26 13:30:44 +00:00
Amine Khaldi 01e4efc7b4 [NETSHELL]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61425
2013-12-26 13:02:46 +00:00
Amine Khaldi 13ceeb7415 [MSXML3]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61424
2013-12-26 12:57:01 +00:00
Eric Kohl 06cf1802b7 [INCLUDE]
Fix the value of the INHERITED_ACE flag. It is either 16 or 0x10 but never 10.

svn path=/trunk/; revision=61423
2013-12-26 09:28:33 +00:00
James Tabor 1fce6b4441 - Synced to Wine-1.7.9.
svn path=/trunk/; revision=61422
2013-12-26 06:34:56 +00:00
Pierre Schweitzer 3c03b26a4f [MOUNTMGR]
Implement MountMgrQueryDosVolumePath

svn path=/trunk/; revision=61421
2013-12-25 22:47:30 +00:00
Pierre Schweitzer ad8fe5ab95 [DDK]
Remove stray '\'

svn path=/trunk/; revision=61420
2013-12-25 22:25:36 +00:00
Amine Khaldi 61bfe69c9b [MSTASK]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61418
2013-12-25 21:09:20 +00:00
Amine Khaldi 83cc61d079 [MSPORTS]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61417
2013-12-25 21:02:45 +00:00
Amine Khaldi 0e07bddae7 [MSI]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61416
2013-12-25 20:42:59 +00:00
Eric Kohl 3dc69167c9 [][LSASRV][MSV1_0]
- Move the creation of the token owner SID from msv1_0 to lsasrv.
- If the user is a member of the administrators group, the adminstrators group becomes the owner of the token. Otheriwse, the user is the owner of the token.


svn path=/trunk/; revision=61415
2013-12-25 18:15:53 +00:00
Amine Khaldi 6db005ca4d [MSHTML]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61414
2013-12-25 17:40:49 +00:00
Amine Khaldi 417108243e [MSGINA]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61413
2013-12-25 15:55:48 +00:00
Amine Khaldi 0b68d9fedb [MSCTF]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61412
2013-12-25 15:51:35 +00:00
Amine Khaldi dca5c07bbe [MSCOREE]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61411
2013-12-25 15:31:19 +00:00
Amine Khaldi 9d02c5e329 [MMDEVAPI]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61410
2013-12-25 15:19:53 +00:00
Amine Khaldi 0b5e0ae28b [MAPI32]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61409
2013-12-25 15:03:21 +00:00
Amine Khaldi 376c9adb71 * Remove incorrect headers.
svn path=/trunk/; revision=61408
2013-12-25 14:56:05 +00:00
Amine Khaldi 0a286a48aa [ITSS]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61407
2013-12-25 14:53:25 +00:00
Amine Khaldi dcc0d72261 [INETCOMM]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61406
2013-12-25 14:46:47 +00:00
Amine Khaldi 5d5e807bb3 [HNETCFG]
* Remove unneeded inclusion.
CORE-7716

svn path=/trunk/; revision=61405
2013-12-25 14:36:37 +00:00
Amine Khaldi e8bb8cf765 [ITSS_GUID]
* We no longer need this library.

svn path=/trunk/; revision=61404
2013-12-25 14:26:18 +00:00
Amine Khaldi f7d401e81f [HHCTRL.OCX]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61403
2013-12-25 14:23:09 +00:00
Amine Khaldi 1ab8e1248f [AVIFIL32]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61402
2013-12-25 13:27:32 +00:00
Eric Kohl 021ea6a4f8 [LSASRV][MSV1_0]
- Move the creation of the default DACL from msv1_0 to lsasrv. Create the default DACL only if the selected authentication package does not provide one.

svn path=/trunk/; revision=61401
2013-12-25 13:24:42 +00:00
Amine Khaldi aac4baa0ad [MSACM32]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61400
2013-12-25 11:46:57 +00:00
Eric Kohl 5ee36b1e8f [LSASRV]
Set session data after the logon token has been created. Still WIP.

svn path=/trunk/; revision=61399
2013-12-25 11:36:17 +00:00
Amine Khaldi 642f87027e [MPR]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61398
2013-12-25 11:26:57 +00:00
Amine Khaldi 673d558994 [MMDEVAPI]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61397
2013-12-25 11:10:09 +00:00