reactos.git
10 years ago[MSGINA]
Eric Kohl [Sun, 2 Feb 2014 12:12:59 +0000 (12:12 +0000)]
[MSGINA]
Move the LSA connection code into a separate file. This connection code will later be used by the logon code too.

svn path=/trunk/; revision=61919

10 years ago[CMAKE/GCC]
Amine Khaldi [Sun, 2 Feb 2014 11:11:53 +0000 (11:11 +0000)]
[CMAKE/GCC]
* Add -lgcc for C++ modules too. Dedicated to Timo.

svn path=/trunk/; revision=61918

10 years ago[KERNEL32]: Fix build by fixing variables types.
Hermès Bélusca-Maïto [Sun, 2 Feb 2014 00:17:16 +0000 (00:17 +0000)]
[KERNEL32]: Fix build by fixing variables types.

svn path=/trunk/; revision=61914

10 years ago[KERNEL32]
Hermès Bélusca-Maïto [Sun, 2 Feb 2014 00:08:54 +0000 (00:08 +0000)]
[KERNEL32]
Remove spurious cast to CSR_API_MESSAGE. What should be noted is that CsrMsg is used by both VDM thing (via CheckVdmMsg pointer) and CreateProcess thing (via CreateProcessMsg), but one after the other (first VDM only, then CreateProcess only) so that, even if the common struct/union CsrMsg is used in both cases, there is no data corruption by, e.g. CreateProcess using pieces of VDM data and vice-versa.

svn path=/trunk/; revision=61913

10 years ago[NPFS]
Timo Kreuzer [Sat, 1 Feb 2014 20:41:16 +0000 (20:41 +0000)]
[NPFS]
- Implement NpQueryClientProcess and NpSetClientProcess
- Add a fast I/O dispatch table and implement NpFastRead and NpFastWrite
The NPFS driver is now good enough to boot Windows 2003 to desktop!

svn path=/trunk/; revision=61906

10 years ago[MSGINA]
Eric Kohl [Sat, 1 Feb 2014 15:46:09 +0000 (15:46 +0000)]
[MSGINA]
Delay load secur32.dll.

svn path=/trunk/; revision=61901

10 years ago[NPFS]
Timo Kreuzer [Sat, 1 Feb 2014 14:28:15 +0000 (14:28 +0000)]
[NPFS]
- Implement NpInitializeAliases + NpTranslateAlias
- Add a number of debug traces, disabled by default

svn path=/trunk/; revision=61900

10 years ago[NDK]
Timo Kreuzer [Sat, 1 Feb 2014 12:12:26 +0000 (12:12 +0000)]
[NDK]
Add PsGetProcessSecurityPort, PsSetProcessSecurityPort, PsGetCurrentThreadProcessId

svn path=/trunk/; revision=61899

10 years ago[baseaddress]
Christoph von Wittich [Sat, 1 Feb 2014 08:55:54 +0000 (08:55 +0000)]
[baseaddress]
hackfix for VLC Player startup

svn path=/trunk/; revision=61898

10 years ago[APPS] Remove idiotic usage of REACTOS_VERSION_DLL in resources of executable files.
Hermès Bélusca-Maïto [Sat, 1 Feb 2014 01:27:13 +0000 (01:27 +0000)]
[APPS] Remove idiotic usage of REACTOS_VERSION_DLL in resources of executable files.

svn path=/trunk/; revision=61896

10 years ago[MSGINA]
Eric Kohl [Fri, 31 Jan 2014 19:26:00 +0000 (19:26 +0000)]
[MSGINA]
Revert r61888. CORE-7824.

svn path=/trunk/; revision=61895

10 years ago[crt]
Christoph von Wittich [Thu, 30 Jan 2014 21:23:25 +0000 (21:23 +0000)]
[crt]
revert 61885 and 61887

svn path=/trunk/; revision=61893

10 years ago[KERNEL32]
Amine Khaldi [Thu, 30 Jan 2014 20:00:29 +0000 (20:00 +0000)]
[KERNEL32]
* Fix MSVC x64 build.

svn path=/trunk/; revision=61892

10 years ago[FREELDR]
Amine Khaldi [Thu, 30 Jan 2014 19:05:54 +0000 (19:05 +0000)]
[FREELDR]
* Fix MSVC x64 build.

svn path=/trunk/; revision=61891

10 years ago[NtUser] - Remove unnecessary UINT size checks see CORE-7825. Patch by: Lee Schroeder.
James Tabor [Thu, 30 Jan 2014 17:36:30 +0000 (17:36 +0000)]
[NtUser] - Remove unnecessary UINT size checks see CORE-7825. Patch by: Lee Schroeder.

