Mohamed Abbas [Thu, 3 Feb 2011 23:46:27 +0000 (15:46 -0800)]
location: Allow to get the service for a location
Add new function to return the service for a location.
Henri Bragge [Mon, 31 Jan 2011 14:37:50 +0000 (16:37 +0200)]
TODO: Claim ownership of the provisioning API task
Samuel Ortiz [Thu, 3 Feb 2011 12:04:10 +0000 (13:04 +0100)]
wifi: Debug string typo
Samuel Ortiz [Thu, 3 Feb 2011 12:00:48 +0000 (13:00 +0100)]
wifi: Return a tethering error if AP mode is not supported at all
Daniel Wagner [Wed, 2 Feb 2011 08:40:48 +0000 (09:40 +0100)]
stats: Add comment about MAP_SHARED
Clarify why MAP_SHARED is used instead of the obvious MAP_PRIVATE.
Samuel Ortiz [Thu, 3 Feb 2011 00:01:25 +0000 (01:01 +0100)]
AUTHORS: Mention Grant's contributions
Samuel Ortiz [Wed, 2 Feb 2011 23:51:08 +0000 (00:51 +0100)]
gsupplicant: Add ciphers only for WPA PSK and EAP
Samuel Ortiz [Wed, 2 Feb 2011 23:39:03 +0000 (00:39 +0100)]
wifi: Use WPA2 only when in AP mode
Samuel Ortiz [Wed, 2 Feb 2011 23:38:37 +0000 (00:38 +0100)]
gsupplicant: Set WPA protocol
Samuel Ortiz [Wed, 2 Feb 2011 23:25:33 +0000 (00:25 +0100)]
wifi: Set AP ciphers to CCMP only
For security reasons, only AES is supported.
Samuel Ortiz [Wed, 2 Feb 2011 23:23:13 +0000 (00:23 +0100)]
gsupplicant: Set WPA ciphers
Samuel Ortiz [Wed, 2 Feb 2011 23:19:35 +0000 (00:19 +0100)]
wifi: Initial tethering support
Samuel Ortiz [Tue, 1 Feb 2011 17:58:45 +0000 (18:58 +0100)]
gsupplicant: Add interface ap_scan property setting
Samuel Ortiz [Tue, 1 Feb 2011 15:35:08 +0000 (16:35 +0100)]
gsupplicant: Add interface bridge setting
Samuel Ortiz [Mon, 31 Jan 2011 17:55:35 +0000 (18:55 +0100)]
gsupplicant: Call select_network callback
Samuel Ortiz [Sat, 15 Jan 2011 00:43:41 +0000 (01:43 +0100)]
gsupplicant: Add network scan ssid setting
Samuel Ortiz [Sat, 15 Jan 2011 00:38:00 +0000 (01:38 +0100)]
gsupplicant: Add network channel setting
Samuel Ortiz [Mon, 31 Jan 2011 15:38:48 +0000 (16:38 +0100)]
gsupplicant: Add interface mode capability getter
Samuel Ortiz [Fri, 14 Jan 2011 17:36:35 +0000 (18:36 +0100)]
wifi: Track interfaces
Samuel Ortiz [Fri, 14 Jan 2011 17:59:11 +0000 (18:59 +0100)]
gsupplicant: Add network mode support
Samuel Ortiz [Wed, 2 Feb 2011 17:35:36 +0000 (18:35 +0100)]
test: Handle new tethering properties
Samuel Ortiz [Wed, 2 Feb 2011 17:35:08 +0000 (18:35 +0100)]
doc: Update documentation regarding tethering properties
Samuel Ortiz [Wed, 2 Feb 2011 17:33:09 +0000 (18:33 +0100)]
tethering: Add a tethering property per technology
The manager tethering property is now gone.
Daniel Wagner [Thu, 27 Jan 2011 14:31:36 +0000 (15:31 +0100)]
dnsproxy: Fallback to resolv.conf if dnsproxy fails
In case dnsproxy can't create the socket listener we
should fall back to resolv.conf.
Reported by Kalle Valo <kalle.valo@canonical.com>
Grant Erickson [Mon, 31 Jan 2011 14:56:54 +0000 (15:56 +0100)]
stats: Fix double free error
The error appears when stats_file_remap() fails.
Marcel Holtmann [Fri, 28 Jan 2011 23:07:44 +0000 (00:07 +0100)]
Release 0.68
Samuel Ortiz [Fri, 28 Jan 2011 15:25:59 +0000 (16:25 +0100)]
wifi: Remove legacy plugin
Kalle Valo [Fri, 28 Jan 2011 15:02:49 +0000 (17:02 +0200)]
nmcompat: D-Bus configuration file
Add separate dbus configuration file for nmcompat plugin. It will
installed only when the plugin is enabled.
Kalle Valo [Fri, 28 Jan 2011 15:02:43 +0000 (17:02 +0200)]
nmcompat: Support nm dbus properties
After some investigation I found that network-manager also provides
the network state through properties and libnm-glib library uses this
instead of the GetState() method.
Add Get() method call retrieve the property and a PropertyChanged signal
to notify state changes. Now empathy, which uses libnm-glib, properly
detects network state changes.
I deliberately omitted GetAll() method because libnm-glib doesn't seem
to need it.
Kalle Valo [Fri, 28 Jan 2011 15:02:36 +0000 (17:02 +0200)]
nmcompat: Add plugin
Add plugin which provides network-manager state interface to applications.
This is a direct copy of what was in src/manager.c, just copied all into
a plugin.
Kalle Valo [Fri, 28 Jan 2011 15:02:30 +0000 (17:02 +0200)]
manager: Remove network-manager compatibility code
Remove the network-manager compatibility code from src/manager.c so that all
this can be implemented as a plugin.
-c command line switch is still left but marked as obsole to avoid breaking
current start scripts. By removing the switch connman would not start at
all if -c is used.
Marcel Holtmann [Fri, 28 Jan 2011 12:46:58 +0000 (13:46 +0100)]
build: Fix checks for systemd unit directory
Marcel Holtmann [Fri, 28 Jan 2011 12:14:09 +0000 (13:14 +0100)]
build: Remove deprecated --enable-dnsproxy option
Daniel Wagner [Fri, 28 Jan 2011 08:48:26 +0000 (09:48 +0100)]
TODO: Remove DNS Proxy entry
Daniel Wagner [Thu, 27 Jan 2011 12:34:51 +0000 (13:34 +0100)]
dhcp: Move plugins/dhcp in to core
Mohamed Abbas [Fri, 28 Jan 2011 04:55:36 +0000 (20:55 -0800)]
openconnect: error_code implementation
Mohamed Abbas [Fri, 28 Jan 2011 04:55:35 +0000 (20:55 -0800)]
vpnc: error_code implementation
Mohamed Abbas [Fri, 28 Jan 2011 11:36:53 +0000 (12:36 +0100)]
vpn: Allow plugins to report error code
Mohamed Abbas [Fri, 28 Jan 2011 04:55:33 +0000 (20:55 -0800)]
provider: Report VPN error code
Mohamed Abbas [Fri, 28 Jan 2011 11:31:30 +0000 (12:31 +0100)]
task: Pass exit code to the exit callback
Samuel Ortiz [Fri, 28 Jan 2011 00:26:24 +0000 (01:26 +0100)]
vpn: Fix vpn_died prototype
Daniel Wagner [Thu, 27 Jan 2011 15:54:23 +0000 (16:54 +0100)]
openvpn: Use parser table instead of open coding
Use the same approach as in VPNC for passing
arguments from the provider to OpenVPN client.
Samuel Ortiz [Thu, 27 Jan 2011 15:26:44 +0000 (16:26 +0100)]
service: Check for WPS support only in the WiFi case
Daniel Wagner [Thu, 27 Jan 2011 13:11:19 +0000 (14:11 +0100)]
provider: route_env_parse should depend on type not name
Daniel Wagner [Thu, 27 Jan 2011 13:11:18 +0000 (14:11 +0100)]
openvpn: Fix typo in routing prefix check
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:45 +0000 (10:09 +0200)]
TODO: Removing WPS related part
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:44 +0000 (10:09 +0200)]
gsupplicant: Disconnect request might not need to go through RemoveNetwork call
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:43 +0000 (10:09 +0200)]
test: WPS input added in agent test script
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:42 +0000 (10:09 +0200)]
service: WPS connection logic
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:41 +0000 (10:09 +0200)]
agent: WPS input request logic
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:40 +0000 (10:09 +0200)]
service: WPS enabled getter
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:39 +0000 (10:09 +0200)]
doc: WPS method input documentation added to agent-api.txt
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:38 +0000 (10:09 +0200)]
test: WPS property support
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:37 +0000 (10:09 +0200)]
doc: Add service WPS attribute to service-api.txt
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:36 +0000 (10:09 +0200)]
service: WPS support
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:35 +0000 (10:09 +0200)]
wifi: WPS support
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:34 +0000 (10:09 +0200)]
network: WPS support
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:33 +0000 (10:09 +0200)]
gsupplicant: WPS start() method implementation
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:32 +0000 (10:09 +0200)]
gsupplicant: WPS event signal support
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:31 +0000 (10:09 +0200)]
gsupplicant: WPS credentials signal support
Tomasz Bursztyka [Wed, 26 Jan 2011 08:09:30 +0000 (10:09 +0200)]
gsupplicant: bss/network wps enabled support
Pekka Pessi [Wed, 26 Jan 2011 14:50:40 +0000 (16:50 +0200)]
ofono: be proactive with registration status
Return error immediately if connection attempts are known to fail.
Pekka Pessi [Wed, 26 Jan 2011 14:50:39 +0000 (16:50 +0200)]
ofono: be proactive when connecting
Return error immediately if connection attempts are known to fail.
Pekka Pessi [Wed, 26 Jan 2011 14:50:38 +0000 (16:50 +0200)]
service: Mark service as failed if connect fails
The connman_network/provider_connect() could fail in two different ways,
returning an error code or setting the service state to failed.
Ethernet, WiMax, Bluetooth, VPN, Cellular and WiFi services now get
marked as failed if connect() fails with error code, too. This makes
connman_service_clear_error() and the autoconnect procedure to behave in
consistent manner.
Pekka Pessi [Wed, 26 Jan 2011 14:50:37 +0000 (16:50 +0200)]
ofono: Retry autoconnect when gprs gets attached
Pekka Pessi [Wed, 26 Jan 2011 14:50:36 +0000 (16:50 +0200)]
network: Add connman_network_clear_error()
Clear the error on corresponding service (and set reconnect) in order to
retry autoconnecting.
Mohamed Abbas [Thu, 27 Jan 2011 07:55:28 +0000 (23:55 -0800)]
Makefile: Add build suppport for the vpnc plugin
Mohamed Abbas [Thu, 27 Jan 2011 09:49:46 +0000 (10:49 +0100)]
plugins: Initial vpnc support
Samuel Ortiz [Wed, 26 Jan 2011 23:46:36 +0000 (00:46 +0100)]
dnsproxy: Fix public server support
Samuel Ortiz [Wed, 26 Jan 2011 23:05:10 +0000 (00:05 +0100)]
provider: Factorize VPN routing environment variables parsing
Samuel Ortiz [Wed, 26 Jan 2011 20:23:28 +0000 (21:23 +0100)]
provider: Set service pointer for provider_set_nameservers
Samuel Ortiz [Wed, 26 Jan 2011 16:03:12 +0000 (17:03 +0100)]
provider: Implement IPv6 route setting
Samuel Ortiz [Wed, 26 Jan 2011 14:46:44 +0000 (15:46 +0100)]
inet: IPv6 network route setting API
Daniel Wagner [Wed, 26 Jan 2011 08:22:06 +0000 (09:22 +0100)]
provider: Handle empty nameservers
If the VPN server doesn't set any DNS entries provider->nameservers is NULL.
When we change the state of the provider to CONNMAN_PROVIDER_STATE_READY
we shouldn't do any string operations on the NULL pointer namerservers.
(gdb) bt full
No symbol table info available.
type = CONNMAN_ELEMENT_TYPE_IPV4
nameservers = 0x0
value = 0x0
list = 0x1 = {<error reading variable list (Cannot access memory at address 0x1)>
err = 0
element = 0x6a5110
name = 0x6a5550 "vpn0"
second_ns = 0x69f1c0 "\004"
service = 0x6a2630
No locals.
Fixes BMC#12508
Reported by Jeff Zheng <jeff.zheng@intel.com>
Daniel Wagner [Wed, 26 Jan 2011 08:50:32 +0000 (09:50 +0100)]
ondemand: Remove ondemand.c
Daniel Wagner [Wed, 26 Jan 2011 08:50:33 +0000 (09:50 +0100)]
resolver: Only support resolv.conf and dnsproxy
Remove resolver module support.
Daniel Wagner [Wed, 26 Jan 2011 08:50:31 +0000 (09:50 +0100)]
dnsproxy: Add command line switch
Command line switch to disable dnsproxy.
Daniel Wagner [Wed, 26 Jan 2011 08:50:30 +0000 (09:50 +0100)]
dnsproxy: Fix checkpatch warnings
Daniel Wagner [Wed, 26 Jan 2011 08:50:29 +0000 (09:50 +0100)]
dnsproxy: Move from plugins to core
Lucas De Marchi [Wed, 26 Jan 2011 00:23:13 +0000 (01:23 +0100)]
configure: Do not fail when systemd is not installed
Use --with-systemdsystemunitdir instead of --enabled-systemd so it's
possible to enable systemd even if systemd is not installed.
Mohamed Abbas [Tue, 25 Jan 2011 22:17:37 +0000 (14:17 -0800)]
gweb: Check GString pointers before freeing them
Fixes BMC#12452
Mohamed Abbas [Tue, 25 Jan 2011 23:31:54 +0000 (00:31 +0100)]
wifi: Balance scanning states
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
Marcel Holtmann [Mon, 24 Jan 2011 16:41:30 +0000 (17:41 +0100)]
Small coding style fixup for bridge enabling
Robert Piasek [Fri, 21 Jan 2011 16:19:28 +0000 (16:19 +0000)]
Install polkit policy file as net.connman.policy
Li Jian [Thu, 20 Jan 2011 07:40:57 +0000 (15:40 +0800)]
Add debug info
Some init/clean functions lack DBG("") which affects logs readability.
Kalle Valo [Tue, 18 Jan 2011 13:01:15 +0000 (15:01 +0200)]
manager: Send network-manager state change signals
When using network-manager compatibility mode in connman applications,
for example pidgin and firefox, didn't notice when connman changed states
from offline to online (and vice versa) and applications would notice the
new state only after restarting them.
The problem was that connman wasn't sending StateChanged signals. After
adding them pidgin and firefox will notice the new states immeadiately.
Daniel Wagner [Tue, 18 Jan 2011 10:05:05 +0000 (11:05 +0100)]
openvpn: Remove double reason parsing
Fix a copy/paste error.
Reported by Mohamed Abbas <mohamed.abbas@intel.com>
Marcel Holtmann [Thu, 20 Jan 2011 06:24:35 +0000 (07:24 +0100)]
Release 0.67
Marcel Holtmann [Thu, 20 Jan 2011 06:19:39 +0000 (07:19 +0100)]
ofono: Use dbus_bool_t instead of gboolean
Daniel Wagner [Fri, 14 Jan 2011 15:14:21 +0000 (16:14 +0100)]
gdbus: Remove root node 'name' attribute in introspection
generate_introspection_xml generates the root <node> tags with a
'name' attribute. This seems to be a valid attribute but it is not
consistent with the way the D-Bus daemon generates empty nodes.
For example if we register "/foo/bar", D-Bus daemon will generate for
"/foo" a introspection which looks like this:
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<node name="bar"/>
</node>
and generate_introspection_xml generates for "/foo/bar":
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/foo/bar">
</node>
Just don't add the 'name' attribute to the root node. The GLib
binding for D-Bus does it the same way.
Daniel Wagner [Fri, 14 Jan 2011 15:14:20 +0000 (16:14 +0100)]
gdbus: invaldate_parent_data: walk the whole path down
Assume there is only one object registerd at "/". If we add a new
object at "/foo/bar" the introspection of "/" has to be updated. A new
node has to be added at "/".
invalidate_parent_data stops invaldating the whole path because the
boolean return value of dbus_connection_get_object_path_data is used
wrong.
If we get a TRUE just go on down in the path, if FALSE is return
dbus_connection_get_object_path_data has run out of memory.
Marcel Holtmann [Tue, 18 Jan 2011 20:21:57 +0000 (21:21 +0100)]
Set GIOChannel to no encoding and no buffering
Pekka Pessi [Tue, 18 Jan 2011 15:13:51 +0000 (17:13 +0200)]
ofono: avoid extra SetProperty("Online") calls
Do not request SetProperty("Online") if the modem is already in desired
Online state.
Marcel Holtmann [Tue, 18 Jan 2011 14:07:15 +0000 (15:07 +0100)]
Use g_io_channel_read_chars instead of g_io_channel_read
Marcel Holtmann [Tue, 18 Jan 2011 14:04:16 +0000 (15:04 +0100)]
Remove pointless variable initialization
Marcel Holtmann [Tue, 18 Jan 2011 13:57:00 +0000 (14:57 +0100)]
Use -DG_DISABLE_DEPRECATED compiler define
Pekka Pessi [Mon, 17 Jan 2011 21:45:45 +0000 (23:45 +0200)]
Fixed comparison with "AutoConnect" in service
Pekka Pessi [Mon, 17 Jan 2011 21:45:44 +0000 (23:45 +0200)]
Remove MCC and MNC from Service doc
Pekka Pessi [Mon, 17 Jan 2011 21:45:43 +0000 (23:45 +0200)]
Remove MCC and MNC from Service
MCC and MNC are not set by oFono plugin.
Pekka Pessi [Mon, 17 Jan 2011 21:45:42 +0000 (23:45 +0200)]
Clarify relation between AutoConnect and Roaming.