core: Add UPnP BasicManagement service support
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Wed, 23 Oct 2013 13:19:51 +0000 (16:19 +0300)
committerJens Georg <jensg@openismus.com>
Sat, 2 Nov 2013 17:29:39 +0000 (18:29 +0100)
commit969261619fa1a8916e7ae70dac78c1e0513ae2a8
tree899b0251fff097f69673a99f0714f1eda4964b7c
parentd1f14660839ea7b7bca000de9782011fd03284d2
core: Add UPnP BasicManagement service support

Add BasicManagement:2 service that contains a bunch of
tools (Ping, NSLookup and Traceroute to start with). Service is
useful for DLNA Diagnostics, and can be enabled on a
plugin-by-plugin basis.

See doc/README.BasicManagement for details.

Commit was partly authored by Christophe Guiraud
<christophe.guiraud@intel.com>.

https://bugzilla.gnome.org/show_bug.cgi?id=707831
14 files changed:
configure.ac
data/xml/BasicManagement2.xml.in [new file with mode: 0644]
data/xml/Makefile.am
doc/README.BasicManagement [new file with mode: 0644]
doc/man/rygel.conf.xml
src/librygel-core/Makefile.am
src/librygel-core/filelist.am
src/librygel-core/rygel-basic-management-test-nslookup.vala [new file with mode: 0644]
src/librygel-core/rygel-basic-management-test-ping.vala [new file with mode: 0644]
src/librygel-core/rygel-basic-management-test-traceroute.vala [new file with mode: 0644]
src/librygel-core/rygel-basic-management-test.vala [new file with mode: 0644]
src/librygel-core/rygel-basic-management.vala [new file with mode: 0644]
src/librygel-core/rygel-description-file.vala
src/librygel-core/rygel-plugin.vala