svn path=/trunk/; revision=61889

10 years ago[MSGINA]
Eric Kohl [Wed, 29 Jan 2014 21:54:49 +0000 (21:54 +0000)]
[MSGINA]
Create a connection to the LSA upon initialization and use it to change passwords. Logon will use the connection later.

svn path=/trunk/; revision=61888

10 years ago[crt]
Christoph von Wittich [Wed, 29 Jan 2014 21:49:44 +0000 (21:49 +0000)]
[crt]
fix error handling (use _dosmaperr)

svn path=/trunk/; revision=61887

10 years ago[LAUTUS.MSSTYLES]
Thomas Faber [Wed, 29 Jan 2014 21:46:55 +0000 (21:46 +0000)]
[LAUTUS.MSSTYLES]
- Update to latest version by Pisarz

svn path=/trunk/; revision=61886

10 years ago[crt]
Christoph von Wittich [Wed, 29 Jan 2014 20:11:11 +0000 (20:11 +0000)]
[crt]
partial sync of file.c with wine 1.7.11

svn path=/trunk/; revision=61885

10 years ago[WIN32K]
Jérôme Gardou [Wed, 29 Jan 2014 19:09:15 +0000 (19:09 +0000)]
[WIN32K]
 - Formatting, no code change.

svn path=/trunk/; revision=61884

10 years ago[WIN32K]
Jérôme Gardou [Wed, 29 Jan 2014 18:32:14 +0000 (18:32 +0000)]
[WIN32K]
 - Implement GDIOBJ_TryLockObject and used it for DRIVEROBJs
 - Fix EngUnlockDriverObj

svn path=/trunk/; revision=61883

10 years ago[AFD]
Amine Khaldi [Wed, 29 Jan 2014 11:00:53 +0000 (11:00 +0000)]
[AFD]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61882

10 years ago[KS]
Amine Khaldi [Wed, 29 Jan 2014 10:59:06 +0000 (10:59 +0000)]
[KS]
* Properly name the main header.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61881

10 years ago[SERMOUSE]
Amine Khaldi [Wed, 29 Jan 2014 10:56:25 +0000 (10:56 +0000)]
[SERMOUSE]
* Do not include debug.h from within the main header.
* Improve the GUIDs situation.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61880

10 years ago[MOUCLASS]
Amine Khaldi [Wed, 29 Jan 2014 10:54:59 +0000 (10:54 +0000)]
[MOUCLASS]
* Do not include debug.h from within the main header.
* Improve the GUIDs situation.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61879

10 years ago[KBDCLASS]
Amine Khaldi [Wed, 29 Jan 2014 10:53:48 +0000 (10:53 +0000)]
[KBDCLASS]
* Do not include debug.h from within the main header.
* Improve the GUIDs situation.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61878

10 years ago[I8042PRT]
Amine Khaldi [Wed, 29 Jan 2014 10:52:04 +0000 (10:52 +0000)]
[I8042PRT]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61877

10 years ago[HIDCLASS]
Amine Khaldi [Wed, 29 Jan 2014 10:51:04 +0000 (10:51 +0000)]
[HIDCLASS]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61876

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 28 Jan 2014 23:40:27 +0000 (23:40 +0000)]
[NTOSKRNL]
- Implement FsRtlRegisterFileSystemFilterCallbacks
- Fix returned ResultLength value in NtQuerySystemInformation
- Create \FileSystems\Filters folder in IopCreateRootDirectories, used by Windows fltmgr

svn path=/trunk/; revision=61874

10 years ago[WIN32K]
Jérôme Gardou [Tue, 28 Jan 2014 22:36:57 +0000 (22:36 +0000)]
[WIN32K]
 - Fix allocation of DRIVEROBJ objects

svn path=/trunk/; revision=61873

10 years ago[RTL]
Timo Kreuzer [Tue, 28 Jan 2014 21:55:30 +0000 (21:55 +0000)]
[RTL]
Add implementation of RtlFindLastBackwardRunClear from amd64 branch, thanks to Alex for noticing that it has never been merged.

svn path=/trunk/; revision=61872

10 years ago[KSECDD]
Timo Kreuzer [Tue, 28 Jan 2014 21:52:53 +0000 (21:52 +0000)]
[KSECDD]
Add public ksecioctl.h containing the supported IOCTLs

svn path=/trunk/; revision=61871

10 years ago[MOUNTMGR]
Amine Khaldi [Tue, 28 Jan 2014 21:45:44 +0000 (21:45 +0000)]
[MOUNTMGR]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61870

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

