Commit graph

55466 commits

Author SHA1 Message Date
Eric Kohl
f0b87d5d81 [MSV1_0]
- Code clean-up.
- Take the user RID and pimary group RID from the user info data.

svn path=/trunk/; revision=61460
2013-12-28 23:47:04 +00:00
James Tabor
40814c5eb2 - Fix TC edit control NULL pointer. See CORE-7695.
svn path=/trunk/; revision=61458
2013-12-28 06:52:28 +00:00
Eric Kohl
20ef076be6 [LSASRV][MSV1_0]
- Add default group SIDs to the token groups list (WorldSID aka Everyone and the logon type SID).
- Remove these SIDs from the hard-coded list.

svn path=/trunk/; revision=61457
2013-12-28 01:45:36 +00:00
Amine Khaldi
8313d9bf2b [UXTHEME]
* 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=61456
2013-12-28 00:19:58 +00:00
Amine Khaldi
833e0020ba [USP10]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61455
2013-12-27 23:54:47 +00:00
Amine Khaldi
0ba1b34e24 [INCLUDE/CRT]
* Don't use __MINGW32__ because of some stupid 3rd party code setup of ours (I'm looking at you, libxml2).
* Fixes MSVC build.

svn path=/trunk/; revision=61454
2013-12-27 23:35:30 +00:00
Amine Khaldi
562e2c1fe2 [URLMON]
* 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.
* Dedicated to the newborn Olivia !
CORE-7716

svn path=/trunk/; revision=61453
2013-12-27 23:11:32 +00:00
Amine Khaldi
41db8a3768 * Fix MSVC build.
svn path=/trunk/; revision=61452
2013-12-27 22:58:57 +00:00
Jérôme Gardou
1a41980788 [INCLUDE/CRT]
- add intrin.h which redirects to compiler specific version
 - Do not add a global include directory for two headers
 - Update float.h accordingly

svn path=/trunk/; revision=61450
2013-12-27 16:25:52 +00:00
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