[PATCH] Replace 'Ternary' with 'Tertiary'

2016-07-25 Thread Mathieu Trudel-Lapierre
interchangeably (afaict from dictionary.com anyway). Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapie...@canonical.com> Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1598803 --- src/applet-dialogs.c | 2 +- src/libnm-gtk/nm-vpn-

Re: [PATCH 8/9] Track killswitch change signals from urfkill

2016-06-13 Thread Mathieu Trudel-Lapierre
eft-over code from porting from dbus-glib to GDBus. If it makes no sense in the world of GDBus, might as well remove it. -- Mathieu Trudel-Lapierre <mathieu.trudel-lapie...@canonical.com> Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/65B58DA1 818A D123 0992 275B 23C2

[PATCH] Fix icon name for mobile in indicator-mode applet

2016-05-20 Thread Mathieu Trudel-Lapierre
methods do. Kindly, Mathieu Trudel-Lapierre <mathieu...@ubuntu.com> Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/65B58DA1 818A D123 0992 275B 23C2 CF89 C67B B4D6 65B5 8DA1 From: Mathieu Trudel-Lapierre <mathieu.trudel-lapie...@canonical.com> Subject: Set out_icon_na

Re: [PATCH] dns: use DBus to make dnsmasq nameserver changes

2016-03-22 Thread Mathieu Trudel-Lapierre
much the code from examples in GLib documentation. -- Mathieu Trudel-Lapierre <mathieu.trudel-lapie...@canonical.com> Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/65B58DA1 818A D123 0992 275B 23C2 CF89 C67B B4D6 65B5 8DA1 ___ networkman

[PATCH] dns: use DBus to make dnsmasq nameserver changes

2016-03-22 Thread Mathieu Trudel-Lapierre
Use DBus to make nameserver updates rather than restarting the dnsmasq binary again and again. Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapie...@canonical.com> --- src/dns-manager/nm-dns-dnsmasq.c| 338 ++-- src/dns-manager/nm-dns-man

[PATCH 1/2] core: add nm_utils_monotonic_timestamp_as_boottime() function

2015-04-21 Thread Mathieu Trudel-Lapierre
From: Thomas Haller thal...@redhat.com --- src/NetworkManagerUtils.c | 52 --- src/NetworkManagerUtils.h | 1 + 2 files changed, 50 insertions(+), 3 deletions(-) diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c index

[PATCH 2/2] wifi: expose the last_seen property for a NMAccessPoint

2015-04-21 Thread Mathieu Trudel-Lapierre
--- introspection/nm-access-point.xml | 3 +++ libnm-glib/libnm-glib.ver | 1 + libnm-glib/nm-access-point.c | 36 libnm-glib/nm-access-point.h | 2 ++ src/devices/wifi/nm-device-wifi.c | 2 +- src/devices/wifi/nm-wifi-ap.c | 38

Re: Adding a LastSeen property to accesspoints and ScanDone signal

2015-04-02 Thread Mathieu Trudel-Lapierre
units with nm_utils_monotonic_timestamp_as_boottime() from Thomas' patch so that D-Bus clients see BOOTTIME, and add a code comment about this in get_property() Sound OK? Yup. Will get you updated patches today. -- Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com Freenode

applet: clear notification actions before adding new ones

2015-01-26 Thread Mathieu Trudel-Lapierre
Make sure we only ever have one of the Don't show this again button that will trigger disabling notifications. Otherwise we end up with multiple instances of the same button in notifications because one gets added every time a new notification stacks on top of an existing one. --- src/applet.c |

Re: VPN + dnsmasq = split dns?

2014-12-02 Thread Mathieu Trudel-Lapierre
. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org

Re: [PATCH 1/4] libnm-glib: make Last Seen property available to libnm-glib and from DBus.

