framework/connectivity/connman.git
11 years agoAdding connman-test subpackage 2.0alpha master submit/trunk/20121203.071810
Prajwal Mohan [Fri, 5 Oct 2012 21:14:59 +0000 (14:14 -0700)]
Adding connman-test subpackage

11 years agoRelease tizen_2.0_beta 2.0_alpha submit/master/20120920.151045
Cho Sanghoon [Tue, 21 Aug 2012 23:37:11 +0000 (08:37 +0900)]
Release tizen_2.0_beta

11 years agodevice: Turn off all running interfaces at startup
Jukka Rissanen [Mon, 9 Jul 2012 09:24:48 +0000 (12:24 +0300)]
device: Turn off all running interfaces at startup

Turning off running interfaces that have IP address,
causes all routes related to those interfaces to be
removed by kernel. This way connman will get a fresh
start without any extra and obsolete routes around.

11 years agoinet: Return all running interfaces
Jukka Rissanen [Mon, 9 Jul 2012 09:24:47 +0000 (12:24 +0300)]
inet: Return all running interfaces

Add a function that returns all (except loopback)
interfaces that are up and running (have IP address).
This information is used in following patch to clean
up the routes that are left hanging around.

11 years agoservice: Make sure the pending reply is not lost
Jukka Rissanen [Wed, 4 Jul 2012 08:21:27 +0000 (11:21 +0300)]
service: Make sure the pending reply is not lost

The user data (pending reply) can be null if agent returns
an error. In this case do not overwrite the real pending reply.

11 years agodhcp: warn on invalid netmask
Julien Massot [Thu, 5 Jul 2012 14:12:53 +0000 (14:12 +0000)]
dhcp: warn on invalid netmask

11 years agomain: Dynamically allocate default blacklist array, free on exit
Patrik Flykt [Thu, 28 Jun 2012 11:20:57 +0000 (14:20 +0300)]
main: Dynamically allocate default blacklist array, free on exit

11 years agomain: Move default string arrays top of the file
Patrik Flykt [Thu, 28 Jun 2012 13:06:00 +0000 (16:06 +0300)]
main: Move default string arrays top of the file

11 years agotechnology: check validity of given properties for tethering
Julien Massot [Wed, 4 Jul 2012 16:09:03 +0000 (16:09 +0000)]
technology: check validity of given properties for tethering

A WPA2 passphrase is between 8 and 63 characters,
a SSID name is between 1 and 32 characters.

11 years agotechnology: return already enabled when tethering is enabled
Julien Massot [Wed, 4 Jul 2012 16:09:02 +0000 (16:09 +0000)]
technology: return already enabled when tethering is enabled

11 years agoTODO: Remove BackgroundScanning task
Tomasz Bursztyka [Wed, 4 Jul 2012 14:24:42 +0000 (17:24 +0300)]
TODO: Remove BackgroundScanning task

11 years agowifi: Add support for autoscan request
Tomasz Bursztyka [Wed, 4 Jul 2012 14:24:41 +0000 (17:24 +0300)]
wifi: Add support for autoscan request

11 years agogsupplicant: Add a function to handle autoscan method
Tomasz Bursztyka [Wed, 4 Jul 2012 14:24:40 +0000 (17:24 +0300)]
gsupplicant: Add a function to handle autoscan method

11 years agoTODO: Add what wifi legacy support should be removed about set_regdom
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:07 +0000 (16:48 +0300)]
TODO: Add what wifi legacy support should be removed about set_regdom

11 years agowifi: Add capability to set regulatory domain through device's interface
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:06 +0000 (16:48 +0300)]
wifi: Add capability to set regulatory domain through device's interface

Fixes BMC#25244

11 years agogsupplicant: Add a method to set interface's country property
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:05 +0000 (16:48 +0300)]
gsupplicant: Add a method to set interface's country property

11 years agogsupplicant: Adapt set country callback to return a result
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:04 +0000 (16:48 +0300)]
gsupplicant: Adapt set country callback to return a result

This is necessary for the next coming patches, to fix country setting by interface

