Tim Gates
|
341d0f51a2
|
docs: fix simple typo, decription -> description
There is a small typo in miniupnpd/commonrdr.h, miniupnpd/ipf/ipfrdr.c, miniupnpd/pf/obsdrdr.c.
Should read `description` rather than `decription`.
|
2020-12-10 05:26:04 +11:00 |
Thomas Bernard
|
563576878c
|
Merge branch 'pf-nat-rules'
|
2020-06-06 19:39:08 +02:00 |
Thomas Bernard
|
26c46e5a49
|
improve upnp_get_portmapping_number_of_entries()
|
2020-06-04 00:27:49 +02:00 |
Thomas Bernard
|
eaf23f0d10
|
fix bug introduced in d458f1a222
dev is also used in pfpinhole.c and should be global
|
2020-06-03 23:15:28 +02:00 |
Thomas Bernard
|
f97367c87d
|
miniupnpd/p: delete_nat_rule()
also clear_nat_rules()
|
2020-05-30 00:32:29 +02:00 |
Thomas Bernard
|
e3395f12fc
|
miniupnpd/pf: minor changes
|
2020-05-21 02:24:59 +02:00 |
Thomas Bernard
|
2cf50c57fa
|
miniupnpd/pf: add_nat_rule()
|
2020-05-21 02:24:39 +02:00 |
Thomas Bernard
|
abefb6c6d0
|
miniupnpd/pf: fix test
|
2020-05-21 02:21:49 +02:00 |
Thomas Bernard
|
d458f1a222
|
minor stuff
|
2020-05-17 23:16:45 +02:00 |
Thomas Bernard
|
02e41f7346
|
miniupnpd: BSD: allow to build from another directory
$ cd miniupnpd
$ mkdir build
$ cd build
$ ../configure && make
|
2020-05-11 23:30:19 +02:00 |
Thomas Bernard
|
3f04f7992c
|
miniupnpd/pf: disabled setting dst address in rule by default
see #433
was introduced by 53e8185725 to fix #231
|
2020-04-12 19:30:37 +02:00 |
Blink
|
05e09f9e6d
|
fix build for macos
|
2020-03-21 17:38:46 +08:00 |
Thomas Bernard
|
dec239d340
|
pfpinhole.c: fix includes
|
2019-09-02 02:03:41 +02:00 |
Thomas Bernard
|
6e5a88098d
|
fix file headers (=>2018)
Signed-off-by: Thomas Bernard <miniupnp@free.fr>
|
2018-07-06 14:16:49 +02:00 |
Pali Rohár
|
cd7284785b
|
miniupnpd: Add function delete_filter_rule() also for PF and Linux Netfilter
It is needed for STUN implementation.
|
2018-05-19 13:31:02 +02:00 |
Thomas Bernard
|
53e8185725
|
miniupnpd/pf: set dst address in rule if use_ext_ip_addr is set
fixes #231
|
2018-04-12 11:36:12 +02:00 |
Thomas Bernard
|
ef94635100
|
miniupnpd: time() => upnp_time()
I had forgotten some
see #288
|
2018-03-14 00:09:42 +01:00 |
Thomas Bernard
|
da64fd85cb
|
pass ext_if_name arg to add_pinhole()
should fix #228
|
2017-03-13 11:47:21 +01:00 |
Thomas Bernard
|
2c02ef2b7b
|
right printf format in testobsdrdr.c and tespfpinhole.c
|
2017-03-13 11:37:43 +01:00 |
Thomas Bernard
|
8c5e90db3a
|
do not delete/re-add pf rule if the desc/label is unchanged
|
2016-02-15 18:48:23 +01:00 |
Thomas Bernard
|
7112203428
|
pf/obsdrdr.c: add_timestamp_entry()
|
2016-02-12 16:35:46 +01:00 |
Thomas Bernard
|
bdac007771
|
add update_portmapping() / update_portmapping_desc_timestamp() functions
|
2016-02-12 15:01:30 +01:00 |
Thomas Bernard
|
be124b6508
|
add find_pinhole() to pf/ code also
see #188
|
2016-01-18 22:46:30 +01:00 |
Thomas Bernard
|
c7d7efd230
|
fix realloc failure issues detected thanks to cppcheck
|
2015-02-08 10:23:22 +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
|
ed962213e8
|
miniupnpd/pf/obsdrdr.c: check that USE_PF is defined
also fix a warning
|
2014-04-16 09:59:49 +02:00 |
Thomas Bernard
|
a27979afde
|
Merge branch 'fix_pf_redirect'
Conflicts:
miniupnpd/pf/testobsdrdr.c
|
2014-03-10 00:03:06 +01:00 |
Thomas Bernard
|
b7ee469980
|
miniupnpd/pf: update testobsdrdr.c
|
2014-03-06 14:24:58 +01:00 |
Thomas Bernard
|
60e129d131
|
miniupnpd/pf: delete_redirect_and_filter_rules() now take internal address into account
|
2014-03-06 14:24:10 +01:00 |
Thomas Bernard
|
acc149ee99
|
miniupnpd/pf: fix add_filter_rule2() by adding internal address
|
2014-03-06 14:23:13 +01:00 |
Thomas Bernard
|
65b776f1ed
|
miniupnpd/pf: add clear_filter_rules() for testing
also add a --clear / -c argument to testobsdrdr programm
|
2014-03-06 14:21:39 +01:00 |
Thomas Bernard
|
5512d022ac
|
miniupnpd/pf/obsdrdr.c: add UNUSED() when necessary
|
2014-02-28 21:28:12 +01:00 |
Thomas Bernard
|
9d23b88cef
|
miniupnpd/pf: replace delete_filter_rule()
now use delete_redirect_and_filter_rules()
|
2014-02-28 21:26:52 +01:00 |
Thomas Bernard
|
37208eecae
|
miniupnpd/pf/obsdrdr.c: improve documentation
|
2014-02-28 21:22:52 +01:00 |
Thomas Bernard
|
56aca98164
|
miniupnpd/pf: catch up test programs
|
2014-02-28 20:20:51 +01:00 |
hashiz
|
1efb4cc03c
|
* fix incorrect filter port in pf redirect.
|
2014-02-28 11:28:07 +09:00 |
Thomas BERNARD
|
fa87b3aff7
|
miniupnpd: attempt to compile for OS X/pf
|
2013-12-16 13:03:54 +01:00 |
Jardel Weyrich
|
95d5c0bf39
|
Rename all include guards to not clash with C99 (7.1.3 Reserved identifiers).
|
2012-09-20 17:52:51 -03: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
|
ad95793e93
|
Add UNUSED(arg) macro to remove unused argument warning.
|
2012-05-01 11:49:23 +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 |