Thomas Bernard
|
0deaf32796
|
update Changelog.txt about port triggering
|
2016-01-28 23:09:45 +01:00 |
Thomas Bernard
|
3284d113c7
|
remove ifname arg from addmasqueraderule()
also improve comment and remove useless log :)
|
2016-01-28 22:16:07 +01:00 |
Thomas Bernard
|
40aa39679f
|
improve comments
|
2016-01-26 19:51:07 +01:00 |
Thomas Bernard
|
141e861c3a
|
remove call to addpeernatrule() ...
|
2016-01-26 18:17:05 +01:00 |
Thomas Bernard
|
9059966122
|
netfilter/iptcrdr.c: improve comments
give which iptables command is equivalent for adding the rule
|
2016-01-26 18:16:23 +01:00 |
Thomas Bernard
|
d3635faeed
|
add upnp_nat_postrouting_chain .conf option
fixes #190
MINIUPNPD-PCP-PEER has also been renamed to MINIUPNPD-POSTROUTING
( 1ba4362910 )
|
2016-01-26 16:59:04 +01:00 |
Thomas Bernard
|
1ba4362910
|
MINIUPNPD-PCP-PEER => MINIUPNPD-POSTROUTING
renamed
miniupnpd_peer_chain = "MINIUPNPD-PCP-PEER"
to
miniupnpd_nat_postrouting_chain = "MINIUPNPD-POSTROUTING";
|
2016-01-26 16:50:48 +01:00 |
Thomas Bernard
|
ba91c4ec23
|
add addmasqueraderule()
see issue #166
http://miniupnp.tuxfamily.org/forum/viewtopic.php?t=1820
iptables -t nat -I POSTROUTING -o <extif> -s <iaddr> -p UDP --sport <iport> -j MASQUERADE --to-ports <eport>
|
2016-01-26 16:38:32 +01:00 |
Thomas Bernard
|
f4324d45e5
|
fix netfilter/Makefile dependencies, fix iptables_display.sh
|
2016-01-26 16:38:32 +01:00 |
Thomas Bernard
|
55cf34a101
|
fix iptc_init_verify_and_append() calls
|
2016-01-26 16:38:32 +01:00 |
Thomas Bernard
|
aa4e0a4549
|
add netfilter/test_nfct_get
|
2016-01-26 16:38:31 +01:00 |
Thomas Bernard
|
21a98adc5d
|
update Changelog.txt
|
2016-01-19 11:06:06 +01:00 |
Thomas Bernard
|
f1ce2301da
|
shutdown_iptpinhole() frees memory
|
2016-01-19 10:53:14 +01:00 |
Thomas Bernard
|
6f8951d40d
|
find_pinhole() return -2 if not found
|
2016-01-19 10:52:36 +01:00 |
Thomas Bernard
|
f16b291cfa
|
add pf/BSD files to .gitignore
|
2016-01-18 22:48:18 +01:00 |
Thomas Bernard
|
be124b6508
|
add find_pinhole() to pf/ code also
see #188
|
2016-01-18 22:46:30 +01:00 |
Thomas Bernard
|
e252acef88
|
PCP: check pinhole before adding in CreatePCPMap_FW()
fixes #188
|
2016-01-18 20:16:06 +01:00 |
vvsvic
|
a8ab2149f4
|
Remove some bugs in DeletePCPPeer and DeletePCPMap
|
2016-01-13 13:26:20 +03:00 |
Chocobo1
|
e405f78b89
|
Fix output specifier
|
2016-01-04 12:13:00 +08:00 |
Chocobo1
|
948b883966
|
Fix memory leak when realloc fails
|
2016-01-04 11:51:49 +08:00 |
Thomas Bernard
|
e076899a37
|
buffer overflow fix
in MULTIPLE_EXTERNAL_IP code which is not used normally...
|
2015-12-31 00:41:24 +01:00 |
Thomas Bernard
|
58b130116b
|
revert to UPnP/1.1 (UDA v1.1) as default.
see https://github.com/miniupnp/miniupnp/issues/167
fixes #167
|
2015-12-19 11:52:38 +01:00 |
Thomas Bernard
|
fb1c29f732
|
cleanup
|
2015-12-16 11:26:40 +01:00 |
Thomas Bernard
|
1ab8cf0a22
|
improve syslog message for incoming HTTP requests
|
2015-12-16 11:26:03 +01:00 |
Thomas Bernard
|
6f89608a2c
|
ExecuteSoapAction() : add namespace to log messages
|
2015-12-15 12:14:05 +01:00 |
Thomas Bernard
|
ba1c9239c0
|
update Changelog.txt
|
2015-12-15 12:13:45 +01:00 |
Thomas Bernard
|
9d8a988b82
|
add comments in upnpdescgen.c
|
2015-12-15 11:17:15 +01:00 |
Thomas Bernard
|
0139addbda
|
Merge branch 'desc_test'
|
2015-12-15 10:57:14 +01:00 |
Thomas Bernard
|
9e31ceb630
|
add --disable-pppconn genconfig.sh option to disable WANPPPConnection
fixes #176
|
2015-12-13 15:57:49 +01:00 |
Thomas BERNARD
|
66b087b9b1
|
Merge pull request #174 from razzfazz/new_subscriber_uuid_cleanup
use sizeof() instead of hard-coded UUID length in newSubscriber()
|
2015-12-13 00:32:01 +01:00 |
Thomas Bernard
|
f076f368bd
|
fix DeviceProtection#GetSupportedProtocols response
add CDATA to escape XML document in response :
ProtocolList content is an XML document that should be escaped
See section 2.4.3.1 of the DeviceProtection spec
http://upnp.org/specs/gw/UPnP-gw-DeviceProtection-v1-Service.pdf
see PR #178
|
2015-12-13 00:24:05 +01:00 |
Thomas Bernard
|
e76dd788c4
|
Merge remote-tracking branch 'razzfazz/fix_dp_setup_ready_notify'
PR #182
|
2015-12-12 12:02:36 +01:00 |
Daniel Becker
|
04b344b6f8
|
actually return a value in SetupReady notifications
|
2015-12-12 02:42:13 -08:00 |
Daniel Becker
|
db0ef3022e
|
fix parsing of input arguments in SendSetupMessage()
|
2015-12-12 02:33:30 -08:00 |
Thomas Bernard
|
f77d701489
|
update changelog and year => 2015
see 1cc3d1a5fa
and 6430805381
|
2015-12-12 10:38:40 +01:00 |
Thomas Bernard
|
a4a3e5a3f8
|
add comments. see 0298b66365
|
2015-12-12 09:31:22 +01:00 |
Thomas Bernard
|
9f32a1de1d
|
add "uname -a" result to config.h
|
2015-12-12 09:13:05 +01:00 |
Thomas Bernard
|
58f6626179
|
add --uda-version to usage help + fix
fixes 9e65fbbded
|
2015-12-12 09:10:54 +01:00 |
Thomas BERNARD
|
128bbee806
|
Merge pull request #180 from razzfazz/fix_dp_action_args
fix action arguments for DeviceProtection service (IGDv2)
|
2015-12-12 08:58:25 +01:00 |
Thomas Bernard
|
aa34dd2e45
|
Merge branch 'fix_advertised_versions'
|
2015-12-12 08:47:32 +01:00 |
Thomas Bernard
|
e97be7f37f
|
add comments to previous commit
|
2015-12-12 08:47:06 +01:00 |
Daniel Becker
|
ce3d66a3ee
|
fix tags for DeviceProtection action responses
|
2015-12-11 23:36:19 -08:00 |
Thomas Bernard
|
2a654e0ef4
|
Merge remote-tracking branch 'razzfazz/renew_cleanup'
|
2015-12-12 08:28:48 +01:00 |
Daniel Becker
|
0298b66365
|
fix argument names for DeviceProtection actions
|
2015-12-11 23:12:11 -08:00 |
Daniel Becker
|
7774c24daa
|
add missing parameters for DeviceProtection service actions
|
2015-12-11 22:56:20 -08:00 |
Daniel Becker
|
1cc3d1a5fa
|
advertise correct service and device versions when IGDv2 is enabled
|
2015-12-11 18:08:18 -08:00 |
Daniel Becker
|
6430805381
|
return SID in renew response
|
2015-12-11 16:29:32 -08:00 |
Daniel Becker
|
5fd754c4e2
|
use sizeof() instead of hard-coded UUID length in newSubscriber()
|
2015-12-11 16:21:32 -08:00 |
Thomas Bernard
|
0d0728e2d1
|
name WANIPv6FirewallControl:1 service WANUPv6Firewall1
done according to http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v2-Device.pdf
2.2 (page 9)
|
2015-12-11 14:40:13 +01:00 |
Thomas Bernard
|
9e65fbbded
|
allow to set UPnP Device architecture version using commandline
--uda-version=x.x
|
2015-12-11 14:37:59 +01:00 |