11 years agotechnology: Set regulatory domain by device or fallback to technology based
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:03 +0000 (16:48 +0300)]
technology: Set regulatory domain by device or fallback to technology based

11 years agodevice: Add capability to notify on regulatory domain setting
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:02 +0000 (16:48 +0300)]
device: Add capability to notify on regulatory domain setting

11 years agotechnology: Notify the regulatory domain setting by device
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:01 +0000 (16:48 +0300)]
technology: Notify the regulatory domain setting by device

11 years agodevice: Add driver capability to set regulatory domain on device basis
Tomasz Bursztyka [Wed, 4 Jul 2012 13:48:00 +0000 (16:48 +0300)]
device: Add driver capability to set regulatory domain on device basis

11 years agodoc: Fix small typo
Marcel Holtmann [Wed, 4 Jul 2012 17:35:56 +0000 (19:35 +0200)]
doc: Fix small typo

11 years agoRelease 1.3
Marcel Holtmann [Mon, 2 Jul 2012 12:34:25 +0000 (14:34 +0200)]
Release 1.3

11 years agortnl: Fixed log for the type RTM_GETADDR
Paulo Pizarro [Mon, 2 Jul 2012 11:53:43 +0000 (08:53 -0300)]
rtnl: Fixed log for the type RTM_GETADDR

The connman prints an unknown type when sending a request RTM_GETADDR

11 years agotethering: Fix incorrect index value for private network
Wu Zheng [Mon, 2 Jul 2012 05:21:05 +0000 (13:21 +0800)]
tethering: Fix incorrect index value for private network

In __connman_private_network_request, pn->fd is used as the index value
and passed to __connman_ippool_create, which is not correct.
It result in the private network is block used externally.

11 years agounit: Watch for signals only on CONNMAN_SERVICE
Lucas De Marchi [Thu, 28 Jun 2012 14:20:54 +0000 (11:20 -0300)]
unit: Watch for signals only on CONNMAN_SERVICE

11 years agoofono: Watch for signals only on OFONO_SERVICE
Lucas De Marchi [Thu, 28 Jun 2012 14:20:53 +0000 (11:20 -0300)]
ofono: Watch for signals only on OFONO_SERVICE

11 years agodundee: Watch for signals only on DUNDEE_SERVICE
Lucas De Marchi [Thu, 28 Jun 2012 14:20:52 +0000 (11:20 -0300)]
dundee: Watch for signals only on DUNDEE_SERVICE

11 years agobluetooth: Watch for signals only on BLUEZ_SERVICE
Lucas De Marchi [Thu, 28 Jun 2012 14:20:51 +0000 (11:20 -0300)]
bluetooth: Watch for signals only on BLUEZ_SERVICE

11 years agogdbus: Fix removal of filter after last filter_data
Lucas De Marchi [Mon, 25 Jun 2012 15:44:40 +0000 (12:44 -0300)]
gdbus: Fix removal of filter after last filter_data

If there's a signal watch that's also watching for name
(data->name_watch) currently we are trying to remove the message_filter
twice since we may have the following call chain:

filter_data_remove_callback()
  filter_data_free()
    g_dbus_remove_watch()
      filter_data_remove_callback()
filter_data_free()
        dbus_connection_remove_filter()
  dbus_connection_remove_filter()

Because of this we can't currently watch for signals passing the bus
name. After this patch we don't have this issue anymore.

We fix it by removing the filter before calling filter_data_free() if we
are the last filter_data and thus avoid calling
dbus_connection_remove_filter() twice.

11 years agoofono: Fix potential crash
Guillaume Zajac [Wed, 27 Jun 2012 15:00:29 +0000 (17:00 +0200)]
ofono: Fix potential crash

If a dummy context is created, it might happen
that its index is equal to -1. In this particular case
the IP address has not been copied to context->address
during ipv4 extraction.
If we force from oFono a context activation, it will
make ConnMan crashing on set_connected().

