Re: Configuring DHCP

2008-05-16 Thread Tambet Ingo
Ingo [EMAIL PROTECTED] + + * src/dhcp-manager/nm-dhcp-manager.c (dhclient_find_conf_file): + Implement. + (dhclient_run): Try to locate the dhclient.conf. + 2008-05-15 Tambet Ingo [EMAIL PROTECTED] Move crypto functions from nm-applet to libnm-util. diff --git a/src/dhcp-manager/nm-dhcp

Re: multiple-device questions

2008-05-15 Thread Tambet Ingo
On Thu, May 15, 2008 at 11:12 AM, Andrew Jorgensen [EMAIL PROTECTED] wrote: What are the plans for UI for controlling multiple-device behavior? Right now nm-applet just connects to all networks that have automatic configurations. This is potentially confusing. A few people have filed bugs or

Re: nm-editor: Can't make existing configuration a system setting

2008-05-12 Thread Tambet Ingo
On Tue, May 6, 2008 at 5:36 PM, Tambet Ingo [EMAIL PROTECTED] wrote: On Tue, May 6, 2008 at 4:50 PM, Michael Biebl [EMAIL PROTECTED] wrote: When I run the connection-editor from within nm-applet, it presents me a list of configured wlan networks (Auto foo, Auto bar, ...). I wanted to make

Re: gsm: couldn't get secrets

2008-05-09 Thread Tambet Ingo
On Fri, May 9, 2008 at 9:14 AM, Vitja Makarov [EMAIL PROTECTED] wrote: and let gsm setting ask for a pin/puk I implemented PIN asking for GSM devices yesterday. Tambet ___ NetworkManager-list mailing list NetworkManager-list@gnome.org

Re: Is NetworkManager ready for servers with may interfaces?

2008-05-06 Thread Tambet Ingo
On Tue, May 6, 2008 at 3:43 PM, Kenneth Crudup [EMAIL PROTECTED] wrote: I'm still not quite sure how these end up in text files, what the filenames should be, nor what format. Can someone send me a tar file of their /etc/NetworkManager/system_config/ directory, please? The file names aren't

Re: nm-editor: Can't make existing configuration a system setting

2008-05-06 Thread Tambet Ingo
On Tue, May 6, 2008 at 4:50 PM, Michael Biebl [EMAIL PROTECTED] wrote: When I run the connection-editor from within nm-applet, it presents me a list of configured wlan networks (Auto foo, Auto bar, ...). I wanted to make one of those configurations a system setting, so I pressed Edit and

Re: FC8

2008-04-28 Thread Tambet Ingo
On Mon, Apr 28, 2008 at 11:38 AM, Stefan Seyfried [EMAIL PROTECTED] wrote: I think that by just using the bits that are readily available, a much better user experience would be possible today. Sigh, I'm getting tired of hearing use umtsmon in every thread that has a word 3g or umts in it.

Re: FC8

2008-04-28 Thread Tambet Ingo
Umtsmon deliberately does not use HAL, since it is meant as a temporary solution until NM is ready, and it is intended to be usable on a little bit older systems that might not have the latest HAL. Umtsmon is not intended to be a backend for anything, and it would be pretty hard to hack it

Re: SVN HEAD: Compilation error

2008-04-10 Thread Tambet Ingo
On Thu, Apr 10, 2008 at 12:56 PM, Markus Becker [EMAIL PROTECTED] wrote: nm-system-config-hal-manager.c: In function 'nm_system_config_hal_manager_class_init': nm-system-config-hal-manager.c:306: error: 'nm_marshal_VOID__STRING_UINT' undeclared (first use in this function) Remove all the

Re: [PATCH] Fix manual IP config

2008-03-18 Thread Tambet Ingo
On Tue, Mar 18, 2008 at 12:36 PM, Dan Williams [EMAIL PROTECTED] wrote: On Tue, 2008-03-18 at 11:37 +0100, Helmut Schaa wrote: Nevertheless I want to give you an hypothetical scenario why I would prefer it to be set in real_act_stage3_ip_config_start: As far as I can see