2014-09-26 Thread Mathieu Trudel-Lapierre
On Mon, Sep 22, 2014 at 5:21 PM, Thomas Haller thal...@redhat.com wrote: [...] the value priv-last_seen (together with nm_access_point_get_last_seen() and nm_ap_set_last_seen()) are time stamps as returned by nm_utils_get_monotonic_timestamp_s(). Exposing these absolute values (without a

Re: [PATCH 1/4] libnm-glib: make Last Seen property available to libnm-glib and from DBus.

2014-09-05 Thread Mathieu Trudel-Lapierre
was last found in scan results. -- Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/DC95CA5A 36E2 CF22 B077 FEFE 725C 80D3 C7DA A946 DC95 CA5A signature.asc Description: This is a digitally signed message part

[PATCH 2/4] wifi: expose a ScanDone signal on DBus when the supplicant is done scanning.

2014-09-04 Thread Mathieu Trudel-Lapierre
Signed-off-by: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com --- introspection/nm-device-wifi.xml | 6 ++ src/devices/wifi/nm-device-wifi.c | 12 src/devices/wifi/nm-device-wifi.h | 1 + 3 files changed, 19 insertions(+) diff --git a/introspection/nm-device

[PATCH 1/4] libnm-glib: make Last Seen property available to libnm-glib and from DBus.

2014-09-04 Thread Mathieu Trudel-Lapierre
Signed-off-by: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com --- introspection/nm-access-point.xml | 3 +++ libnm-glib/libnm-glib.ver | 1 + libnm-glib/nm-access-point.c | 35 +++ libnm-glib/nm-access-point.h | 2 ++ src/devices

Adding a LastSeen property to accesspoints and ScanDone signal

2014-09-04 Thread Mathieu Trudel-Lapierre
, again to be exposed via DBus. I did run into minor issues with this though, and so patch 3/4 and 4/4 fix the supplicant sending extra ScanDone signals to NMDeviceWifi, and how the last-seen property gets updated at the end of a scan. Regards, -- Mathieu Trudel-Lapierre mathieu.trudel-lapie

[PATCH 4/4] wifi: update LastSeen timestamp when checking scan results

2014-09-04 Thread Mathieu Trudel-Lapierre
Signed-off-by: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com --- src/devices/wifi/nm-device-wifi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/devices/wifi/nm-device-wifi.c b/src/devices/wifi/nm-device-wifi.c index e1d9343..4af102c 100644 --- a/src

[PATCH 3/4] supplicant: only signal ScanDone if the scan really is done (or failed)

2014-09-04 Thread Mathieu Trudel-Lapierre
when the request fails. Signed-off-by: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com --- src/supplicant-manager/nm-supplicant-interface.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/supplicant-manager/nm-supplicant-interface.c b/src/supplicant

Re: Join ' Integrate Proxy Settings and Network Connections(Locations)' Project

2013-03-06 Thread Mathieu Trudel-Lapierre
the proxy settings to command-line, and where/how to store those. ... Just my $0.02. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 On Wed, Feb 27, 2013 at 4:38 AM, Malintha Adikari

[PATCH] applet: position some more dialogs to the center of the screen

2013-03-06 Thread Mathieu Trudel-Lapierre
--- src/applet-dialogs.c | 4 src/utils/utils.c| 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/applet-dialogs.c b/src/applet-dialogs.c index 53167b7..1e7359e 100644 --- a/src/applet-dialogs.c +++ b/src/applet-dialogs.c @@ -55,6 +55,7 @@ info_dialog_show_error (const char *err)

[PATCH] applet: move vpn outside of the wifi menu items

2013-03-05 Thread Mathieu Trudel-Lapierre
For visual look, move the VPN menu items to after all the wifi APs and Connect to Hidden, Create New..., so that all wifi menu items stay together. --- src/applet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/applet.c b/src/applet.c index 86d9c14..d15b7d9 100644 ---

[PATCH] applet: always show the applet

2013-03-05 Thread Mathieu Trudel-Lapierre
This is a patch that has been carried in Ubuntu for a while now. Instead of hiding the applet if NetworkManager isn't running, make use of the messages already included that mention that it's not, and just always keep showing the applet; just with a different menu if NM is unavailable. ---

[PATCH 1/4] applet: use the connection name as notification title

2013-03-05 Thread Mathieu Trudel-Lapierre
... and thus the actual state we got to as the notification's text. The state transition is also visible from the icon, so from a quick look what really stands out is the icon for a connect/disconnect, and the actual connection that transitioned. --- src/applet-device-broadband.c | 11 +++

[PATCH 4/4] applet: make sure notification actions are clearer when the notification is updated.

2013-03-05 Thread Mathieu Trudel-Lapierre
--- src/applet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applet.c b/src/applet.c index bcbc76d..dfde2d7 100644 --- a/src/applet.c +++ b/src/applet.c @@ -952,6 +952,7 @@ applet_do_notify (NMApplet *applet, notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);

[PATCH 2/4] applet: update disconnected notifications, deferring when possible

2013-03-05 Thread Mathieu Trudel-Lapierre
Sensibly update notifications for the disconnected events; defer the notification when it makes sense to do so (for quick successive state changes, ...) --- src/applet-device-wifi.c | 1 + src/applet.c | 137 +-- src/applet.h |

[PATCH 3/4] applet: correctly update notification messages

2013-03-05 Thread Mathieu Trudel-Lapierre
--- src/applet.c | 46 +- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/src/applet.c b/src/applet.c index 66984de..bcbc76d 100644 --- a/src/applet.c +++ b/src/applet.c @@ -869,17 +869,6 @@ applet_menu_item_create_device_item_helper

[PATCH] wifi: show certificate files with the *.key extension

2013-03-05 Thread Mathieu Trudel-Lapierre
--- src/wireless-security/eap-method.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wireless-security/eap-method.c b/src/wireless-security/eap-method.c index a3fd832..cdc525d 100644 --- a/src/wireless-security/eap-method.c +++ b/src/wireless-security/eap-method.c

Re: Multiple IPv6 RAs and static routes with metric 1

2013-01-21 Thread Mathieu Trudel-Lapierre
debug logs, so that we clearly see what happens when the route gets added ? Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager

[PATCH] bridge: ignore bridge device that don't have any connections available.

2013-01-18 Thread Mathieu Trudel-Lapierre
--- src/nm-manager.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/nm-manager.c b/src/nm-manager.c index fbc9d23..c0ec0a6 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -1719,7 +1719,7 @@ add_device (NMManager *self, NMDevice *device)

Re: Second try at: How to get a completely clean/pristine installation of nm on Ubuntu 12.10?

2013-01-14 Thread Mathieu Trudel-Lapierre
it. The one file that matters most to have your connections managed by NetworkManager is /etc/network/interfaces. You can comment out all the entries there (with the exception of the one for the lo loopback interface) to have all your connections managed by NetworkManager. Mathieu Trudel-Lapierre

Re: Dropping support for libnl1 and libnl2?

2012-12-06 Thread Mathieu Trudel-Lapierre
Go for it ;) Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 On Thu, Dec 6, 2012 at 1:11 PM, Dan Williams d...@redhat.com wrote: Hi, All the major distros appear to have been

