Commit Graph

  • 333c28a502 miniupnpd/getifaddr.c: Uses ifr_addr if ifr_netmask is not defined in struct ifreq Thomas Bernard 2013-04-27 17:51:53 +0200
  • 1a2984c1d8 miniupnpc: Fix testminiwget.sh for BSD Thomas Bernard 2013-04-27 17:50:02 +0200
  • 18887cb1e4 miniupnpd: Correctly handle truncated snprintf() in SSDP code Thomas Bernard 2013-04-26 17:18:28 +0200
  • 8432646a76 miniupnpd/genconfig.sh : to avoid build race conditions, use a temporary file Thomas Bernard 2013-04-24 19:04:00 +0200
  • e21e724b81 miniupnpd/upnputils.c: use scope in get_lan_for_peer() for IPv6 addresses Thomas Bernard 2013-04-20 11:06:17 +0200
  • e371359050 added miniupnpc/apiversions.txt Thomas Bernard 2013-03-29 15:46:25 +0100
  • 961e1c35d3 miniupnpd: autodetect LAN interface netmask instead of defaulting to /24 Thomas Bernard 2013-03-23 11:50:57 +0100
  • 2b2efd4459 miniupnpc: Fixed Makefile for *BSD Thomas Bernard 2013-03-23 10:08:43 +0100
  • 3f1aaef49a miniupnpc: Update Makefile to use JNAerator version 0.11 Thomas Bernard 2013-03-11 11:22:08 +0100
  • 3e885191c0 miniupnpc.c: MX cannot be 0 Thomas Bernard 2013-02-20 17:08:07 +0100
  • 91602e129d miniupnpc.c: change upnpDiscoverDevice() to stop when devices are Thomas Bernard 2013-02-20 17:07:18 +0100
  • cb054ef580 miniupnpc.c: add upnpDiscoverAll() function Thomas Bernard 2013-02-20 17:04:53 +0100
  • 09d5473c54 miniupnpc.c: reindent upnpDiscover() Thomas Bernard 2013-02-20 16:29:28 +0100
  • 2b9c014394 miniupnpc.c: improve debug output in upnpDiscoverDevices() Thomas Bernard 2013-02-20 16:12:35 +0100
  • f9ea7ad372 upnpDiscover() => upnpDiscoverDevices() Thomas Bernard 2013-02-18 00:46:09 +0100
  • 9f1a9a91e6 test: patch upnpDiscover() in order to allow to detect all UPnP devices on the network Thomas Bernard 2013-02-16 10:48:56 +0100
  • d06140277b Adding listdevice program Thomas Bernard 2013-02-16 10:25:10 +0100
  • 01ec54aec3 Update Changelog.txt files Thomas Bernard 2013-02-11 11:40:01 +0100
  • 496737b8ee Merge pull request #28 from mgorny/fix-tests-hang Thomas BERNARD 2013-02-11 02:06:19 -0800
  • a3e8540cd0 Fix killing the test server. Michał Górny 2013-02-11 10:59:36 +0100
  • d50eaf3c52 to upper case Thomas Bernard 2013-02-09 16:32:57 +0100
  • 44bff51403 miniupnpc/.gitignore: add miniupnpc.h.bak Thomas Bernard 2013-02-09 16:32:32 +0100
  • 803899514e use DESTDIR for install targets Thomas Bernard 2013-02-09 16:17:23 +0100
  • 0b715512b2 miniupnpd/Makefile.linux: update depend target Thomas Bernard 2013-02-07 16:56:51 +0100
  • 91f34d6c38 Merge branch 'master' into portinuse Thomas Bernard 2013-02-07 16:48:16 +0100
  • bb1e3b75f0 minissdp.c: Refactored SendSSDPNotifies() and SendSSDPGoodbye() Thomas Bernard 2013-02-07 13:27:09 +0100
  • ac1d36d872 upnphttp.c: Added Ext: header to HTTP responses to conform to UDA Thomas Bernard 2013-02-07 11:26:48 +0100
  • 6ca8ee1dcf minissdp.c: ignore SSDP packets missing the MX: header in UPNP_STRICT mode Thomas Bernard 2013-02-07 11:00:15 +0100
  • 39a1d85f7a minissdp.c: Fix SSDP packets sent with uuid as ST: header to conform to UDA Thomas Bernard 2013-02-07 10:59:31 +0100
  • 5217fdc090 minissdp.c: Add DATE: header in SSDP packets Thomas Bernard 2013-02-07 10:56:38 +0100
  • 229dff6ff4 Added Leah X. Schmidt Thomas Bernard 2013-02-06 19:27:59 +0100
  • 370bf72e72 miniupnpc.h changed version to 1.8 Thomas Bernard 2013-02-06 15:50:37 +0100
  • f2d54a84aa miniupnpd: prepare for version 1.8 Thomas Bernard 2013-02-06 15:20:48 +0100
  • c7419a5de6 miniupnpd: filter HTTP and SSDP based on source IP Thomas Bernard 2013-02-06 15:20:04 +0100
  • 43d3939602 miniupnpd: Implement get_src_for_route_to() for *BSD Thomas Bernard 2013-02-06 15:06:59 +0100
  • dce91afe3c upnpsoap.c: fix 2 memory leaks in GetListOfPortMappings() Thomas Bernard 2013-02-06 15:03:25 +0100
  • 49f38310fa miniupnpc: prepare version 1.8 ! Thomas Bernard 2013-02-06 14:57:49 +0100
  • 50965a6ae1 upnphttp.c: add comments about ParseHttpHeaders() Thomas Bernard 2013-01-29 22:56:27 +0100
  • ea141830f6 upnphttp.c: remove strchr() call in ParseHttpHeaders() Thomas Bernard 2013-01-29 22:55:57 +0100
  • 72e570186c upnphttp.c: Fix and comment the findendheaders() function Thomas Bernard 2013-01-29 22:54:55 +0100
  • 5e5847facc distclean target Leah X Schmidt 2013-01-09 15:06:28 -0500
  • 89755b36aa fix gitignore Leah X Schmidt 2013-01-09 15:03:33 -0500
  • 184d79bf59 fix typo in makefile Leah X Schmidt 2013-01-09 15:01:39 -0500
  • b74bb40780 Make miniupnpc jar file build on win32 Leah X Schmidt 2012-12-21 12:13:04 -0500
  • 3b5eacb3ae upnphttp: ParseHttpHeaders() checks atoi() return Thomas Bernard 2013-01-27 21:07:40 +0100
  • 60d1db157a miniupnpd: More return value check for malloc() and realloc() Thomas Bernard 2012-12-11 22:10:57 +0100
  • f365c3a9ea minor modifications to linux/getroute.c and testgetroute.c Thomas Bernard 2012-10-23 14:35:50 +0200
  • 9473a32ab9 miniupnpd/miniupnpd.c: C++ comment => Ansi C comment Thomas Bernard 2012-10-16 18:55:47 +0200
  • 3e5aedae7f miniupnpc/miniupnpc.c: #define strdup to please MSVC Thomas Bernard 2012-10-16 18:53:28 +0200
  • d6c4e55e68 miniupnpc/Changelog.txt: update Thomas Bernard 2012-10-16 18:51:58 +0200
  • 5c7947cf62 Merge pull request #22 from ony/master Thomas BERNARD 2012-10-16 02:15:24 -0700
  • ea7b76b46c miniupnpc: added HAVE_IPV6 and LIBDIR Nikolay Orlyuk 2012-10-16 07:59:05 +0300
  • 7129fcb9f2 Merge pull request #21 from jweyrich/master Thomas BERNARD 2012-10-09 15:06:17 -0700
  • a8b4fa53ba Fix include guards that were missed in 95d5c0bf39. Jardel Weyrich 2012-10-09 19:00:31 -0300
  • 2a1c0cf5a7 miniupnpd/netfilter/iptcrdr.c: remove unused arg warning Thomas Bernard 2012-10-05 00:32:22 +0200
  • 38939ac2d9 miniupnpd/upnpevents.c: Better error checking after connect() Thomas Bernard 2012-10-05 00:32:04 +0200
  • 5de71bc396 miniupnpd/upnpsoap: More argument check for SOAP actions in UPNP_STRICT mode Thomas Bernard 2012-10-05 00:31:08 +0200
  • 67bd1f9b42 updated DEFAULTCONNECTIONSERVICE_MAGICALVALUE for IGDv2 Thomas Bernard 2012-10-05 00:29:55 +0200
  • 5e48745eb3 miniupnpd/upnphttp: fix buffer allocation for response Thomas Bernard 2012-10-05 00:28:06 +0200
  • 1a458fe869 Ignore "-Wmissing-field-initializers" in upnpdescgen.c Thomas Bernard 2012-10-05 00:26:44 +0200
  • 4ce891ec17 miniupnpd/upnphttp: Check compliance of headers for (UN)SUBSCRIBE Thomas Bernard 2012-10-05 00:25:08 +0200
  • 50b70ae90d miniupnpd/upnpevent.c: fix newSubscriber() for IP6FirewallControl and DeviceProtection services Thomas Bernard 2012-10-05 00:23:02 +0200
  • f65edba8fa miniupnpd/minissdp.c: properly set service/device version in SSDP messages Thomas Bernard 2012-10-05 00:21:00 +0200
  • c0d4c9d24a upnpsoap.c: Fix atoi() on null pointers Thomas Bernard 2012-10-05 00:19:26 +0200
  • 7227e55dba ENABLE_HTTP_DATE : add a Date: header to all HTTP responses Thomas Bernard 2012-10-05 00:17:40 +0200
  • 239739a6f7 late update of miniupnpd/Changelog.txt Thomas Bernard 2012-09-28 11:14:10 +0200
  • e5d7653002 miniupnpd/minissdp.c: Manage services/devices versions Thomas Bernard 2012-09-28 11:13:48 +0200
  • 8b8772eed1 miniupnpd: Support Expect: 100-continue for POST HTTP requests Thomas Bernard 2012-09-28 11:12:50 +0200
  • 9d94d08bd8 miniupnpd: Content-Type is now text/xml; charset="utf-8" to conform with UDA v1.1 Thomas Bernard 2012-09-28 11:12:01 +0200
  • 727eaeb2e8 miniupnpd/upnphttp: Support for Accept-Language/Content-Language HTTP headers Thomas Bernard 2012-09-28 11:10:20 +0200
  • 988594dfe6 miniupnpd: SetDefaultConnectionService() checks its argumnents in UPNP_STRICT mode Thomas Bernard 2012-09-28 11:07:12 +0200
  • ee0815ac85 miniupnpd: UPC must be a 12 decimal digit code Thomas Bernard 2012-09-28 11:05:34 +0200
  • 840031dea7 miniupnpd: Fixes with DISABLE_CONFIG_FILE and UPNP_STRICT Thomas Bernard 2012-09-28 11:04:04 +0200
  • 58cc14aff4 README: add Jardel Weyrich Thomas Bernard 2012-09-28 10:58:48 +0200
  • 8d9900e728 miniupnpd: update of Changelog.txt and Makefile for recent ipfw changes Thomas Bernard 2012-09-28 10:55:55 +0200
  • 7fd91acb6c Merge pull request #20 from jweyrich/rename_include_guards Thomas BERNARD 2012-09-21 04:53:34 -0700
  • 95d5c0bf39 Rename all include guards to not clash with C99 (7.1.3 Reserved identifiers). Jardel Weyrich 2012-09-20 17:52:51 -0300
  • 37b3feeab8 Merge pull request #19 from jweyrich/master Thomas BERNARD 2012-09-20 05:28:31 -0700
  • 98c504f8b9 - Rename IPFW include guards to not infringe the C standard rules. - Move IPFW implementation to a source file. Static in headers is not good. Jardel Weyrich 2012-09-19 09:46:44 -0300
  • 4c5da2c31e miniupnpd/upnppinhole.h: Added doc for upnp_clean_expired_pinholes() Thomas Bernard 2012-09-18 10:31:52 +0200
  • 03005fa291 miniupnpd/netfilter: Fixing a bug in clean_pinhole_list() Thomas Bernard 2012-09-18 10:31:10 +0200
  • dd9cbbb7e8 Adding an informational message at startup Thomas Bernard 2012-09-15 17:36:10 +0200
  • 18ea17b95e Add -e option to upnpc program (set description for port mappings) Thomas Bernard 2012-08-30 12:38:27 +0200
  • d148904d2b update/fix changelogs Thomas Bernard 2012-08-29 09:59:06 +0200
  • 0aea9dc0fb Try to handle scope id in link local IPv6 URL under MS Windows Thomas Bernard 2012-08-29 09:58:39 +0200
  • f9c6d4709e Fix a memory link in UPNP_GetValidIGD() Thomas Bernard 2012-08-29 09:57:38 +0200
  • a06f847db2 Merge pull request #17 from chfoo/master Thomas BERNARD 2012-08-29 00:33:47 -0700
  • 0c652db9dd miniupnpc: Supports Python 3 Christopher Foo 2012-08-28 21:25:00 -0400
  • 34c5af41ad miniupnpd: install miniupnpd.8 man page in Makefile.linux Thomas Bernard 2012-08-24 20:13:15 +0200
  • 299945d6dd miniupnpd.8: uppercase MINIUPNPD in header Thomas Bernard 2012-08-24 20:12:26 +0200
  • d8d416f409 Moved man page to section 8 Thomas Bernard 2012-08-24 19:49:41 +0200
  • dfb5a303e1 fix minus vs hyphen Thomas Bernard 2012-08-23 11:19:45 +0200
  • 9805bb6872 improved SubmitServicesToMiniSSDPD() function fiability Thomas Bernard 2012-08-21 19:33:26 +0200
  • ad744bd6a5 miniupnpc: Disable HAS_IP_MREQN on DragonFly BSD Thomas Bernard 2012-07-20 10:09:40 +0200
  • 04e56b13e1 miniupnpd: Add -A command line option to add permission rules Thomas Bernard 2012-07-17 21:39:40 +0200
  • 5a07e704ba miniupnpd/miniupnpd.c: spaces to tab to improve indentation consistency Thomas Bernard 2012-07-17 21:39:05 +0200
  • e39c29dcd7 miniupnpd/miniupnpd.c: fixed signed/unsigned comparaison Thomas Bernard 2012-07-17 21:37:09 +0200
  • 6451a6906d miniupnpd: Add -z command line option to change friendly name (thanks to Shawn Fisher) Thomas Bernard 2012-07-14 17:31:30 +0200
  • 013b0df388 miniupnpd: detect port in use / already forwarded Thomas Bernard 2012-07-10 23:25:29 +0200
  • d9f265d0cc miniupnpd/genconfig.sh: special case for AstLinux Thomas Bernard 2012-07-10 23:19:08 +0200