summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-05-22Fixed build issue when built with --enable-tizen-ext-wifi-mesh optionsubmit/tizen/20190604.083831accepted/tizen/unified/20190605.215650Nishant Chaprana1-2/+10
Below error comes when compiled with --enable-tizen-ext-wifi-mesh option:- [ 168s] src/mesh-netlink.c:29:31: fatal error: netlink/genl/genl.h: No such file or directory [ 168s] #include <netlink/genl/genl.h> [ 168s] ^ [ 168s] compilation terminated. [ 168s] Makefile:4430: recipe for target 'src/src_connmand-mesh-netlink.o' failed [ 168s] make[1]: *** [src/src_connmand-mesh-netlink.o] Error 1 [ 168s] make[1]: *** Waiting for unfinished jobs.... [ 168s] CC gweb/vpn_connman_vpnd-gionotls.o [ 169s] Makefile:1815: recipe for target 'all' failed [ 169s] make: *** [all] Error 2 Change-Id: Ib62a65cc0dbecca86a6ae9d67bfae880fcb30bbd Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-08-24[connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908Nishant Chaprana1-0/+24
Change-Id: Iec2ec99fb7d4fc6d9c0539e5a9e7c903e1969580 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-01-23Updated connman to version 1.35Seonah Moon1-23/+80
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-34/+107
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2017-09-05Remove gnutls dependency from connmanSaurav Babu1-8/+7
gnutls dependency is only required when wispr is enabled. Currently connman is build with flag --disable-wispr so gnutls is not required. This patch removes gnutls dependency from spec file. We'll find alternative for gnutls later and add that together with patches related to captive portal Change-Id: I23491ec67c365b4bc89c6231cc0a581431208f5a Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2017-07-20Migrate root daemon to non rootsubmit/tizen/20170724.063335taesub kim1-4/+27
Change-Id: I0d0afacc8a11fadc8128f6eef3f64f7a4ca8675b Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2017-04-13Add processing request & response vici message with socketipsecYu Jiung1-1/+1
Change-Id: I06ff60de06fde1ac8f484b1eecf49afed6d02542 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-02-24Add ipsec pluginchleun.moon1-0/+1
Change-Id: Iafe144233e8dd8bc066e00340a5853e4e16d925a Signed-off-by: cheoleun <chleun.moon@samsung.com>
2016-06-17[SPIN] Apply system socket - onlycap supportsubmit/tizen/20160620.015850accepted/tizen/wearable/20160620.081549accepted/tizen/tv/20160620.081531accepted/tizen/mobile/20160620.081517accepted/tizen/ivi/20160620.081605accepted/tizen/common/20160620.163541Niraj Kumar Goit1-3/+3
Change-Id: Icc887f469e77eea24915c89efcf216aff466fa98 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-15[SPIN] gsupplicant: fix stucking in scanning state when scan failed.Niraj Kumar Goit1-2/+3
- gsupplicant: fix stucking in scanning state when scan failed. - Apply ASLR option. - Add ""TIZEN_WEARABLE"" check in service file. - change the dhcp client device name. - default internet service: fix not cleared if pdp activation failed. - Change Russia cert build feature. - Update the Connman.service.in file. - Remove connection retry when association fail. Change-Id: I3ac8e49d0a3c229b298296f8e7cbf34845c2c90d Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09Remove capability and Change from dbus to systemd for vpn servicehyunuktak1-4/+3
Change-Id: I7ef5583cfc148b4835abec4bf57ad76369ed9b8e Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim1-17/+32
Change-Id: I2958446c35966d9ed72df0120b80561be7d89f54 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-03-14on-demand connman-vpnd startDeepak Kumar Sahu1-5/+0
Change-Id: I88da48264b9506b58335c4dbefa7dccb08215245 Signed-off-by: Deepak Kumar Sahu <deepak.sahu@samsung.com>
2016-01-04Added Connman VPN packagehyunuktak1-8/+22
Change-Id: I0f33c30fc20c9e6b48f159e0a0a5a13193cf8ab9 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-12-17Apply tpkp-gnutlshyunuktak1-5/+6
Change-Id: I291b210c7f241492df945d565d9d44c7ad57054f Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-18/+33
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-31Add connmanctl to the built rpmZhang zhengguang1-1/+1
Change-Id: I84fb13ea9224985ad9e15b5c3c5f616bcf7431a4
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-4/+6
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-31/+50
2013-06-07client: Add VPN connection helper functionPatrik Flykt1-0/+1
Add helper function for printing VPN connections. Show also configuration and failure states using 'C' and 'F' as configuration might take some time and failure conveys practical information to the user.
2013-05-31build: Add session policy format documentDaniel Wagner1-1/+2
2013-05-20test: Add test script for Clock APIPatrik Flykt1-1/+2
2013-05-03client: Add support for registering and unregistering an agentPatrik Flykt1-0/+1
Add agent .h and .c files containing registering and unregistering functionality.
2013-04-26build: Install connmand and connman.conf manual pagesJukka Rissanen1-2/+2
2013-04-26make: Add main.conf example file into dist tar ballJukka Rissanen1-0/+2
2013-04-13tools: Rename dnsproxy-unit to dnsproxy-testJukka Rissanen1-3/+3
Rename the dnsproxy file as it is more of a test tool than a unit test.
2013-04-05tools: Add unit test for dnsproxyJukka Rissanen1-1/+5
2013-04-04client: Remove now obsolete functions and filesPatrik Flykt1-6/+4
Remove now obsolete files from services. Remove data_manager, dbus and technology .h and .c files. Update Makefile.am accordingly.
2013-04-04client: Remove now obsolete client/interactive.[hc] filesPatrik Flykt1-1/+0
2013-04-04client: Delete the now obsolete monitor.[hc] filesPatrik Flykt1-1/+0
2013-04-04client: Add input handlingPatrik Flykt1-1/+2
Set up readline command line input handling. Add helper functions to save and redraw the command line when output needs to be printed to the screen.
2013-04-04client: Add connmanctl D-Bus helper functionsPatrik Flykt1-0/+1
Add helper functions for pretty-printing D-Bus messages and making a method call.
2013-03-25iptables-unit: Add firewall API testsDaniel Wagner1-1/+1
2013-03-25firewall: Add firewall fileDaniel Wagner1-1/+1
2013-03-19iptables-unit: Check if rules are inserted/removedDaniel Wagner1-0/+2
Optionally use iptables-save to check if the rules are installed or removed on the system instead of relying only on the returned iptables error code. Do notice that running tools/iptables-unit will modify and delete existing iptables firewall rules on your system. Use iptables-unit with caution!
2013-03-19build: Run ippool test during make distcheckDaniel Wagner1-9/+7
test-ippool is a pure unit test can therefore be part of the distcheck target.
2013-03-18iptables-test: Use iptables implementation from coreDaniel Wagner1-1/+2
With the recent changes to iptables.c and the new API iptables-test.c and iptables.c started to diverge and it is not really possible to keep those two files in sync. Instead we start using the new API. Unfortunatly, we need to partially parse argv and concatinate the rest again together. This is ugly but not much we can do about it.
2013-03-18test-session: Move file to tools and rename it to session-testDaniel Wagner1-6/+5
These tests depens on ConnMan running and therefore not really a unit tests. Let's move it to tools.
2013-03-18test-iptables: Move file to tools and rename it to iptables-unitDaniel Wagner1-5/+5
Unit tests are suppessed to be run during 'make distcheck' but iptables-unit needs to be run with root rights.
2013-03-06build: vpn-property test script was missing from buildJukka Rissanen1-1/+1
2013-02-19vpn-config: Provision providers from .config fileJukka Rissanen1-1/+2
2013-02-19storage: Add function to load provider configuration fileJukka Rissanen1-0/+4
2013-02-14unit: Add test cases for SHA-1 based PBKDF2 and PRFMarcel Holtmann1-0/+12
2013-02-12test-nat: Move tests to test-iptablesDaniel Wagner1-7/+2
These are iptables related tests. So let's move them over.
2013-02-12test-iptables: Add unit test for iptablesDaniel Wagner1-1/+7
2012-12-19build: Compile support for new D-Bus client helpersMarcel Holtmann1-1/+1
2012-12-11client: Provide own D-Bus helper functionsMarcel Holtmann1-2/+1
2012-12-05build: Fix build to enable session-policy-localPatrik Flykt1-1/+1
2012-11-30vpn-agent: Add generic functions to add information into agent dictJukka Rissanen1-1/+2
2012-11-26build: Add VPN documentation files into dist tar fileJukka Rissanen1-1/+3