reactos.git
10 years ago[SNDREC32]
Amine Khaldi [Mon, 13 Jan 2014 12:41:57 +0000 (12:41 +0000)]
[SNDREC32]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61599

10 years ago[SHUTDOWN]
Amine Khaldi [Mon, 13 Jan 2014 12:41:18 +0000 (12:41 +0000)]
[SHUTDOWN]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61598

10 years ago[usetup]
Christoph von Wittich [Mon, 13 Jan 2014 09:06:35 +0000 (09:06 +0000)]
[usetup]
fix german text layout

svn path=/trunk/; revision=61597

10 years ago[FREELDR/CMLIB]
Timo Kreuzer [Sun, 12 Jan 2014 21:55:20 +0000 (21:55 +0000)]
[FREELDR/CMLIB]
Update Copyright year and fix GCC build

svn path=/trunk/; revision=61596

10 years ago[FREELDR]
Timo Kreuzer [Sun, 12 Jan 2014 21:37:29 +0000 (21:37 +0000)]
[FREELDR]
Completely rewrite the registry code.
The old code was first loading the system hive and parsing it, duplicating each and every key and value into a custom freeldr specific registry format and used the latter to access the data. This was extremely slow when larger hive files (the one from a normal win 2003 installation is 2.5 MB vs 250kb in reactos) were imported. The new code uses the hive data directly. It's less code, faster and uses much less memory.
In the same move, refactor some mkhive code and move it into cmlib to be shared with freeldr.

svn path=/trunk/; revision=61595

10 years ago[MSGINA]
Eric Kohl [Sun, 12 Jan 2014 21:23:01 +0000 (21:23 +0000)]
[MSGINA]
Fix potential bug in ReadRegDwordKey.
CORE-7756 #resolve

svn path=/trunk/; revision=61594

10 years ago[SYSSETUP]
Sylvain Petreolle [Sun, 12 Jan 2014 15:38:17 +0000 (15:38 +0000)]
[SYSSETUP]
Move the locale page between the acknowledgments and the owner/computer name pages.
Arch, you do not want to type your Russian password with an English layout, do you ?

svn path=/trunk/; revision=61593

10 years ago[WINLOGON]
Eric Kohl [Sun, 12 Jan 2014 10:57:02 +0000 (10:57 +0000)]
[WINLOGON]
- Change state to STATE_LOGGED_ON_SAS while the security dialog is open.
- Ignore an SAS while winlogon is already in an SAS state.

[MSGINA]
- Read AutoAdminLogon and DisableCAD settings when msgina is initialized.
- LoggedOutWindowProc: Disable the Cancel button on the logon dialog if the DisableCAD option has been enabled.
- GUILoggedOnSAS: Fix misuse of result variable which caused some really strange effects.

svn path=/trunk/; revision=61592

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 11 Jan 2014 23:13:48 +0000 (23:13 +0000)]
[NTOSKRNL]
Implement CmpLinkKeyToHive and create missing HKLM\Security\SAM -> HKLM\SAM\SAM and HKU\S-1-5-18 -> HKU\.Default links.

svn path=/trunk/; revision=61591

10 years ago[GLU32]
Amine Khaldi [Sat, 11 Jan 2014 21:26:12 +0000 (21:26 +0000)]
[GLU32]
* Fix whatever Z is attempting to do.

svn path=/trunk/; revision=61589

10 years ago[MSGINA]
Eric Kohl [Sat, 11 Jan 2014 20:47:41 +0000 (20:47 +0000)]
[MSGINA]
- WlxDisplaySASNotice: Do not try an auto admin logon here. Check for auto admin logon instead and let WlxLoggedOutSAS do the logon stuff.

[WINLOGON]
- Avoid posting two SAS notification messages when winlogon is started up.

svn path=/trunk/; revision=61587

10 years ago[WINLOGON]
Eric Kohl [Sat, 11 Jan 2014 16:20:31 +0000 (16:20 +0000)]
[WINLOGON]
- Implement a global dialog tracking list.
- Close the SAS notice dialog before the logon dialog is created and create a new SAS notice dialog when the user cancels the logon dialog. This prevents the creation of multiple SAS notice dialogs below the logon dialog.

