summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2010-08-02Track and report VPN providers statesSamuel Ortiz1-2/+2
2010-07-29Provide access to hostname and domainname element propertiesMarcel Holtmann1-0/+3
2010-07-29Store host and domain names retrieved from DHCPMarcel Holtmann1-0/+3
2010-07-29Add a family member to connman_ipaddressSamuel Ortiz1-1/+2
2010-07-29Initial IPv6 supportMartin Xu4-2/+30
Only manual/fixed setting supported for now.
2010-07-26Add a resolver flush methodSamuel Ortiz1-0/+3
The flush method sends any pending resolving requests. A resolver can queue requests to some pending list when e.g. it knows ConnMan is offline.
2010-07-26Initial on-demand connection implementationSamuel Ortiz1-0/+38
This first implementation tracks the connection status, and provides a simple API for starting the on-demand session.
2010-07-15Provide unique identifier along with the interface callbacksMarcel Holtmann1-1/+2
2010-07-15Add service property and signals for LoginRequiredMarcel Holtmann1-4/+3
2010-07-15Add technology driver callbacks for adding/removing interfacesMarcel Holtmann1-0/+4
2010-07-15Add technology driver callback for setting TetheringMarcel Holtmann1-0/+2
2010-07-15Add support for technology driversMarcel Holtmann1-0/+54
2010-07-12No host route needed for nameservers on the same subnetSamuel Ortiz1-0/+1
2010-07-12Factorize host route setting routineSamuel Ortiz1-2/+1
2010-07-09Add DHCP plugins priority flagsSamuel Ortiz1-0/+4
2010-06-16Add helper for network updateSamuel Ortiz1-0/+2
This is cleaner and more readable than going through the network_set_group() routine.
2010-06-16Support for ppp default route settingKalle Valo1-0/+1
When gateway is NULL, we need to properly set our connection and element string to 0.0.0.0 so that the interface is the default route.
2010-06-05wifi routine to fetch the saved SSIDs from the active profileSamuel Ortiz1-0/+2
2010-06-01Fix timeserver APISamuel Ortiz1-4/+4
We want to keep the server pointer constant.
2010-05-31Complete timeserver APISamuel Ortiz1-4/+6
The timeserver API now includes a sync() call in order to separate timeserver peer addition from actual time syncing.
2010-05-18Unregister element's children by typeSamuel Ortiz1-0/+2
Add a new element API to be able to unregister an element's children of a certain type.
2010-05-12Add support for getting current system hostnameMarcel Holtmann1-0/+3
2010-04-16Remove supplicant and device scanning state cleaningSamuel Ortiz1-1/+0
With wpa_supplicant 0.7, there is no need to handle potential issues with scan results not being sent. Also, the state change is sent before the actual scan results, so marking all networks available at that point is misleading.
2010-03-25Add gateway to connman_ipaddressMartin Xu1-1/+2
2010-03-25Portal detection pluginMohamed Abbas1-0/+4
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 Holtmann2-2/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann2-2/+0
2010-02-11Fix VPN issue when setting up host routeMohamed Abbas1-0/+1
2010-02-11Add static IP supportMartin Xu1-0/+1
The IP adress setting is now based on the selected ipconfig method. It is set after a service reconnection though.
2010-02-02Rename mac80211 routines and fields to cfg80211Samuel Ortiz1-1/+1
The mac80211 boolean and inet routines names are a bit misleading since what we really want to check is if the underlying wifi driver is cfg80211 compliant. The mac80211 drivers form a subset of that, as some full MAC cards also are fully cfg80211 compliant.
2010-01-29Add basic support for a location detection frameworkMarcel Holtmann1-0/+71
2010-01-29Add special state for portal login stepMarcel Holtmann1-3/+4
2010-01-29Add network->driver->setup() callback functionMartin Xu1-0/+1
After string value has been set in function connman_network_set_string() call network->driver->setup() to let network driver handle the value. ofono network driver setup call back function handles "Cellular.APN" to set up APN.
2010-01-26Use more unique debug descriptorMarcel Holtmann1-2/+2
2010-01-25Add support for technology interfaceMarcel Holtmann1-0/+2
2010-01-13Add special "online" service stateMarcel Holtmann1-0/+1
2010-01-07Add support for setting immutable flag from configurationsMarcel Holtmann1-3/+0
2010-01-05Use common set of INET routing helpersMarcel Holtmann1-0/+1
2010-01-05Add helper for removing host routesMarcel Holtmann1-1/+2
2010-01-05Split gateway and host route setting in two separate functionsMarcel Holtmann1-1/+2
2010-01-05Move online/offline state handling into notifier frameworkMarcel Holtmann1-1/+1
2010-01-05Add place-holder for technology type GPSMarcel Holtmann1-1/+2
2010-01-04Add framework for counter callbacksMarcel Holtmann1-0/+1
2010-01-04Store PAC URL configuration in DHCP and provider elementsMarcel Holtmann2-0/+2
2010-01-01Update copyright informationMarcel Holtmann27-27/+27
2009-12-30Add INET functions for setting gateway address and gateway interfaceMartin Xu1-1/+2
2009-12-30Add function connman_network_set_method()Martin Xu1-0/+4
2009-12-20Add IP configured method for fixed addressesMarcel Holtmann1-2/+3
2009-12-20Add D-Bus interface for configuring IP addressesMarcel Holtmann1-0/+2
2009-12-20Rename IP configuration methods to match specificationMarcel Holtmann1-2/+2