11 years agoinet: Fix usage of getaddrinfo() return value
Patrik Flykt [Thu, 28 Jun 2012 08:24:53 +0000 (11:24 +0300)]
inet: Fix usage of getaddrinfo() return value

Fixes BMC#25304

11 years agowifi: Add wifi pointer NULL checks
Patrik Flykt [Thu, 28 Jun 2012 07:11:03 +0000 (10:11 +0300)]
wifi: Add wifi pointer NULL checks

Always check what connman_device_get_data() returns and act
accordingly.

11 years agomain: static-qualify default config values
Grant Erickson [Thu, 28 Jun 2012 00:21:18 +0000 (17:21 -0700)]
main: static-qualify default config values

The default configuration arrays default_auto_connect and
default_blacklist must be static-qualified. Otherwise, their
stack-allocated storage will go out of scope after parse_config
is finished and empty or commented-out DefaultAutoConnectTechnologies
or NetworkInterfaceBlacklist config entries will refer to
random stack data.

11 years agoTODO: Add WPS pin code task
Patrik Flykt [Wed, 27 Jun 2012 12:25:15 +0000 (15:25 +0300)]
TODO: Add WPS pin code task

11 years agoTODO: Remove DUN task, update WiFi scan owner
Patrik Flykt [Wed, 27 Jun 2012 12:24:26 +0000 (15:24 +0300)]
TODO: Remove DUN task, update WiFi scan owner

11 years agoRelease 1.2
Marcel Holtmann [Tue, 26 Jun 2012 21:56:09 +0000 (14:56 -0700)]
Release 1.2

11 years agogweb: Use g_try_realloc instead of g_realloc
Jukka Rissanen [Tue, 26 Jun 2012 08:29:05 +0000 (11:29 +0300)]
gweb: Use g_try_realloc instead of g_realloc

11 years agodoc: Document 'informational' value of Requirement field
Tomasz Bursztyka [Mon, 25 Jun 2012 10:16:37 +0000 (13:16 +0300)]
doc: Document 'informational' value of Requirement field

11 years agoagent: Fix how to provide PreviousPassphrase through D-Bus
Tomasz Bursztyka [Mon, 25 Jun 2012 10:16:36 +0000 (13:16 +0300)]
agent: Fix how to provide PreviousPassphrase through D-Bus

11 years agoipconfig: Save prefixlen only if not cleared
Julien Massot [Fri, 15 Jun 2012 13:15:31 +0000 (13:15 +0000)]
ipconfig: Save prefixlen only if not cleared

This commit fixes a bug when using manual ipv4 addressing.
The first time it works, but once the service is reconnected it uses
an invalid netmask: 255.255.255.255.

11 years agowifi: Check we have valid wifi pointer in autoscan
Jukka Rissanen [Thu, 21 Jun 2012 10:57:33 +0000 (13:57 +0300)]
wifi: Check we have valid wifi pointer in autoscan

The wifi pointer in device might be NULL if wpa_supplicant dies
between autoscans.

11 years agotechnology: Return proper error code when already disabled
Jukka Rissanen [Thu, 21 Jun 2012 10:39:17 +0000 (13:39 +0300)]
technology: Return proper error code when already disabled

Return AlreadyDisabled to the caller instead of InProgress if we
are already disabled.

11 years agotechnology: Return proper error code when already enabled
Jukka Rissanen [Thu, 21 Jun 2012 10:39:16 +0000 (13:39 +0300)]
technology: Return proper error code when already enabled

We do not call the generic error message function because
it maps EALREADY to EINPROGRESS. So instead we call correct
error return function which returns AlreadyEnabled to the
caller.

Fixes BMC#25306

11 years agomain.conf: Comment out example default values and add documentation
Patrik Flykt [Mon, 25 Jun 2012 06:24:15 +0000 (09:24 +0300)]
main.conf: Comment out example default values and add documentation

11 years agomain: Use 'NetworkInterfaceBlacklist' string everywhere
Patrik Flykt [Mon, 25 Jun 2012 06:23:03 +0000 (09:23 +0300)]
main: Use 'NetworkInterfaceBlacklist' string everywhere