Re: [PATCH] Fix manual IP config

2008-03-17 Thread Tambet Ingo
2008/3/17 Helmut Schaa [EMAIL PROTECTED]: I had some problems with manual IP configuration being ignored by NM. Attached patch for trunk fixes it for me. I don't understand why or how this patch could fix the problem though. The call you added, nm_device_set_use_dhcp (self, FALSE); makes

Re: pptp can't compile and reconnection

2008-03-17 Thread Tambet Ingo
On Mon, Mar 17, 2008 at 10:02 AM, Charly Liu [EMAIL PROTECTED] wrote: The 12th march I downloaded the svn version of NetworkManager. I could compile everything except pptp because it says that I don't have the file dbus-dict-helper.h. I searched a little bit and I saw that in previous

Re: [PATCH] Fix manual IP config

2008-03-17 Thread Tambet Ingo
On Mon, Mar 17, 2008 at 11:02 AM, Helmut Schaa [EMAIL PROTECTED] wrote: Why not call it in real_act_stage3_ip_config_start as it is done when using DHCP? That would be much clearer, no? It's much cleaner to not keep dhcp manager around when a device is deactivated. It's not only cleaner, it's

Re: API changes

2008-03-13 Thread Tambet Ingo
On Thu, Mar 13, 2008 at 9:29 AM, Will Stephenson [EMAIL PROTECTED] wrote: org.freedesktop.NetworkManager Methods: #1 ActivateDevice ( o: device, s: service_name, o: connection, o: specific_object ) → nothing suggestion: move to org.freedesktop.NetworkManager.Device.Activate(s:

Re: API changes

2008-03-13 Thread Tambet Ingo
On Thu, Mar 13, 2008 at 11:48 AM, Dan Williams [EMAIL PROTECTED] wrote: On Thu, 2008-03-13 at 18:17 +0100, Will Stephenson wrote: I understood the applet merges APs in the same network for presentation to the user, is that what all the calls to ether_aton() in the NM and applet sources

Re: ppp support

2008-03-05 Thread Tambet Ingo
On Wed, Mar 5, 2008 at 3:35 PM, Johann B. Gudmundsson [EMAIL PROTECTED] wrote: Can Vitja Makarov or his code help speeding up support for PPTP (VPN) into NM. So what exactly are we still discussing here? I've repeatedly assured here that we can change NMPppManager to do exactly what is

PPPoE

2008-03-05 Thread Tambet Ingo
From: Tambet Ingo [EMAIL PROTECTED] Date: Wed, 5 Mar 2008 20:48:19 -0600 Subject: [PATCH] Implement NMSettingPPPOE. diff --git a/libnm-util/Makefile.am b/libnm-util/Makefile.am index ddbac0b..f95ace6 100644 --- a/libnm-util/Makefile.am +++ b/libnm-util/Makefile.am @@ -18,6 +18,7

Re: ppp support

2008-03-03 Thread Tambet Ingo
On Mon, Mar 3, 2008 at 11:01 AM, Vitja Makarov [EMAIL PROTECTED] wrote: But no GUI for now. I'm asking NM developers about collaboration, merging or so on. Any criticism is welcome. I don't really understand the need of this project at all. NM already contains a class for that, it even has

Re: Finally, NetworkManager CLI

2008-02-19 Thread Tambet Ingo
Also, I forgot to mention, if you see an ugly error with every command looking something like this: ERROR:dbus.proxies:Introspect error on :1.79759:/org/freedesktop/NetworkManager/VPN/Connection/9: dbus.exceptions.IntrospectionParserException: Error parsing introspect data: class

Re: New features in the 0.6 branch

2008-02-12 Thread Tambet Ingo
On Feb 12, 2008 4:06 PM, Michael Biebl [EMAIL PROTECTED] wrote: I'm running 3307 from NETWORKMANAGER_0_6_0_RELEASE and 521 from network-manager-applet-0-6 now. I haven't experienced a crash since then. Yay! nm-applet now also shwows the Enable wireless network in the context menu greyed

Re: [PATCH] NM DBUS api documentation build system

