Re: DBUS specifications for NetworkManager 0.9

2012-03-09 Thread Thomas Bechtold
Hi Ajay, you find all useful information for developers at [1]. The dbus interface spec is at [2]. Cheers, Tom [1] https://live.gnome.org/NetworkManager/ [2] http://projects.gnome.org/NetworkManager/developers/api/09/spec.html On Sat, 2012-03-10 at 09:47 +0530, Ajay Garg wrote: > Hi all. >

DBUS specifications for NetworkManager 0.9

2012-03-09 Thread Ajay Garg
Hi all. Are the dbus-specifications for NetworkManager 0.9 out (on similar lines as http://projects.gnome.org/NetworkManager/developers/spec-08.html) ? Will be grateful for a reply. Thanks and Regards, Ajay ___ networkmanager-list mailing list networkm

Re: iptables rules

2012-03-09 Thread José Queiroz
In fact, you should plan your firewall policy a little better. You have two systems doing exactly the same thing. Is this really necessary? Em 9 de março de 2012 18:41, rob stone escreveu: > Please ignore previous e-mail. > I have found the "problem". The firestarter firewall alters iptables > w

iptables rules

2012-03-09 Thread rob stone
Please ignore previous e-mail. I have found the "problem". The firestarter firewall alters iptables when it is launched. All I have to do is alter the init.d sequences so my script starts last. Cheers, Rob ___ networkmanager-list mailing list networkman

iptables rules

2012-03-09 Thread rob stone
Hi, Don't know where else to ask this question. What process is adding rules to iptables that specify the IP addresses of the nameservers I use?? Somewhere in the init sequence, "my" rules are being replaced and these rules contain specific references to the nameservers as well as the dhcp suppli

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

2012-03-09 Thread Nathan Williams
On Fri, Mar 9, 2012 at 9:30 AM, Nathan Williams wrote: > On Fri, Mar 9, 2012 at 8:19 AM, Aleksander Morgado > wrote: > >> 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

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

2012-03-09 Thread John Carter
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): According to http://projects.gnome.org/NetworkManager/developers/sett

[PATCH] dbus error enum fixes

2012-03-09 Thread Dan Winship
I'm not sure I got the description of the problem right in the commit message... This fixes all of the enums that had been manually registered pre-glib-mkenums to have the same values now as they did then. It also fixes a few new enum types (bond and vlan stuff) to use the same conventions. It doe

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

2012-03-09 Thread Nathan Williams
On Fri, Mar 9, 2012 at 8:19 AM, Aleksander Morgado wrote: > Hey Nathan, > The command to get the SPDI in the code didn't work for me: > --> AT+CRSM=176,28621,0,0,255 > <-- +CRSM: 103,0 >OK > Ah, bummer. With that change on, the list is properly parsed: > $ mmcli -i 0 > SIM '/org/freedeskto

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

2012-03-09 Thread Aleksander Morgado
Hey Nathan, > Also, if we do expose these two properties we also need to load and > expose the SPDI network list, or the properties will be useless. > > > Here's a patch to do that. There's a bit of annoying fighting with gchar > ** and gdbus's idea of constness, but it seems reasonable