Diff for /embedaddon/miniupnpd/Changelog.txt between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:55:57 version 1.1.1.3, 2013/07/22 00:32:35
Line 1 Line 1
 $Id$  $Id$
   
   VERSION 1.8 : released on 2013/02/06
   
   2013/02/06:
     Check source address of incomining HTTP connections and SSDP
       packets in order to filter out WAN SSDP and HTTP trafic.
     Implement get_src_for_route_to() for *BSD
     fix 2 potential memory leaks in GetListOfPortMappings()
   
   2013/01/29:
     upnphttp.c: Fix and comment the findendheaders() function
     upnphttp.c: remove strchr() call in ParseHttpHeaders()
       add comments to explain how buffer is checked before calls
       to ParseHttpHeaders()
   
   2013/01/27:
     upnphttp.c: ParseHttpHeaders() now checks atoi() return
   
   2012/12/11:
     More return value check for malloc() and realloc()
   
   2012/10/23:
     minor modifications to linux/getroute.c and testgetroute.c
   
   2012/10/04:
     updated DEFAULTCONNECTIONSERVICE_MAGICALVALUE for IGDv2
     increased default buffer size for HTTP response
     More argument check for SOAP actions in UPNP_STRICT mode
     Better error checking after connect() in upnpevent
   
   2012/10/03:
     Fix atoi() on null pointer in upnpsoap.c
     properly set service/device version in SSDP messages
     fix newSubscriber() for IP6FirewallControl and DeviceProtection services
     Enforce compliance for SUBSCRIBE messages (UPNP_STRICT mode)
     Enforce compliance for UNSUBSCRIBE messages (UPNP_STRICT mode)
     Ignore "-Wmissing-field-initializers" in upnpdescgen.c
     check size of h->res_buf before building HTTP response
     ENABLE_HTTP_DATE : add a Date: header to all HTTP responses
   
   2012/09/27:
     Fixes with DISABLE_CONFIG_FILE
     and UPNP_STRICT
     UPC must be a 12 decimal digit code
     SetDefaultConnectionService() checks its argumnents in UPNP_STRICT mode
     Support for Accept-Language/Content-Language HTTP headers
     Content-Type is now text/xml; charset="utf-8" to conform with UDA v1.1
     Support Expect: 100-continue for POST HTTP requests
     Manage services/devices versions in minissdp.c
     Rename all include guards to not clash with C99.
      (7.1.3 Reserved identifiers)
   
   2012/09/20:
     Cleaning code in ipfw (Jardel Weyrich)
   
   2012/09/18:
     Fixing a bug in clean_pinhole_list() under linux/netfilter
   
   2012/09/15:
     Adding an informational message at startup
   
   2012/08/24:
     Moved man page to section 8. miniupnpd.1 => miniupnpd.8
     Added install of miniupnpd.8 man page in Makefile.linux
   
   2012/08/10:
     improved SubmitServicesToMiniSSDPD() function fiability
   
   2012/07/17:
     Add -A command line option to add permission rules
   
   2012/07/14:
     Add -z command line option to change friendly name (thanks to Shawn Fisher)
   
   2012/06/29:
     added DISABLE_CONFIG_FILE in options.h to disable miniupnpd.conf parsing
     Add command line parsing for clean_ruleset_interval option
   
   2012/06/28:
     Only activate -L option for PF and IPF
     -a option takes two arguments with MULTIPLE_EXTERNAL_IP defined
   
   2012/06/23:
     in UPNP_STRICT mode, the literal IPv6 address in "location:" of SSDP
     messages is the source address used to send the message
   
   2012/06/08:
     Disable -ansi CFLAGS in Makefile.linux because recent iptables headers
     make use of typeof keyword which is a GCC extension.
   
   2012/05/31:
     Improvements in autodetecting firewall under (Free)BSD
   
   2012/05/28:
     Cleanup HTTP request handling. Answer 405 when relevant
   
   VERSION 1.7 : released the 2012/05/28
   
   2012/05/28:
     clean linux/ifacewatcher.c
     set natpmp socket non blocking
   
   2012/05/24:
     More solaris fixes
   
   2012/05/21:
     Clean signal handling
   
   2012/05/08:
     Clean expired IPv6 pinholes correctly. and also with linux/netfilter.
   
   2012/05/07:
     Finalizing netfilter version of get_pinhole_info()
   
   2012/05/01:
     Move IPv6FirewallControl related code from upnpredirect.c to upnppinhole.c
     Add netfilter implementation for
       delete_pinhole()/update_pinhole()/get_pinhole_info()
   
   2012/04/30:
     Clean up settings of CFLAGS in Makefile's
     Remove Warnings caused by signed/unsigned integer comparaisons
     Also fix a couple of integer/pointer comparaisons.
     Add UNUSED(arg) macro to remove unused argument warning.
     Fix error handling in upnpevents.c (was causing segfault on Solaris !)
   
   2012/04/26:
     Started to implement add_pinhole() for netfilter (linux)
   
   2012/04/25:
     Fixed a bug in upnphttp that happened when POST is received in several
     recv() calls and realloc() is called so the buffer used is moved.
   
   2012/04/23:
     Implement CheckPinholeWorking GetPinholePackets. WANIPv6FirewallControl
     UpdatePinhole still to be done. And also netfilter/ipf/ipfw versions
   
   2012/04/20:
     Enough WANIPv6FirewallControl is implemented on pf so that AddPinhole() and
       DeletePinhole() works !
   
   2012/04/19:
     First working experiment of IPv6 "pinhole" with pf
   
   2012/04/15:
     More C++ => ANSI C comments to compile with -ansi option
     Add command line arguments to genconfig.sh config script.
   
   2012/04/12:
     Set TTL on SSDP Notify sockets (IPv4). TTL is set to 2 (recommendation from
       UPnP Device Architecture v1.1)
   
   2012/04/06:
     Implementing IPv6 support :
       Send SSDP NOTIFY ssdp:alive and ssdp:goodbye messages in IPv6.
     Use UPnP/1.1 in SERVER: string as required in UPnP Device architecture 1.1.
     Allow LAN interface to be given as interface names, instead of interface
       IP addresses. It will allow IPv6 operations.
     fix linux/getifstats.c when bitrate is unknown
   
   2012/03/31:
     Only remove pidfile if one was written in the first place.
   
   2012/03/19:
     Fix ipfilter support (thanks dhowland https://github.com/dhowland)
   
   2012/03/14:
     Changes to miniupnpd.init.d.script by Shawn Landden
   
   2012/03/05:
     fixed reload_from_lease_file().
   
   2012/02/15:
     Change parselanaddr() function to allow 192.168.1.1/255.255.255.0 in
       configuration file.
     Change read_permission_line() to allow 192.168.1.1/255.255.255.0 in
       permission line (in configuration file).
   
   2012/02/12:
     More syntax checks in upnppermissions.c
   
   2012/02/11:
     Fix ipfw/Mac OS X specific source files to compile ok with -ansi flag
   
   2012/02/09:
     Make HTTP listen socket non blocking (so accept() can't block)
     Make SSDP receive sockets non blocking
     use sockaddr_to_string() in SendSSDPAnnonce2 to handle IPv6 addresses
   
   2012/02/06:
     Make HTTP (SOAP) sockets non blocking.
   
   2012/02/05:
     Compile ok with -ansi flag.
     Save a few bytes in options.c using a string repository, instead of a fixed size
       buffer for each option value.
   
   2012/02/04:
     Added friendly_name= option to config file
   
   2012/02/03:
     Anchor name (PF) is now configurable through the config file with anchor=
     Added test of presence of /lib/libip4tc.so and /lib/libip6tc.so files in
       Makefile.linux in order to add -lip4tc and -lip6tc to LIBS accordingly.
   
   2012/02/01:
     always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls
   
   2012/01/20:
     Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD)
     .onrdomain field was added in pf with OpenBSD 5.0. Add PFRULE_HAS_ONRDOMAIN
   
   2012/01/02:
     Fixing netfilter/iptables_*.sh scripts for new ifconfig output format.
     getifaddr.c: added additional checks on structure returned by getifaddrs()
     Fixing Mac OS X makefile for installation
   
   2011/11/18:
     avoid infinite loop in SendResp_upnphttp() in case of error
     Replaced SendResp_upnphttp() + CloseSocket_upnphttp() by
       SendRespAndClose_upnphttp()
     Tomato specifics in genconfig.sh
   
   2011/07/30:
     netfilter : Added a tiny_nf_nat.h file to compile with iptables
       installed headers.
       include xtables.h instead of iptables.h
   
 VERSION 1.6 : released the 2011/07/25  VERSION 1.6 : released the 2011/07/25
   
 2011/07/25:  2011/07/25:
Line 228  VERSION 1.3 : Line 455  VERSION 1.3 :
   work to support iptables-1.4.3 and up    work to support iptables-1.4.3 and up
   
 2009/04/10:  2009/04/10:
  fix in upnpevents_removeSubscriber()   fix in upnpevents_removeSubscriber()
   
 2009/02/14:  2009/02/14:
   added reload_from_lease_file()    added reload_from_lease_file()
Line 240  VERSION 1.3 : Line 467  VERSION 1.3 :
   
 2009/01/29:  2009/01/29:
   Some minor changes to Makefile    Some minor changes to Makefile
  improving Makefile.linux in order to build with iptables not properly   improving Makefile.linux in order to build with iptables not properly
   installed on the system.    installed on the system.
   
 2009/01/23:  2009/01/23:
Line 271  VERSION 1.2 : Line 498  VERSION 1.2 :
 2008/10/01:  2008/10/01:
   Improvements in genconfig.sh for detecting ipf or pf (under FreeBSD)    Improvements in genconfig.sh for detecting ipf or pf (under FreeBSD)
   and improve debian/ubuntu stuff.    and improve debian/ubuntu stuff.
  custom chain name patch from :   custom chain name patch from :
     http://miniupnp.tuxfamily.org/forum/viewtopic.php?t=493      http://miniupnp.tuxfamily.org/forum/viewtopic.php?t=493
   
 2008/08/24:  2008/08/24:
Line 319  VERSION 1.1 : Line 546  VERSION 1.1 :
   fixed a small bug in the description    fixed a small bug in the description
   
 2008/03/03:  2008/03/03:
  Fixed miniupnpd.c for compiling without natpmp support   Fixed miniupnpd.c for compiling without natpmp support
   fixed presentationURL not there with L3F    fixed presentationURL not there with L3F
   fixing lease file creation/modification    fixing lease file creation/modification
   
Line 587  VERSION 1.0 : Line 814  VERSION 1.0 :
   minixml updated. should have no impact    minixml updated. should have no impact
   Added support for presentationURL with -w switch    Added support for presentationURL with -w switch
   implemented getifstats() for linux. Added testgetifstats program    implemented getifstats() for linux. Added testgetifstats program
  improved error handling in getifstats() BSD   improved error handling in getifstats() BSD
   
 2006/11/26:  2006/11/26:
   no need to have miniupnpc sources to compile miniupnpd.    no need to have miniupnpc sources to compile miniupnpd.
Line 704  VERSION 1.0 : Line 931  VERSION 1.0 :
   filtering SSDP requests and responding with same ST: field    filtering SSDP requests and responding with same ST: field
   
 2006/07/25:  2006/07/25:
  Added a dummy description for the WANDevice   Added a dummy description for the WANDevice
   
 2006/07/20:  2006/07/20:
   Command line arguments processing    Command line arguments processing

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>