2008-02-05 Thread Tambet Ingo
On Feb 5, 2008 8:46 AM, Will Stephenson [EMAIL PROTECTED] wrote: snip I haven't actually added any api documentation yet. I'm working on supporting NM 0.7 in KDE 4 and would do so as I grok 0.7. The patch just replicates the status quo with the ability to add api docs. The system can also

Re: New features in the 0.6 branch

2008-02-04 Thread Tambet Ingo
On Feb 4, 2008 4:24 AM, Gabriele Monti [EMAIL PROTECTED] wrote: Thanks a lot, I really needed wired authentication! I compiled and packaged the 0.6 branch for Ubuntu and it works really fine! Thanks for trying it out, I'm glad it works! Now I don't need a script and a manually edited

Re: How to use the pppd plugin from svn?

2007-12-20 Thread Tambet Ingo
On Dec 19, 2007 9:46 PM, van Schelve [EMAIL PROTECTED] wrote: After restarting hald, NetworkManager and the modem itself I see three entries GSM Modem in the NetworkManager. But how do I have to configure them to create a UMTS connection? There was a bug in NetworkManager that added a GSM

Re: ppp using NM

2007-12-05 Thread Tambet Ingo
On Dec 4, 2007 4:17 PM, Jon Escombe [EMAIL PROTECTED] wrote: Good stuff, got connected first time ;) Only issues were that it didn't set up resolv.conf, and also added three entries to the applet menu (as the card presents three ports). Both of these issues should be fixed in the SVN now.

Re: ppp using NM

2007-12-04 Thread Tambet Ingo
On Dec 4, 2007 3:28 PM, Jon Escombe [EMAIL PROTECTED] wrote: I've just built from the latest SVN keen to give the UMTS support a try. Do you have a list of the gconf entries needed to get up and running? nm-applet creates the gconf entries with default values when you ask it to connect and

Re: ppp using NM

2007-12-04 Thread Tambet Ingo
On Dec 4, 2007 4:17 PM, Jon Escombe [EMAIL PROTECTED] wrote: Good stuff, got connected first time ;) Awesome! You're the first person I know who got it working! :) Only issues were that it didn't set up resolv.conf, Yeah, that part is a bit broken. NM usually (in case of VPN) prefers to do it

Re: ppp using NM

2007-12-04 Thread Tambet Ingo
On Dec 4, 2007 5:20 PM, Dan Williams [EMAIL PROTECTED] wrote: I assume there's a way to get the DNS info and other stuff out of pppd and push it to NM so that NM can handle the stuff instead? Oh, yeah. The pppd module we have already does it and sends all the info (like ip, netmask, routes,

Re: Unmount drives before closing PPTP vpn

2007-12-03 Thread Tambet Ingo
On Dec 2, 2007 12:26 AM, mr wizard [EMAIL PROTECTED] wrote: I'm running Ubuntu 7.10 at the moment and I'd like to unmount some network drives when I close my PPTP VPN connection. I found NetworkManagerDispatcher, but that doesn't seem to care about VPNs or ppp connections at the moment. That

Re: RFC 4833 / TimeZone by DHCP

2007-12-03 Thread Tambet Ingo
On Dec 3, 2007 11:06 AM, Dominique Leuenberger [EMAIL PROTECTED] wrote: As an international traveling user (mostly inside our company) I would like very much to have the ability to have an accurate, local time on my system wherever I am. RFC 4833 aims directly at this and allows network

Re: ppp using NM

2007-11-29 Thread Tambet Ingo
On Nov 29, 2007 1:47 AM, Bastien Nocera [EMAIL PROTECTED] wrote: I'll be more than happy writing the GPRS bits of it. Awesome! Is there any Bluetooth related code in the code you're writing? No, the current code only handles communications with serial devices like opening, closing,

Re: ppp using NM

2007-11-28 Thread Tambet Ingo
On Nov 27, 2007 6:40 PM, vikram b [EMAIL PROTECTED] wrote: Hi, I would like use svn trunk's code to setup ppp connection , lets say for dial up (gprs etc). As Dan already said, I have code to drive gsm data cards and we hope to get it to SVN later this week, even if it means there's no

