summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-10-23iptables: Replace iptables-test programSamuel Ortiz1-4/+4
The new iptables-test no longer links against the unstable libiptc library. A link against libxtables is still necessary as the iptables extensions are only registered against iptables through this library. Not using it would mean replicating any of the extensions ConnMan could potentially need.
2010-10-04Remove dependency on udevMarcel Holtmann1-18/+0
2010-10-02Add support for systemd service configurationMarcel Holtmann1-0/+13
2010-10-02Add support for installing D-Bus autostart configurationMarcel Holtmann1-0/+10
2010-10-02Release 0.620.62Marcel Holtmann1-1/+1
2010-09-26udev: Print error when udev support is not available and not disabledMarcel Holtmann1-4/+2
2010-09-22Store stats information into separate filesDaniel Wagner1-0/+11
Currently the statistic information is stored into the profile file. This results in rewriting the whole file if connann_stats_save is called. This results in too many disk I/Os for low power devices. Furthermore, only the current value is stored. There is no way to find out how many bytes have been transfered in the last month. First, each service statistic is stored into a separate files under /var/lib/connman having a *.data extension. This file contains fixed sized records of stats counters and will be mmap into memory. It is used like a ring buffer. If the buffer is full or after a certain period (e.g. a month), the raw data will be summerized into the *.info file. Currently the summary is not implented yet. This will be implemented in the next round of patches.
2010-09-21Simplify linker scriptLucas De Marchi1-3/+0
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols.
2010-09-21Use DBUS_CONFDIR variable instead of DBUS_DATADIRMarcel Holtmann1-4/+4
2010-09-19Add skeleton for PAC runner supportMarcel Holtmann1-0/+7
2010-09-14Small style cleanup for readabilityMarcel Holtmann1-2/+3
2010-09-14Check harder for -lresolvPekka Pessi1-2/+3
Older Debians and friends expose __ns_initparse and their resolv.h defines ns_initparse is __ns_initparse.
2010-09-10Release 0.610.61Marcel Holtmann1-1/+1
2010-09-09Update support for PolicyKit with GDBus security integrationMarcel Holtmann1-6/+3
2010-09-08Release 0.600.60Marcel Holtmann1-1/+1
2010-08-22Release 0.590.59Marcel Holtmann1-1/+1
2010-08-21Release 0.580.58Marcel Holtmann1-1/+1
2010-08-17Always check for ns_initparsePekka Pessi1-6/+6
ns_initparse is used by gresolv, too.
2010-08-12Release 0.570.57Marcel Holtmann1-1/+1
2010-08-04Release 0.560.56Marcel Holtmann1-1/+1
2010-07-27Remove udhcp pluginMarcel Holtmann1-17/+0
2010-07-27Remove resolvconf pluginMarcel Holtmann1-17/+0
2010-07-25Release 0.550.55Marcel Holtmann1-1/+1
2010-07-13Add some extra autoconf/automake magic for iptables libraryMarcel Holtmann1-0/+5
2010-07-12Do not pass the -H option to dhclient taskSamuel Ortiz1-6/+0
This option is only supported by RedHat's dhclient package.
2010-06-17Release 0.540.54Marcel Holtmann1-1/+1
2010-05-31ntpd pluginSamuel Ortiz1-0/+18
The ntpd plugin triggers an ntpd -q task whenever a service goes online. It either uses the meego ntp service or the one it potentially fetches from a DHCP response.
2010-05-25Release 0.530.53Marcel Holtmann1-1/+1
2010-05-16Add example test tool for DNS resolver clientMarcel Holtmann1-0/+6
2010-05-13Fix massive amount of whitespace usage in configure.acMarcel Holtmann1-12/+12
2010-05-13Check for dhclient hostname supportMarcel Holtmann1-0/+6
2010-04-13Release 0.520.52Marcel Holtmann1-1/+1
2010-04-01Add hh2serial GPS supportMohamed Abbas1-0/+6
This patch brings the hh2serial GPS device on and off with offline mode changes. Although this power control is currently done through sysfs entries, this will be fixed once the hh2serial driver gets proper rfkill support.
2010-03-25Release 0.510.51Marcel Holtmann1-1/+1
2010-03-25Portal detection pluginMohamed Abbas1-0/+6
Add new plugin to support page redirection when using wifi or ethernet. Most of this code is a copy from tools/portal-test.com intergrated to work with location core.
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-6/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-6/+0
2010-03-07Rename Moblin plugin to MeeGo features pluginMarcel Holtmann1-5/+5
2010-03-03Release 0.500.50Marcel Holtmann1-1/+1
2010-02-11Release 0.490.49Marcel Holtmann1-1/+1
2009-12-30Release 0.480.48Marcel Holtmann1-1/+1
2009-12-14Add plugin for Moblin specific featuresMarcel Holtmann1-0/+6
2009-12-14Add plugin for using Google Public DNS serviceMarcel Holtmann1-0/+6
2009-12-09Add OpenConnect provider plugin for AnyConnect VPN supportMohamed Abbas1-0/+17
2009-12-07Remove failed attempt to integrate with ModemManagerMarcel Holtmann1-6/+0
2009-12-06Remove unfinished and unneeded PPP supportMarcel Holtmann1-17/+0
2009-12-05Require udev-143 or laterMarcel Holtmann1-5/+1
2009-11-30Check for capabilities support via libcap-ngMarcel Holtmann1-0/+10
2009-11-26Release 0.470.47Marcel Holtmann1-1/+1
2009-11-26Remove empty plugins for Novatel and Huawei modemsMarcel Holtmann1-10/+1