Dan Williams
31c09eeab2
core: remove unused prototype
2011-11-09 21:36:52 -06:00
Dan Williams
d90f0e186a
core: consolidate DHCP failure handling code
2011-11-09 21:36:51 -06:00
Dan Williams
7050e6909c
core: more DHCPv6 code shuffle
...
No functional changes.
2011-11-09 21:36:51 -06:00
Dan Williams
7e1b58234a
core: split DHCPv4 and DHCPv6 state and lease handling code
2011-11-09 21:36:51 -06:00
Dan Williams
c821702276
core: move some more code around
...
No functional changes.
2011-11-09 21:36:51 -06:00
Dan Williams
e8bbcca3b5
core: move some code around
...
No functional changes, but prepare for splitting DHCPv4 and DHCPv6
code apart.
2011-11-09 21:36:51 -06:00
Mathieu Trudel-Lapierre
d5eee91134
device: allow for applying IPv4 and IPv6 settings in parallel
...
We don't really need to wait before both IPv4 and IPv6 are established before
applying all the settings to the device. Instead, we can apply each separately
when they are ready, which will bring up the interface sooner.
2011-11-09 21:34:01 -06:00
Dan Williams
e9d998835b
wifi: check whether driver supports AP mode (nl80211 only)
...
For future use of wpa_supplicant's lightweight AP mode instead
of using Ad-Hoc for hotspot stuff.
2011-11-09 21:28:02 -06:00
Dan Williams
8faa032a27
nl80211: use floats for signal quality calculations
...
Since we're working with numbers less than one but greater than
zero, we need floats. Otherwise stuff just gets clipped.
2011-11-09 21:28:02 -06:00
Dan Williams
779c1e43d7
wifi: simplify nl80211 bitrate reporting
2011-11-09 21:28:02 -06:00
Dan Williams
55b3059690
wifi: add some logging about nl80211 failures on device setup
2011-11-09 21:28:02 -06:00
Dan Williams
d043e28b44
wifi: fix some bugs in nl80211 code
...
A forgotten return caused a free of invalid data on success, and
the txrate should be in Kbps.
2011-11-09 21:28:02 -06:00
Dan Williams
bd66cda773
wifi: add message when WEXT is used
2011-11-09 21:28:02 -06:00
Johannes Berg
ba8527ca58
wifi: preliminary nl80211 patch
...
Add nl80211 support to wifi utils.
2011-11-09 21:28:02 -06:00
Dan Williams
1189b248e1
wifi/mesh: convert OLPC Mesh WEXT usage to wifi utils
2011-11-09 21:28:02 -06:00
Dan Williams
2dc0f6a375
wifi: add 'check_scan' parameter to wifi utils init
...
Normal WiFi devices want this (since we dont' support devices that
cannot scan) but OLPC Mesh devices don't.
2011-11-09 21:28:02 -06:00
Dan Williams
fe4c8eb022
wifi: add some mesh bits to wifi utils
2011-11-09 21:28:02 -06:00
Dan Williams
a5c2c47b3e
wifi: make wireless-helper.h private to src/
...
The less stuff that needs WEXT the better.
2011-11-09 21:28:02 -06:00
Dan Williams
46437ed525
wifi: move WEXT-based WiFi interface detection to wifi-utils
2011-11-09 21:28:02 -06:00
Dan Williams
9a629f8cb4
wifi: clean up some usage of wireless-helper.h
2011-11-09 21:28:02 -06:00
Dan Williams
02ecc5cbc4
wifi: split WEXT handling out into its own file
2011-11-09 21:28:01 -06:00
Dan Williams
7d0761588c
wifi: remove dependency on wireless-tools/libiw
2011-11-09 21:28:01 -06:00
Dan Williams
316d0ed106
wifi: remove some WEXT leftovers
2011-11-09 21:28:01 -06:00
Dan Williams
47eba095ec
wifi: split out WEXT handling code to make nl80211 conversion simpler
2011-11-09 21:28:01 -06:00
David Rothlisberger
acadb7da8b
dhclient: pass DBUS_SYSTEM_BUS_ADDRESS environment variable
...
So that dhclient will, in turn, pass it to the action script
(the action script tries to send a DBus signal to NetworkManager
over the system bus).
Dhclient "execve"s the action script with a hand-constructed environment
that only includes specific variables, plus whatever is passed to
dhclient with "-e".
As far as I know, dhcpcd has no option equivalent to dhclient's "-e".
2011-11-09 11:17:04 -06:00
Dan Williams
2c5d9fe86b
ip6: subscribe to route group so we get RTM_NEWROUTE/RTM_DELROUTE (lp:886410)
...
Found by Michael Mol; need to subscribe to the group otherwise
we won't get the messages.
2011-11-04 20:10:00 -05:00
Jiří Klimeš
077afa02f5
core: correct shared IP range to be 10.42.x.1 as is documented (bgo #657127 )
...
This fixes possible "overflow" of range from 10.42.x.1 to the fourth (on LSB)
or the second (on MSB) octet.
2011-11-03 09:20:03 +01:00
Mathieu Trudel-Lapierre
fc0739a5d4
dns: don't update routing and DNS if no devices were ever managed (lp:862134)
...
Avoids blowing away existing routes and resolv.conf if NM never
managed any devices.
2011-11-02 15:28:43 -05:00
Dan Williams
bc8d07a733
Revert "dns: don't update routing and DNS if no devices were ever managed"
...
This reverts commit 0051b44a09 .
While fixing up the patch I (dcbw) forgot to include the lp# in
the commit message.
2011-11-02 15:27:24 -05:00
Dan Williams
e04cbae154
policy: don't update DNS if the hostname hasn't actually changed
...
This was causing spurious rewrites of resolv.conf.
2011-11-02 15:21:52 -05:00
Dan Williams
a2ec91ca7e
dns: remove unused parameter
2011-11-02 15:06:35 -05:00
Mathieu Trudel-Lapierre
0051b44a09
dns: don't update routing and DNS if no devices were ever managed
...
Avoids blowing away existing routes and resolv.conf if NM never
managed any devices.
2011-11-02 15:05:43 -05:00
Thomas Bechtold
184d01c27f
trivial: set correct log domain in dhcp client
...
just set the correct log domain
2011-11-01 16:00:36 -05:00
Florian Echtler
2938243e25
keyfile: call correct scheme function when writing certificates (bgo #662836 )
2011-11-01 16:32:51 +01:00
Jiří Klimeš
4d1d3b9935
core: fix building for GLib thread API changes (GLib >= 2.31.0) (bgo #662695 )
2011-10-31 15:30:02 +01:00
Dan Williams
d8437ffaf1
core: fix deprecated usage of g_value_[get|set]_char() (bgo #662694 )
2011-10-28 11:35:59 -05:00
Dan Williams
c2d2f403a5
wimax: fix link timeout interval
...
Should be seconds, not milliseconds.
2011-10-28 11:27:05 -05:00
Dan Williams
0ca8ba791f
vpn: ensure valid specific object when none was given at activation
...
If the caller passed "/" to indicate that NM should choose the default
active connection as the parent of the VPN, make sure we pass that
active connection's object path to the VPN for its specific object
path instead of leaving it "/".
2011-10-25 12:59:35 -05:00
Dan Williams
bd1648b214
vpn: print VPN plugin states as strings
2011-10-25 11:13:39 -05:00
Dan Williams
37ccad8b6a
logger: ensure external crash logger buffer is terminated
2011-10-20 13:47:28 -05:00
Jiří Klimeš
29a4c359d2
dhcp: fix key for dhcp options without "new_" prefix
...
There are none at present, but still tmp_key has to be key, not value.
2011-10-20 18:09:42 +02:00
Jiří Klimeš
74615ce23c
policy: fix setting hostname from DHCP options (rh #719100 )
...
This commit fixes a regression introduced by commit
6272052f9d .
dhclient prefixes options with "new_", however we remove that prefix
before putting options into NMDHCP4Config.
2011-10-20 16:51:02 +02:00
Dan Williams
6e92c1b606
core: fix leaked return value of nm_netlink_index_to_iface()
...
This function now returns allocated strings, so we need to make
sure we free them.
2011-10-18 15:28:26 -05:00
Jiří Klimeš
2e872d8e93
keyfile: add another testcase for intlist-like SSID (bgo #660232 )
2011-10-18 17:01:17 +02:00
Jiří Klimeš
50e329a92f
keyfile: fix reading/writing SSIDs for all cases (bgo #660232 )
...
Even with the previous fix some cases were still undistinguishable. For example,SSID like '11;12;' is both valid an intlist and a string.
So this commit:
- escapes ';' character with '\' when writing, and removes '\' while reading
This clearly differentiates between intlist x strings.
- changes regex pattern to allow spaces before ';' in intlist format
2011-10-18 16:13:39 +02:00
Dan Williams
965d5860ab
keyfile: fix reading intlist-like SSIDs (ie "101") (lp:874328)
...
Intlists have to end with a ';' since that's how they are written
out, and that's the only way we can actually distinguish between
intlist SSIDs and string SSIDs, really.
2011-10-14 11:33:14 -05:00
Dan Williams
65bcc4719a
keyfile: add testcase for intlist-like SSID (lp:874328)
2011-10-14 11:17:12 -05:00
Dan Williams
c48db5e79b
wifi: clarify supplicant disconnect handling behavior
...
No functional change, but clarify what's supposed to happen when
a disconnect occurs during activation or when the device is activated.
If the connection is an 802.1x or LEAP connection who's password is
NOT_SAVED, then we should request a new password immediately since
the existing one is probably no longer valid (ie, a OTP or token).
Otherwise, start a timer to give the supplicant some time to reconnect.
2011-10-11 19:13:02 -05:00
Jiří Klimeš
3049511f47
ifcfg-rh: fix changing WPA connections to WEP
...
When connection was changed with the editor from WPA to WEP, KEY_MGMT was
not cleared. This resulted in infinite loop of ifcfg plugin under some
circumstances ("Available to all users" unchecked, I think).
The re-read connection was regarded as WPA and thus it differed from the
stored one.
2011-10-11 18:10:26 +02:00
Mathieu Trudel-Lapierre
b687872f68
ip6: make sure static routes are flushed for manual configs too
...
Manual configs don't require an IP6Manager object and thus static
routes wouldn't get flushed on device deactivation.
2011-10-10 16:36:36 -05:00