Re: [PATCH] Rename org.moblin.connman to net.connman

2010-12-22 Thread Jussi Kukkonen
On 12/10/2010 01:58 PM, Jussi Kukkonen wrote: On 12/10/2010 11:46 AM, Daniel Wagner wrote: On Fri, Nov 26, 2010 at 03:39:12PM +0200, Jussi Kukkonen wrote: On 11/26/2010 02:38 PM, Daniel Wagner wrote: From: Daniel Wagner daniel.wag...@bmw-carit.de Adapt to ConnMan release v0.64 changes. ---

Re: [PATCH 3/3] Wait for configuration to be provided at startup, with timeout

2010-12-22 Thread Samuel Ortiz
Hi David, On Wed, Dec 22, 2010 at 03:18:25AM +, David Woodhouse wrote: On Wed, 2010-12-22 at 00:20 +0100, Samuel Ortiz wrote: The patch looks mostly fine, but I think we should also wake sleeping threads from pacrunner_proxy_set_direct(). Oh crap, yes. I thought along those lines

[PATCH memleak 02/10] memoryleak: SSID was not freed

2010-12-22 Thread Jukka Rissanen
--- plugins/supplicant.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/plugins/supplicant.c b/plugins/supplicant.c index 5f2d204..df181d8 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -635,8 +635,12 @@ static void

[PATCH memleak 01/10] memoryleak: network interface string was not freed

2010-12-22 Thread Jukka Rissanen
--- plugins/portal.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/plugins/portal.c b/plugins/portal.c index d4456f5..cad2998 100644 --- a/plugins/portal.c +++ b/plugins/portal.c @@ -105,7 +105,7 @@ static int location_detect(struct connman_location

[PATCH memleak 09/10] Possible memory leak when creating ipconfig

2010-12-22 Thread Jukka Rissanen
--- src/service.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/service.c b/src/service.c index c6d3d36..2e5974f 100644 --- a/src/service.c +++ b/src/service.c @@ -4324,7 +4324,8 @@ __connman_service_create_from_provider(struct connman_provider *provider)

[PATCH memleak 06/10] memoryleak: method was not freed

2010-12-22 Thread Jukka Rissanen
--- src/ipconfig.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/ipconfig.c b/src/ipconfig.c index 3e6f738..db350d3 100644 --- a/src/ipconfig.c +++ b/src/ipconfig.c @@ -1742,7 +1742,7 @@ void __connman_ipconfig_append_ethernet(struct connman_ipconfig *ipconfig,

[PATCH memleak v2 1/4] memoryleak: remove the element for real

2010-12-22 Thread Jukka Rissanen
--- src/connection.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/connection.c b/src/connection.c index bac700f..1a386ae 100644 --- a/src/connection.c +++ b/src/connection.c @@ -405,6 +405,8 @@ static void connection_remove(struct connman_element *element)

[PATCH memleak v2 2/4] memoryleak: dhcp_client is already referenced when created

2010-12-22 Thread Jukka Rissanen
--- plugins/dhcp.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/plugins/dhcp.c b/plugins/dhcp.c index e3d1957..aaac96d 100644 --- a/plugins/dhcp.c +++ b/plugins/dhcp.c @@ -154,8 +154,6 @@ static int dhcp_request(struct connman_dhcp *dhcp)

[PATCH memleak v2 0/4] More memory leaks

2010-12-22 Thread Jukka Rissanen
Hi again, more memory leaks, these were a bit trickier to find. Regards, Jukka Jukka Rissanen (4): memoryleak: remove the element for real memoryleak: dhcp_client is already referenced when created memoryleak: remove the element when not needed memoryleak: remove element when

802.1X/PEAP Port-Based Authentication

2010-12-22 Thread JOSE ANTONIO OLIVERA ORTEGA
Hi! I am unable to connect to a 802.1X/PEAP wifi network. I have the following configuration file for that network. This file provides a EAP-PEAP service. [global] Name = TID Description = TID Network Configuration [service_peap] Type = wifi SSID=496e7472616e657454656c65666f6e69636157694669 EAP

[PATCH] 3g: Fix CONNMAN_SERVICE defines

2010-12-22 Thread Samuel Ortiz
For those building meego-panel-networks, you'll need this patch for the 3G wizzard to work. Jussi should push it soon. --- callouts/3g/ggg-service.c |2 +- callouts/3g/main.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/callouts/3g/ggg-service.c

[PATCH] Avoid autoconnect from scan.

2010-12-22 Thread Mohamed Abbas
If we are scanning then don't try to run autoconnect while we are adding network from scan, at the end of scan auto connect will be called. --- src/connman.h |2 ++ src/device.c |5 + src/service.c |8 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 3/5] Fix auto_connect race interval

2010-12-22 Thread Samuel Ortiz
Hi Mohamed, On Mon, Dec 20, 2010 at 11:07:34AM -0800, Mohamed Abbas wrote: This patch fix the race condition that caused more than one service to start connecting at the same fime by: * Make sure is_connecting always returning the right status of the network and dont allow the small intevel

RE: [PATCH] Fix WiFi AP list issue after killed/restart

2010-12-22 Thread leena.gunda
Could someone kindly review this patch? Thanks, Leena ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman