Imported Upstream version 1.37 02/209302/1 upstream/1.37
authorNishant Chaprana <n.chaprana@samsung.com>
Thu, 4 Jul 2019 12:11:09 +0000 (17:41 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Thu, 4 Jul 2019 12:11:17 +0000 (17:41 +0530)
commit6b2381a2adabea7d8309ff158ef675ff88184305
tree2c9b2bb6d8b214acc18b8e784e6841f468a5a040
parent9362752a471a5c892d679548fbf2828d5fc5684b
Imported Upstream version 1.37

Change-Id: Ib5957e7ee3a9315ee86a331189bc3e9e71751ee8
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
126 files changed:
.gitignore
AUTHORS
ChangeLog
Makefile.am
README
bootstrap-configure
client/commands.c
client/tethering.c [new file with mode: 0644]
client/tethering.h [new file with mode: 0644]
configure.ac
doc/agent-api.txt
doc/config-format.txt
doc/connman-service.config.5.in
doc/connman-vpn-provider.config.5.in
doc/connman-vpn.conf.5.in
doc/connman.8.in
doc/connman.conf.5.in
doc/connmanctl.1.in
doc/manager-api.txt
doc/plugin-api.txt
doc/service-api.txt
doc/session-api.txt
doc/vpn-connection-api.txt
gdhcp/client.c
gdhcp/common.c
gdhcp/common.h
gdhcp/gdhcp.h
gdhcp/ipv4ll.c
gdhcp/server.c
gsupplicant/gsupplicant.h
gsupplicant/supplicant.c
gweb/giognutls.c
gweb/gresolv.c
gweb/gresolv.h
include/acd.h [new file with mode: 0644]
include/dbus.h
include/device.h
include/inet.h
include/network.h
include/notifier.h
include/service.h
include/session.h
include/technology.h
include/tethering.h [new file with mode: 0644]
include/vpn-dbus.h
plugins/ethernet.c
plugins/gadget.c
plugins/iospm.c
plugins/iwd.c
plugins/nmcompat.c
plugins/ofono.c
plugins/pacrunner.c
plugins/session_policy_local.c
plugins/tist.c
plugins/vpn.c
plugins/wifi.c
scripts/connman_resolvconf.conf.in
src/acd.c [new file with mode: 0644]
src/backtrace.c
src/config.c
src/connection.c
src/connman.h
src/connman.service.in
src/device.c
src/dhcp.c
src/dhcpv6.c
src/dns-systemd-resolved.c [new file with mode: 0644]
src/dnsproxy.c
src/firewall-iptables.c
src/firewall-nftables.c
src/inet.c
src/ippool.c
src/iptables.c
src/ipv6pd.c
src/log.c
src/main.c
src/main.conf
src/manager.c
src/nat.c
src/network.c
src/nostats.c [new file with mode: 0644]
src/notifier.c
src/ntp.c
src/peer.c
src/provider.c
src/resolver.c
src/rfkill.c
src/rtnl.c
src/service.c
src/session.c
src/shared/arp.c [new file with mode: 0644]
src/shared/arp.h [moved from gdhcp/ipv4ll.h with 55% similarity]
src/stats.c
src/technology.c
src/tethering.c
src/timeserver.c
src/timezone.c
src/util.c
src/wispr.c
src/wpad.c
test/list-services
tools/dhcp-server-test.c
tools/dhcp-test.c
tools/dnsproxy-test.c
tools/ip6tables-test.c [new file with mode: 0644]
tools/iptables-test.c
tools/iptables-unit.c
tools/private-network-test.c
tools/resolv-test.c
tools/session-api.c
tools/session-test.h
tools/session-utils.c
tools/stats-tool.c
tools/tap-test.c
tools/wispr.c
unit/test-ippool.c
unit/test-iptables.c [new file with mode: 0644]
vpn/plugins/l2tp.c
vpn/plugins/openconnect.c
vpn/plugins/openvpn.c
vpn/plugins/pptp.c
vpn/plugins/vpn.c
vpn/plugins/vpn.h
vpn/vpn-provider.c
vpn/vpn-provider.h
vpn/vpn-rtnl.c