NetworkManager/libnm-util
Dan Winship feeafb8cf1 core: Update device activation for :carrier-detect
Add a "need_carrier" argument to nm_device_is_available(), to allow
distinguishing between "device is not available", "device is fully
available", and "device is available except for not having carrier".

Adjust various parts of NMDevice and NMManager to allow for the
possibility of activating a connection with :carrier-detect = "no" on
a device with no carrier, and to avoid auto-disconnecting devices with
:carrier-detect = "on-activate".

https://bugzilla.gnome.org/show_bug.cgi?id=688284
2013-02-15 13:40:39 -05:00
..
tests all: remove more pointless NULL checks 2013-02-13 13:38:36 -05:00
COPYING doc: fix FSF address (bgo #575625) 2009-09-10 21:03:30 -04:00
crypto.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
crypto.h libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
crypto_gnutls.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
crypto_nss.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
libnm-util.pc.in build: pkg-config file fixes 2010-01-20 16:53:04 -08:00
libnm-util.ver core: Update device activation for :carrier-detect 2013-02-15 13:40:39 -05:00
Makefile.am libnm-util: add NMSettingBridgePort 2012-11-30 13:21:50 -06:00
nm-connection.c core: Update device activation for :carrier-detect 2013-02-15 13:40:39 -05:00
nm-connection.h core: Update device activation for :carrier-detect 2013-02-15 13:40:39 -05:00
nm-param-spec-specialized.c libnm-util: clean up some private symbols 2012-07-23 09:17:04 -05:00
nm-param-spec-specialized.h Rename private nm_* functions to _nm_* 2008-08-26 09:34:31 +00:00
nm-setting-8021x.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
nm-setting-8021x.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-adsl.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-adsl.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-bluetooth.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-bluetooth.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-bond.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-bond.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-bridge-port.c libnm-util: and fix up NMSettingBridgePort gtk-docs too... 2013-01-11 16:21:39 -05:00
nm-setting-bridge-port.h libnm-util: add NMSettingBridgePort 2012-11-30 13:21:50 -06:00
nm-setting-bridge.c libnm-util: fix up NMSettingBridge gtk-docs 2013-01-11 14:49:11 -05:00
nm-setting-bridge.h libnm-util: add NMSettingBridge 2012-11-30 13:21:50 -06:00
nm-setting-cdma.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-cdma.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-connection.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-connection.h libnm-util: add "secondaries" property containing secondary connection UUIDs 2012-09-21 13:46:54 +02:00
nm-setting-gsm.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-gsm.h core: add settings for 4G (LTE) network modes 2012-09-11 11:47:22 -05:00
nm-setting-infiniband.c libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-setting-infiniband.h libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-setting-ip4-config.c trivial: fix typos, wrong log domain in DHCPv4 2012-11-20 08:59:55 -06:00
nm-setting-ip4-config.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-ip6-config.c dhcp: fix DHCPv6 to support server-side dynamic DNS (bgo #684242) 2012-11-16 17:26:19 -06:00
nm-setting-ip6-config.h dhcp: fix DHCPv6 to support server-side dynamic DNS (bgo #684242) 2012-11-16 17:26:19 -06:00
nm-setting-olpc-mesh.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-olpc-mesh.h docs: document OLPC Mesh setting errors 2012-08-06 19:51:23 -05:00
nm-setting-ppp.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-ppp.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-pppoe.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-pppoe.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-private.h libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-serial.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-serial.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-template.c test: add missing return values 2011-10-10 16:02:27 -05:00
nm-setting-template.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-vlan.c libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-setting-vlan.h libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-setting-vpn.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-vpn.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-wimax.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-wimax.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-wired.c libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-setting-wired.h libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-setting-wireless-security.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
nm-setting-wireless-security.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-setting-wireless.c libnm-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-wireless.h wifi: support ap-mode with wpa_supplicant 2012-10-17 12:08:11 -05:00
nm-setting.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-setting.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-utils-private.h libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-utils.c libnm-utils: add :carrier-detect properties 2013-02-15 13:40:38 -05:00
nm-utils.h libnm-util: move verify_wep_key() and verify_wpa_psk() to nm-utils.c 2013-02-06 13:29:58 +01:00