Re: ppp using NM

2007-11-28 Thread Tambet Ingo
On Nov 28, 2007 7:02 AM, vikram b [EMAIL PROTECTED] wrote: Thanks ! Would wait for his resp. Just a quick question . Are we going to have CAPI plugins for pppd in near future ? which is req. for the isdn dialup etc. I don't know what CAPI is, but the work I've done for gsm card support

Re: NetworkManager and Madwifi connection loss

2007-11-28 Thread Tambet Ingo
On Nov 27, 2007 7:47 PM, Darren Albers [EMAIL PROTECTED] wrote: card I show one bar and get disconnected frequently. There was a hack posted by Robert Love almost two years ago that Translated (If that is the right way to describe it) the Madwifi signal reporting into a rough approximation

Re: ppp using NM

2007-11-28 Thread Tambet Ingo
On Nov 28, 2007 2:38 PM, Jon Escombe [EMAIL PROTECTED] wrote: Thanks, looking forward to trying it out.. Assuming we can configure a connection manually by putting the right entries into gconf? Yeah, exactly. That's how I've tested it. Tambet ___

Re: ppp using NM

2007-11-28 Thread Tambet Ingo
On Nov 28, 2007 5:01 PM, Dan Williams [EMAIL PROTECTED] wrote: Yes, that'll work; though for secrets you might need to write some C bits to push the PIN or whatever into the keyring. But if you don't have a PIN and since most networks don't care about the username/pass anyway, it may just

Re: IPADDR/PREFIXLEN

