summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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-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
2012-11-26build: Fix up distribution dependencies in makefilesPatrik Flykt1-3/+4
Ensure all files needed at build time are added to the distribution tar file, especially those for VPN. Files in any *_SOURCES variables or ending with *.in are already covered.
2012-11-23inotify: Move inotify code into its own fileDaniel Wagner1-2/+4
The inotify code will be used by the core (config.c) and the session policy plugin. We introduce a new API for file modifcation notifcation. We move the factored out code part from the last patch into a new file and also change the inotify code so that it allows to monitor not only STORAGEDIR. When registering a new observer, the callee has to tell which directory should be watched. inotify.c will group the observers together.
2012-11-23selinux: Add Type Enforcement rule compilationJukka Rissanen1-0/+10
The SELinux rules are needed for VPN. They allow various vpn clients to send notifications to connman-vpnd via net.connman.Task dbus interface if the connman processes are run under systemd and the system is in enforcing mode.
2012-11-23agent: Split agent code into generic and service specific partsJukka Rissanen1-3/+3
2012-11-23test: New VPN test script that connect to connman-vpndJukka Rissanen1-0/+5
2012-11-23test: Renamed old VPN scriptsJukka Rissanen1-1/+1
Renamed connect-vpn to connect-provider and disconnect-vpn to remove-provider In order to not confuse the user, change the name of the old vpn connect/disconnect script. Now the name of the script reflects the name of the manager dbus api. The connect-provider will use the old ConnectProvider manager dbus interface instead of directly connecting to connman-vpnd.
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-1/+91
2012-11-23ipconfig: Move IP address API into separate ipaddress.c fileJukka Rissanen1-2/+2
Done so that connman_ipaddress_* functions can be used from separate vpn daemon.
2012-10-11gdhcp: Add unalignment macrosJukka Rissanen1-1/+1
The alignment macros are copied from Bluez.
2012-10-03build: Don't use deprecated INCLUDES variableLucas De Marchi1-1/+1
Makefile.am:127: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')