NetworkManager/libnm-util
Dan Winship d04f286327 all: remove pointless NULL checks
g_malloc(), etc, never return NULL, by API contract. Likewise, by
extension, no other glib function ever returns NULL due to lack of
memory. So remove lots of unnecessary checks (the vast majority of
which would have immediately crashed had they ever run anyway, since
g_set_error(), g_warning(), and nm_log_*() all need to allocate
memory).

https://bugzilla.gnome.org/show_bug.cgi?id=693678
2013-02-13 13:38:13 -05:00
..
tests all: remove pointless NULL checks 2013-02-13 13:38:13 -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 libnm-util: move verify_wep_key() and verify_wpa_psk() to nm-utils.c 2013-02-06 13:29:58 +01:00
Makefile.am libnm-util: add NMSettingBridgePort 2012-11-30 13:21:50 -06:00
nm-connection.c libnm-util: add NMSettingBridgePort 2012-11-30 13:21:50 -06:00
nm-connection.h libnm-util: add NMSettingBridgePort 2012-11-30 13:21:50 -06: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-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-infiniband.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02: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-util: return FALSE on missing NMSettingVlan:parent && NMSettingWired:mac-address 2012-11-29 16:39:15 +01:00
nm-setting-vlan.h libnm-util: Improve NMSettingVlan's verify() 2012-09-27 13:57:20 -04: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-util: clean up setting registration 2012-10-29 15:12:58 -05:00
nm-setting-wired.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02: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 2008-11-20 Dan Williams <dcbw@redhat.com> 2008-11-20 20:22:14 +00:00
nm-utils.c all: remove pointless NULL checks 2013-02-13 13:38:13 -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