Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."


Today's Topics:

   1. Re: [PATCH] dhcp: Nameserver issue on IP address renewal
      after lease expiry. (Patrik Flykt)
   2. Re: [PATCH] dhcp: Timeserver issue on IP address renewal
      after lease expiry (Patrik Flykt)
   3. Re: [PATCH] dnsproxy: send response for all requests
      (Patrik Flykt)
   4. Re: [PATCH] client: Add support to print DBUS_TYPE_UINT64
      (Patrik Flykt)
   5. Re: [PATCH] client: Add support to GetProperties Clock API in
      connmanctl (Patrik Flykt)


----------------------------------------------------------------------

Message: 1
Date: Tue, 12 Jan 2016 16:36:45 +0200
From: Patrik Flykt <[email protected]>
To: Naveen Singh <[email protected]>
Cc: [email protected]
Subject: Re: [PATCH] dhcp: Nameserver issue on IP address renewal
        after lease expiry.
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"

On Wed, 2016-01-06 at 22:19 -0800, Naveen Singh wrote:
> From: nasingh <[email protected]>
> 
> After lease expiry and releasing its current IP, when device eventually
> gets an IP address, DNS resolution stops working. This is because
> nameserver list in service structure is empty. On lease expiry when
> apply_dhcp_invalidate_on_network(dhcp) is called, it removes
> nameservers from the service structure but it does not free namservers in
> dhcp structure. Now next time when device gets an IP address and
> apply_lease_available_on_network is called, nameserver is not updated as
> compare_string_arrays(nameservers, dhcp->nameservers) would return true.
> The fix for this would be to free dhcp->nameservers when lease is lost so
> that on successful renewal next time, nameserver properly gets updated.

Applied, thanks!

        Patrik



------------------------------

Message: 2
Date: Tue, 12 Jan 2016 16:37:00 +0200
From: Patrik Flykt <[email protected]>
To: [email protected]
Subject: Re: [PATCH] dhcp: Timeserver issue on IP address renewal
        after lease expiry
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"

On Mon, 2016-01-11 at 11:05 +0200, Patrik Flykt wrote:
> Similar to nameservers, timeservers are also checked against previous
> values when added. When there is no change in timeservers when the DHCP
> lease is lost and reacquired, the service will not be notified if the
> timeservers have changed. With timeservers removed on lease lost,
> timeservers are not properly updated once reacquired.
> 
> Fix this by removing timeservers from the dhcp struct when lease is lost.

Applied.

        Patrik



------------------------------

Message: 3
Date: Tue, 12 Jan 2016 16:37:26 +0200
From: Patrik Flykt <[email protected]>
To: Saurav Babu <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [PATCH] dnsproxy: send response for all requests
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"

On Fri, 2016-01-08 at 14:21 +0530, Saurav Babu wrote:
> When list->data is removed from GSList using g_slist_remove() then
> list->next becomes NULL and the loop terminates. This patch ensures list
> points to list->next before removing req from request_list.

Applied, thanks!

        Patrik



------------------------------

Message: 4
Date: Tue, 12 Jan 2016 16:37:43 +0200
From: Patrik Flykt <[email protected]>
To: Saurav Babu <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [PATCH] client: Add support to print DBUS_TYPE_UINT64
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"

On Fri, 2016-01-08 at 16:38 +0530, Saurav Babu wrote:
> ---
>  client/dbus_helpers.c | 6 ++++++
>  1 file changed, 6 insertions(+)

Applied, thanks!

        Patrik



------------------------------

Message: 5
Date: Tue, 12 Jan 2016 16:37:59 +0200
From: Patrik Flykt <[email protected]>
To: Saurav Babu <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [PATCH] client: Add support to GetProperties Clock API in
        connmanctl
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"

On Fri, 2016-01-08 at 16:39 +0530, Saurav Babu wrote:
> ---
>  client/commands.c | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)

Applied, thanks!

        Patrik



------------------------------

Subject: Digest Footer

_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman


------------------------------

End of connman Digest, Vol 3, Issue 7
*************************************

Reply via email to