Project

General

Profile

Download (7.93 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a2b1d1e8 01/04/2013 05:37 PM Jim Pingle

This seems to break upnp for IPv4 in other ways, and we have since disabled IPv6 in the daemon while compiling anyhow. Revert "In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow."...

fdad935f 08/12/2012 12:49 AM Jim Pingle

This works here, too...

bc8a1938 08/02/2012 02:23 PM Jim Pingle

In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow.

318a0812 04/18/2012 04:06 PM Seth Mos

Use curlies to be very sure, yes

eaa477d2 04/18/2012 03:40 PM Seth Mos

Add the subnet bits to the config

539d5973 03/02/2011 12:25 AM Ermal LUÇI

Remove custom code for checking ip_addr and use the pfsense provided one.

cf46a14f 03/02/2011 12:23 AM Ermal LUÇI

Do not be so drastic on normal failure.

88cbd62a 03/02/2011 12:18 AM Ermal LUÇI

More fixes to comments and code for upnpd. Also bring up to speed the stop/start logic.

2816f43f 03/02/2011 12:05 AM Ermal LUÇI

Improve logging and some tests during miniupnpd config generation.

b469b7fe 03/01/2011 11:51 PM Ermal LUÇI

This is not true anymore as piece of code.

8df14984 03/01/2011 11:46 PM Ermal LUÇI

Correctly get only the interface mac address rather than any other found mac on this interface.

93b2c459 07/14/2010 03:41 PM Jim Pingle

Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for the patch.

02afa684 08/15/2009 04:44 AM Jim Pingle

Fix potential bug in UPnP config.
If the shaper has never been used, the value being checked may not exist or not be an array.

1729ace8 07/09/2009 11:39 PM Jim Pingle

Add traffic shaper queue field to UPnP config

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • Rename get_real_wan_interface to get_real_interface
  • Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
  • Cleanup some code when passing or remove some unused one.
d05e1b9f 10/01/2007 03:07 AM Ryan Wagoner

- clean up miniupnpd.inc use array directly instead of seperate function

858fc95d 07/26/2007 09:02 PM Ryan Wagoner

remove duplicate upnp disabled message

431484c8 07/23/2007 05:26 PM Ryan Wagoner

-move upnp_action to services.inc
-make sure to clear rules when stopping miniupnpd
-fix status_upnp and status_services pages so they use upnp_action and not the rcfile

489c0062 07/18/2007 09:52 PM Scott Ullrich

Shutdown miniupnpd correctly.

Ticket #1383

9aaf57ea 06/30/2007 11:01 PM Scott Ullrich

Use /var/etc/

e80df06e 06/30/2007 10:14 PM Scott Ullrich

Woops, we need this code. Write out config file correctly.

daf52412 06/30/2007 09:54 PM Scott Ullrich

Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/

Ticket #1342

6f20377b 06/30/2007 09:48 PM Scott Ullrich

Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/

Ticket #1342

cf97af9a 03/21/2007 04:26 PM Scott Ullrich

Initialize variable to clear eclipse error

966f579e 02/08/2007 12:28 AM Ryan Wagoner

miniupnpd version bump 20070208 .. adds uuid, serial number, and version support

7fae6598 02/07/2007 02:58 AM Ryan Wagoner

correctly set the webgui url in miniupnpd

37f54a71 01/30/2007 12:45 AM Ryan Wagoner

fix typo in miniupnpd

d86002ec 01/30/2007 12:29 AM Ryan Wagoner

miniupnpd version bump 20070130

422e039b 12/26/2006 11:00 PM Scott Ullrich

MFC miniupnpd changes from Ryan Wagoner

02d777de 12/05/2006 05:51 PM Scott Ullrich

Sync miniupnpd w/ HEAD

c38fee60 11/29/2006 05:41 PM Scott Ullrich

MFC UPNP support6