NetworkManager/libnm-util
Dan Williams 80886c2866 libnm-glib: work around possible compiler bug with GValueArray deprecation workarounds
GValueArray is deprecated.  Unfortunately, it's part of our API right now,
so we have to keep it around for a while.  But since it's deprecated, and
we want to know about *other* deprecations, we have to suppress deprecations
about GValueArray.  Unfortunately using macros to do that (eg in
nm-gvaluearray-compat.h) exposes some compiler bugs due to the combination
of parentheses/braces and #pragma from G_GNUC_BEGIN_IGNORE_DEPRECATIONS,
resulting in warnings like:

nm-utils.c:920:9: error: expected expression before ‘#pragma’

Work around this by not trying to stuff what's now a macro (eg
g_value_array_get_nth) into what's already a macro (G_VALUE_TYPE).
There's probably a better way to do this...
2013-02-27 17:16:27 +01:00
..
tests build: avoid GValueArray deprecation warnings 2013-02-26 13:07:33 +01: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: bump soname for added functions 2013-02-22 08:34:19 -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 trivial: plug some memory leaks 2013-02-25 16:07:03 +01: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: add Since tags to new functions and properties 2013-02-22 08:34:06 -06:00
nm-setting-bridge-port.h libnm-util: add Since tags to new functions and properties 2013-02-22 08:34:06 -06:00
nm-setting-bridge.c libnm-util: add Since tags to new functions and properties 2013-02-22 08:34:06 -06:00
nm-setting-bridge.h libnm-util: add Since tags to new functions and properties 2013-02-22 08:34:06 -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: add Since tags to new functions and properties 2013-02-22 08:34:06 -06: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 trivial: plug some memory leaks 2013-02-25 16:07:03 +01: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 libnm-util: add Since tags to new functions and properties 2013-02-22 08:34:06 -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 trivial: plug some memory leaks 2013-02-25 16:07:03 +01: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 trivial: plug some memory leaks 2013-02-25 16:07:03 +01: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 libnm-util: add Since tags to new functions and properties 2013-02-22 08:34:06 -06: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-glib: work around possible compiler bug with GValueArray deprecation workarounds 2013-02-27 17:16:27 +01: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