Commit Graph

7740 Commits

Author SHA1 Message Date
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
Milo Casagrande
c8ae1e8a00 po: updated Italian translation (bgo #662538) 2011-11-01 17:17:44 +01:00
Claude Paroz
5751816105 po: updated French translation (bgo #662851) 2011-11-01 17:11:30 +01: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
582a8407ba release: bump version to 0.9.1.95 (0.9.2-rc1) 2011-10-28 12:53:28 -05:00
Dan Williams
cddf97486b release: update NEWS 2011-10-28 12:17:03 -05: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
a8256961f6 trivial: fix GSM setting 'home-only' property nickname 2011-10-27 11:24:15 -05:00
Thomas Graf
594a2f677d libnm-util: add nm_connection_is_type()
Adds a helper nm_connection_is_type(connection, type) which returns TRUE
if a connection is of specified type.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
2011-10-27 11:06:17 -05:00
Dan Williams
b6a911f051 trivial: remove stray backtick 2011-10-26 14:17:23 -05:00
Mathieu Trudel-Lapierre
3863c87f18 test: add debug helper to make enabling NM, MM, and supplicant debuging easier 2011-10-26 14:15:11 -05:00
Dan Williams
8b1de024ba libnm-glib: fix allow-none introspection annotations (rh #747302) 2011-10-26 10:53:47 -05:00
Dan Williams
a7f7e80839 libnm-glib: fix introspection annotations for callbacks and user_data (rh #747302)
user_data arguments should be annotated with (closure) and callbacks
should be marked (allow none) where it's safe to pass NULL.
2011-10-26 10:33:38 -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 Winship
7b7d7bce2f libnm-util: add some more introspection annotations to silence warnings 2011-10-14 10:09:46 -05:00
Dan Williams
786f7d07df release: update NEWS 2011-10-12 10:02:05 -05:00
Tomislav Krznar
f74c6c6efa po: updated Croatian translation (bgo #659004) 2011-10-12 14:35:14 +02:00
Fran Diéguez
b02eff2919 po: updated Galician translation (bgo #657286) 2011-10-12 14:28:28 +02:00
Matej Urbančič
6475050897 sl: updated Slovenian translation (bgo #658392) 2011-10-12 14:13:22 +02:00
Timo Jyrinki
de9f9e584d po: updated Finish translation (bgo #658823) 2011-10-12 14:05:46 +02:00
Christian Kirbach
0dea9d2e0f po: updated German translation (bgo #659090) 2011-10-12 13:58:17 +02:00
Piotr Drąg
930ab05823 po: updated Polish translation (bgo #660391) 2011-10-12 13:04:09 +02:00
Jorge González
b53bcfe211 po: updated Spanish translation (bgo #660625) 2011-10-12 12:52:38 +02:00
Colin Walters
979d527828 build: fix glib version check for g_value_get_schar() (bgo #661271)
The function appeared in glib master (which was 2.31.0); it's not
in glib-2-30 branch.
2011-10-12 10:17:00 +02: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
Ludwig Nussel
b0e6033ba9 wifi: fix stop condition of EAP method check while loop 2011-10-10 16:12:10 -05:00
Ludwig Nussel
c379df568c build: glib 2.30.0 doesn't have g_value_get_schar yet 2011-10-10 16:04:34 -05:00
Thomas Jarosch
1453abbebc test: add missing return values
Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
2011-10-10 16:02:27 -05:00
Dan Williams
a6f7dfff23 wifi: simplify supplicant connect failure handling
Make it a bit clearer what's happening and where.  Still need to
do some cleanups to make NM ask for secrets less.
2011-10-06 18:18:39 -05:00
Dan Williams
7afba44329 supplicant: check supported EAP methods for EAP-FAST 2011-10-06 13:32:23 -05:00
Larry Reaves
5194a785fc cli: initialize 'selector' variable to please jhbuild 2011-10-06 12:21:08 +02:00
Dan Williams
3f08004aa1 dnsmasq: bump DNS cache size to 400
150 seems a bit low these days.
2011-10-05 17:28:22 -05:00
David Rothlisberger
bcef119ffd build: add --disable-crashtrace option
Disables GNU backtrace extensions.
2011-10-05 17:01:16 -05:00
Thomas Jarosch
5bbafdc632 ifnet: fix possible use of uninitialized variable
Detected by cppcheck.

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
2011-10-05 12:41:52 -05:00
Thomas Jarosch
d7ad91d1b4 ifcfg-rh: use correct g_free() function
Detected by cppcheck.

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>

(dcbw: fix more occurances)
2011-10-05 12:40:01 -05:00
Dan Williams
7956d661ee core: fix builds with libnl2 2011-10-04 13:20:11 -05:00
Dan Williams
a6b18d746a docs: make sure libnm-glib.png gets into the dist tarball (bgo #659203) 2011-10-03 16:47:26 -05:00