Imported Upstream version 1.38 91/245691/1 upstream/1.38
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 14 Oct 2020 08:29:23 +0000 (13:59 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 14 Oct 2020 08:29:56 +0000 (13:59 +0530)
commitdd3cccc5e67548dcc2dd6c6254ed6c97859085d5
tree0444cde148e68a44c4295219e4c6625dbe52339d
parent6b2381a2adabea7d8309ff158ef675ff88184305
Imported Upstream version 1.38

Change-Id: I7cada2367329445e1d200055e21d96e7e9c05047
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
139 files changed:
.gitignore
AUTHORS
ChangeLog
Makefile.am
Makefile.plugins
README
TODO
client/agent.c
client/commands.c
client/dbus_helpers.c
client/dbus_helpers.h
client/vpnconnections.c
configure.ac
doc/agent-api.txt
doc/coding-style.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.conf.5.in
doc/connmanctl.1.in
doc/counter-api.txt
doc/manager-api.txt
doc/overview-api.txt
doc/peer-api.txt
doc/plugin-api.txt
doc/session-api.txt
doc/session-overview.txt
doc/vpn-agent-api.txt
doc/vpn-config-format.txt
doc/vpn-connection-api.txt
doc/vpn-overview.txt
doc/wifi-p2p-overview.txt
gdhcp/client.c
gdhcp/common.c
gdhcp/common.h
gsupplicant/gsupplicant.h
gsupplicant/supplicant.c
gweb/gresolv.c
gweb/gweb.c
include/inet.h
include/provider.h
include/service.h
include/task.h
plugins/ethernet.c
plugins/iwd.c
plugins/ofono.c
plugins/session_policy_local.c
plugins/tist.c
plugins/vpn.c
plugins/wifi.c
scripts/vpn-script.c [moved from scripts/openconnect-script.c with 95% similarity]
src/agent.c
src/config.c
src/connection.c
src/connman.h
src/dnsproxy.c
src/error.c
src/firewall-nftables.c
src/inet.c
src/ipconfig.c
src/iptables.c
src/network.c
src/notifier.c
src/provider.c
src/resolver.c
src/rtnl.c
src/service.c
src/shared/mnlg.c [new file with mode: 0644]
src/shared/mnlg.h [new file with mode: 0644]
src/shared/netlink.c [deleted file]
src/shared/netlink.h [deleted file]
src/shared/util.c
src/shared/util.h
src/stats.c
src/storage.c
src/task.c
src/tethering.c
src/timeserver.c
src/timezone.c
src/wispr.c
test/backtrace
test/connect-provider
test/disable-tethering
test/enable-tethering
test/get-global-timeservers
test/get-proxy-autoconfig
test/get-services
test/get-state
test/list-services
test/monitor-connman
test/monitor-services
test/monitor-vpn
test/p2p-on-supplicant
test/remove-provider
test/service-move-before
test/set-clock
test/set-domains
test/set-global-timeservers
test/set-ipv4-method
test/set-ipv6-method
test/set-nameservers
test/set-proxy
test/set-timeservers
test/set-timezone
test/show-introspection
test/simple-agent
test/test-clock
test/test-compat
test/test-connman
test/test-counter
test/test-manager
test/test-new-supplicant
test/test-session
test/vpn-connect
test/vpn-disconnect
test/vpn-get
test/vpn-property
tools/netlink-test.c [deleted file]
tools/stats-tool.c
vpn/connman-vpn.service.in
vpn/main.c
vpn/plugins/l2tp.c
vpn/plugins/libwireguard.c [new file with mode: 0644]
vpn/plugins/openconnect.c
vpn/plugins/openvpn.c
vpn/plugins/pptp.c
vpn/plugins/vpn.c
vpn/plugins/vpn.h
vpn/plugins/vpnc.c
vpn/plugins/wireguard.c [new file with mode: 0644]
vpn/plugins/wireguard.h [new file with mode: 0644]
vpn/vpn-agent.c
vpn/vpn-agent.h
vpn/vpn-config.c
vpn/vpn-provider.c
vpn/vpn-provider.h
vpn/vpn-settings.c [new file with mode: 0644]
vpn/vpn.h