summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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.
2012-09-04test: set-timeservers was missing from makefileJukka Rissanen1-1/+1
2012-08-30session: Add configuration pluginDaniel Wagner1-1/+2
2012-07-13config: Get configurations that are provisionedJukka Rissanen1-1/+1
We need the list of provisioned services so that all the hidden ones can be scanned.
2012-05-21build: Add option for disabling WISPr supportMarcel Holtmann1-11/+17
2012-05-04build: Enable vpnc by default for developer buildsMarcel Holtmann1-0/+2
2012-04-30test: Remove script to monitor managerMarcel Holtmann1-1/+1
2012-04-29build: Remove dependency on libcap-ngMarcel Holtmann1-3/+2
2012-04-26build: Fix broken build without GnuTLSMarcel Holtmann1-3/+4
2012-04-21build: Remove useless alg-test example programMarcel Holtmann1-4/+1
2012-04-21build: Build client and testing tools by defaultMarcel Holtmann1-3/+1
2012-04-21build: Allow NM and PolicyKit plugins only as builtinsMarcel Holtmann1-0/+2
2012-04-21build: Always enable essential plugins by defaultMarcel Holtmann1-7/+1
2012-04-17test: Remove set-address scriptJukka Rissanen1-1/+1
The script is quite useless because it changes the IP address settings of all found services. The IP settings will be the same for every service which is probably not what the user wants. The set-ipv4-method and set-ipv6-method scripts can be used by the user instead of set-address because those two scripts will only change settings of one service.
2012-04-12google: Remove google nameserver pluginPatrik Flykt1-1/+0
2012-04-11Makefile: Remove test/provision-service from Makefile.amPatrik Flykt1-1/+1
2012-04-05meego: Remove the meego pluginAlok Barsode1-1/+0
The fallback Timeservers should replace this plugin.
2012-02-24build: Remove find-service and connect-service from test_scriptsSamuel Ortiz1-3/+2
2012-02-13build: Add missing documentation to EXTRA_DISTSamuel Ortiz1-0/+2
2012-02-13test-nat: Add nat unit testDaniel Wagner1-1/+7
2012-02-13nat: Move nat code into a seperate fileDaniel Wagner1-1/+1
Instead of natting all traffic, nat.c will restrict the masquerading on given network/mask. The nat handling code will be reused by session.c
2012-02-13bridge: Move bridge code into a seperate fileDaniel Wagner1-1/+1
The bridge handling code will reused by session.c.
2012-02-03build: Remove --enable-ntpdMarcel Holtmann1-1/+0
2012-02-01test-ippool: Add unit test for ippoolDaniel Wagner1-1/+6
2012-02-01ippool: Add IP pool layerDaniel Wagner1-1/+2
This is based on Guillaume Zajac intial IP pool patches.
2012-01-05dhcpv6: Support stateless DHCPv6Jukka Rissanen1-1/+1
See relevant parts from these RFCs: RFC 3315 - DHCP for IPv6 RFC 3646 - DNS configuration options for DHCP for IPv6 RFC 3736 - Stateless DHCP service for IPv6 RFC 4075 - SNTP configuration option for DHCPv6 The patch does not support authenticated information messages.