Re: [PATCH] fix build: disable -Werror by default (Bug #679130)

2012-11-02 Thread Mathieu Trudel-Lapierre
to gtk_table_* to gtk_grid_*. Regards, Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 gtk_table_to_gtk_grid.patch Description: Binary data

updating and shortening connected notifications

2012-10-25 Thread Mathieu Trudel-Lapierre
a connection's name can't be figured out, we use Mobile broadband network, or GSM Network, etc. See attached patch. What do you think? Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93

Re: Nm applet in gdm3

2012-10-02 Thread Mathieu Trudel-Lapierre
be upstreamed) shortly. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list networkmanager-list@gnome.org https

Re: Use of dnsmasq for caching nameserver

2012-08-27 Thread Mathieu Trudel-Lapierre
quite a few already, so things should be looking good for the most part. Regards, Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93

[PATCH v2] dns: update dnsmasq DNS nameservers using its SetServers DBus method

2012-07-31 Thread Mathieu Trudel-Lapierre
Instead of rewriting the dnsmasq configuration file and restarting dnsmasq, which leaves a small period of time during which no resolution can occur because dnsmasq is not yet fully started; use the dnsmasq DBus methods to update nameservers; SetServers allows setting the nameservers without

[PATCH] dns: update dnsmasq nameservers via its DBus SetServers method

