Francois Gouget
|
fcc0f1fb64
|
hnetcfg: Fix the spelling of a TRACE() message.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-14 21:20:42 +01:00 |
Eric Pouech
|
54f851bb83
|
hnetcfg: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-10 10:44:10 +01:00 |
Paul Gofman
|
31f0509b72
|
hnetcfg: Handle NULL strings in update_mapping_list().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-03 17:19:41 +01:00 |
Paul Gofman
|
d907c8959c
|
hnetcfg: Don't use _GetValue() if text element is missing in get_xml_elements().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-03 17:19:41 +01:00 |
Paul Gofman
|
8f8fe74f89
|
hnetcfg: Implement static_ports_Add().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-02 12:28:43 +01:00 |
Paul Gofman
|
559b1d2ccf
|
hnetcfg: Implement static_ports_Remove().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-02 12:28:43 +01:00 |
Paul Gofman
|
de05efdea2
|
hnetcfg: Implement static_ports__NewEnum().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-02 12:28:43 +01:00 |
Paul Gofman
|
7ed9fb0a68
|
hnetcfg: Implement static_ports_get_Count().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-02 12:28:43 +01:00 |
Paul Gofman
|
15fac20f2c
|
hnetcfg: Implement static_ports_get_Item().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-02 12:28:43 +01:00 |
Paul Gofman
|
e98a102bdd
|
hnetcfg: Get port mapping list in init_gateway_connection().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-02 12:28:43 +01:00 |
Paul Gofman
|
42d12db0ee
|
hnetcfg: Get control URL for WANIPConnection service in init_gateway_connection().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-01 18:23:18 +01:00 |
Paul Gofman
|
c091620889
|
hnetcfg: Open connection to gateway in init_gateway_connection().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-01 18:23:18 +01:00 |
Paul Gofman
|
583605be04
|
hnetcfg: Get gateway description location in init_gateway_connection().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-01 18:23:18 +01:00 |
Paul Gofman
|
cbf2ca5774
|
hnetcfg: Return stub interface from upnpnat_get_StaticPortMappingCollection() if UPNP IGD is found.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-01 18:23:18 +01:00 |
Paul Gofman
|
f20f988259
|
hnetcfg: Use CRT allocation functions.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-01 18:23:18 +01:00 |
Vijay Kiran Kamuju
|
5160c30fa7
|
hnetcfg: Return S_OK in get_StaticPortMappingCollection.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49449
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-10-13 11:34:24 +02:00 |
Alexandre Julliard
|
4572f1674a
|
hnetcfg: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-05 08:37:27 +02:00 |
Francois Gouget
|
da4df48ae7
|
hnetcfg: Add a trailing '\n' to a TRACE().
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-22 11:12:28 +02:00 |
Alistair Leslie-Hughes
|
13a3302734
|
hnetcfg: Add test for IProvideClassInfo interface.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-17 11:10:32 +02:00 |
Alistair Leslie-Hughes
|
449833b48a
|
hnetcfg: Support IUPnPNAT interface.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=34711
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-16 13:56:19 +02:00 |
Nikolay Sivov
|
65ba59322d
|
hnetcfg: Claim success in INetFwOpenPorts::Add().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-28 12:41:20 +09:00 |
Nikolay Sivov
|
84b3606b2f
|
hnetcfg: Return success from put_Enabled for a port.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-12 11:29:04 +09:00 |
Alistair Leslie-Hughes
|
376fe634f5
|
hnetcfg: Add Dispatch support to interface INetFwOpenPorts.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-11 22:08:32 +09:00 |
Nikolay Sivov
|
b7a67eb30f
|
hnetcfg: Store port number for INetFwOpenPort.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-10 11:53:21 +09:00 |
Nikolay Sivov
|
341ddeb3c1
|
hnetcfg: Store protocol for INetFwOpenPort.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-10 11:53:20 +09:00 |
Nikolay Sivov
|
e9d7a9bcfb
|
hnetcfg: Store port name for INetFwOpenPort.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-09 16:44:51 +09:00 |
Alistair Leslie-Hughes
|
ab7a707136
|
hnetcfg: Add typeinfo support to INetFwOpenPort.
|
2014-09-17 10:19:19 +02:00 |
Alistair Leslie-Hughes
|
fe802040f6
|
hnetcfg: Allow NetFwOpenPort to be created.
|
2014-09-17 10:19:16 +02:00 |
Michael Stefaniuc
|
2bb60b239f
|
hnetcfg: Standardize the COM usage in port.c.
|
2010-12-21 00:19:44 +01:00 |
Hans Leidekker
|
ccbf4c1b94
|
hnetcfg: Return success from fw_port_get_Enabled.
|
2010-05-14 18:03:02 +02:00 |
Francois Gouget
|
dc5bff6632
|
hnetcfg: Make NetFwOpenPort_create() static.
|
2009-10-21 16:05:57 +02:00 |
Hans Leidekker
|
535025c93d
|
hnetcfg: Add stub implementations of INetFwOpenPorts and INetFwOpenPort.
|
2009-10-12 17:07:04 +02:00 |