miniupnp/miniupnpd
Thomas Bernard 841d938ca9 adding miniupnpdctl.txt file
This file surely needs to be updated !
2012-02-03 13:18:30 +01:00
..
bsd Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD) 2012-01-20 22:55:43 +01:00
ipf Adding miniupnpd 2011-09-28 21:13:20 +02:00
ipfw Adding miniupnpd 2011-09-28 21:13:20 +02:00
linux Adding miniupnpd 2011-09-28 21:13:20 +02:00
mac Mac install target for the upnp daemon was trying 2011-12-31 01:20:51 -07:00
netfilter Fixing netfilter/iptables_*.sh scripts for new ifconfig output format 2012-01-02 10:58:02 +01:00
pf Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
solaris Adding miniupnpd 2011-09-28 21:13:20 +02:00
.gitignore Added relevant .gitignore files 2011-09-30 09:59:34 +02:00
Changelog.txt Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
INSTALL Adding miniupnpd 2011-09-28 21:13:20 +02:00
LICENSE Adding miniupnpd 2011-09-28 21:13:20 +02:00
Makefile Adding miniupnpd 2011-09-28 21:13:20 +02:00
Makefile.linux Adding miniupnpd 2011-09-28 21:13:20 +02:00
Makefile.macosx UUID generation for the default config file was 2011-12-31 01:21:58 -07:00
README update README files 2012-01-25 22:33:08 +01:00
VERSION Adding miniupnpd 2011-09-28 21:13:20 +02:00
bsdqueue.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
codelength.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
commonrdr.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
daemonize.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
daemonize.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
genconfig.sh Support for OpenBSD 5.0 2012-01-20 23:00:37 +01:00
getconnstatus.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
getconnstatus.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
getifaddr.c Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD) 2012-01-20 22:55:43 +01:00
getifaddr.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
getifstats.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
ifacewatcher.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
minissdp.c always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls 2012-02-02 18:45:43 +01:00
minissdp.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
miniupnpd.1 Replaced hyphens by minus in man pages 2011-10-09 17:50:09 +02:00
miniupnpd.c Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
miniupnpd.conf Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
miniupnpdctl.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
miniupnpdctl.txt adding miniupnpdctl.txt file 2012-02-03 13:18:30 +01:00
miniupnpdpath.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
miniupnpdtypes.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
minixml.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
minixml.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
natpmp.c always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls 2012-02-02 18:45:43 +01:00
natpmp.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
options.c Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
options.h Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
testgetifaddr.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
testgetifstats.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
testupnpdescgen.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
testupnppermissions.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpdescgen.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpdescgen.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpdescstrings.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpevents.c always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls 2012-02-02 18:45:43 +01:00
upnpevents.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpglobalvars.c Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
upnpglobalvars.h Anchor name (PF) is now configurable through the config file with anchor= 2012-02-03 13:14:10 +01:00
upnphttp.c always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls 2012-02-02 18:45:43 +01:00
upnphttp.h Replaced SendResp_upnphttp()+CloseSocket_upnphttp() by SendRespAndClose_upnphttp() 2011-11-18 12:23:16 +01:00
upnppermissions.c Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD) 2012-01-20 22:55:43 +01:00
upnppermissions.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpredirect.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpredirect.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpreplyparse.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpreplyparse.h Changed WIN32 macro to _WIN32 2012-01-25 22:44:30 +01:00
upnpsoap.c Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD) 2012-01-20 22:55:43 +01:00
upnpsoap.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnpurns.h Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnputils.c Adding miniupnpd 2011-09-28 21:13:20 +02:00
upnputils.h Adding miniupnpd 2011-09-28 21:13:20 +02:00

README

MiniUPnP project
(c) 2006-2012 Thomas Bernard
webpage: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
contact: miniupnp@free.fr

This directory contain the miniUPnP daemon software.
This software is subject to the conditions detailed in
the LICENSE file provided with this distribution.


The miniUPnP daemon is an UPnP IGD (internet gateway device)
which provide NAT traversal services to any UPnP enabled client on
the network.
See http://www.upnp.org/ for more details on UPnP.
During the year 2011, support for IGD v2 has been added.
This support is experimental, and should be enabled only
for testing and development.

Support for the NAT Port Mapping Protocol (NAT-PMP) has been
added. See information about NAT-PMP here :
http://miniupnp.free.fr/nat-pmp.html

Read the INSTALL files for instructions to compile, install and
configure miniupnpd.

Report bugs to miniupnp@free.fr or on the web forum :
http://miniupnp.tuxfamily.org/forum/

Thomas Bernard