NetworkManager/libnm-util
Dan Williams d45e9cb062 libnm-util: rename symbol to fix export check
The export check looks for symbols that begin with "nm_" (except
for GObject class stuff) which indicate that the symbol should be
exported.  If the symbols is 'l' (local) as reported by objdump
that probably means we forgot to add it to the .ver file and it
really should be exported.  nm_gvalue_dup() shouldn't be exported
though, so rename it such that it's obviously internal.
2011-07-19 09:56:46 -05:00
..
tests core: add MAC address blacklisting feature for WiFi and ethernet connections 2011-06-30 16:46:26 +02:00
COPYING doc: fix FSF address (bgo #575625) 2009-09-10 21:03:30 -04:00
crypto.c libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -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 libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
crypto_nss.c libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
libnm-util.pc.in build: pkg-config file fixes 2010-01-20 16:53:04 -08:00
libnm-util.ver core: add MAC address blacklisting feature for WiFi and ethernet connections 2011-06-30 16:46:26 +02:00
Makefile.am libnm-util: test symbol exports against .ver file 2011-03-21 13:36:43 -05:00
nm-connection.c libnm-util: fix some GObject Introspection annotations 2011-05-10 13:24:07 -05:00
nm-connection.h libnm-util: verify connection's 'type' setting is actually a base type 2011-03-28 10:40:38 -05:00
nm-param-spec-specialized.c libnm-util: rename symbol to fix export check 2011-07-19 09:56:46 -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 libnm-util: more 802.1x setting documentation updates 2011-07-02 15:47:15 -05:00
nm-setting-8021x.h libnm-util: update 802.1x setting documentation 2011-07-02 15:38:41 -05:00
nm-setting-bluetooth.c docs: document Bluetooth setting more fully 2011-07-05 14:18:55 -05:00
nm-setting-bluetooth.h docs: document Bluetooth setting more fully 2011-07-05 14:18:55 -05:00
nm-setting-cdma.c core: don't require serial and PPP settings for mobile broadband 2011-02-25 11:24:20 -06:00
nm-setting-cdma.h docs: update CDMA setting documentation 2011-07-05 18:11:35 -05:00
nm-setting-connection.c libnm-util: add new compare flags for ignoring various types of secrets 2011-06-07 18:22:48 -05:00
nm-setting-connection.h libnm-util: rework permissions helpers to be more useful 2011-02-07 18:35:48 -06:00
nm-setting-gsm.c docs: update GSM setting documentation 2011-07-05 14:19:54 -05:00
nm-setting-gsm.h docs: update GSM setting documentation 2011-07-05 14:19:54 -05:00
nm-setting-ip4-config.c libnm-util: enforce IPv4 prefix range validity 2011-07-05 19:26:57 -05:00
nm-setting-ip4-config.h docs: document the IP4Config setting 2011-07-05 15:25:08 -05:00
nm-setting-ip6-config.c docs: document the IP6Config setting 2011-07-05 19:27:46 -05:00
nm-setting-ip6-config.h docs: document the IP6Config setting 2011-07-05 19:27:46 -05:00
nm-setting-olpc-mesh.c misc: license fixups 2010-01-21 15:11:50 -08:00
nm-setting-olpc-mesh.h misc: license fixups 2010-01-21 15:11:50 -08:00
nm-setting-ppp.c doc: document ppp setting properties 2009-11-11 14:06:48 -08:00
nm-setting-ppp.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-pppoe.c libnm-util: update CDMA, GSM, and PPPoE settings for NOT_REQUIRED secrets 2011-02-07 19:16:54 -06:00
nm-setting-pppoe.h libnm-util: add secret flags for each secret describing how the secret is stored 2011-01-29 13:34:24 -06:00
nm-setting-private.h libnm-util: add NM_SETTING_SECRET_FLAG_NOT_REQUIRED 2011-02-07 13:50:40 -06:00
nm-setting-serial.c docs: update Serial setting documentation 2011-07-05 18:17:08 -05:00
nm-setting-serial.h docs: update Serial setting documentation 2011-07-05 18:17:08 -05:00
nm-setting-template.c 2008-10-27 Dan Williams <dcbw@redhat.com> 2008-10-27 17:36:18 +00:00
nm-setting-template.h libnm-util: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-setting-vpn.c libnm-util: add new compare flags for ignoring various types of secrets 2011-06-07 18:22:48 -05:00
nm-setting-vpn.h libnm-util: remove VPNIterFunc backwards compat define 2011-02-21 18:04:49 -06:00
nm-setting-wimax.c libnm-util: update WiMAX setting documentation 2011-07-02 15:38:27 -05:00
nm-setting-wimax.h libnm-util: update WiMAX setting documentation 2011-07-02 15:38:27 -05:00
nm-setting-wired.c libnm-util: fix up some GObject introspection annotations 2011-07-05 17:34:48 -05:00
nm-setting-wired.h docs: update Wired setting documentation 2011-07-05 16:54:07 -05:00
nm-setting-wireless-security.c docs: fix some Wireless Security setting documentation 2011-07-05 18:13:51 -05:00
nm-setting-wireless-security.h docs: update Wireless Security setting documentation 2011-07-05 18:09:14 -05:00
nm-setting-wireless.c libnm-util: fix up some GObject introspection annotations 2011-07-05 17:34:48 -05:00
nm-setting-wireless.h docs: update Wireless setting documentation 2011-07-05 17:09:00 -05:00
nm-setting.c libnm-util: add new compare flags for ignoring various types of secrets 2011-06-07 18:22:48 -05:00
nm-setting.h docs: update Setting object documentation 2011-07-05 14:26:52 -05:00
nm-utils-private.h 2008-11-20 Dan Williams <dcbw@redhat.com> 2008-11-20 20:22:14 +00:00
nm-utils.c libnm-util: fix symbol export checks to catch un-exported ones too 2011-05-05 12:26:17 -05:00
nm-utils.h trivial: put all prototypes inside G_BEGIN_DECLS and G_END_DECLS 2011-05-31 14:06:13 +02:00