[PATCH] Tweak NM-wait-online.service

2011-05-10 Thread Bill Nottingham
might.) Bill commit 50b836e1e0008d2df97dbe6eda97551ba13776b3 Author: Bill Nottingham Date: Tue May 10 17:12:56 2011 -0400 Tweak NM-wait-online.service. 1) Don't require NM, but run after it. This allows this service to be installed without bringing up NetworkManager. Add

Re: nm-system-settings problem

2008-05-13 Thread Bill Nottingham
Gene Czarcinski ([EMAIL PROTECTED]) said: > If /etc/sysconfig/network/scripts/ is the "correct" main directory, then > system-config-network should be "fixed" to also use it as the main directory > (I don't see s-c-network going away anytime soon). s-c-network uses the profile dir itself to mai

Re: nm-system-settings problem

2008-05-12 Thread Bill Nottingham
Dan Williams ([EMAIL PROTECTED]) said: > > Now, the question is: What does this change screw up??? > > Originally we did monitor /etc/sysconfig/networking/profiles/default > (which is one of the 3 hardlink locations) but many people expect to > change the files in /etc/sysconfig/network-scripts/

Re: [PATCH] change nm-online behavior somewhat

2008-04-10 Thread Bill Nottingham
Bill Nottingham ([EMAIL PROTECTED]) said: > The attached: > - adds some usage() > - lets the user specify '0' for no timeout, if they're crazy > - changes it to only wait if NM is in the CONNECTING state, > as opposed to waiting for something to happen > >

[PATCH] change nm-online behavior somewhat

2008-04-10 Thread Bill Nottingham
The attached: - adds some usage() - lets the user specify '0' for no timeout, if they're crazy - changes it to only wait if NM is in the CONNECTING state, as opposed to waiting for something to happen Opinions? We can conditionalize the latter behavior on a commandline option if people would lik

[PATCH 0.7] Fix WPA-PSK with certain passphrases

2007-09-28 Thread Bill Nottingham
Passphrases are first hashed into hex, and then encoded with hexstr2bin before being marshalled over to wpa_supplicant. Since they are a hex hash, it's entirely possible that '00' will occur in the hash... which means you can't depend on strlen to give the right length for the binary encoding, and