11 years agortnl: Use filtered devices to determine blacklisted devices
Manfred Kober [Thu, 21 Jun 2012 07:40:33 +0000 (09:40 +0200)]
rtnl: Use filtered devices to determine blacklisted devices

Instead of hard-coding some selected devices to be ignored, the
blacklist check now uses the connman_device_isfiltered list.

11 years agodevice: Consider blacklisted interfaces from main.conf when filtering
Manfred Kober [Thu, 21 Jun 2012 07:40:32 +0000 (09:40 +0200)]
device: Consider blacklisted interfaces from main.conf when filtering

Interfaces blacklisted in main.conf are now also taken into account
by connman_device_isfiltered. This is done in addition to what gets
passed with -i or -I on the command line.

11 years agomain: Support NetworkInterfaceBlacklist from main.conf
Manfred Kober [Thu, 21 Jun 2012 07:40:31 +0000 (09:40 +0200)]
main: Support NetworkInterfaceBlacklist from main.conf

This adds a settings variable and a function for fetching that list

11 years agomain.conf: Add NetworkInterfaceBlacklist
Manfred Kober [Thu, 21 Jun 2012 07:40:30 +0000 (09:40 +0200)]
main.conf: Add NetworkInterfaceBlacklist

11 years agodnsproxy: Check cache for TCP request before connecting to server
Jukka Rissanen [Wed, 20 Jun 2012 10:38:40 +0000 (13:38 +0300)]
dnsproxy: Check cache for TCP request before connecting to server

It is not necessary to create TCP sockets to server if we have
the answer already in the cache.

11 years agodnsproxy: Use DNS header in checks
Jukka Rissanen [Wed, 20 Jun 2012 10:38:39 +0000 (13:38 +0300)]
dnsproxy: Use DNS header in checks

We should use the DNS header struct when checking DNS
protocol values instead of using pointer so that the
TCP offset is properly taken care of.

11 years agodnsproxy: Add more debugging prints
Jukka Rissanen [Wed, 20 Jun 2012 10:38:38 +0000 (13:38 +0300)]
dnsproxy: Add more debugging prints

11 years agodnsproxy: Check cache properly for TCP packets
Jukka Rissanen [Wed, 20 Jun 2012 10:38:37 +0000 (13:38 +0300)]
dnsproxy: Check cache properly for TCP packets

The DNS packet starts from offset 2 in TCP payload.

11 years agodnsproxy: Fix the negative caching of AAAA record
Jukka Rissanen [Wed, 20 Jun 2012 10:38:36 +0000 (13:38 +0300)]
dnsproxy: Fix the negative caching of AAAA record

Handle the TCP offset properly.

11 years agodnsproxy: Save DNS packet in cache always in TCP format
Jukka Rissanen [Wed, 20 Jun 2012 10:38:35 +0000 (13:38 +0300)]
dnsproxy: Save DNS packet in cache always in TCP format

The cached DNS packet will always contain two prefix bytes.
For UDP we do not send these two extra bytes. This way we do
not need to know if the cached message is from UDP or TCP query.

11 years agodnsproxy: Do not generate SIGPIPE
Jukka Rissanen [Wed, 20 Jun 2012 10:38:34 +0000 (13:38 +0300)]
dnsproxy: Do not generate SIGPIPE

Instead of generating SIGPIPE, just return EPIPE error
if TCP stream is broken. This way we cannot get aborted
if we receive SIGPIPE (seen this happening).

11 years agoippool: Fix endless loop issue with 32 prefix length
Guillaume Zajac [Tue, 19 Jun 2012 13:21:24 +0000 (15:21 +0200)]
ippool: Fix endless loop issue with 32 prefix length

While trying to establish a DUN connection with oFono,
an endless loop was found when requesting an IP block.
The problem was on data connection activation its address
with 32 length prefix was notified through ConnMann using
__connman_ippool_newaddr() but mask address shifting with
32 bits was obsolete. So IP pool was considerating block
0.0.0.0 to 255.255.255.255 was in use.

