Re: [PATCH v5 3/5] gdhcp: Use host byte order internally

2012-10-12 Thread Marcel Holtmann
Hi Jukka, > >> Convert to network byte order just before sending the packet. > >> --- > >> gdhcp/client.c | 47 +-- > >> gdhcp/common.c | 20 +++- > >> gdhcp/common.h | 17 + > >> gdhcp/ipv4ll.c | 4 ++-- > >> gdhcp

Connman upstream test result_20121012

2012-10-12 Thread Li, XiaX
Hi all, This is test report for connman-1.8-1.1.i586. In this testing,we ran 259 cases. 213 cases passed and 0 cases failed because of known bugs. The pass rate is 82%. We found 2 new bugs, reopen 0 bug and verify 2 bugs. In this commit we found the bug that There is no 3G technology after plug i

[PATCH] wispr: Keep track of proxy callback timeout

2012-10-12 Thread patrik . flykt
From: Patrik Flykt Keep track of the zero-second no proxy callback timeout and remove it when freeing up the WISPr context. --- src/wispr.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/wispr.c b/src/wispr.c index 7ee5188..eede9ee 100644 --- a/src/wispr.c +++

Re: [PATCH] nat: Memory leak when cleaning up

2012-10-12 Thread Patrik Flykt
On Thu, 2012-10-11 at 11:21 +0300, Jukka Rissanen wrote: > The nat struct was not freed when it is was removed from the hash. Applied, thanks! Patrik ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: [PATCH] gresolv: Remove lookup from correct queue

2012-10-12 Thread Patrik Flykt
On Thu, 2012-10-11 at 13:45 +0300, Jukka Rissanen wrote: > The lookup must be removed from lookup queue and not from query > queue when cancelling the lookup. Otherwise it is possible that > we might access already removed lookup that is still found in > lookup queue. > > Fixes BMC#25728 Applied,

Re: [PATCH] wispr: Avoid possible crash by not passing wispr context around

2012-10-12 Thread Patrik Flykt
On Thu, 2012-10-11 at 13:45 +0300, Jukka Rissanen wrote: > We cannot pass the wp_context directly to callback > because the network might have been disconnected > already and wp_context would have been freed already in > that case. I sent a shorter one with the subject "[PATCH] wispr: Keep track o

[PATCH] iptables: Ignore module loading error

2012-10-12 Thread Jukka Rissanen
In iptables 1.4.9 the module loading gives error even if the module is built in. So ignore the loading errors because the missing iptables support is noticed when trying to get the iptables socket options. --- src/iptables.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff

[PATCH] gdhcp: Returned IP is already in host byte order

2012-10-12 Thread Jukka Rissanen
--- gdhcp/ipv4ll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdhcp/ipv4ll.c b/gdhcp/ipv4ll.c index 007ffe6..17ab3d5 100644 --- a/gdhcp/ipv4ll.c +++ b/gdhcp/ipv4ll.c @@ -53,7 +53,7 @@ uint32_t ipv4ll_random_ip(int seed) tmp = rand(); tmp = t