summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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')
2012-10-03build: Fix missing -lrt for clock_gettime()Lucas De Marchi1-1/+1
librt is needed for using clock_gettime(): /usr/bin/ld: src/ntp.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5' /usr/bin/ld: note: 'clock_gettime@@GLIBC_2.2.5' is defined in DSO /usr/lib/librt.so.1 so try adding it to the linker command line /usr/lib/librt.so.1: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status
2012-09-26build: Add manual pages for connman and config fileJukka Rissanen1-1/+6
2012-09-19build: Include --enable-session-policy when building distributionMarcel Holtmann1-0/+1
2012-09-18build: Don't install connmanctl.1 manual page for nowMarcel Holtmann1-1/+1
2012-09-14client: Update Makefile.am and add new command line client main fileCeara Chewning1-3/+14
The new main.c uses the previously added services, technology, manager, interactive, and monitor files to create the connmanctl command line interface. It is able to display properties of services and technologies, and set/enable them.