svn path=/trunk/; revision=61869

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

svn path=/trunk/; revision=61868

10 years ago[MSGINA]
Eric Kohl [Tue, 28 Jan 2014 19:32:53 +0000 (19:32 +0000)]
[MSGINA]
Implement the change password dialog.

svn path=/trunk/; revision=61864

10 years ago[MSPAINT]
Thomas Faber [Tue, 28 Jan 2014 18:25:57 +0000 (18:25 +0000)]
[MSPAINT]
- Fix buffer overflow

svn path=/trunk/; revision=61863

10 years ago[MSPAINT]
Thomas Faber [Tue, 28 Jan 2014 18:22:46 +0000 (18:22 +0000)]
[MSPAINT]
- Fix build

svn path=/trunk/; revision=61862

10 years ago[MSPAINT]
Benedikt Freisen [Tue, 28 Jan 2014 15:46:28 +0000 (15:46 +0000)]
[MSPAINT]
Apply patches from
CORE-7551 (Drag and Drop between Paint and the shell) and
CORE-7561 (insert from file)

svn path=/trunk/; revision=61860

10 years ago[PCIX]
Amine Khaldi [Tue, 28 Jan 2014 11:17:12 +0000 (11:17 +0000)]
[PCIX]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61859

10 years ago[ACPI]
Amine Khaldi [Tue, 28 Jan 2014 11:11:36 +0000 (11:11 +0000)]
[ACPI]
* Create a main header and move some inclusions to it.
CORE-7716

svn path=/trunk/; revision=61858

10 years ago[SPELLING]
Thomas Faber [Tue, 28 Jan 2014 06:07:56 +0000 (06:07 +0000)]
[SPELLING]
- Fix some typos that say "lastest." Patch by Sergei Antonov

svn path=/trunk/; revision=61857

10 years ago[PEFIXUP]
Thomas Faber [Tue, 28 Jan 2014 05:49:19 +0000 (05:49 +0000)]
[PEFIXUP]
- Use correct struct member for section count. Patch by Sergei Antonov (saproj at gmail dot com)

svn path=/trunk/; revision=61856

10 years ago[COMPBATT]
Amine Khaldi [Mon, 27 Jan 2014 23:11:48 +0000 (23:11 +0000)]
[COMPBATT]
* Do not include debug.h from within the main header.
* Improve the GUIDs situation.
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61855

10 years ago[CMBATT]
Amine Khaldi [Mon, 27 Jan 2014 22:55:47 +0000 (22:55 +0000)]
[CMBATT]
* Do not include debug.h from within the main header.
* Improve the GUIDs situation.
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61854

10 years ago[KDCOM]
Amine Khaldi [Mon, 27 Jan 2014 22:23:24 +0000 (22:23 +0000)]
[KDCOM]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61853

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

svn path=/trunk/; revision=61852

10 years ago[DSOUND]
Amine Khaldi [Mon, 27 Jan 2014 11:38:02 +0000 (11:38 +0000)]
[DSOUND]
* Revert r60474 until Johannes has time to look into it.

svn path=/trunk/; revision=61851

10 years ago[DDRAW]
Amine Khaldi [Mon, 27 Jan 2014 11:14:28 +0000 (11:14 +0000)]
[DDRAW]
* Add a note so that this won't be lost.

svn path=/trunk/; revision=61850

10 years ago* Addendum to r61843.
Amine Khaldi [Mon, 27 Jan 2014 11:09:29 +0000 (11:09 +0000)]
* Addendum to r61843.

svn path=/trunk/; revision=61849