2012-07-26 Thread Mathieu Trudel-Lapierre
--- src/dns-manager/nm-dns-dnsmasq.c | 337 -- src/dns-manager/nm-dns-plugin.c |6 + 2 files changed, 219 insertions(+), 124 deletions(-) diff --git a/src/dns-manager/nm-dns-dnsmasq.c b/src/dns-manager/nm-dns-dnsmasq.c index 9090e26..7ddc4f6 100644 ---

Re: dnsmasq DBUS integration

2012-04-19 Thread Mathieu Trudel-Lapierre
, should probably bind to each interface's IP address, rather than binding to 0.0.0.0 without restrictions. It's not quite just NM's responsibility there and it's pretty Debian/Ubuntu specific, but I thought best to share my ideas ;) Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox

Re: [PATCH] dnsmasq DBUS integration

2012-04-19 Thread Mathieu Trudel-Lapierre
12.04 we're starting to ship dnsmasq enabled as started as a local resolver (though we disabled caching). So, perhaps so that everyone can understand your particular use case, could you please tell us more about your particular config? Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox

[PATCH] au: add Telstra BigPond plan

2012-03-16 Thread Mathieu Trudel-Lapierre
--- serviceproviders.xml |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/serviceproviders.xml b/serviceproviders.xml index 73315fe..4deb3d9 100644 --- a/serviceproviders.xml +++ b/serviceproviders.xml @@ -745,6 +745,12 @@ conceived.

[PATCH] dnsmasq: allow proxying dnssec data

2012-03-08 Thread Mathieu Trudel-Lapierre
--- src/dns-manager/nm-dns-dnsmasq.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/dns-manager/nm-dns-dnsmasq.c b/src/dns-manager/nm-dns-dnsmasq.c index 6314438..8e216f4 100644 --- a/src/dns-manager/nm-dns-dnsmasq.c +++ b/src/dns-manager/nm-dns-dnsmasq.c @@ -308,7

Re: [PATCH] dnsmasq: allow proxying dnssec data

2012-03-08 Thread Mathieu Trudel-Lapierre
On Thu, Mar 8, 2012 at 5:18 PM, Mathieu Trudel-Lapierre mathieu...@ubuntu.com wrote: ---  src/dns-manager/nm-dns-dnsmasq.c |    3 ++-  1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/dns-manager/nm-dns-dnsmasq.c b/src/dns-manager/nm-dns-dnsmasq.c index 6314438..8e216f4

[PATCH] libnm-glib: add missing nm_device_set_device_type to libnm-glib.ver

2012-03-08 Thread Mathieu Trudel-Lapierre
Otherwise the build fails when running tests. --- libnm-glib/libnm-glib.ver |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libnm-glib/libnm-glib.ver b/libnm-glib/libnm-glib.ver index 00fc3dd..2b54a3e 100644 --- a/libnm-glib/libnm-glib.ver +++ b/libnm-glib/libnm-glib.ver

[PATCH] dns: dnsmasq plugin: update command-line parameters for starting dnsmasq

2012-03-01 Thread Mathieu Trudel-Lapierre
Drop --strict-order; dnsmasq is intelligent enough to ask nameservers in an order that makes the best of possibly slow nameservers (or broken ones), and interrogating them in strict order breaks this. Add --no-hosts: by default dnsmasq will read /etc/hosts as a list of things to resolve

[RFC] VPNC: port from GtkTable to GtkGrid

