Rob Shearman
|
0345a578b5
|
rpcrt4: For TCP endpoints, bind to all the address and ports that getaddrinfo for the machine.
|
2006-11-09 10:37:29 +01:00 |
|
Rob Shearman
|
034eaa1cad
|
rpcrt4: Use MaxCalls from the protseq when determining the backlog length to pass in to listen.
|
2006-11-09 10:37:15 +01:00 |
|
Rob Shearman
|
34577de406
|
rpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn't make much sense on the server side
so replace it with some more appropriate endpoint error codes.
|
2006-11-09 10:37:07 +01:00 |
|
Rob Shearman
|
8b6c30ab4b
|
rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the protseq server thread.
This allows errors to be returned to the caller and to create more than
one connection for an endpoint.
|
2006-11-09 10:36:47 +01:00 |
|
Rob Shearman
|
433993eed7
|
include: Add RPC/DCE defines and structures related to RPC_SECURITY_QOS_V2.
|
2006-11-09 10:36:42 +01:00 |
|
Peter Oberndorfer
|
a39f3da5fc
|
dbghelp: Do not write to array element -1.
|
2006-11-09 10:36:35 +01:00 |
|
James Hawkins
|
fa8fc1628a
|
msi: Add support for continuous cabinets.
|
2006-11-09 10:36:21 +01:00 |
|
James Hawkins
|
6d537a311f
|
msi: Extract cabinets in ACTION_InstallFiles. ready_media is for finding and loading medi.
|
2006-11-09 10:36:11 +01:00 |
|
James Hawkins
|
d21e1cc05b
|
msi: Move the file sequence check out of ready_media_info to avoid an unnecessary function call.
|
2006-11-09 10:35:59 +01:00 |
|
James Hawkins
|
6ef6512938
|
msi: Factor out load_media_info from ready_media_for_file.
|
2006-11-09 10:35:49 +01:00 |
|
James Hawkins
|
a621c2a661
|
msi: Use disk_prompt from the media_info structure instead of passing an extra parameter to msi_change_media.
|
2006-11-09 10:35:38 +01:00 |
|
James Hawkins
|
9d899129bf
|
msi: Only add text to the scroll control if text is provided.
|
2006-11-09 10:35:07 +01:00 |
|
Alexandre Julliard
|
df51cf5c83
|
ntdll: Re-add sys/ioctl.h that got lost in the PeekNamedPipe move.
|
2006-11-09 09:18:43 +01:00 |
|
Dmitry Timoshkov
|
ecdfa08364
|
kernel32: Add basic OpenProcess test.
|
2006-11-08 20:16:12 +01:00 |
|
Dmitry Timoshkov
|
8120dea049
|
include: Add the PROCESS_SUSPEND_RESUME definition.
|
2006-11-08 20:16:06 +01:00 |
|
Paul Vriens
|
6e9f335656
|
comctl32: Load function pointers by ordinal.
|
2006-11-08 20:12:38 +01:00 |
|
Kai Blin
|
a51e02c5d6
|
secur32: Use a helper function for creating the signature as this simplifies implementing NTLM2 signing a lot.
|
2006-11-08 20:12:34 +01:00 |
|
Kai Blin
|
6720a129f3
|
secur32: Delete session key and arc4 context when the session based security context is deleted.
|
2006-11-08 20:08:09 +01:00 |
|
Ken Thomases
|
d88d2d4d13
|
winex11.drv: Fix off-by-one in map of non-char keysyms to vkeys.
|
2006-11-08 19:58:39 +01:00 |
|
Ken Thomases
|
75195ad4bc
|
winex11.drv: Map XK_KP_Equal to VK_OEM_NEC_EQUAL.
|
2006-11-08 19:58:30 +01:00 |
|
Alexandre Julliard
|
3cb51cd3c4
|
winex11.drv: Get rid of the DIB color table now that it's stored in gdi32.
|
2006-11-08 19:57:37 +01:00 |
|
Alexandre Julliard
|
f7ffbe4581
|
gdi32: Remove call to CreateCompatibleDC() from GetDIBits() implementation.
Based on a patch by Alex Villacís Lasso.
|
2006-11-08 19:57:30 +01:00 |
|
Alex Villacís Lasso
|
68817c10ee
|
oleaut32: varformat - Force LCID_US for conversion in VarFormatNumber.
|
2006-11-08 16:37:27 +01:00 |
|
Stefan Leichter
|
723abff804
|
msi: Added stub for MsiGetFeatureValidStatesA/W.
|
2006-11-08 15:51:56 +01:00 |
|
Mike McCormack
|
7486f47b19
|
comctl32: Fix a regression in ImageList_AddMasked().
|
2006-11-08 15:51:35 +01:00 |
|
Andrew Talbot
|
501e2dcc99
|
oleaut32: Cast-qual warnings fix.
|
2006-11-08 15:51:31 +01:00 |
|
Michael Stefaniuc
|
e9ae478c14
|
rpcproxy.h: Use LONG/ULONG for Win64 compatibility instead of long and unsigned long.
|
2006-11-08 15:51:25 +01:00 |
|
Michael Stefaniuc
|
4e2b462d4f
|
rpcrt4: For Win64 compatibility use a temp variable of the right type in ComputeVariance().
|
2006-11-08 15:51:22 +01:00 |
|
Hwang YunSong(황윤성)
|
4a654758e2
|
winhelp: Updated Korean resource.
|
2006-11-08 15:51:04 +01:00 |
|
Alex Villacís Lasso
|
3f593aa622
|
oleaut32: variant - allow conversion of VT_DISPATCH into VT_BSTR in VarCat.
|
2006-11-08 15:50:55 +01:00 |
|
Alex Villacís Lasso
|
a7128fbc4d
|
oleaut32: olepicture - Support multiple redundant headers before picture data.
|
2006-11-08 15:50:45 +01:00 |
|
Peter Oberndorfer
|
2b06143031
|
dbghelp: Initialize BOOL elements with FALSE instead of 0.
|
2006-11-08 15:50:31 +01:00 |
|
Peter Oberndorfer
|
05368de685
|
dbghelp: Make dwarf2 parser only report file numbers when at least one compilation unit really has numbers.
|
2006-11-08 15:50:18 +01:00 |
|
Peter Oberndorfer
|
6d0948f7a6
|
dbghelp: Make dwarf2_parse_line_numbers handle missing line number section.
|
2006-11-08 15:49:46 +01:00 |
|
Andrey Turkin
|
5151c81a23
|
shlwapi: Implement GetShellSecurityDescriptor and test for it.
|
2006-11-08 15:49:33 +01:00 |
|
Stefan Dösinger
|
def7df305e
|
wined3d: ScissorRect correction.
|
2006-11-08 15:49:22 +01:00 |
|
Detlef Riekenberg
|
2a14dc958a
|
winex11.drv: Fix failure of X11DRV_ChoosePixelFormat.
|
2006-11-08 15:49:17 +01:00 |
|
James Hawkins
|
1ae4ab6ef7
|
msi: Factor out download_remote_cabinet and reuse extract_cabinet_file to extract a remote cabinet.
|
2006-11-08 13:00:34 +01:00 |
|
James Hawkins
|
ae18c2dc7f
|
msi: Store the base URL of the MSI package if it is downloaded.
|
2006-11-08 13:00:15 +01:00 |
|
James Hawkins
|
542101fcda
|
msi: Factor copy_install_file out of ACTION_InstallFiles.
|
2006-11-08 12:59:54 +01:00 |
|
James Hawkins
|
a13bbaf736
|
msi: Factor schedule_install_files out of ACTION_InstallFiles.
|
2006-11-08 12:57:54 +01:00 |
|
James Hawkins
|
de3b84df09
|
msi: Model the media_info structure members after the columns in the media table.
|
2006-11-08 12:56:47 +01:00 |
|
James Hawkins
|
842ffc3545
|
msi: Use msi_alloc_zero instead of a helper function that sets everything to zero.
|
2006-11-08 12:55:05 +01:00 |
|
James Hawkins
|
988509e1af
|
msi: Use the file's component instead of passing an extra parameter to set_file_source.
|
2006-11-08 12:54:16 +01:00 |
|
James Hawkins
|
b81f1ce561
|
msi: Use the media_info structure instead of passing in individual values to extract_cabinet_file.
|
2006-11-08 12:54:08 +01:00 |
|
James Hawkins
|
84f34ec210
|
msi: Add more tests for installing from cabinets.
|
2006-11-08 12:53:29 +01:00 |
|
Francois Gouget
|
5cff5038a9
|
Fix ntsecapi.h so it does not depend on winternl.h.
|
2006-11-08 12:53:19 +01:00 |
|
Francois Gouget
|
ea483682c5
|
secur32: sspi.h must not include wtypes.h.
|
2006-11-08 12:11:00 +01:00 |
|
Francois Gouget
|
7ab6d8522b
|
setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes.
|
2006-11-08 12:10:53 +01:00 |
|
Francois Gouget
|
7a2bd72b8a
|
uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros.
|
2006-11-08 12:10:47 +01:00 |
|