NetworkManager/libnm-glib
Dan Williams 10ea7a911c libnm-glib: fix up empty object path demarshalling after 8afce8590a
G_VALUE_HOLDS will fail if the value variable is NULL, so we only
want to check that the GValue holds the right type if the value
is valid.  NULL means "no object path" in demarshallers.
2011-06-01 12:55:54 -05:00
..
tests use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
libnm-glib-test.c libnm-util: remove nm_warning/nm_info/nm_error macros 2011-02-23 11:42:04 -06:00
libnm-glib-vpn.pc.in libnm-glib: bump required NM version in pkgconfig file 2011-03-10 01:55:30 -06:00
libnm-glib-vpn.ver libnm-glib-vpn: add some helpers for auth dialogs 2011-02-10 18:48:32 -06:00
libnm-glib.pc.in libnm-glib: bump required NM version in pkgconfig file 2011-03-10 01:55:30 -06:00
libnm-glib.ver libnm-glib: add support for the "active-connection" device property 2011-05-26 19:39:12 -05:00
libnm_glib.c libnm-glib: rename some internal symbols in legacy compat library 2011-05-05 12:33:49 -05:00
libnm_glib.h libnm-glib: deprecate original libnm_glib bits 2010-03-10 09:18:08 -08:00
Makefile.am libnm-glib: test symbol exports against .ver file 2011-03-21 12:25:28 -05:00
nm-access-point.c libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00
nm-access-point.h libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00
nm-active-connection.c api: add "Uuid" property to ActiveConnection interface 2011-04-22 12:29:07 -05:00
nm-active-connection.h api: add "Uuid" property to ActiveConnection interface 2011-04-22 12:29:07 -05:00
nm-client.c build: use -Wundef and fix up cases where stuff wasn't defined (bgo #647157) 2011-04-14 13:19:12 -05:00
nm-client.h libnm-glib: small activation callback rework 2011-03-15 19:03:18 -05:00
nm-dbus-utils.c 2008-11-14 Dan Williams <dcbw@redhat.com> 2008-11-14 17:41:16 +00:00
nm-dbus-utils.h 2008-11-14 Dan Williams <dcbw@redhat.com> 2008-11-14 17:41:16 +00:00
nm-device-bt.c libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00
nm-device-bt.h libnm-glib: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-device-ethernet.c libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00
nm-device-ethernet.h core: MAC address spoofing/cloning (rh #447827) (bgo #553771) 2010-06-22 14:21:25 +02:00
nm-device-modem.c libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00
nm-device-modem.h libnm-glib: documentation fixes 2011-03-10 12:35:43 -06:00
nm-device-private.h License header and FSF address update 2008-12-20 09:46:41 -05:00
nm-device-wifi.c libnm-glib: fix up empty object path demarshalling after 8afce8590a 2011-06-01 12:55:54 -05:00
nm-device-wifi.h libnm-glib: nm_device_wifi_get_capabilities() should return NMDeviceWifiCapabilities 2011-02-18 12:01:46 -06:00
nm-device-wimax.c libnm-glib: fix up empty object path demarshalling after 8afce8590a 2011-06-01 12:55:54 -05:00
nm-device-wimax.h wimax: add Center Frequency, RSSI, CINR, TX Power, and BSID properties 2011-01-06 15:18:19 -06:00
nm-device.c libnm-glib: fix up empty object path demarshalling after 8afce8590a 2011-06-01 12:55:54 -05:00
nm-device.h libnm-glib: add support for the "active-connection" device property 2011-05-26 19:39:12 -05:00
nm-dhcp4-config.c libnm-glib: documentation fixes 2011-03-10 12:35:43 -06:00
nm-dhcp4-config.h libnm-glib: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-dhcp6-config.c libnm-glib: documentation fixes 2011-03-10 12:35:43 -06:00
nm-dhcp6-config.h libnm-glib: add NMDHCP6Config class 2010-01-15 12:40:19 -08:00
nm-ip4-config.c libnm-glib: fix WINS server handling 2011-05-02 18:48:16 -05:00
nm-ip4-config.h libnm-glib: remove deprecated nm_ip4_config_get_hostname() function 2011-03-10 11:48:22 -06:00
nm-ip6-config.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-ip6-config.h libnm-glib: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-object-cache.c libnm-glib: make _nm_object_cache_get() return a referenced object 2011-02-16 15:04:39 -06:00
nm-object-cache.h libnm-glib: make _nm_object_cache_get() return a referenced object 2011-02-16 15:04:39 -06:00
nm-object-private.h libnm-glib: allow manual processing of properties changed events 2011-02-16 15:04:39 -06:00
nm-object.c libnm-glib: handle NULL object paths generically 2011-05-26 19:19:32 -05:00
nm-object.h libnm-glib: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-remote-connection-private.h libnm-glib: handle initially invisible connections correctly 2011-02-12 22:00:30 -06:00
nm-remote-connection.c libnm-glib: fix introspection annotation for nm_remote_connection_delete() 2011-03-17 10:46:42 -05:00
nm-remote-connection.h secrets: simplify GetSecrets call flow 2011-01-26 10:17:07 -06:00
nm-remote-settings.c settings: add a GetConnectionByUuid method 2011-04-22 12:29:07 -05:00
nm-remote-settings.h settings: add a GetConnectionByUuid method 2011-04-22 12:29:07 -05:00
nm-secret-agent.c libnm-glib: automatically cancel secrets requests if NM goes away 2011-03-17 13:42:21 -05:00
nm-secret-agent.h libnm-glib: automatically cancel secrets requests if NM goes away 2011-03-17 13:42:21 -05:00
nm-types-private.h libnm-glib: add NMIP6Config object that proxies device's IP6 config 2009-08-20 11:30:52 -05:00
nm-types.c libnm-glib: rename some internal symbols 2011-05-05 12:37:21 -05:00
nm-types.h libnm-{util|glib}: fix headers to be C++ compatible - C_BEGIN_DECLS/C_END_DECLS (rh #592783) 2010-05-18 10:14:59 +02:00
nm-vpn-connection.c trivial: let g_free and g_strdup handle NULL (bgo #644763) 2011-03-15 00:08:58 -05:00
nm-vpn-connection.h libnm-glib: documentation fixes 2011-03-10 12:35:43 -06:00
nm-vpn-plugin-ui-interface.c libnm-glib: fix VPN plugin builds for C++ 2010-05-18 16:44:27 -07:00
nm-vpn-plugin-ui-interface.h libnm-glib: fix VPN plugin builds for C++ 2010-05-18 16:44:27 -07:00
nm-vpn-plugin-utils.c libnm-glib-vpn: add some helpers for auth dialogs 2011-02-10 18:48:32 -06:00
nm-vpn-plugin-utils.h libnm-glib-vpn: add some helpers for auth dialogs 2011-02-10 18:48:32 -06:00
nm-vpn-plugin.c libnm-util: remove nm_warning/nm_info/nm_error macros 2011-02-23 11:42:04 -06:00
nm-vpn-plugin.h libnm-glib: add class padding for future expansion 2009-09-30 09:21:32 -07:00
nm-wimax-nsp.c libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00
nm-wimax-nsp.h libnm-glib: add *_connection_valid() utility functions 2011-04-25 17:07:38 -05:00