2012-02-10 Thread Mathieu Trudel-Lapierre
?), and the ideal size to give the table or pin the dialog to, if it's even worth doing. I've also attached a screenshot of how this looks with my patch. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93

Re: Increased RAM usage with nm-applet 0.8.0 to 0.8.1

2011-12-19 Thread Mathieu Trudel-Lapierre
to use the 'reportbug' command. Regards Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list networkmanager-list

Re: Huawei E220 can't connect on Ubuntu 11.10

2011-12-12 Thread Mathieu Trudel-Lapierre
On Fri, Dec 9, 2011 at 5:50 AM, Bartosz gan...@poczta.onet.pl wrote: Hi. On Ubuntu 11.10 there is problem with connection via modem Huawei E220. On Ubuntu 11.10 the NetworkManager is in version 0.9.1.90-0ubuntu5.1 On Ubunto 11.04 there is version 0.8.4~git.20110319t175609.d14809b-0ubuntu3

[PATCH] set a destination for the IPv6 default gateway

2011-10-07 Thread Mathieu Trudel-Lapierre
, Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 From 53abe8f2e54ea02aefabb768f159ca40497db02f Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com Date

[PATCH] add an ip6_manager object for the IPv6 Manual setting case

2011-10-07 Thread Mathieu Trudel-Lapierre
This is so the routes added in this case can be torn down by ...flush_routes() in nm_device_deactivate(). Without an ip6_manager object, only the IPv4 routes are considered (AF_INET is passed for family instead of AF_UNSPEC). See the attached file. Regards, Mathieu Trudel-Lapierre mathieu

[PATCH] Re: Wired + Wireless cohexistence issues, using libnl3

2011-09-28 Thread Mathieu Trudel-Lapierre
. A patch is attached. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com Subject: Unbreak setting priorities for routes

[PATCH] clean up mobile broadband wizard

2011-09-27 Thread Mathieu Trudel-Lapierre
Hi, I noticed many duplicate buttons and page headers in the mobile broadband wizard, attached is a patch that fixes this. Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 From

[PATCH] default VPN import/export path to home directory

2011-09-27 Thread Mathieu Trudel-Lapierre
directory as the user's home when the file chooser is being created for import and export. Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 From: Mathieu Trudel-Lapierre mathieu.trudel-lapie

Wired + Wireless cohexistence issues, using libnl3

2011-09-23 Thread Mathieu Trudel-Lapierre
[2] https://bugzilla.gnome.org/show_bug.cgi?id=659984 Regards, Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing

Re: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-09-19 Thread Mathieu Trudel-Lapierre
are required and we didn't have anything before, then the settings from DHCP will be used as ip6_config; otherwise both get merged). Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93

Re: [PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-09-16 Thread Mathieu Trudel-Lapierre
actually could get ip4 configs to be applied as soon as they are available without blocking what's being done for ipv6; but I'm very open to changing this around if you have ideas on how to better deal with this. See attached, a respin of the patch. Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode

[PATCH] DUID support

2011-09-15 Thread Mathieu Trudel-Lapierre
, Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com Subject: add DUID handling support and DUID generation. Bug-Ubuntu

Re: [RFC] use linux/if.h instead of net/if.h

2011-09-12 Thread Mathieu Trudel-Lapierre
Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 On Mon, Sep 12, 2011 at 5:38 PM, Dan Williams d...@redhat.com wrote: On Fri, 2011-09-09 at 11:50 +0200, Thomas Graf wrote: Use of net/if.h

Re: [PATCH] Set the default IPv6 mode to auto and IPv4 optional

2011-09-08 Thread Mathieu Trudel-Lapierre
of other Ubuntu patches. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list networkmanager-list@gnome.org

[PATCH] device: allow for applying IPv4 and IPv6 settings in parallel

2011-07-25 Thread Mathieu Trudel-Lapierre
| 207 -- 1 files changed, 107 insertions(+), 100 deletions(-) -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 From

[PATCH] libnm-util: default to allowing IPv6 connections to fail

2011-07-19 Thread Mathieu Trudel-Lapierre
)); } === -- Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman

