Jérôme Gardou
9065678b25
[NETEVENT]
...
- This is a resource only DLL, so this is OK to not have an entry point
svn path=/trunk/; revision=58352
2013-02-23 16:51:48 +00:00
Jérôme Gardou
14bd5c6f27
[DLLs]
...
- No explicit DllMain is not equivalent to no entrypoint at all
svn path=/trunk/; revision=58351
2013-02-23 16:45:48 +00:00
Amine Khaldi
b3ebafd67a
[PSDK]
...
* Annotate setupapi.h.
* Add SetupDiGetHwProfileFriendlyNameExA and correct SetupDiGetWizardPage.
svn path=/trunk/; revision=58350
2013-02-23 15:51:12 +00:00
Timo Kreuzer
e70f0c092c
[HAL]
...
Add more missing asm dependencies
svn path=/trunk/; revision=58349
2013-02-22 13:41:29 +00:00
Timo Kreuzer
b60566e0b2
[PSDK]
...
Add some more annotations to driverspecs.h
svn path=/trunk/; revision=58348
2013-02-22 12:58:06 +00:00
Dmitry Gorbachev
b17334846a
[TRANSLATION]
...
Update/add Hebrew translations. Baruch Rutman (peterooch~AT~gmail~DOT~com).
svn path=/trunk/; revision=58347
2013-02-21 17:36:53 +00:00
Giannis Adamopoulos
637726c75d
[win32k]
...
- Implement NtUserLockWorkStation
[winlogon]
- Handle LN_LOCK_WORKSTATION case of the WM_LOGONNOTIFY message
svn path=/trunk/; revision=58346
2013-02-21 17:27:08 +00:00
Thomas Faber
1877afb7da
[NTOSKRNL:MM]
...
- Do not assume all zeroes in PE sections that contain uninitialized data. Such sections can have other contents as well, and MiReadPage already provides zeroes for outside-of-file data anyway
CORE-6958 #resolve
svn path=/trunk/; revision=58344
2013-02-20 21:48:05 +00:00
Eric Kohl
b54fb9d65e
[MSGINA]
...
- Display logon information in the security dialog.
- Fix font in japanese dialogs.
svn path=/trunk/; revision=58342
2013-02-18 23:16:39 +00:00
Timo Kreuzer
5db929f369
[FREELDR]
...
Implement HeapVerify(), fix a buffer overrun.
CORE-6893 #resolve
svn path=/trunk/; revision=58341
2013-02-18 20:09:50 +00:00
Timo Kreuzer
0d3e08073b
[WLANCONF]
...
Fix a bug, I introduced.
svn path=/trunk/; revision=58340
2013-02-17 19:08:39 +00:00
Timo Kreuzer
9ca7108e72
[WLANCONF]
...
- Convert to UNICODE
- rewrite CharToHex()
svn path=/trunk/; revision=58339
2013-02-17 18:48:59 +00:00
Timo Kreuzer
005f4e783c
[WLANCONF]
...
Compile as UNICODE.
svn path=/trunk/; revision=58338
2013-02-17 18:11:16 +00:00
Johannes Anderwald
5503d02bba
[HOTPLUG]
...
- start on safely remove hardware applet
- resources are not yet commited
svn path=/trunk/; revision=58337
2013-02-17 15:51:07 +00:00
Timo Kreuzer
2b6431ea3e
Amendment to r58335
...
svn path=/trunk/; revision=58336
2013-02-17 15:12:16 +00:00
Timo Kreuzer
dc60f98a6f
Add a large number of missing newlines at the end of text files.
...
svn path=/trunk/; revision=58335
2013-02-17 15:06:22 +00:00
Timo Kreuzer
8701c51946
[FREELDR]
...
Split HwDetect() into 2 functions. InitializeBootDevices() and HwDetect(). This way we don't do the stuff twice.
svn path=/trunk/; revision=58334
2013-02-17 14:46:42 +00:00
Timo Kreuzer
a7931f3d82
[HAL]
...
Add missing asm dependency
svn path=/trunk/; revision=58333
2013-02-17 14:36:30 +00:00
Timo Kreuzer
f0410e5cad
[WINE]
...
Silence GCC 4.7.2 warnings
svn path=/trunk/; revision=58332
2013-02-17 14:33:01 +00:00
Timo Kreuzer
b7b379ada4
[INCLUDE/CRT]
...
Remove hacks from crtdefs.h (threadmbcinfostruct definition is private)
svn path=/trunk/; revision=58331
2013-02-17 14:27:48 +00:00
Timo Kreuzer
16295390df
[MSVCRT_WINETEST]
...
define __msvcrt_ulong to ULONG in the CMakeLists.txt file, instead of relying on hacks in our CRT headers.
svn path=/trunk/; revision=58330
2013-02-17 14:26:33 +00:00
Eric Kohl
07a2c13e73
[MSGINA]
...
Fix an off-by-one bug!
svn path=/trunk/; revision=58329
2013-02-17 12:35:47 +00:00
Eric Kohl
28affe4561
[MSGINA]
...
- Remove the WM_SYSMENU style from the security dialog.
- Add the unlock dialog.
- Fix the layout of the german logon dialog. Password and user name are left-aligned again.
svn path=/trunk/; revision=58328
2013-02-17 12:07:45 +00:00
Timo Kreuzer
c383bf7601
[POWRPROF_APITEST]
...
Fix subscript out of array bounds
svn path=/trunk/; revision=58327
2013-02-17 10:31:50 +00:00
Eric Kohl
c7e70b81fa
[MSGINA]
...
- Fix a typo in the german lock dialog.
- Store the user name and domain in the gina context and use them in the lock dialog.
- Initialize the LOGONSERVER environment variable.
svn path=/trunk/; revision=58326
2013-02-17 01:06:24 +00:00
Timo Kreuzer
ebaac9c9e5
[RTL]
...
Fix RtlIsNameLegalDOS8Dot3 regression
svn path=/trunk/; revision=58324
2013-02-16 18:46:36 +00:00
Timo Kreuzer
e506c7ce61
[RTL]
...
Fix some VS /analyze warnings, fix RtlGet/SetHeapInformation
svn path=/trunk/; revision=58323
2013-02-16 18:08:58 +00:00
Timo Kreuzer
50f0e9b20a
[RTL]
...
Fix warnings from VS /analyze
svn path=/trunk/; revision=58322
2013-02-16 17:58:16 +00:00
Timo Kreuzer
856c07815b
[RTL]
...
Improve RtlCreateEnvironment, fixing some warnings from VS /analyze
svn path=/trunk/; revision=58321
2013-02-16 17:53:05 +00:00
Timo Kreuzer
f37d3dd108
[WIN32K]
...
Improve code a bit
svn path=/trunk/; revision=58320
2013-02-16 17:44:38 +00:00
Timo Kreuzer
987bf80da1
[NTOSKRNL]
...
Fix a number of warnings from VS /analyze
svn path=/trunk/; revision=58319
2013-02-16 17:37:17 +00:00
Timo Kreuzer
a087bbe982
[RTL]
...
Fix a number of warnings found with VS /analyze
svn path=/trunk/; revision=58318
2013-02-16 17:21:34 +00:00
Timo Kreuzer
aa173340b2
[FONTVIEW]
...
Fix some MSVC/x64 warnings
svn path=/trunk/; revision=58316
2013-02-16 11:46:05 +00:00
Timo Kreuzer
413592e946
[FONTVIEW]
...
Improve font type detection. Patch by Katayama Hirofumi. Slightly modified by me.
CORE-6801 #resolve
svn path=/trunk/; revision=58315
2013-02-16 11:39:15 +00:00
Hermès Bélusca-Maïto
d77cbc7506
[MSGINA]
...
- Fix encoding (UTF-8 without BOM).
- Fix French translation.
See r58313 for more information.
svn path=/trunk/; revision=58314
2013-02-15 21:55:15 +00:00
Eric Kohl
f2526475b4
[MSGINA]
...
Fix typo in remaining rc files too!
svn path=/trunk/; revision=58313
2013-02-13 23:40:17 +00:00
Eric Kohl
e171916cce
[MSGINA]
...
Fix typo!
svn path=/trunk/; revision=58312
2013-02-13 23:32:18 +00:00
Eric Kohl
e79c8a225d
[MSGINA]
...
Implement the "Computer locked" dialog box.
Attention: Computer can not be unlocked yet!
svn path=/trunk/; revision=58311
2013-02-13 23:24:15 +00:00
Timo Kreuzer
371942b955
[FREELDR]
...
Fix some MSVC/x64 warnings
svn path=/trunk/; revision=58310
2013-02-12 10:25:19 +00:00
Eric Kohl
c04bb821e5
[LSASRV]
...
Add missing header.
svn path=/trunk/; revision=58309
2013-02-10 21:14:01 +00:00
Eric Kohl
c250a60b1d
[LSASRV]
...
Create a context struct when the client is registered and delete it when the client is deregistered. In the mean time, pass the context to all client authentication functions. The context contains a handle to the client process and a handle to the current connection port. The process handle will later be used to retrieve and return logon data and to pass the toke handle back to the client.
svn path=/trunk/; revision=58308
2013-02-10 21:09:28 +00:00
Amine Khaldi
5bbe8eb4d6
[GDI32_APITEST]
...
* Add missing stdio inclusion.
svn path=/trunk/; revision=58307
2013-02-10 16:48:18 +00:00
Eric Kohl
eded15cab8
[LSALIB/LSASRV]
...
- Add the LSA_CONNECTION_INFO struct to the LSA_API_MSG in order to handle the connection info in an easy way.
- Let the connection handler return OperationalMode and Status values. This obsoletes a separate register call to lsasrv.dll, thus remove the register call code entirely.
- Add dispatcher code and stubs for the remaining client calls.
- Add experimental implementation of LsaCallAuthenticationPackage and LsaLogonUser.
svn path=/trunk/; revision=58304
2013-02-10 12:09:21 +00:00
Eric Kohl
9cdf574f39
[LSALIB/LSASRV]
...
Make the call sequence LsaRegisterLogonProcess, LsaLookupAuthenticationPackage, LsaDeregisterLogonProcess work without failures or loss of connection. WIP.
svn path=/trunk/; revision=58303
2013-02-09 22:56:26 +00:00
Thomas Faber
7121ae2525
[NTDLL_APITEST]
...
- Add a few more test cases for RtlDoesFileExists_U*
CORE-6202
svn path=/trunk/; revision=58302
2013-02-09 16:55:04 +00:00
Amine Khaldi
3ebe847749
[LIBPNG]
...
* Sync to 1.5.14
CORE-6780 #resolve
svn path=/trunk/; revision=58301
2013-02-09 15:54:01 +00:00
Thomas Faber
026838ba4d
[LIBXML2]
...
- Sync to 2.9.0
- Let's do this more often in the future so it's less of a pain ^^
CORE-6907 #resolve
svn path=/trunk/; revision=58300
2013-02-09 14:08:22 +00:00
Thomas Faber
29f27192d0
[LIBXML2]
...
- Sync files that don't affect build to 2.9.0
CORE-6907
svn path=/trunk/; revision=58299
2013-02-09 13:10:12 +00:00
Thomas Faber
0cf703997e
[LIBXSLT]
...
- Sync to 1.1.28
svn path=/trunk/; revision=58298
2013-02-09 12:52:22 +00:00
Thomas Faber
e53c550e55
[LIBXSLT]
...
- Trim trailing whitespace. Remove spaces before tabs. No code changes.
svn path=/trunk/; revision=58297
2013-02-09 11:40:29 +00:00