Projet

Général

Profil

Télécharger (8,71 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / pkg / miniupnpd.inc @ d973a602

# Date Auteur Commentaire
d973a602 07 mai 2014 02:27 Daniel Becker

make listening on interface rather than IP optional for miniupnp

b1c9aff6 28 avril 2014 01:09 Daniel Becker

make miniupnpd listen on interface instead of IP

The 'listening_ip' option in miniupnpd.conf can accept an interface name
directly instead of having to translate it to an IPv4 address first. (This is
actually required if IPv6 support is enabled.)

afa76eff 12 août 2013 18:33 jim-p

Fix interface selections on UPnP to show the customized descriptions entered by the user. While here, add an external interface selection knob. Fixes #3141

a2b1d1e8 04 janvier 2013 18:37 jim-p

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 12 août 2012 02:49 jim-p

This works here, too...

bc8a1938 02 août 2012 16:23 jim-p

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 18 avril 2012 18:06 smos

Use curlies to be very sure, yes

eaa477d2 18 avril 2012 17:40 smos

Add the subnet bits to the config

539d5973 02 mars 2011 01:25 Ermal

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

cf46a14f 02 mars 2011 01:23 Ermal

Do not be so drastic on normal failure.

88cbd62a 02 mars 2011 01:18 Ermal

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

2816f43f 02 mars 2011 01:05 Ermal

Improve logging and some tests during miniupnpd config generation.

b469b7fe 02 mars 2011 00:51 Ermal

This is not true anymore as piece of code.

8df14984 02 mars 2011 00:46 Ermal

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

93b2c459 14 juillet 2010 17:41 jim-p

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

02afa684 15 août 2009 06:44 jim-p

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 10 juillet 2009 01:39 jim-p

Add traffic shaper queue field to UPnP config

0027de0a 08 mai 2009 20:42 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 23 octobre 2008 23:51 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 01 octobre 2007 05:07 Ryan Wagoner

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

858fc95d 26 juillet 2007 23:02 Ryan Wagoner

remove duplicate upnp disabled message

431484c8 23 juillet 2007 19:26 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 18 juillet 2007 23:52 Scott Ullrich

Shutdown miniupnpd correctly.

Ticket #1383

9aaf57ea 01 juillet 2007 01:01 Scott Ullrich

Use /var/etc/

e80df06e 01 juillet 2007 00:14 Scott Ullrich

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

daf52412 30 juin 2007 23:54 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 30 juin 2007 23:48 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 21 mars 2007 17:26 Scott Ullrich

Initialize variable to clear eclipse error

966f579e 08 février 2007 01:28 Ryan Wagoner

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

7fae6598 07 février 2007 03:58 Ryan Wagoner

correctly set the webgui url in miniupnpd

37f54a71 30 janvier 2007 01:45 Ryan Wagoner

fix typo in miniupnpd

d86002ec 30 janvier 2007 01:29 Ryan Wagoner

miniupnpd version bump 20070130

422e039b 27 décembre 2006 00:00 Scott Ullrich

MFC miniupnpd changes from Ryan Wagoner

02d777de 05 décembre 2006 18:51 Scott Ullrich

Sync miniupnpd w/ HEAD

c38fee60 29 novembre 2006 18:41 Scott Ullrich

MFC UPNP support6