[PATCH] editor: default to IPv6 Auto for manually created connections too

2011-07-18 Thread Mathieu Trudel-Lapierre
= IP6_METHOD_AUTO; if (!strcmp (str_method, NM_SETTING_IP6_CONFIG_METHOD_DHCP)) -- 1.7.5.4 -- Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93

Extra symbols returned by check-exports when building 0.8.4 on Lucid.

2011-05-04 Thread Mathieu Trudel-Lapierre
, but I haven't been able to verify this yet (time to build a x86_64 VM). Is there any way to properly exclude them so tests succeed? Regards, Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01

Re: Unable to restore nm-applet icon

2011-04-04 Thread Mathieu Trudel-Lapierre
in gnome-panel. Can you also try to see if logging out and back it solves the issue? Thanks. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93

Re: Connecting to weak signal wifi, wireless network authentication required message

2011-03-25 Thread Mathieu Trudel-Lapierre
likely the reason why it's currently handled as it is. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list

Re: Kubuntu 10.04: Stuck in 0.8.1?

2011-03-25 Thread Mathieu Trudel-Lapierre
still using 0.8.1: Yes, that's because the daily builds have been failing for a while, and I haven't had time to fix them yet. Note that there are some other dependencies that may be missing too to explain the build failures. I'm working on fixing this today. Mathieu Trudel-Lapierre mathieu

Updated APN for El Salvador's Movistar

2011-03-21 Thread Mathieu Trudel-Lapierre
(Movistar) in the Country provider of El Salvador is wrong, the correct is internet.movistar.sv celvin the password and user is not needed, but the correct is movistarsv movistarsv * celvin est parti (Quit: Leaving.) Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu

Re: upgrade nm-applet from 8.0 to 8.1

2011-03-18 Thread Mathieu Trudel-Lapierre
now, but I'll get to it by the end of next week, if all goes well ;) Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager-list

Re: connect to internet via android phone as usb-modem

2011-03-16 Thread Mathieu Trudel-Lapierre
on the carriers though), but I may be wrong. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list

Re: Testing 0.8.995 (0.9.0-beta1) on Ubuntu 10.04

2011-03-05 Thread Mathieu Trudel-Lapierre
. Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org

[PATCH] dnsmasq: fix sending the conf-file parameter to dnsmasq

2011-02-25 Thread Mathieu Trudel-Lapierre
on startup when loading a connection in internet sharing mode. This seems to already handled correctly in src/dns-manager/nm-dns-dnsmasq.c. Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93

Issues in commit 52f2295: libnm-util: fix possible crash in nm_setting_update_secrets()

2011-02-11 Thread Mathieu Trudel-Lapierre
=52f2295a4925acc892e2fd67540671d4a8047f55 Regards, Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list networkmanager-list

Re: more on wifi no longer working under ubuntu

2010-12-03 Thread Mathieu Trudel-Lapierre
notice something that will clarify what is going on. Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93 ___ networkmanager-list mailing list

Re: parent (GUdevDevice) uninitialized in _update_s390_subchannels

2010-11-05 Thread Mathieu Trudel-Lapierre
in this case. -- Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 signature.asc Description: This is a digitally signed message part

parent (GUdevDevice) uninitialized in _update_s390_subchannels

2010-11-04 Thread Mathieu Trudel-Lapierre
. -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com Subject: Fix the build on natty chroots to complete successfully

Re: bug found!!! feature request!

2010-10-20 Thread Mathieu Trudel-Lapierre
Then add that in the network's settings under Device MAC address. -- Mathieu Trudel-Lapierre mathieu...@gmail.com Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 signature.asc Description: This is a digitally signed message part

[PATCH] Detect dhclient version, support dhclient 3 in NM 0.8.1