10 years ago[BEEP]: Convert to LONGLONG before doing the multiplication (or: use our macro Int32x...
Hermès Bélusca-Maïto [Mon, 27 Jan 2014 00:30:12 +0000 (00:30 +0000)]
[BEEP]: Convert to LONGLONG before doing the multiplication (or: use our macro Int32x32To64): avoids overflows.

svn path=/trunk/; revision=61848

10 years ago[LIBWINE][WINED3D]
Thomas Faber [Sun, 26 Jan 2014 21:55:59 +0000 (21:55 +0000)]
[LIBWINE][WINED3D]
- Import isfinite from Wine libport & hack-define copysignf -- aka fix build

svn path=/trunk/; revision=61847

10 years ago[WINED3D]
Jérôme Gardou [Sun, 26 Jan 2014 21:26:56 +0000 (21:26 +0000)]
[WINED3D]
 - Try fixing MSVC build

svn path=/trunk/; revision=61845

10 years ago[DDRAW]
Jérôme Gardou [Sun, 26 Jan 2014 20:55:38 +0000 (20:55 +0000)]
[DDRAW]
 - Comment out usage of GET_MODULE_HANDLE_EX_FLAG_PIN because it doesn't work.

svn path=/trunk/; revision=61844

10 years ago[DIRECT3D]
Jérôme Gardou [Sun, 26 Jan 2014 20:53:31 +0000 (20:53 +0000)]
[DIRECT3D]
 - Update d3d9, d3d8, ddraw and wined3d to wine 1.7.11
CORE-7796 CORE-7803 #resolve #comment Fixed with wine sync. Thanks.

svn path=/trunk/; revision=61843

10 years ago[KSECDD]
Timo Kreuzer [Sun, 26 Jan 2014 20:30:06 +0000 (20:30 +0000)]
[KSECDD]
- Fix a typo in KsecQueryVolumeInformation, noticed by Michael Fritscher
- Implement KsecGatherEntropyData, which will be used in generation of cryptographically secure random numbers according to FIPS 186-2. Based on information from http://blogs.msdn.com/b/michael_howard/archive/2005/01/14/353379.aspx

svn path=/trunk/; revision=61842

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

svn path=/trunk/; revision=61841

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

svn path=/trunk/; revision=61840

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

svn path=/trunk/; revision=61839

10 years ago[WS2_32]
Amine Khaldi [Sun, 26 Jan 2014 17:48:17 +0000 (17:48 +0000)]
[WS2_32]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61837

10 years ago[WINTRUST]
Amine Khaldi [Sun, 26 Jan 2014 17:46:23 +0000 (17:46 +0000)]
[WINTRUST]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61836

10 years agoSmall correction...
Daniel Reimer [Sun, 26 Jan 2014 17:08:43 +0000 (17:08 +0000)]
Small correction...

svn path=/trunk/; revision=61835

10 years ago[RAPPS]
Amine Khaldi [Sun, 26 Jan 2014 16:02:28 +0000 (16:02 +0000)]
[RAPPS]
* Fix MSVC build.

svn path=/trunk/; revision=61834

10 years ago[RAPPS]
Daniel Reimer [Sun, 26 Jan 2014 15:49:23 +0000 (15:49 +0000)]
[RAPPS]
rapps: (for database) Many Improvements and Many Fixes
CORE-7710 #resolve #comment Fixed a few things like missing sizes for your edited ff2, ff3 and ff3.6 files. Thx for your help.
Added universal download links for sf.net linked files.

svn path=/trunk/; revision=61833

10 years ago[RAPPS]
Daniel Reimer [Sun, 26 Jan 2014 15:46:34 +0000 (15:46 +0000)]
[RAPPS]
- Replace URLDownloadToFileW download routine by InternetOpenW, InternetOpenUrlW, InternetReadFile download routine. This makes it possible to set the user agent which allows us to use http://download.sourceforge.net URLs and not needing any hard coded mirrors anymore. (Thx goes to Usurp for that idea.)
- Replace CreateProcessW by ShellExecute. This reenables the question for elevated rights in Windows and allows RApps to open any file format the shell knows about.
Big thx goes out to AmineKhaldi, Christoph_vW, gigaherz and ThFabba for helping a rusted Java coder to get things in a resonable shape. ^^

svn path=/trunk/; revision=61832

10 years ago[WINSPOOL.DRV]
Amine Khaldi [Sun, 26 Jan 2014 14:55:05 +0000 (14:55 +0000)]
[WINSPOOL.DRV]
* Create a main header and move some inclusions to it.
CORE-7716

svn path=/trunk/; revision=61831

10 years ago[WINMM]
Amine Khaldi [Sun, 26 Jan 2014 14:53:32 +0000 (14:53 +0000)]
[WINMM]
* Improve redundant inclusion.
CORE-7716

svn path=/trunk/; revision=61830

10 years ago[WININET]
Amine Khaldi [Sun, 26 Jan 2014 13:23:06 +0000 (13:23 +0000)]
[WININET]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61829

10 years ago[WINDOWSCODECS]
Amine Khaldi [Sun, 26 Jan 2014 12:05:45 +0000 (12:05 +0000)]
[WINDOWSCODECS]
* Move some inclusions to the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61828

10 years ago[WDMAUD.DRV]
Amine Khaldi [Sun, 26 Jan 2014 11:45:40 +0000 (11:45 +0000)]
[WDMAUD.DRV]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61827

10 years ago[MSV1_0]
Eric Kohl [Sun, 26 Jan 2014 10:43:58 +0000 (10:43 +0000)]
[MSV1_0]
MsvpChangePassword: Open the SAM domain and user objects that represent the logon domain and user account.

svn path=/trunk/; revision=61826

10 years ago[VBSCRIPT]
Amine Khaldi [Sun, 26 Jan 2014 10:42:07 +0000 (10:42 +0000)]
[VBSCRIPT]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61825

10 years ago[SAMSRV]
Eric Kohl [Sun, 26 Jan 2014 02:34:59 +0000 (02:34 +0000)]
[SAMSRV]
Implement SamIFreeVoid.

svn path=/trunk/; revision=61824

10 years ago[CRYPTLIB]
Timo Kreuzer [Sat, 25 Jan 2014 23:51:04 +0000 (23:51 +0000)]
[CRYPTLIB]
MSVC doesn't define __BYTE_ORDER__, so simply assume it is LE.

svn path=/trunk/; revision=61823

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

svn path=/trunk/; revision=61822

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

svn path=/trunk/; revision=61820

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

svn path=/trunk/; revision=61819

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

svn path=/trunk/; revision=61818

10 years ago[SXS]
Amine Khaldi [Sat, 25 Jan 2014 19:01:00 +0000 (19:01 +0000)]
[SXS]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Improve the GUIDs situation.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61817

10 years ago[STI]
Amine Khaldi [Sat, 25 Jan 2014 18:44:55 +0000 (18:44 +0000)]
[STI]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61814

10 years ago[SMDLL]
Amine Khaldi [Sat, 25 Jan 2014 18:07:29 +0000 (18:07 +0000)]
[SMDLL]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61813

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

svn path=/trunk/; revision=61812

10 years ago[SHDOCVW]
Amine Khaldi [Sat, 25 Jan 2014 17:11:51 +0000 (17:11 +0000)]
[SHDOCVW]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61811

10 years ago[MSGINA]
Eric Kohl [Sat, 25 Jan 2014 15:56:09 +0000 (15:56 +0000)]
[MSGINA]
- Enable the "Change Password" button of the security dialog.
- Initialize the "Change Password" dialog.

svn path=/trunk/; revision=61808

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

svn path=/trunk/; revision=61807

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

svn path=/trunk/; revision=61806

10 years ago[CRYPTLIB]
Timo Kreuzer [Sat, 25 Jan 2014 13:55:08 +0000 (13:55 +0000)]
[CRYPTLIB]
Add a library for common encryption/hashing algorithms. Currently implements MD4, MD5, SHA1, RC4 (all taken from advapi32 with minor modifications) and AES (taken from OpenWrt Linux).
The library is currently used by advapi32 only, but ksecdd will make use of it later as well.

svn path=/trunk/; revision=61805

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

svn path=/trunk/; revision=61804

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

svn path=/trunk/; revision=61803

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

svn path=/trunk/; revision=61802

10 years ago[OLEAUT32]
Amine Khaldi [Sat, 25 Jan 2014 11:59:58 +0000 (11:59 +0000)]
[OLEAUT32]
* Move some inclusions to the main header.
CORE-7716

svn path=/trunk/; revision=61801

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

svn path=/trunk/; revision=61800

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

svn path=/trunk/; revision=61799

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

svn path=/trunk/; revision=61798

10 years ago[NETAPI32]
Amine Khaldi [Fri, 24 Jan 2014 20:24:47 +0000 (20:24 +0000)]
[NETAPI32]
* Remove one time inclusions from the main header and put them back where they belong.
* Move some inclusions to the main header.
CORE-7716

svn path=/trunk/; revision=61793

10 years ago[MSXML3]
Amine Khaldi [Fri, 24 Jan 2014 20:15:05 +0000 (20:15 +0000)]
[MSXML3]
* Move some inclusions to the main header.
CORE-7716

svn path=/trunk/; revision=61792

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

svn path=/trunk/; revision=61791

10 years ago[MSVFW32]
Amine Khaldi [Fri, 24 Jan 2014 18:03:28 +0000 (18:03 +0000)]
[MSVFW32]
* Move some inclusions to the main header.
* Extract the resource related definitions into resource.h and include it in both the main header and the resource file.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61790

10 years ago[MSPORTS]
Amine Khaldi [Fri, 24 Jan 2014 18:00:48 +0000 (18:00 +0000)]
[MSPORTS]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61789

10 years ago[MSIMTF]
Amine Khaldi [Fri, 24 Jan 2014 17:59:28 +0000 (17:59 +0000)]
[MSIMTF]
* Create a main header and move some inclusions to it.
* Improve the header inclusions.
CORE-7716

svn path=/trunk/; revision=61788