svn path=/trunk/; revision=61585

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 11 Jan 2014 15:31:16 +0000 (15:31 +0000)]
[NTOSKRNL]
Halfplement NtCloseObjectAuditAlarm (the internal function SepAdtCloseObjectAuditAlarm is not implemented yet, but the function now returns a proper status code)

svn path=/trunk/; revision=61584

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 11 Jan 2014 15:23:53 +0000 (15:23 +0000)]
[NTOSKRNL]
Small optimization of SepPrivilegeCheck

svn path=/trunk/; revision=61582

10 years ago[MSGINA]
Eric Kohl [Sat, 11 Jan 2014 14:43:31 +0000 (14:43 +0000)]
[MSGINA]
GUIDisplaySASNotice: Use the WlxDialogBoyParam function to create the SAS notice dialog.

svn path=/trunk/; revision=61581

10 years ago[INCLUDES]
Amine Khaldi [Fri, 10 Jan 2014 18:58:31 +0000 (18:58 +0000)]
[INCLUDES]
* Do not mix ReactOS and Wine style debugging.
[SPEC2DEF]
* Use DbgPrint instead of DPRINT1 for the stub functions.
[ACTIVEDS]
* Cleanup the stubs file.
CORE-7716

svn path=/trunk/; revision=61578

10 years ago[WIN32K]
Jérôme Gardou [Thu, 9 Jan 2014 23:11:03 +0000 (23:11 +0000)]
[WIN32K]
 - Don't be so nitpicky about display frequency when setting up display driver.
Fixes vmare letter stamp behaviour after graphics driver installation

svn path=/trunk/; revision=61577

10 years ago[SHELL32]
Amine Khaldi [Thu, 9 Jan 2014 13:24:39 +0000 (13:24 +0000)]
[SHELL32]
* Add support for the CF_HDROP format in the shell drop targets.
* Implement IAsyncOperation for the shell data object implementation, which is how one checks to see if it's safe to perform a background copy.
* Actually check for the IAsyncOperation interface in the drop targets.
* 7-zip and WinRAR are now mostly working correctly in terms of drag and drop.
* Brought to you by Huw Campbell.
CORE-3760

svn path=/trunk/; revision=61576

10 years ago[WIN32K]
Jérôme Gardou [Wed, 8 Jan 2014 23:19:33 +0000 (23:19 +0000)]
[WIN32K]
 - Add some debug print lidting available modes from a device driver.
 - Take this as an occasion to use the much underrated win32k debug channels
Recompiling? You're so 2013!

svn path=/trunk/; revision=61575

10 years ago[NTOS]
Amine Khaldi [Wed, 8 Jan 2014 12:14:14 +0000 (12:14 +0000)]
[NTOS]
* Fix release build.

svn path=/trunk/; revision=61574

10 years ago[SMLIB]
Timo Kreuzer [Wed, 8 Jan 2014 00:01:11 +0000 (00:01 +0000)]
[SMLIB]
Fix "annotation" and use a better variable name.

svn path=/trunk/; revision=61573

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 7 Jan 2014 23:51:56 +0000 (23:51 +0000)]
[NTOSKRNL]
- Update CM_KEY_CONTROL_BLOCK to match win2k3 SP2 symbols
- Implement KeyCachedInformation and KeyFlagsInformation cases in CmQueryKey

svn path=/trunk/; revision=61572

10 years ago[RTL/NTDLL]
Timo Kreuzer [Tue, 7 Jan 2014 21:26:06 +0000 (21:26 +0000)]
[RTL/NTDLL]
- Implement registry transaction API (RXACT)
- Add RtlCheckForOrphanedCriticalSections stub

svn path=/trunk/; revision=61571

10 years ago[NETAPI32/SAMSRV]
Timo Kreuzer [Tue, 7 Jan 2014 21:15:57 +0000 (21:15 +0000)]
[NETAPI32/SAMSRV]
- Update/fix exports to match win 2k3

