Marcel Holtmann [Thu, 17 Feb 2011 06:00:35 +0000 (22:00 -0800)]
portal: Print region information if available
Samuel Ortiz [Thu, 17 Feb 2011 00:09:52 +0000 (01:09 +0100)]
dnsproxy: Add domains to the query only when it has no dot
Samuel Ortiz [Wed, 16 Feb 2011 23:17:03 +0000 (00:17 +0100)]
ipv4: Add domainame before moving to READY state
Jukka Rissanen [Wed, 16 Feb 2011 13:07:48 +0000 (15:07 +0200)]
network: Remove unused parameter from autoconf_ipv6_set()
Alok Barsode [Wed, 16 Feb 2011 09:03:30 +0000 (11:03 +0200)]
technology: Rename __connman_technology_[enable|disable]_device
Samuel Ortiz [Wed, 16 Feb 2011 00:46:02 +0000 (01:46 +0100)]
service: Remove unused mcc and mnc fields
Samuel Ortiz [Wed, 16 Feb 2011 00:38:44 +0000 (01:38 +0100)]
service: Remove APN property
APNs are operator specific settings and should be either provisioned
or set through oFono.
Marcel Holtmann [Wed, 16 Feb 2011 00:14:46 +0000 (16:14 -0800)]
gweb: Avoid forward declarations in resolver code
Marcel Holtmann [Wed, 16 Feb 2011 00:11:12 +0000 (16:11 -0800)]
gweb: Some coding style cleanup on resolver code
Samuel Ortiz [Tue, 15 Feb 2011 16:15:03 +0000 (17:15 +0100)]
service: Compare combined states in service_compare()
Daniel Wagner [Tue, 15 Feb 2011 15:45:23 +0000 (16:45 +0100)]
connection: Remove connection element
Daniel Wagner [Tue, 15 Feb 2011 14:51:51 +0000 (15:51 +0100)]
ipconfig: Add ipaddress setters/getters
Daniel Wagner [Tue, 15 Feb 2011 14:51:50 +0000 (15:51 +0100)]
ipconfig: Rename __connman_ipconfig_get_*(index)
To avoid a name clash with the next patch, the
__connman_ipconfig_get_*(index) have to be renamed.
Since they all use an index as lookup argument rename
them to __connman_ipconfig_get_*_from_index(index).
Daniel Wagner [Tue, 15 Feb 2011 14:51:49 +0000 (15:51 +0100)]
service: Refactor Service nameserver API
__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.
Alok Barsode [Wed, 9 Feb 2011 11:39:56 +0000 (13:39 +0200)]
technology: Remove "blocked" state and use "offline" state instead
Both "offline" and "blocked" states mean the same hence merging them.
Jukka Rissanen [Fri, 11 Feb 2011 13:22:53 +0000 (15:22 +0200)]
network: IPv6 must go through disconnect state before idle
Samuel Ortiz [Fri, 11 Feb 2011 12:08:49 +0000 (13:08 +0100)]
network: Back to IDLE when network is not connected
Jukka Rissanen [Thu, 10 Feb 2011 15:52:21 +0000 (17:52 +0200)]
TODO: IPv6 enhancements are done
Jukka Rissanen [Thu, 10 Feb 2011 15:52:20 +0000 (17:52 +0200)]
ipconfig: Enable ipconfig if loading autoconfigurable IPv6 config
Jukka Rissanen [Thu, 10 Feb 2011 15:52:19 +0000 (17:52 +0200)]
service: Change IPv4 state when address is released
Jukka Rissanen [Thu, 10 Feb 2011 15:52:18 +0000 (17:52 +0200)]
service: Check service state properly if user changes method
Jukka Rissanen [Thu, 10 Feb 2011 15:52:17 +0000 (17:52 +0200)]
service: IPv6 autoconf will change the service state
Jukka Rissanen [Thu, 10 Feb 2011 15:52:16 +0000 (17:52 +0200)]
network: Set service state correctly when ipconfig is cleared
Jukka Rissanen [Thu, 10 Feb 2011 15:52:15 +0000 (17:52 +0200)]
network: Enable IPv6 autoconf to change the service state to ready
Jukka Rissanen [Thu, 10 Feb 2011 15:52:14 +0000 (17:52 +0200)]
ipconfig: Enable or disable IPv6 when loading the saved service
Jukka Rissanen [Thu, 10 Feb 2011 15:52:13 +0000 (17:52 +0200)]
service: Split service state to IPv4 and IPv6 parts
Jukka Rissanen [Thu, 10 Feb 2011 15:52:12 +0000 (17:52 +0200)]
ipconfig: Added helper function that returns the config type
Jukka Rissanen [Thu, 10 Feb 2011 15:52:11 +0000 (17:52 +0200)]
ipv6: Add property for IPv6 nameserver
Jukka Rissanen [Thu, 10 Feb 2011 15:52:10 +0000 (17:52 +0200)]
ipconfig: Clear the ipaddress pointers when address is deleted
Samuel Ortiz [Thu, 10 Feb 2011 16:34:51 +0000 (17:34 +0100)]
TODO: VPNc and WiFi tethering are done
Samuel Ortiz [Thu, 10 Feb 2011 16:21:49 +0000 (17:21 +0100)]
test: Improve tethering scripts
Samuel Ortiz [Thu, 10 Feb 2011 16:13:46 +0000 (17:13 +0100)]
tethering: Check for kernel bridge support
Kalle Valo [Tue, 8 Feb 2011 15:36:07 +0000 (17:36 +0200)]
rtnl: Fix some uninitalised warnings
src/rtnl.c:578:8: error: 'src' may be used uninitialized in this function
src/rtnl.c:610:8: error: 'src' may be used uninitialized in this function
src/rtnl.c:1108:19: error: 'servers' may be used uninitialized in this function
Samuel Ortiz [Tue, 8 Feb 2011 14:47:36 +0000 (15:47 +0100)]
AUTHORS: Mention Alok's contributions
Alok Barsode [Mon, 7 Feb 2011 12:43:06 +0000 (14:43 +0200)]
technology: Optimize __connman_technology_remove_interface()
Using technology_find() instead of looping through technology_list.
Alok Barsode [Tue, 8 Feb 2011 13:03:41 +0000 (15:03 +0200)]
technology: Optimize __connman_technology_add_interface()
Instead of looping through the technology_list, using the technology
pointer returned by technology_get().
Kalle Valo [Mon, 7 Feb 2011 13:34:03 +0000 (15:34 +0200)]
pacrunner: Remove unitialised use of host_ret variable
For some reason there's a null check for host_ret in parse_url(), which
is at that point is an uninitialised local variable. Just remove the check.
plugins/pacrunner.c:316:5: error: 'host_ret' may be used uninitialized in
this function
Kalle Valo [Mon, 7 Feb 2011 13:33:56 +0000 (15:33 +0200)]
iptables: Fix uninitialised use of entry_return
src/iptables.c:432:20: error: ‘entry_return’ may be used
uninitialized in this function
Kalle Valo [Mon, 7 Feb 2011 13:33:43 +0000 (15:33 +0200)]
iptables-test: Fix uninitialised use of entry_return
tools/iptables-test.c:455:20: error: ‘entry_return’ may be used
uninitialized in this function
Samuel Ortiz [Tue, 8 Feb 2011 00:12:17 +0000 (01:12 +0100)]
AUTHORS: Mention Henri's contributions
Henri Bragge [Mon, 7 Feb 2011 10:33:15 +0000 (12:33 +0200)]
ofono: Handle ContextAdded/ContextRemoved signals
Patrik Flykt [Fri, 4 Feb 2011 13:14:22 +0000 (15:14 +0200)]
wifi: Check invalid key/passphrase in gsupplicant connect callback
Use network struct as connect callback user data and set network
error to CONNMAN_NETWORK_ERROR_INVALID_KEY if gsupplicant indicates
key/passphrase error. For other errors < 0 set network error to
CONNMAN_NETWORK_ERROR_CONFIGURE_FAIL.
Patrik Flykt [Fri, 4 Feb 2011 13:14:21 +0000 (15:14 +0200)]
network: Add CONNMAN_NETWORK_ERROR_INVALID_KEY for a network
Add invalid key/passphrase definition for a network and propagate
it to the associated service.
Patrik Flykt [Fri, 4 Feb 2011 13:14:20 +0000 (15:14 +0200)]
service: Add CONNMAN_SERVICE_ERROR_INVALID_KEY to service error enum
Add invalid key/passphrase definition for a service and unset the
current passphrase when this error is indicated.
Patrik Flykt [Fri, 4 Feb 2011 13:14:19 +0000 (15:14 +0200)]
gsupplicant: Report AddNetwork and SelectNetwork errors to caller
Call interface_connect_data callback when an error is reported for
wpa_supplicant AddNetwork and SelectNetwork method calls. In the case
of WPA-PSK or WEP key being incorrectly formatted, set the callback
result to -ENOKEY.
Samuel Ortiz [Mon, 7 Feb 2011 23:56:04 +0000 (00:56 +0100)]
dnsproxy: Do not add NULL domains to the domain list
Marcel Holtmann [Mon, 7 Feb 2011 03:27:40 +0000 (19:27 -0800)]
plugin: Allow colon as plugin name separator
Marcel Holtmann [Sun, 6 Feb 2011 17:03:23 +0000 (09:03 -0800)]
Release 0.69
Samuel Ortiz [Fri, 4 Feb 2011 19:18:23 +0000 (20:18 +0100)]
service: Remove WPS from the exported D-Bus properties
When WPS is supported it is added to the security string array.
Samuel Ortiz [Fri, 4 Feb 2011 10:40:07 +0000 (11:40 +0100)]
AUTHORS: Mention Guillaume's contributions
Guillaume Lucas [Fri, 4 Feb 2011 08:04:07 +0000 (08:04 +0000)]
ethernet: Create the bridge before to add an interface to it.
The bridge is created by the connman_technology_tethering_notify()
function. So this function must be called before to add an interface
to the bridge. Means before the call to connman_inet_add_to_bridge().
Guillaume Lucas [Fri, 4 Feb 2011 08:04:05 +0000 (08:04 +0000)]
technology: trigger technology creation by new interface
Mohamed Abbas [Thu, 3 Feb 2011 23:46:29 +0000 (15:46 -0800)]
proxy: Add implementation for internal proxy framework.
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
Mohamed Abbas [Thu, 3 Feb 2011 23:46:28 +0000 (15:46 -0800)]
pacrunner: Add pacrunner proxy driver.
Register pacrunner proxy driver, add proxy driver functions and
call pacrunner daemon to find proxy.
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