summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2011-03-25inet: MTU and tunnel setup functions added.Jukka Rissanen1-0/+3
2011-03-03device: Remove connman_device_set_connected from device.hSamuel Ortiz1-2/+0
The routine is not even implemented.
2011-03-02network: Export connman_network_get_connecting() to pluginsHenri Bragge1-0/+1
2011-02-25element: Remove IPV4 elementDaniel Wagner1-1/+0
ipv4.c is also removed.
2011-02-25ipconfig: Remove connman_ipconfig_bindSamuel Ortiz1-2/+0
This routine is unused.
2011-02-24element: Remove DHCP elementDaniel Wagner1-1/+0
2011-02-23ipconfig: Fix IP settersDaniel Wagner2-7/+8
2011-02-23provider: Add IP settersDaniel Wagner1-12/+9
2011-02-23network: Add IP settersDaniel Wagner1-1/+8
2011-02-23network: Remove address fieldSamuel Ortiz1-2/+0
The address network field holds the WiFi BSSID but is unused.
2011-02-18ipconfig: Enable and disable IPv6 properlyJukka Rissanen1-0/+1
this sets the IPv6 status correctly by - enabling IPv6 when service config is loaded and method is AUTO or MANUAL - and disabling IPv6 when service is connected and method is OFF
2011-02-15connection: Remove connection elementDaniel Wagner1-1/+0
2011-02-15service: Refactor Service nameserver APIDaniel Wagner1-1/+1
__connman_service_append/remove_namerserver() is renamed to __connman_service_nameserver_append/remove to be more consistent with the other Service API naming. Also the semantic changes to append/remove instead of set/clear. The list of configured nameservers takes preference over the list of discovered (DHCP, VPN, ...) nameservers.
2011-02-11ipv6: Add property for IPv6 nameserverJukka Rissanen1-0/+1
2011-02-08network: Add CONNMAN_NETWORK_ERROR_INVALID_KEY for a networkPatrik Flykt1-0/+1
Add invalid key/passphrase definition for a network and propagate it to the associated service.
2011-02-08service: Add CONNMAN_SERVICE_ERROR_INVALID_KEY to service error enumPatrik Flykt1-0/+1
Add invalid key/passphrase definition for a service and unset the current passphrase when this error is indicated.
2011-02-04proxy: Add implementation for internal proxy framework.Mohamed Abbas1-0/+1
Add support to call registered proxy driver and report proxy to client. Also Make sure we cancel proxy request if we got disconnected and still waiting for proxy request. Also make sure we set/clear token correctly
2011-02-04pacrunner: Add pacrunner proxy driver.Mohamed Abbas1-0/+4
Register pacrunner proxy driver, add proxy driver functions and call pacrunner daemon to find proxy.
2011-02-04location: Allow to get the service for a locationMohamed Abbas1-0/+3
Add new function to return the service for a location.
2011-02-02tethering: Add a tethering property per technologySamuel Ortiz1-0/+1
The manager tethering property is now gone.
2011-01-28dhcp: Move plugins/dhcp in to coreDaniel Wagner1-81/+0
2011-01-28provider: Report VPN error codeMohamed Abbas2-2/+9
2011-01-28task: Pass exit code to the exit callbackMohamed Abbas1-1/+1
2011-01-27network: Add connman_network_clear_error()Pekka Pessi1-0/+1
Clear the error on corresponding service (and set reconnect) in order to retry autoconnecting.
2011-01-27provider: Factorize VPN routing environment variables parsingSamuel Ortiz1-3/+1
2011-01-26provider: Implement IPv6 route settingSamuel Ortiz1-1/+2
2011-01-26inet: IPv6 network route setting APISamuel Ortiz1-0/+4
2011-01-26ondemand: Remove ondemand.cDaniel Wagner1-38/+0
2011-01-26resolver: Only support resolv.conf and dnsproxyDaniel Wagner1-17/+0
Remove resolver module support.
2011-01-26wifi: Balance scanning statesMohamed Abbas1-0/+1
By setting the scan state to TRUE from wifi_scan() and setting it back to FALSE in the callback, the wifi device scanning state is consistent. Fixes BMC#12104
2011-01-13notifier: Add proxy changed hookSamuel Ortiz1-0/+1
With asynchronous WPAD operations, the proxy_changed notifier hook will allow for a proper pacrunner configuration to be created.
2011-01-12service: Define proxy setting helperSamuel Ortiz1-0/+1
2011-01-07ipconfig: Add AUTO ipconfig method for IPv6 auto configured addressesJukka Rissanen1-0/+1
2010-12-23network: Remove unused network_set_passphrase routineSamuel Ortiz1-2/+0
2010-12-21openvpn: Add pushed routesDaniel Wagner1-0/+4
We should add the routing entries pushed by the OpenVPN server.
2010-12-21inet: Add connman_inet_[add|del]_network_route()Daniel Wagner1-0/+3
connman_inet_[add|del]_host_route() are now wrappers around connman_inet_[add|del]_network_route()
2010-12-17ipconfig: Remove unused ipconfig_clone routineSamuel Ortiz1-1/+0
2010-12-15technology: Export set_regdom to pluginsSamuel Ortiz1-0/+1
The oFono plugin will be the first user.
2010-12-14ipconfig: Remove ipconfig_driverSamuel Ortiz1-16/+0
2010-12-14ipconfig: Remove connman_ipconfig_get_ipv6configSamuel Ortiz1-2/+0
2010-12-14ipconfig: Define 2 separate pointers for IPv4 and IPv6Jukka Rissanen2-2/+5
This patch does not yet enable IPv6 only network support but it is required for later work.
2010-12-14dhcp: Add function to clear DHCP configurationJulien Massot1-0/+1
2010-12-09technology: Add support for regulatory domain notificationSamuel Ortiz1-0/+2
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu2-0/+2
2010-12-08inet: Add connman_inet_[add|remove]_to_bridge() routinesMartin Xu1-0/+2
2010-12-03resolver: Handle temporary nameservers with automatic expiryDavid Woodhouse1-0/+2
We'll need this for servers discovered by RDNSS in IPv6 RA
2010-12-02technology: Add regulatory domain frameworkSamuel Ortiz1-0/+2
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann1-2/+2
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann2-28/+3
2010-11-10tethering: Add async tethering_enabled callbackSamuel Ortiz1-0/+28