11 years agodnsproxy: Fix flushing pending requests
Paulo Pizarro [Mon, 18 Jun 2012 02:22:40 +0000 (23:22 -0300)]
dnsproxy: Fix flushing pending requests

11 years agodnsproxy: Release all the fields of the request after forward dns reply
Paulo Pizarro [Mon, 18 Jun 2012 02:22:39 +0000 (23:22 -0300)]
dnsproxy: Release all the fields of the request after forward dns reply

11 years agodnsproxy: Avoid duplication of domains in the TCP server domain list
Paulo Pizarro [Mon, 18 Jun 2012 02:22:38 +0000 (23:22 -0300)]
dnsproxy: Avoid duplication of domains in the TCP server domain list

The domain list is created in the tcp_server_event function
at connection time (G_IO_OUT event), so it is not necessary
to create it here too.

11 years agodnsproxy: If no request was sent then the TCP server is destroyed
Paulo Pizarro [Mon, 18 Jun 2012 02:22:37 +0000 (23:22 -0300)]
dnsproxy: If no request was sent then the TCP server is destroyed

11 years agodnsproxy: If the answer is in the cache, the TCP request is released
Paulo Pizarro [Mon, 18 Jun 2012 02:22:36 +0000 (23:22 -0300)]
dnsproxy: If the answer is in the cache, the TCP request is released

11 years agodnsproxy: Only one copy of the relevant buffers will be made to a TCP request
Paulo Pizarro [Mon, 18 Jun 2012 02:22:35 +0000 (23:22 -0300)]
dnsproxy: Only one copy of the relevant buffers will be made to a TCP request

This copy will be made after scanning the list of nameservers and
only if at least one TCP server is created.
Otherwise, it will be sent an error response to the request.

11 years agoREADME: Add information about mailing list and site
Lucas De Marchi [Thu, 14 Jun 2012 14:24:53 +0000 (11:24 -0300)]
README: Add information about mailing list and site

11 years agowifi: Use common scan callback handling
Patrik Flykt [Fri, 15 Jun 2012 11:13:53 +0000 (14:13 +0300)]
wifi: Use common scan callback handling

11 years agowifi: Do a hidden WiFi network scan also for user scans
Patrik Flykt [Fri, 15 Jun 2012 11:13:52 +0000 (14:13 +0300)]
wifi: Do a hidden WiFi network scan also for user scans

Rename the callback function since it's not used only for
autoscan.

11 years agowifi: Use scan_callback() instead of hidden_scan_callback()
Patrik Flykt [Fri, 15 Jun 2012 11:13:51 +0000 (14:13 +0300)]
wifi: Use scan_callback() instead of hidden_scan_callback()

The functionality of the callbacks are the same, thus start using
scan_callback() only. As a result move code around.

11 years agodevice: Don't unnecessarily set device->scanning to false
Patrik Flykt [Fri, 15 Jun 2012 11:13:50 +0000 (14:13 +0300)]
device: Don't unnecessarily set device->scanning to false

The WiFi plugin will call connman_device_set_scanning() immediately
after connman_device_reset_scanning().

11 years agosupplicant: Call scan callback if needed when removing interface
Patrik Flykt [Fri, 15 Jun 2012 11:13:49 +0000 (14:13 +0300)]
supplicant: Call scan callback if needed when removing interface

Check whether a scan callback is set for the interface when
an interface removed signal is received from wpa_supplicant.
wpa_supplicant seems not to reply to any outstanding scan method
calls after a wpa_supplicant 'RemoveInterface' has been received.

11 years agowifi: Reset autoscan timer on a new scan
Patrik Flykt [Fri, 15 Jun 2012 11:13:48 +0000 (14:13 +0300)]
wifi: Reset autoscan timer on a new scan

Setting device scanning to false will clean up all networks not
seen so far. If a user scan happens to be requested while the
emulated background scan is running, the background scan will
be cancelled and the non-discovered networks cleared. This causes
unnecessary clearing and re-discovery of WiFi networks when the
user scan is completed.

Create a reset autoscan function that will only reset the autoscan
parameters and not set device scanning to false. Call this function
when starting a scan.

