Imported Upstream connman version 1.38 29/246129/6
authorNiraj Kumar Goit <niraj.g@samsung.com>
Tue, 1 Dec 2020 12:44:19 +0000 (18:14 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Mon, 4 Jan 2021 05:50:23 +0000 (05:50 +0000)
commitc647a4b6f1132684c9d8b8ad71ec38d81147b278
treeb346bee32f204af1f3b13cfacb2ad3caa9a9c484
parent04d1dbacf6aabbb44f16f6776496192964d460d8
Imported Upstream connman version 1.38

Change-Id: I9e650762f3b2b2a31945b66e044e67a77e3b4b12
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
140 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
packaging/connman.spec
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, mode: 0644]
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/mesh.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 [new file with mode: 0755]
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/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