Thomas Bernard
|
be124b6508
|
add find_pinhole() to pf/ code also
see #188
|
2016-01-18 22:46:30 +01:00 |
Thomas Bernard
|
e283270274
|
miniupnpd/pf/pfpinhole.c: reduce log verbosity
also remove a "argument not used" warning
|
2014-12-10 09:46:57 +01:00 |
Mike Gelfand
|
920845b107
|
Use built-in __APPLE__ macro instead of MACOSX
GCC and Clang on Mac OS have a built-in __APPLE__ macro. Use it instead of
manually-defined MACOSX.
|
2014-06-15 04:14:43 +03:00 |
Thomas Bernard
|
b9c20cecab
|
miniupnpd/pf/pfpinhole.c: use label to store pinhole description
|
2014-05-15 23:27:51 +02:00 |
Markus Stenberg
|
3e03562b77
|
miniupnpd: Added ENABLE_UPNPPINHOLE macro
using ENABLE_UPNPPINHOLE to compile in the support for IPv6 Firewall pinholes.
It is enabled by either ENABLE_6CF_SERVICE or ENABLE_PCP + ENABLE_IPV6.
|
2014-05-15 11:26:54 +02:00 |
Thomas Bernard
|
5672487ede
|
bugfix in clean_pinhole_list() for pf
|
2012-05-24 18:18:51 +02:00 |
Thomas Bernard
|
ddbc22865f
|
Add netfilter implementation for delete_pinhole()/update_pinhole()/get_pinhole_info()
|
2012-05-02 00:47:42 +02:00 |
Thomas Bernard
|
e42dfd3284
|
Remove Warnings caused by signed/unsigned integer comparaisons
|
2012-05-01 11:52:21 +02:00 |
Thomas Bernard
|
12825443b1
|
add update_pinhole() prototype, use #ifdef ENABLE_6FC_SERVICE
|
2012-04-24 00:45:45 +02:00 |
Thomas Bernard
|
d27f35ccde
|
Working on DeletePinhole() and GetPinholePackets()
|
2012-04-23 01:47:37 +02:00 |
Thomas Bernard
|
82355aca40
|
Add cleaning of IPv6 PinHoles + fix get_pinhole_info
|
2012-04-22 02:58:27 +02:00 |
Thomas Bernard
|
430d9c7240
|
Add clean_pinehole_list() in pfpinhole
|
2012-04-22 02:03:35 +02:00 |
Thomas Bernard
|
8148acc55c
|
Add get_pinhole()
|
2012-04-21 00:08:06 +02:00 |
Thomas Bernard
|
d5b7d70c32
|
Add timestamp to add_pinhole() function
Also make the code compile only when ENABLE_IPV6 is defined
|
2012-04-20 16:49:04 +02:00 |
Thomas Bernard
|
137932b776
|
Add delete_pinhole() function
|
2012-04-20 00:07:13 +02:00 |
Thomas Bernard
|
b165afbba7
|
First working experiment of IPv6 "pinhole" with pf
|
2012-04-19 01:43:50 +02:00 |
Thomas Bernard
|
f934bf5d17
|
Start to code IPv6 "pinhole" for pf
Also update tests in miniupnpd/pf/
|
2012-04-18 22:53:51 +02:00 |