2010-08-10 Thread Mathieu Trudel-Lapierre
Hi, I wrote the attached patch to support detecting at build-time the version of dhclient being available. This allows disabling the new arguments that isc-dhcp 4 expects and thus allow 0.8.1 to work with dhclient v3. -- Mathieu Trudel-Lapierre - mathieu.trudel-lapie...@canonical.com Freenode

Re: cannot stat `.libs/libnm-glib.so.2.2.0T': No such file or directory

2010-05-11 Thread Mathieu Trudel-Lapierre
Hi, On Mon, May 10, 2010 at 12:56 AM, floydlore...@comcast.net wrote: message.  Your software cannot be installed in Ubuntu by the users you profess that need it.  It can't resolve any networking problems if the user can't install it.  Do you have a real installer that goes and get the

Re: OpenVPN Problem

2010-01-29 Thread Mathieu Trudel-Lapierre
Reinhard, On Fri, Jan 29, 2010 at 9:12 AM, rh lis...@singsang.at wrote: try to connect. There are not any Logmessages in /var/log/message, there is no error message, simply no reaction. I have installed Are there any messages in /var/log/syslog? Or do you mean this is the file that you checked

Re: Ubuntu, how to port a bug fix to modem-manager?

2010-01-14 Thread Mathieu Trudel-Lapierre
Massimiliano, As Pietro mentioned, On Thu, Jan 14, 2010 at 12:23 PM, Pietro Battiston too...@email.it wrote: (not really daily, but frequently updated), patch it, build it and install it. If something goes wrong, just reinstall the original packages for your distribution (of which you will

Re: Multiple VPNs and resolvconf

2009-08-10 Thread Mathieu Trudel-Lapierre
On Mon, Aug 10, 2009 at 8:44 AM, Graham Lyongraham.l...@gmail.com wrote: What about some method of checking which domains the dns on the end of the VPN is authorative for and only looking up that domain on that dns? Excuse my ignorance of dns if this is not possible... 2009/8/10 Marc Luethi

Re: NM CLI

2009-07-03 Thread Mathieu Trudel-Lapierre
On Wed, Jul 1, 2009 at 9:27 AM, Dan Williamsd...@redhat.com wrote: The use of python for cnetworkmanager, which while it does make development a *lot* quicker, is a blocker for most of the people that I'd consider prime candidates for a CLI client.  The target for a CLI client are users of

Re: NM CLI

2009-06-26 Thread Mathieu Trudel-Lapierre
Are you guys refering to something *purely* CLI, or simple some application (I'm thinking curses here, for example) that could be run from the command line? I could see something like network-manager for the command-line as an application similar to aptitude. I guess that could be done, and would

Towards including network-manager vpn plugins by default in Ubuntu

2009-06-22 Thread Mathieu Trudel-Lapierre
Hi Dan, There's this bug currently open in Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/370210 Essentially, it's about the fact that VPN plugins, as they are not included in the main distribution but in universe and not installed by default, it tends to be somewhat

Re: [PATCH] Saving only the group password in keyring

2008-10-21 Thread Mathieu Trudel-Lapierre
PROTECTED] wrote: On Sat, 2008-10-11 at 11:22 -0400, Mathieu Trudel-Lapierre wrote: Dan, Actually one other little question. How much use do you think there is for this kind of feature? Do you regularly hear about this, or is it more a user here and there? There are open bug reports for both

[PATCH] Saving only the group password in keyring

2008-10-09 Thread Mathieu Trudel-Lapierre
Hi, First, my apologies for pushing for this, since I believe the interested parties are probably already notified through bugzilla on this... Anyway, regarding bugzilla #363918 (http://bugzilla.gnome.org/show_bug.cgi?id=363918) Only save group password in keyring for the VPNC plugin to

Re: [PATCH] Saving only the group password in keyring

2008-10-09 Thread Mathieu Trudel-Lapierre
Trudel-Lapierre wrote: Hi, First, my apologies for pushing for this, since I believe the interested parties are probably already notified through bugzilla on this... So the reason this didn't get merged in the first place is that when this is used, the auth dialog looks like ass. Having _3_