svn path=/trunk/; revision=61570

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 7 Jan 2014 20:50:34 +0000 (20:50 +0000)]
[NTOSKRNL]
- Fix return value of ObOpenObjectByName (in success case the return status of ObpLookupObjectName is returned.

svn path=/trunk/; revision=61569

10 years ago[RTL/NDK/NTDLL]
Timo Kreuzer [Tue, 7 Jan 2014 20:23:44 +0000 (20:23 +0000)]
[RTL/NDK/NTDLL]
- Fix calling convention of RtlSetProcessIsCritical and RtlSetThreadIsCritical (they are __cdecl!)
[NDK]
- Add missing extern "C"

svn path=/trunk/; revision=61568

10 years ago[DDK/XDK]
Timo Kreuzer [Tue, 7 Jan 2014 20:17:01 +0000 (20:17 +0000)]
[DDK/XDK]
- Add missing _KEY_USER_FLAGS_INFORMATION
- Fix some FSCTL_* constants, add Win7/8 ones
- Sync DDK/XDK (just a reminder, you are supposed to fix XDK headers and simply regenerate the DDK headers from them)

svn path=/trunk/; revision=61567

10 years ago[3DTEXT]
Amine Khaldi [Tue, 7 Jan 2014 17:11:52 +0000 (17:11 +0000)]
[3DTEXT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61566

10 years ago[SC]
Amine Khaldi [Tue, 7 Jan 2014 17:10:31 +0000 (17:10 +0000)]
[SC]
* Move conio.h inclusion where it's used.
CORE-7716

svn path=/trunk/; revision=61565

10 years ago[REGEDIT]
Amine Khaldi [Tue, 7 Jan 2014 17:08:52 +0000 (17:08 +0000)]
[REGEDIT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61564

10 years ago[RAPPS]
Amine Khaldi [Tue, 7 Jan 2014 17:07:36 +0000 (17:07 +0000)]
[RAPPS]
* Move some definitions to the main header.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61563

10 years ago[NOTEPAD]
Amine Khaldi [Tue, 7 Jan 2014 17:05:34 +0000 (17:05 +0000)]
[NOTEPAD]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup headers.
CORE-7716

svn path=/trunk/; revision=61562

10 years ago[TELNET]
Amine Khaldi [Tue, 7 Jan 2014 17:03:47 +0000 (17:03 +0000)]
[TELNET]
* Move the main header up one level.
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61561

10 years ago[NSLOOKUP]
Amine Khaldi [Tue, 7 Jan 2014 17:01:18 +0000 (17:01 +0000)]
[NSLOOKUP]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61560

10 years ago[FTP]
Amine Khaldi [Tue, 7 Jan 2014 16:59:58 +0000 (16:59 +0000)]
[FTP]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup headers including the main one.
CORE-7716

svn path=/trunk/; revision=61559

10 years ago[FINGER]
Amine Khaldi [Tue, 7 Jan 2014 16:30:52 +0000 (16:30 +0000)]
[FINGER]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61558

10 years ago[MSTSC]
Amine Khaldi [Tue, 7 Jan 2014 16:29:20 +0000 (16:29 +0000)]
[MSTSC]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61557

10 years ago[MSPAINT]
Amine Khaldi [Tue, 7 Jan 2014 16:27:45 +0000 (16:27 +0000)]
[MSPAINT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61556

10 years ago[SERVMAN]
Amine Khaldi [Tue, 7 Jan 2014 16:27:17 +0000 (16:27 +0000)]
[SERVMAN]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61555

10 years ago[RSYM]
Amine Khaldi [Tue, 7 Jan 2014 16:26:57 +0000 (16:26 +0000)]
[RSYM]
* Remove unused field.

svn path=/trunk/; revision=61554

10 years ago[DEVMGMT]
Amine Khaldi [Mon, 6 Jan 2014 21:03:41 +0000 (21:03 +0000)]
[DEVMGMT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61553

10 years ago[MSCONFIG]
Amine Khaldi [Mon, 6 Jan 2014 21:01:43 +0000 (21:01 +0000)]
[MSCONFIG]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61552

10 years ago[MMCCLIENT]
Amine Khaldi [Mon, 6 Jan 2014 20:59:11 +0000 (20:59 +0000)]
[MMCCLIENT]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61551

10 years ago[MAGNIFY]
Amine Khaldi [Mon, 6 Jan 2014 20:56:34 +0000 (20:56 +0000)]
[MAGNIFY]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61550

10 years ago[LOGOFF]
Amine Khaldi [Mon, 6 Jan 2014 20:54:43 +0000 (20:54 +0000)]
[LOGOFF]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Remove useless NDEBUG define.
CORE-7716

svn path=/trunk/; revision=61549

10 years ago[WINMINE]
Amine Khaldi [Mon, 6 Jan 2014 20:51:41 +0000 (20:51 +0000)]
[WINMINE]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61548

10 years ago[FONTVIEW]
Amine Khaldi [Mon, 6 Jan 2014 20:48:44 +0000 (20:48 +0000)]
[FONTVIEW]
* Create a main header and move some inclusions to it.
CORE-7716

svn path=/trunk/; revision=61547

10 years ago[OPENGL32]
Jérôme Gardou [Mon, 6 Jan 2014 19:25:17 +0000 (19:25 +0000)]
[OPENGL32]
 - remove useless assert
 - fix typo in SetDIBitstoDevice call

svn path=/trunk/; revision=61546

10 years ago[MESA]
Jérôme Gardou [Mon, 6 Jan 2014 18:39:42 +0000 (18:39 +0000)]
[MESA]
 - Use PSEH to test and catch SSE exceptions
#CORE-7727 Problem with software implementation is fixed with r61545. Investigating on vmware driver support.

svn path=/trunk/; revision=61545

10 years ago[WIN32K]
Jérôme Gardou [Sun, 5 Jan 2014 20:57:51 +0000 (20:57 +0000)]
[WIN32K]
 - Implement NtGdiSwapBuffers

svn path=/trunk/; revision=61541

10 years ago[WIN32K]
Jérôme Gardou [Sun, 5 Jan 2014 20:50:09 +0000 (20:50 +0000)]
[WIN32K]
 - Formatting only, no code change

svn path=/trunk/; revision=61540

10 years ago[LSASRV][MSV1_0]
Eric Kohl [Sun, 5 Jan 2014 16:06:16 +0000 (16:06 +0000)]
[LSASRV][MSV1_0]
- Add all groups, of which the user is a member, to the token group list.
- Remove the hard-coded administrators group and users group from the token group list.

This patch enables us to create ordinary user accounts which are not members of the administrator group and which do not have administrator privileges. Now we can start to test and fix the security components!

svn path=/trunk/; revision=61539

10 years ago[SHELL32]
Amine Khaldi [Sun, 5 Jan 2014 12:48:42 +0000 (12:48 +0000)]
[SHELL32]
* Move shell file operations to background threads to prevent the shell from hanging during long copies, deletes, and moves.
* Improve drag and drop functionality.
* Add a partial drop handler to the recycle bin.
* Brought to you by Huw Campbell.
CORE-3760

svn path=/trunk/; revision=61537

10 years ago[SAMSRV]
Eric Kohl [Sun, 5 Jan 2014 12:00:16 +0000 (12:00 +0000)]
[SAMSRV]
SamrGetAliasMembership: Do not overwrite enties of the RID array.

svn path=/trunk/; revision=61536

10 years ago[SPIDER]
Amine Khaldi [Sat, 4 Jan 2014 15:12:53 +0000 (15:12 +0000)]
[SPIDER]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Dedicated to Daniel Reimer.
CORE-7716

svn path=/trunk/; revision=61534

10 years ago[CARDLIB]
Amine Khaldi [Sat, 4 Jan 2014 15:07:36 +0000 (15:07 +0000)]
[CARDLIB]
* Fix build.

svn path=/trunk/; revision=61533

10 years ago[CARDLIB]
Amine Khaldi [Sat, 4 Jan 2014 15:01:58 +0000 (15:01 +0000)]
[CARDLIB]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61532

10 years ago[CARDLIB]
Amine Khaldi [Sat, 4 Jan 2014 14:28:53 +0000 (14:28 +0000)]
[CARDLIB]
* Forgot this file. Fixes build.

svn path=/trunk/; revision=61531

10 years ago[SOL]
Amine Khaldi [Sat, 4 Jan 2014 14:25:09 +0000 (14:25 +0000)]
[SOL]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61530

10 years ago[DXDIAG]
Amine Khaldi [Sat, 4 Jan 2014 14:13:48 +0000 (14:13 +0000)]
[DXDIAG]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61529

10 years ago[CHARMAP]
Amine Khaldi [Sat, 4 Jan 2014 14:06:39 +0000 (14:06 +0000)]
[CHARMAP]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61528

10 years ago[CALC]
Amine Khaldi [Sat, 4 Jan 2014 14:00:02 +0000 (14:00 +0000)]
[CALC]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61527

10 years ago[RTL]
Amine Khaldi [Sat, 4 Jan 2014 13:53:47 +0000 (13:53 +0000)]
[RTL]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61526

10 years ago[PCMCIA]
Amine Khaldi [Sat, 4 Jan 2014 13:04:11 +0000 (13:04 +0000)]
[PCMCIA]
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61525

10 years ago[PCIX]
Amine Khaldi [Sat, 4 Jan 2014 12:05:02 +0000 (12:05 +0000)]
[PCIX]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61524

10 years ago[PCI]
Amine Khaldi [Sat, 4 Jan 2014 11:06:54 +0000 (11:06 +0000)]
[PCI]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61523

10 years ago[WINLOGON]
Amine Khaldi [Sat, 4 Jan 2014 11:00:22 +0000 (11:00 +0000)]
[WINLOGON]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61522

10 years ago[MESA]
Amine Khaldi [Sat, 4 Jan 2014 10:35:13 +0000 (10:35 +0000)]
[MESA]
* Create main headers for MESA components and move some inclusions to them.
CORE-7716

svn path=/trunk/; revision=61521

10 years ago[VGADDI]
Amine Khaldi [Sat, 4 Jan 2014 10:31:27 +0000 (10:31 +0000)]
[VGADDI]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61520

10 years ago[BASESRV]
Amine Khaldi [Sat, 4 Jan 2014 10:29:54 +0000 (10:29 +0000)]
[BASESRV]
* Remove one time inclusions from the main header and put them back where they belong.
* Include what we need from the NDK instead of the whole set.
CORE-7716

svn path=/trunk/; revision=61519

10 years ago[CSRSRV]
Amine Khaldi [Sat, 4 Jan 2014 10:27:29 +0000 (10:27 +0000)]
[CSRSRV]
* Remove one time inclusions from the main header and put them back where they belong.
* Remove inclusions and definitions that already exist in the main header.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61518

10 years ago[VFATXLIB]
Amine Khaldi [Sat, 4 Jan 2014 10:24:39 +0000 (10:24 +0000)]
[VFATXLIB]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61517

10 years ago[VFATLIB]
Amine Khaldi [Sat, 4 Jan 2014 10:22:59 +0000 (10:22 +0000)]
[VFATLIB]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61516

10 years ago[EXT2LIB]
Amine Khaldi [Sat, 4 Jan 2014 10:21:16 +0000 (10:21 +0000)]
[EXT2LIB]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61515

10 years ago[EPSAPI]
Amine Khaldi [Sat, 4 Jan 2014 10:19:27 +0000 (10:19 +0000)]
[EPSAPI]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61514

10 years ago[MMIXER]
Amine Khaldi [Sat, 4 Jan 2014 10:17:22 +0000 (10:17 +0000)]
[MMIXER]
* Do not include debug.h into the main header.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61513

10 years ago[MMENT4]
Amine Khaldi [Sat, 4 Jan 2014 10:15:33 +0000 (10:15 +0000)]
[MMENT4]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61512

10 years ago[MMEBUDDY]
Amine Khaldi [Sat, 4 Jan 2014 10:14:03 +0000 (10:14 +0000)]
[MMEBUDDY]
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61511

10 years ago[IP]
Amine Khaldi [Sat, 4 Jan 2014 10:12:37 +0000 (10:12 +0000)]
[IP]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61510

10 years ago[IP]
Amine Khaldi [Sat, 4 Jan 2014 10:11:02 +0000 (10:11 +0000)]
[IP]
* Properly account for checksum.S as an asm file.

svn path=/trunk/; revision=61509

10 years ago[LIBSAMPLERATE]
Amine Khaldi [Sat, 4 Jan 2014 10:08:01 +0000 (10:08 +0000)]
[LIBSAMPLERATE]
* Create a main header and move some inclusions to it.
CORE-7716

svn path=/trunk/; revision=61508

10 years ago[USBSTOR]
Amine Khaldi [Fri, 3 Jan 2014 19:27:01 +0000 (19:27 +0000)]
[USBSTOR]
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61506

10 years ago[USBUHCI]
Amine Khaldi [Fri, 3 Jan 2014 19:20:35 +0000 (19:20 +0000)]
[USBUHCI]
* Remove inclusions that already exist in the main header.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61505

10 years ago[USBOHCI]
Amine Khaldi [Fri, 3 Jan 2014 18:33:25 +0000 (18:33 +0000)]
[USBOHCI]
* Remove inclusions that already exist in the main header.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61504

10 years ago[USBHUB]
Amine Khaldi [Fri, 3 Jan 2014 17:45:05 +0000 (17:45 +0000)]
[USBHUB]
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61503

10 years ago[USBEHCI]
Amine Khaldi [Fri, 3 Jan 2014 17:23:55 +0000 (17:23 +0000)]
[USBEHCI]
* Remove inclusions that already exist in the main header.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61502

10 years ago[SYSAUDIO]
Amine Khaldi [Fri, 3 Jan 2014 17:17:28 +0000 (17:17 +0000)]
[SYSAUDIO]
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61501

10 years ago[WDMAUD]
Amine Khaldi [Fri, 3 Jan 2014 17:15:34 +0000 (17:15 +0000)]
[WDMAUD]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61500

10 years ago[KMIXER]
Amine Khaldi [Fri, 3 Jan 2014 17:13:55 +0000 (17:13 +0000)]
[KMIXER]
* Do not include debug.h into the main header.
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61499

10 years ago[PORTCLS]
Amine Khaldi [Fri, 3 Jan 2014 17:10:56 +0000 (17:10 +0000)]
[PORTCLS]
* Do not include debug.h into the main header.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61498

10 years ago[HIDCLASS]
Amine Khaldi [Fri, 3 Jan 2014 10:56:03 +0000 (10:56 +0000)]
[HIDCLASS]
* Do not include debug.h into the main header.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61497

10 years ago[LIBUSB]
Amine Khaldi [Fri, 3 Jan 2014 10:38:06 +0000 (10:38 +0000)]
[LIBUSB]
* Do not include debug.h into the main header.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61496

10 years ago[HIDPARSER]
Amine Khaldi [Fri, 3 Jan 2014 10:28:56 +0000 (10:28 +0000)]
[HIDPARSER]
* Do not include debug.h into the main header.
* Do not define NDEBUG globally.
CORE-7716

svn path=/trunk/; revision=61495

10 years ago[HIDPARSE]
Amine Khaldi [Fri, 3 Jan 2014 10:22:05 +0000 (10:22 +0000)]
[HIDPARSE]
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61494

10 years ago[LSASRV][MSV1_0]
Eric Kohl [Thu, 2 Jan 2014 20:02:33 +0000 (20:02 +0000)]
[LSASRV][MSV1_0]
- Create the privilege set for the logon token based on the users group membrships.
- Remove the hard-coded privilege set.

svn path=/trunk/; revision=61493

10 years ago[USBCCGP]
Amine Khaldi [Thu, 2 Jan 2014 14:25:01 +0000 (14:25 +0000)]
[USBCCGP]
* Remove some inclusions from the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61492

10 years ago[USBCCGP]
Amine Khaldi [Thu, 2 Jan 2014 14:14:39 +0000 (14:14 +0000)]
[USBCCGP]
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61491

10 years ago[TCPIP]
Amine Khaldi [Thu, 2 Jan 2014 13:53:18 +0000 (13:53 +0000)]
[TCPIP]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61490

10 years ago[KS]
Amine Khaldi [Thu, 2 Jan 2014 11:34:12 +0000 (11:34 +0000)]
[KS]
* Do not include debug.h into the main header.
* Remove one time inclusions from the main header and put them back where they belong.
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61489

10 years ago[I8042PRT]
Amine Khaldi [Thu, 2 Jan 2014 11:11:12 +0000 (11:11 +0000)]
[I8042PRT]
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61488