Re: DBUS specifications for NetworkManager 0.9

2012-03-15 Thread Ajay Garg
Thanks Dan; This cleared some of my concepts; I always had a section in my router-configuration web page, regarding the MAC addresses. I now understand (courtesy you) that the basic authentication occurs at the device level; user-authentication is the (second) authentication over the second layer.

[PATCH] multiple remotes and remote-random in openvpn

2012-03-15 Thread 4garbage
Hello! I've made a patch to support subj. in NM. Multiple hosts just separated by commas and/or spaces in gateway_entry. I think it's still suitable for including into the project, though may be the "NM way" is to use GtkTree and other forms for each new host. wbr. P.S. i've sent similar mail 14

Re: [MM 0.6] Plumb up the SPN display-rule bits

2012-03-15 Thread Marcel Holtmann
Hi Dan, > > >> A possible fix to handle the case where we don't know how much > > >> we can > > >> > > >> read would be to try to read the first bytes of the record (3 or > > >> 4 or 5 > > >> just in case) to get the full record length of the record, > > >>

Re: [PATCH] vpn: Add a new field so VPN plugins can specify multiple domains

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 14:56 -0700, Evan Broder wrote: > --- > include/NetworkManagerVPN.h |3 +++ > src/vpn-manager/nm-vpn-connection.c |9 + > 2 files changed, 12 insertions(+), 0 deletions(-) Applied with a compile fix, thanks! Dan > diff --git a/include/NetworkManager

Re: [PATCH] If vpnc supports multiple domains, pass them all back to NM

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 14:57 -0700, Evan Broder wrote: > --- > src/nm-vpnc-service-vpnc-helper.c | 25 + > 1 files changed, 25 insertions(+), 0 deletions(-) Pushed, thanks. Dan > diff --git a/src/nm-vpnc-service-vpnc-helper.c > b/src/nm-vpnc-service-vpnc-helper.c > ind

Re: Nm issues.

2012-03-15 Thread Dan Williams
On Wed, 2012-03-07 at 10:04 -0300, Irjê Schmitz wrote: > > > Hi, > > > I nm some problems with, at the time the system starts the wifi > interface receives IP address after a few seconds is placed down. In > the messages below appears to me somepermission issue. Has > anyone experienced this p

Re: [PATCH] dnsmasq: allow proxying dnssec data

2012-03-15 Thread Dan Williams
On Thu, 2012-03-08 at 17:22 -0500, Mathieu Trudel-Lapierre wrote: > On Thu, Mar 8, 2012 at 5:18 PM, Mathieu Trudel-Lapierre > 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

[PATCH] If vpnc supports multiple domains, pass them all back to NM

2012-03-15 Thread Evan Broder
--- src/nm-vpnc-service-vpnc-helper.c | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/nm-vpnc-service-vpnc-helper.c b/src/nm-vpnc-service-vpnc-helper.c index 21942f6..bc91771 100644 --- a/src/nm-vpnc-service-vpnc-helper.c +++ b/src/nm-vpnc-ser

[PATCH] vpn: Add a new field so VPN plugins can specify multiple domains

2012-03-15 Thread Evan Broder
--- include/NetworkManagerVPN.h |3 +++ src/vpn-manager/nm-vpn-connection.c |9 + 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/include/NetworkManagerVPN.h b/include/NetworkManagerVPN.h index f4ef93d..8ee5b9a 100644 --- a/include/NetworkManagerVPN.h +++ b/

Re: Query on setting ca-path and ca-cert with dbus for 802.1x

2012-03-15 Thread Dan Williams
On Fri, 2012-03-09 at 15:13 +, John Carter wrote: > Hi, > > > I'm writing a small app that creates 802.1x profiles. I can create > profiles and connect, but I'm not sure I'm doing the right thing re > certificates for phase1 (I'm not using EAP-MSCHAPv2 and EAP-GTC. I'm > not using EAP-TLS): >

Re: [MM 0.6] Plumb up the SPN display-rule bits

2012-03-15 Thread Dan Williams
On Mon, 2012-03-12 at 14:28 +0100, Aleksander Morgado wrote: > Hey, > > >> A possible fix to handle the case where we don't know how much > >> we can > >> > >> read would be to try to read the first bytes of the record (3 or > >> 4 or 5 > >> just in case) to

Re: [PATCH] gsm: pass the PPP auth preferences for STATIC and DHCP device use

2012-03-15 Thread Dan Williams
On Mon, 2012-03-12 at 20:01 +, Andrew Bird wrote: > When using the either DHCP or STATIC IpMethods the modem manager > or device itself negotiates the PPP session so we need to pass > the authentication preferences through to MM. > > Notes: > 1/ Using a bitfield now that happens to match

Re: dialog madness

2012-03-15 Thread Dan Williams
On Wed, 2012-03-14 at 13:47 +0100, stefan wrote: > Hi all, > > I just subscribed for the sole purpose of giving the following > feedback. I'm sorry if I bring up an issue that was discussed before. There's various discussions going on to figure out how to solve this problem and handle the securi

Re: DBUS specifications for NetworkManager 0.9

2012-03-15 Thread Dan Williams
On Tue, 2012-03-13 at 01:28 +0530, Ajay Garg wrote: > Thanks Dan. > > That was really useful information. > > So, this seems somewhat like a WPA/WPA2-Enterprise WIFI network situation. Yes, except that the EAP authentication is not typically under control of the user. The EAP bits authenticate

Re: [PATCH] firewall-manager: allow dhcpv6-client service

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 18:33 +0100, Jiri Popelka wrote: > On 03/08/2012 02:53 PM, Tore Anderson wrote: > > The best solution would obviously be to just fix the default firewall in > > Fedora too, but the firewall infrastructure maintainer is refusing to > > make that change. > > In short, he doesn't

Re: [PATCH] libnm-glib: add errors to device classes v2

2012-03-15 Thread Dan Williams
On Thu, 2012-03-15 at 17:06 +0100, Jirka Klimes wrote: > On Thursday 15 of March 2012 08:35:07 Dan Williams wrote: > > On Wed, 2012-03-14 at 15:24 +0100, Jirka Klimes wrote: > > > The patch adds errors to libnm-glib's device classes. > > > The errors are returned in nm-device_connection_valid(dev,c

Re: [PATCH] firewall-manager: allow dhcpv6-client service

2012-03-15 Thread Jiri Popelka
On 03/08/2012 02:53 PM, Tore Anderson wrote: The best solution would obviously be to just fix the default firewall in Fedora too, but the firewall infrastructure maintainer is refusing to make that change. In short, he doesn't seem likely to change his mind any time soon. He actually did :-) T

Re: [PATCH] libnm-glib: add errors to device classes v2

2012-03-15 Thread Jirka Klimes
On Thursday 15 of March 2012 08:35:07 Dan Williams wrote: > On Wed, 2012-03-14 at 15:24 +0100, Jirka Klimes wrote: > > The patch adds errors to libnm-glib's device classes. > > The errors are returned in nm-device_connection_valid(dev,con,error) > > when > > the device and connection don't match. >

Re: [PATCH] libnm-glib: add errors to device classes

2012-03-15 Thread Dan Williams
On Wed, 2012-03-14 at 15:24 +0100, Jirka Klimes wrote: > The patch adds errors to libnm-glib's device classes. > The errors are returned in nm-device_connection_valid(dev,con,error) when > the device and connection don't match. > > Currently, the error is not used. But it could be useful for nmcli