Re: [PATCH] build: Remove libndp for now

2013-06-12 Thread Colin Walters
On Wed, 2013-06-12 at 15:15 -0300, Dan Winship wrote: > Removing the submodule at this point will just cause more git pain, but > we could remove it from SUBDIRS until it gets fixed. New patch attached. >From 709ecbeac8472469496607c76ae4b487e4173f8e Mon Sep 17 00:00:00 2001 From: Colin Walters

Re: [PATCH] build: Remove libndp for now

2013-06-12 Thread Dan Winship
On 06/12/2013 11:56 AM, Colin Walters wrote: > It's installing itself into $(prefix), whereas we need a private > library in $(pkglibdir). Yes, there's discussion of this in the ndp/rdisc bug. Removing the submodule at this point will just cause more git pain, but we could remove it from SUBDIRS

Re: Does Network Manager use wpa_supplicant for wired connections?

2013-06-12 Thread Dan Winship
On 06/12/2013 01:28 PM, Pengcheng Chen wrote: > Hi all, > > Does Network Manager use wpa_supplicant, or X Supplicant? or does it > implement 802.1x Supplicant in itself? it uses wpa_supplicant -- Dan ___ networkmanager-list mailing list networkmanager

Re: NetworkManager status during startup

2013-06-12 Thread Ignaz Forster
Am 11.06.2013 19:20, schrieb Dan Williams: On Mon, 2013-06-10 at 18:31 +0200, Ignaz Forster wrote: Hello, during startup we have a few scripts that have to know if the system is online or not. Therefore we wanted to use "nm-online -x" to detect the state, however this fails quite unexpectedly:

Does Network Manager use wpa_supplicant for wired connections?

2013-06-12 Thread Pengcheng Chen
Hi all, Does Network Manager use wpa_supplicant, or X Supplicant? or does it implement 802.1x Supplicant in itself? Thanks, Pengcheng ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanag

[PATCH] build: Remove libndp for now

2013-06-12 Thread Colin Walters
It's installing itself into $(prefix), whereas we need a private library in $(pkglibdir). I think libgsystem is a pretty good example of a useful git submodule; it's designed for nonrecursive automake; it provides a Makefile-libgsystem.am that one can include, but doesn't force the use of SUBDIRS

[PATCH] Improve WPAD proxy handling

2013-06-12 Thread David Woodhouse
We already request WPAD information from the DHCP server (bug 368423) but we don't do anything useful with it at all. The same information can also come from a VPN server, but we don't even *collect* that. This patch fixes the latter, and exposes the information in a coherent fashion. There's no