summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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.
2011-12-10build: Remove unused list-profiles test scriptMarcel Holtmann1-1/+1
2011-11-13build: Create src/builtin.h via BUILT_SOURCESMarcel Holtmann1-4/+2
2011-11-10rfkill.h: Remove unused header fileDaniel Wagner1-1/+1
2011-10-10Makefile: Add missed test files to test_scriptsYu A Wang1-1/+4
Fixes BMC#23418
2011-10-06build: Link session unit test with dynamic loader libraryMarcel Holtmann1-1/+1
2011-09-19ntp: Add skeleton for Simple NTP supportMarcel Holtmann1-1/+1
2011-09-13storage: Add services getterJukka Rissanen1-1/+2
2011-09-12location: Deleted location support and portal pluginTomasz Bursztyka1-4/+2
2011-08-30build: Fix generating links in Makefile.amMarcel Holtmann1-2/+2
2011-08-25storage: remove storage module frameworkAlok Barsode1-2/+1
2011-08-25profile: Remove profile.c and profile.hAlok Barsode1-2/+2
2011-08-11wifi: Move the wifi helper function to service.c and remove wifi.c.Alok Barsode1-2/+2
2011-08-09Makefile: Remove test-profile from test_scriptsSamuel Ortiz1-2/+1
2011-07-20build: Remove wifi-scan testing utilityMarcel Holtmann1-5/+2
2011-07-18build: Remove no longer needed build magicMarcel Holtmann1-2/+0
2011-07-18build: Use BUILT_SOURCES for generating header filesMarcel Holtmann1-1/+3
2011-06-16property: Remove itDaniel Wagner1-2/+1
2011-06-16element: Remove element.cDaniel Wagner1-2/+2