11 years agotechnology: Disable technology when the last device is unpowered
Patrik Flykt [Fri, 15 Jun 2012 11:13:47 +0000 (14:13 +0300)]
technology: Disable technology when the last device is unpowered

Reply via D-Bus to the caller and send the technology 'Powered'
property set to FALSE only after the last device has been powered
off. Update code but not behavior in __connman_technology_enabled()
so that the logic looks the same as in
__connman_technology_disabled().

11 years agodevice: Combine multiple if statements into one block of code
Patrik Flykt [Fri, 15 Jun 2012 11:13:46 +0000 (14:13 +0300)]
device: Combine multiple if statements into one block of code

11 years agodevice: Combine two if statements with identical outcome
Patrik Flykt [Fri, 15 Jun 2012 11:13:45 +0000 (14:13 +0300)]
device: Combine two if statements with identical outcome

11 years agotechnology: Remove unneeded scan stop when removing device
Patrik Flykt [Fri, 15 Jun 2012 11:13:44 +0000 (14:13 +0300)]
technology: Remove unneeded scan stop when removing device

Scanning has already been stopped when a device is to be removed
from the technology struct. Let __connman_technology_remove_device()
just remove the device and nothing else.

11 years agowifi: Don't print an error when the wifi interface has been removed
Patrik Flykt [Fri, 15 Jun 2012 11:13:43 +0000 (14:13 +0300)]
wifi: Don't print an error when the wifi interface has been removed

If the wifi data structure is NULL, it was already removed due to
a call to wifi_remove() and is thus not an error condition.

11 years agowifi: Stop scanning when disabling wifi
Patrik Flykt [Fri, 15 Jun 2012 11:13:42 +0000 (14:13 +0300)]
wifi: Stop scanning when disabling wifi

Move wifi scan stopping from wifi remove to wifi disable since
only wifi disable is called when the wifi technology is disabled.
Removing a wifi device will first disable it and then continue
with the removal procedure.

11 years agoservice: Connecting hidden network waits until connected
Jukka Rissanen [Fri, 15 Jun 2012 13:00:21 +0000 (16:00 +0300)]
service: Connecting hidden network waits until connected

If the user is connecting to hidden network, then we delay the
return of the reply to caller until the real service has connected.

This way the user connect to hidden and non-hidden networks works
the same way from caller point of view.

11 years agoservice: Add support functions for pending replies
Jukka Rissanen [Fri, 15 Jun 2012 13:00:20 +0000 (16:00 +0300)]
service: Add support functions for pending replies

11 years agoservice: Split reply_pending function to two parts
Jukka Rissanen [Fri, 15 Jun 2012 13:00:19 +0000 (16:00 +0300)]
service: Split reply_pending function to two parts

Split reply_pending() into two parts so that a D-Bus reply can be
sent to the client waiting for a reply.

11 years agotimeserver: Get rid of useless and annoying error message
Jukka Rissanen [Fri, 15 Jun 2012 12:34:07 +0000 (15:34 +0300)]
timeserver: Get rid of useless and annoying error message

11 years agoservice: Take last error into acount when retrying to connect
Tomasz Bursztyka [Mon, 28 May 2012 11:20:23 +0000 (14:20 +0300)]
service: Take last error into acount when retrying to connect

11 years agoagent: Implement the new type and argument for RequestInput method call
Tomasz Bursztyka [Mon, 28 May 2012 11:20:22 +0000 (14:20 +0300)]
agent: Implement the new type and argument for RequestInput method call

This implements the usage of PreviousPassphrase argument as an informational
field type.

11 years agoservice: Add a getter for the passphrase
Tomasz Bursztyka [Mon, 28 May 2012 11:20:21 +0000 (14:20 +0300)]
service: Add a getter for the passphrase

11 years agodoc: Add a new type and argument to agent RequestInput method call
Tomasz Bursztyka [Mon, 28 May 2012 11:20:20 +0000 (14:20 +0300)]
doc: Add a new type and argument to agent RequestInput method call