2007-11-27 Thread Tambet Ingo
On Nov 26, 2007 11:38 PM, Michal Zugec [EMAIL PROTECTED] wrote: I checked also other distributin sources and the same problem is everywhere. Before I start to play with it I want to ask - anybody solved it yet? Or I need to start from scratch? My take (being the assignee of the bug on novell

Re: IEEE 802.x authentication for wired network

2007-11-22 Thread Tambet Ingo
Hello, On Nov 21, 2007 8:14 PM, Gabriele Monti [EMAIL PROTECTED] wrote: I was wondering if you plan to introduce support for 802.x authentication on wired network. Yes, I've started looking into it more than once. Sadly, every time I've finished before writing any line of code - Looking for

Re: Subversion NetworkManager not operational (for me).

2007-11-15 Thread Tambet Ingo
On Nov 15, 2007 3:47 PM, Fred Clausen [EMAIL PROTECTED] wrote: So, while at work today (where I am using wired ethernet), I decided to check out the latest svn sources and compile them. I used the following autogen line: ./autogen.sh --prefix=/usr --with-dbus-sys=/etc/dbus-1/system.d\

Re: Bluetooth

2007-11-15 Thread Tambet Ingo
On Nov 15, 2007 12:13 PM, vikram b [EMAIL PROTECTED] wrote: What kind of Bluetooth support is available with current NM ? Is it only DUN profile ? Is there any know integration of Infrared with Network manager There is no bluetooth or infrared support in NetworkManager yet. Tambet

Re: Subversion NetworkManager not operational (for me).

2007-11-15 Thread Tambet Ingo
On Nov 15, 2007 5:10 PM, Fred Clausen [EMAIL PROTECTED] wrote: I have dbus 1.1.1 installed and my wpa_supplicant does support the -u flag. However, this still does not explain why the wired tg3 connection is not started. If you look at the logs, it even gets a DHCP lease but NM does not

Re: nm-pppd-plugin.so: strange build

2007-11-07 Thread Tambet Ingo
On Nov 5, 2007 3:49 PM, Michael Biebl [EMAIL PROTECTED] wrote: Sure. Patch is attached. Thanks! It uses -avoid-version (omit so-versioning) and -module (make so dlopen'able). Currently it installs into libdir. As I said, pkglibdir would probably better. Yeah, pkglibdir would be the correct

Re: nm-pppd-plugin.so: strange build

2007-11-05 Thread Tambet Ingo
On Nov 5, 2007 2:11 AM, Michael Biebl [EMAIL PROTECTED] wrote: looking at the NM 0.7 source, I noticed that the pppd plugin is built as executable (nm_pppd_plugin_PROGRAMS = nm-pppd-plugin.so) with a very strange *.so file ending and an attempt to transform it in some sort of shared object by

Re: How to change the level of debug info

2007-11-05 Thread Tambet Ingo
On Nov 5, 2007 5:34 AM, Charles Li [EMAIL PROTECTED] wrote: I wanna view the info level's log in /var/log/NetworkManager, I found that's call g_message(), so how can I make G_LOG_LEVEL_MESSAGE work outside the process, not recompiling it? NetworkManager uses syslog so it's a matter of

Re: Merge network manager with network monitor

2007-11-01 Thread Tambet Ingo
On Nov 1, 2007 12:13 PM, Simon Geard [EMAIL PROTECTED] wrote: I've got a wireless connection which drops out from time to time, but often recovering before NM notices. Obviously I'd rather that didn't happen at all, but when it does, the network monitor applet shows pretty much instantly when

Re: static address status

2007-10-22 Thread Tambet Ingo
On 10/19/07, Dan Williams [EMAIL PROTECTED] wrote: On Fri, 2007-10-19 at 14:41 -0400, jacob berkman wrote: i was wondering what the current status of static address configuration was. there is an IP addresses tab in nm-connection-editor, is that for this, or something slightly different?

Re: Trying to start the supplicant...

2007-10-17 Thread Tambet Ingo
On 10/16/07, krash [EMAIL PROTECTED] wrote: no i haven't enabled dbus in config file because i have used a original package. Now i have compiled with options and it works!! If i start wpa_supplicant daemon before NetworkManager, all works, but isn't dbus capable to start wpa_supplicant

Re: Trying to start the supplicant...

2007-10-16 Thread Tambet Ingo
On 10/16/07, krash [EMAIL PROTECTED] wrote: my version of wpa_supplicant is 0.5.7 but don't have -u option. Do i search new version? Yes, it means your wpa_supplicant is compiled without dbus support and won't work with NetworkManager 0.7. If you decide to build wpa_supplicant from sources, it

Re: Oddities with NM 0.7

2007-10-15 Thread Tambet Ingo
On 10/12/07, Clark Williams [EMAIL PROTECTED] wrote: I've been having trouble with NetworkManager 0.7 on my rawhide laptop (T60 with iwl3945 wireless part running latest iwlwifi drivers), ever since it came out. The main symptom I'm seeing is the following in syslog: Oct 13

Re: Note about device activation in current trunk...

2007-10-01 Thread Tambet Ingo
On 9/29/07, Helmut Schaa [EMAIL PROTECTED] wrote: ActivateDevice would then take the device's object-path and the connection's object-path as arguments, right? Internally, yes, but it will not be exposed over dbus. Not sure about this. The interface would be much more obvious if Activate

Re: Note about device activation in current trunk...

2007-10-01 Thread Tambet Ingo
On 10/1/07, Helmut Schaa [EMAIL PROTECTED] wrote: Am Montag, 1. Oktober 2007 08:02:18 schrieb Tambet Ingo: On 9/29/07, Helmut Schaa [EMAIL PROTECTED] wrote: ActivateDevice would then take the device's object-path and the connection's object-path as arguments, right? Internally, yes

Re: wpa_supplicant options

2007-09-04 Thread Tambet Ingo
On 9/4/07, Joel Goguen [EMAIL PROTECTED] wrote: Will the options be exposed in a config file later on? Having them hard-coded doesn't allow users much choice if they have even the slightest need to configure wpa_supplicant. In short, no. It's not about users' choice, it's about policy to not

Re: Personal experiences (so far) with .7

2007-08-15 Thread Tambet Ingo
On 8/14/07, Steev Klimaszewski [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gentoo experiences (which, really, we need to update our backend... I will be working on this soon, I swear) Using r2682, wireless doesn't work at all, the devices show up, however things

Re: [PATCH] Some fixes for trunk

2007-08-08 Thread Tambet Ingo
Hey, On 8/7/07, Helmut Schaa [EMAIL PROTECTED] wrote: while porting KNetworkManager to NM 0.7 I found a few issues which need fixing in NM. Attached are three patches which apply cleanly against trunk. 1) allow_linking_with_cpp.patch: As the filename indicates this patch adds support for

Re: [PATCH] Some fixes for trunk

2007-08-08 Thread Tambet Ingo
On 8/8/07, Helmut Schaa [EMAIL PROTECTED] wrote: Am Mittwoch, 8. August 2007 12:39:01 schrieb Tambet Ingo: Nice catch. The proper fix would be to not write 4 bytes to that pointer though, I'll commit a fix for that instead. Indeed, but g_object_get is a glib function ;-) ... which calls

Re: [PATCH] Some fixes for trunk

2007-08-08 Thread Tambet Ingo
On 8/8/07, Helmut Schaa [EMAIL PROTECTED] wrote: Am Mittwoch, 8. August 2007 14:22:10 schrieben Sie: g_object_class_install_property (object_class, PROP_STRENGTH, g_param_spec_int (...)) Exactly ;-) I was at the same point yesterday but could not find a way to specify an int8-property.

Re: Trunk make dist broken missing file?

2007-06-27 Thread Tambet Ingo
On 6/26/07, Dan Williams [EMAIL PROTECTED] wrote: On Tue, 2007-06-26 at 14:29 -0500, Steev Klimaszewski wrote: There is no nm-object.h in subversion as far as i can tell, did this file fail to get committed, or is it left out to keep people from testing right now? It might have been,

Re: Some various thoughts on PPP

2007-05-18 Thread Tambet Ingo
Hey, On 5/17/07, Ulrik Mikaelsson [EMAIL PROTECTED] wrote: [snip] Please jump in with your thoughts and ideas. I'm planning to attempt hacking some of this together, but I'd like to get some feedback first, to ensure I'm right on track. Also, if you're hacking on something related, please let

Re: NM dialup API

2007-04-19 Thread Tambet Ingo
Hey, On 4/19/07, Will Stephenson [EMAIL PROTECTED] wrote: I'm working on the Solid API for network management for KDE 4 and am designing the dialup part now. Since NM is the main backend on KDE's major platform, it influences our API design. There don't seem to be any significant changes

Re: dbus-send sleep/wake does not always trigger the action

2007-03-30 Thread Tambet Ingo
On 3/30/07, Dawid Wróbel [EMAIL PROTECTED] wrote: Dnia Fri, 30 Mar 2007 08:43:39 + (GMT) yelo_3 [EMAIL PROTECTED] napisał: There is a bug about it. please add your information! http://bugzilla.gnome.org/show_bug.cgi?id=423885 This is something different. It's not that it's just applet

Re: Current SVN broken?

2007-03-28 Thread Tambet Ingo
On 3/28/07, Simon Geard [EMAIL PROTECTED] wrote: Ok, I don't think this is the problem I saw last time, but the current failure is that in real_write_supplicant_config(), the call to nm_ap_security_get_key() is returning NULL, causing a segmentation fault on the call to strlen() on line 162.

Re: Current SVN broken?

2007-03-27 Thread Tambet Ingo
On 3/27/07, Simon Geard [EMAIL PROTECTED] wrote: Ok, is there any prospect that SVN head might be functional any time soon? Every now and then I try building it, but at best it aborts after start, Can you debug it and see why and where it aborts? It's been working fine for me and Dan for the

Re: run script after connection is established

2007-03-27 Thread Tambet Ingo
On 3/27/07, Dennis Kaarsemaker [EMAIL PROTECTED] wrote: On di, 2007-03-27 at 10:18 -0400, Darren Albers wrote: As Derek Atkins point out NetworkManagerDispatcher does this, there is a script submitted by Matt Good that does something similar for ATT hotspots:

Re: run script after connection is established

2007-03-27 Thread Tambet Ingo
On 3/27/07, Dennis Kaarsemaker [EMAIL PROTECTED] wrote: On di, 2007-03-27 at 18:02 +0300, Tambet Ingo wrote: Not exactly, but there's a DBUS signal on system bus when VPN state changes. Here's the info: path=/org/freedesktop/NetworkManager/VPNConnections interface

Re: Scannning

2007-03-19 Thread Tambet Ingo
Here's how scanning is scheduled: When the nm-applet's devices menu is expanded, NetworkManager schedules a scan to start in 20 seconds. If the menu is deactivated and activated again within that 20 seconds, NM re-schedules the scan after another 20 seconds. So if you keep clicking on applet

Re: nm-applet breakage/fixage

2007-03-14 Thread Tambet Ingo
On Wed, 2007-03-14 at 11:46 +0100, Michael Croes wrote: I succesfully compiled NetworkManager revision 2467 and wrote an ebuild that works fine right now. Next problem was network-manager-applet. Now it seems there have been quite some changes in NetworkManager which caused some breakage in

Re: network-manager-applet release

2007-03-13 Thread Tambet Ingo
On Tue, 2007-03-13 at 06:05 -0400, Dan Williams wrote: I don't think it's really going to work out since the schedules are somewhat different. There likely won't be a NM 0.6.5 release for another week or two since there's a crash or two in LEAP support that I feel need to be nailed before

Re: settings daemon D-Bus interface proposal

2007-02-28 Thread Tambet Ingo
On Mon, 2007-02-26 at 16:44 -0500, Dan Williams wrote: The more I think about it, the more I believe we should stick with my proposal for 0.7 and then move in the direction you've advocated for the next major release. The reason being that we want to do 0.7 fairly quickly, and we don't want

Re: settings daemon D-Bus interface proposal

2007-02-20 Thread Tambet Ingo
On Tue, 2007-02-20 at 08:49 -0500, Dan Williams wrote: The system settings service (what we were calling NMI) will run either as 'nobody' or 'root' (I'm not sure yet, thoughts?). Something will have to start it, either NM or the startup scripts. It provides the default/mandatory settings

Re: Current SVN broken?

2007-02-19 Thread Tambet Ingo
On Mon, 2007-02-19 at 21:03 +1300, Simon Geard wrote: Ok, I've given this a couple of weeks for recent changes to settle, but still finding trunk (rev 2337) completely unstable. It takes about 10 seconds to start up, going through the business of reconnecting to the system bus before aborting

Re: Errors running current SVN code

2007-02-06 Thread Tambet Ingo
On Wed, 2007-01-31 at 10:07 -0500, Dan Williams wrote: Note also that devices themselves are assigned a UID, because if you change 'eth0' to something else on the fly (interface renaming is obviously allowed) then NM shouldn't break here either. Having human readable names was somewhat more

Re: Errors running current SVN code

2007-02-06 Thread Tambet Ingo
On Tue, 2007-02-06 at 07:43 -0500, Dan Williams wrote: We could provide mapping functions, but this is mostly for the D-Bus object paths for objects. HAL UDIs have / in them, which are object paths. I'm not sure using HAL UDIs as our device object paths instead would be clearer, or more

[Patch] Mark devices disabled on suse

2006-11-30 Thread Tambet Ingo
--- ChangeLog 27 Nov 2006 21:38:07 - 1.866.2.140 +++ ChangeLog 30 Nov 2006 09:44:58 - @@ -1,3 +1,8 @@ +2006-11-30 Tambet Ingo [EMAIL PROTECTED] + + * src/backends/NetworkManagerSuSE.c (nm_system_device_get_system_config): + Mark device as disabled when the STARTMODE variable is either 'off

[Patch] Validate input in vpnc importer

2006-11-13 Thread Tambet Ingo
Here's a patch to check if the pcf file values contain non-utf8 characters and tries quite hard to produce valid utf8 from it. First, using the current locale and ISO-8859-15 (usable for majority of western european languages) if that fails. Tambet ? nm-vpnc-pcf-import-utf8.diff ? po/cs.gmo ?

[Patch] Some more leaks and memory corruptions

2006-11-07 Thread Tambet Ingo
Hey, Here's a quite long patch for 0.6 branch. In addition to fixes to simple leaks which don't need any explanation, I'll try to comment the bigger changes and why I did them. NetworkManager.c (nm_data_free): I added a comment there why it's necessary, but in short, removing all devices most

[Patch] some nm-applet leak fixes

2006-11-07 Thread Tambet Ingo
Hey, as the subject says... Tambet ? applet-leaks.diff Index: applet/nm-device.c === RCS file: /cvs/gnome/NetworkManager/gnome/applet/nm-device.c,v retrieving revision 1.17.2.1 diff -u -r1.17.2.1 nm-device.c --- applet/nm-device.c

[Patch] Fix a bunch of leaks

2006-11-02 Thread Tambet Ingo
Hey, Just as the subject says, fix about 10 memory leaks. Tambet Index: gnome/applet/applet.c === RCS file: /cvs/gnome/NetworkManager/gnome/applet/applet.c,v retrieving revision 1.112.2.12 diff -u -r1.112.2.12 applet.c ---

Re: [Patch] Fix a bunch of leaks

2006-11-02 Thread Tambet Ingo
Here's a diff that includes fixes to another couple of leaks. Tambet On Thu, 2006-11-02 at 17:23 +0200, Tambet Ingo wrote: Hey, Just as the subject says, fix about 10 memory leaks. Tambet ___ NetworkManager-list mailing list NetworkManager

[Patch] Make vpnc file importing a bit nicer

2006-10-25 Thread Tambet Ingo
Hey, There are some issues with importing .pcf files. First, we're trying to parse them with GKeyFile which is a bit different from pcf files: The character for comments is '#' (instead of ';'), section names and key names are case sensitive (instead of ... well, case insensitive). The .pcf file

Re: [Patch] Make vpnc file importing a bit nicer

2006-10-25 Thread Tambet Ingo
On Wed, 2006-10-25 at 12:02 -0400, Dan Williams wrote: Is this targetted for HEAD, stable, or both? Both. Looks good from a quick check, feel free to commit to HEAD at least. I'll take a longer look if you want to commit to stable too, just let me know. Please do. Thanks, Tambet

[Patch] build prefix fixes

2006-10-10 Thread Tambet Ingo
Hey, The attached patch makes nm-applet search it's icons from the installed prefix. Tambet Index: gnome/applet/Makefile.am === RCS file: /cvs/gnome/NetworkManager/gnome/applet/Makefile.am,v retrieving revision 1.23 diff -u -r1.23

[Patch] Some fixes for SoC branch

2006-10-10 Thread Tambet Ingo
Hey, here's a patch for SoC branch - to make it to compile and more-or-less working. I say more-or-less because it at least compiles now, the dialogs for add/edit/remove ppp connections seem to work, and when trying to activate a ppp connection, it seems to do something. Not sure if the right

[Patch] Don't activate networking on wake if it was disabled

2006-10-04 Thread Tambet Ingo
Hey, Here's a hack^W patch to keep the enabled/disabled state after waking up from sleep. Currently, sleep is used for both sleep and disabling networking so disable networking - suspend - resume results in enabled networking. As Robert pointed out, it's especially bad when resuming on an

[Patch] openvpn with TCP

2006-10-02 Thread Tambet Ingo
Hey, Here's a patch to make openvpn work with TCP port. NM uses --proto tcp which, according to the manual page (and a bug #190940 in bnc), isn't correct. Tambet Index: openvpn/properties/nm-openvpn.c === RCS file:

Re: [Patch] openvpn with TCP

2006-10-02 Thread Tambet Ingo
On Mon, 2006-10-02 at 10:06 -0400, Dan Williams wrote: Patch looks fine; but did OpenVPN previously use 'tcp'? Or has it always used 'tcp-client'? It seems odd that there is a 'udp' option, but the TCP option is called 'tcp-client'. I'd expect it to be either 'tcp' 'udp', or 'tcp-client'

<    1   2