[patch 1/3] install more header for libnm-util

2006-10-12 Thread groug
This patch adds dbus-dict-helpers.h to the installed header files. Index: NetworkManager-cvs/libnm-util/Makefile.am === --- NetworkManager-cvs.orig/libnm-util/Makefile.am 2006-06-16 18:36:56.0 +0200 +++

Re: openvpn plugin

2006-08-29 Thread Groug
On Tue, 2006-08-29 at 16:01 +0200, Christian Guedel wrote: I'm using network-manager 0.6.2 (Ubuntu Dapper Drake) and a custom compiled OpenVPN plugin from CVS from March 28th 2006. What could be the problem then? Did you check out sources from the CVS head or from the

[patch 1/3] multiple named zones

2006-08-28 Thread groug
This patch brings support for multiple domains in named configuration. All listed domains in the IP4 config structure are processed as follows: - domain is added to 'search' entry in /etc/resolv.conf, as before; - 'SetForwarders' message is sent to named for each nameserver listed in the IP4

[patch 3/3] process dhcp-option DOMAIN

2006-08-28 Thread groug
This patch brings multiple domain support to nm-openvpn. It extracts domains from the 'dhcp-option DOMAIN' varirables pushed by the openvpn server and put them in the IP4 config message sent to the core nm. Index: NetworkManager-cvs/vpn-daemons/openvpn/src/nm-openvpn-service-openvpn-helper.c

[patch 2/3] array of domains

2006-08-28 Thread groug
This patch affects the 9th argument of the IP4 config message (DNS domain) so that it can either be a single STRING or an ARRAY of STRING. Implementation is as follows: - if the argument is a non empty STRING, it will be the only domain in the config, as before; - if the argument is a non empty

Re: WPA connection/reconnection timeouts

2006-08-03 Thread Groug
On Thu, 2006-08-03 at 12:17 +1000, Andrew Baumann wrote: Hi, I sent something like this previously to the list, but it seems it never made it there; trying again... I'm using NetworkManager 0.6.4 (from Fedora) in a WPA network. For some reason (probably intermittent interference),

Re: openvpn plugin - submit patch

2006-06-20 Thread Groug
On Tue, 2006-06-20 at 01:59 +0300, Adi Roiban wrote: Hello I have made a few changes into openvpn plugin in order to configure remote port number. Could you tell me where should i send the patch. i didn't find a devel list for nm. Thank you. You should post here. Just be *very*

rpmbuild and NM ?

2006-06-08 Thread Groug
Hi all, Sorry if it isn't the right place to ask but I got no response from Redhat so far. When I try to rebuild the RPM package on fc5, it fails miserabily... # rpmbuild --rebuild NetworkManager-0.6.2-2.fc5.src.rpm Installing NetworkManager-0.6.2-2.fc5.src.rpm error: Package has no

[patch 2/3] array of domains

2006-05-29 Thread groug
This patch affects the 9th argument of the IP4 config message (DNS domain) so that it can either be a single STRING or an ARRAY of STRING. Implementation is as follows: - if the argument is a non empty STRING, it will be the only domain in the config, as before; - if the argument is a non empty