11 years agotimeserver: Simplify timeserver IP address checking
Patrik Flykt [Mon, 4 Jun 2012 10:45:06 +0000 (13:45 +0300)]
timeserver: Simplify timeserver IP address checking

11 years agomain: Simplify fallback nameserver parsing
Patrik Flykt [Mon, 4 Jun 2012 10:45:05 +0000 (13:45 +0300)]
main: Simplify fallback nameserver parsing

11 years agoservice: Simplify nameserver route adding and removing
Patrik Flykt [Mon, 4 Jun 2012 10:45:04 +0000 (13:45 +0300)]
service: Simplify nameserver route adding and removing

11 years agoservice: Check that the supplied nameserver is in numeric format
Patrik Flykt [Mon, 4 Jun 2012 10:45:03 +0000 (13:45 +0300)]
service: Check that the supplied nameserver is in numeric format

Check that the supplied nameserver is in numeric format when set
with 'Nameservers.Configuration' service property.

11 years agoinet: Create helper function for IP address checking
Patrik Flykt [Mon, 4 Jun 2012 10:45:02 +0000 (13:45 +0300)]
inet: Create helper function for IP address checking

Create a helper function that checks if a given hostname is an IPv4
or IPv6 address. If it is, AF_INET or AF_INET6 is returned. On
error the negative error value from getaddrinfo is returned.

11 years agogsupplicant: Properly handle WPS properties update
Tomasz Bursztyka [Fri, 8 Jun 2012 10:58:49 +0000 (13:58 +0300)]
gsupplicant: Properly handle WPS properties update

11 years agogsupplicant: Properly handle WiFi security change
Tomasz Bursztyka [Fri, 8 Jun 2012 10:58:48 +0000 (13:58 +0300)]
gsupplicant: Properly handle WiFi security change

Handle RSN and WPA security separately and combine the results.

11 years agoipconfig: Set IPv6 privacy default value from kernel default
Jukka Rissanen [Wed, 6 Jun 2012 11:37:32 +0000 (14:37 +0300)]
ipconfig: Set IPv6 privacy default value from kernel default

Use value set in the kernel as the initial IPv6 privacy
setting. This also allows distros to set the privacy value
without needing to tweak connman.

11 years agodnsproxy: Do not print too many info messages
Jukka Rissanen [Mon, 4 Jun 2012 10:54:28 +0000 (13:54 +0300)]
dnsproxy: Do not print too many info messages

Convert connman_info() into DBG() in order to avoid excessive logging
when debug prints are disabled.

11 years agodoc: Describe what happens when config file is removed
Jukka Rissanen [Tue, 5 Jun 2012 08:24:19 +0000 (11:24 +0300)]
doc: Describe what happens when config file is removed

11 years agoconfig: Check if we need to rescan the config file for any changes
Jukka Rissanen [Tue, 5 Jun 2012 08:24:18 +0000 (11:24 +0300)]
config: Check if we need to rescan the config file for any changes

11 years agoconfig: No service removal on cleanup
Jukka Rissanen [Tue, 5 Jun 2012 08:24:17 +0000 (11:24 +0300)]
config: No service removal on cleanup

We must not remove the services when connman is stopped.

11 years agoconfig: Check individual service entries for removal
Jukka Rissanen [Tue, 5 Jun 2012 08:24:16 +0000 (11:24 +0300)]
config: Check individual service entries for removal

Check if we need to remove a service if user removes
an entry from config file.
If user changes entry name in config file, then we
remove the service and then try to provision the service
again because the SSID might still be found.

11 years agoconfig: Use config file name and entry when deciding removal
Jukka Rissanen [Tue, 5 Jun 2012 08:24:15 +0000 (11:24 +0300)]
config: Use config file name and entry when deciding removal

We need to know the config file and entry name in next patch
in order to know if the service entry was removed from config
file.

11 years agoconfig: Save service after provisioning it
Jukka Rissanen [Tue, 5 Jun 2012 08:24:14 +0000 (11:24 +0300)]
config: Save service after provisioning it