summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: add IPv{4,6} setting for all new non-slave connections in editorjk/rh997958-nmcli-editor-compareJiří Klimeš2013-10-211-0/+9
* cli: copy remote connection to local one on 'save' (rh #997958)Jiří Klimeš2013-10-211-1/+15
* cli: properly initialize new team-slave connections in editorJiří Klimeš2013-10-211-6/+5
* device: remove unused 'dev_state' variablePavel Šimerda2013-10-201-6/+0
* platform: use translated VLAN flagsPavel Šimerda2013-10-201-1/+1
* Fix typosYuri Chornoivan2013-10-1915-22/+22
* bluez: remove created NAP connection together with NMBluezDeviceThomas Haller2013-10-181-6/+30
* bluez: merge rework of BlueZ to detect BlueZ 4 vs. 5 at runtime (bgo #709412)Thomas Haller2013-10-1814-753/+1322
|\
| * bluez: fix calling of bdaddr added/removed signals in nm-bluez4-adapterThomas Haller2013-10-181-24/+43
| * bluez: use GDBus instead of dbus-glib in nm-bluez-device.cThomas Haller2013-10-182-255/+206
| * bluez: enable both BlueZ4 and 5 and select it dynamically at runtimeThomas Haller2013-10-189-180/+725
| * bluez: copy bluez-manager file for version 4 and 5Thomas Haller2013-10-186-6/+80
| * bluez: rename BlueZ 4 adapter to make the BlueZ version explicitThomas Haller2013-10-184-85/+85
| * bluez: support BlueZ 4 and 5 together in nm-bluez-device.cThomas Haller2013-10-184-110/+90
| * bluez: rename variables in nm-bluez-common.h for BlueZ 4 vs. 5Thomas Haller2013-10-185-27/+27
|/
* core: make callback argument in nm_settings_connection_commit_changes/_delete...Thomas Haller2013-10-182-16/+9
* platform: don't treat unrecognized WiMAX devices as EthernetDan Williams2013-10-183-0/+9
* trivial: fix indentation in nm_manager_activate_connection()Jiří Klimeš2013-10-181-8/+8
* settings: document nm_settings_add_connection()Dan Williams2013-10-171-0/+14
* settings: clarify ownership of objects returned from plugin's add_connection(...Dan Williams2013-10-173-1/+32
* dhcp: don't crash when no DHCP client is available (rh #1015809)Jiří Klimeš2013-10-171-1/+9
* core: announce device removal even for udev events with no ifindex propertyThomas Haller2013-10-171-0/+1
* platform: fix srcdir != builddir build after last changeDan Winship2013-10-161-0/+1
* platform: detect non-mac80211 WiFi devices as WiFi (rh #1015598)Dan Williams2013-10-161-2/+5
* settings: normalize and verify connections on updateDan Winship2013-10-161-0/+4
* platform: fix getting "ifindex" for devices on 'remove' udev actionJiří Klimeš2013-10-162-15/+18
* platform: log links in event_notification() in debug modeJiří Klimeš2013-10-161-1/+8
* libndp: update to git masterDan Williams2013-10-151-0/+0
* libnm-glib: remove bogus warningDan Williams2013-10-151-1/+0
* core: print ifindex when logging UDEV eventThomas Haller2013-10-152-4/+11
* core: don't have IP4 and IP6 configs on slavesDan Winship2013-10-145-97/+126
* trivial: whitespace fixThomas Haller2013-10-141-17/+17
* nm-online: check return value of nm_client_new()Jiří Klimeš2013-10-141-1/+6
* libnm-glib: fix a crash in nm_client_new() (rh #1010288)Jiří Klimeš2013-10-141-5/+30
* core: fix crash for bridge-slave with missing NMSettingBridgePort settingThomas Haller2013-10-111-11/+18
* ifcfg-rh: fix handling of minimal ifcfg filesDan Winship2013-10-112-71/+50
* settings: make connections always have s_ip4 and s_ip6Dan Winship2013-10-1112-189/+302
* libnm-util: remove reference to non-existent "Posix" namespaceDan Winship2013-10-111-4/+1
* libnm-util, libnm-glib: fix up some gtk-doc commentsDan Winship2013-10-1110-46/+49
* core: fix PropertiesChanged signals for IP-related propertiesDan Williams2013-10-091-16/+30
* trivial: remove unnecessary warningDan Williams2013-10-091-1/+0
* core: avoid use-after-free in libnm-util/bond.verify()Thomas Haller2013-10-081-2/+2
* po: updated Brazilian Portuguese (pt_BR) translation (bgo #709675)Enrico Nicoletto2013-10-081-355/+505
* core: allow IPv4 to proceed if IPv6 is globally disabled but set to "auto" (r...Dan Williams2013-10-071-2/+2
* ifcfg-rh: ignore default routes in route6 file (rh #991807)Jiří Klimeš2013-10-072-4/+13
* ifcfg-rh: fix ignoring updates that don't change anythingDan Williams2013-10-041-8/+3
* test: launch dbus for test-remote-settings-clientThomas Haller2013-10-041-1/+5
* bluez: fix leak of NMBluezDevice in bluez_connect_cbThomas Haller2013-10-031-1/+3
* core: fix nm_ip6_config_replace() nameserver address comparisonDan Williams2013-10-031-2/+2
* trivial: print route prefix when printing RA discovered routesDan Williams2013-10-031-1/+1