summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix NMIP4Config/NMIP6Config addresses/routes propertiesDan Winship2014-09-0412-205/+29
* libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship2014-09-048-224/+72
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-0410-22/+13
* libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-0414-224/+123
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-047-84/+16
* libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship2014-09-049-159/+58
* libnm: simplify NMDevice:state-reasonDan Winship2014-09-042-30/+19
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-3/+8
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-047-36/+29
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-4/+0
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-041-0/+1
* all: stop using virtual interface-name propertiesDan Winship2014-09-044-4/+4
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-2/+1
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-042-5/+2
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-047-14/+14
* libnm-core: make the NMSetting hash methods privateDan Winship2014-09-041-3/+0
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-038-8/+0
* trivial: remove a stray prototypeDan Winship2014-08-271-2/+0
* libnm: ensure auto-registration only when not yet registeredThomas Haller2014-08-271-1/+2
* libnm: move declaration of NM_SETTING_SECRET_FLAGS_ALL to nm-core-internal.hThomas Haller2014-08-221-1/+1
* all: add nm-core-internal.h headerThomas Haller2014-08-221-1/+0
* libnm, libnm-glib: fix cut-and-paste-osDan Winship2014-08-184-20/+20
* libnm: make NMRemoteConnection an NMObjectDan Winship2014-08-163-159/+54
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-169-22/+45
* libnm: get rid of redundant NMRemoteConnection propertiesDan Winship2014-08-168-91/+20
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-162-3/+3
* libnm-core: drop nm_connection_create_setting()Dan Winship2014-08-161-1/+0
* all: fix up multiple-include-guard definesDan Winship2014-08-1636-107/+107
* libnm: add a test for connection-deleted-while-being-createdDan Winship2014-08-071-19/+61
* libnm: fix a g_signal_handler_find() call in NMRemoteSettingsDan Winship2014-08-071-2/+2
* libnm: remove NMRemoteConnection::updated signalDan Winship2014-08-072-34/+1
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-075-757/+295
* libnm: add NMRemoteConnection:visible propertyDan Winship2014-08-074-28/+68
* libnm: remove redundant NM name watching codeDan Winship2014-08-073-139/+72
* libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship2014-08-077-90/+90
* libnm, libnm-glib: belatedly replace _nm_client_is_object_path()Dan Winship2014-08-071-46/+2
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-077-43/+32
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-0710-11/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-075-22/+21
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-073-4/+2
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-0134-0/+218
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-0124-25/+24
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-0131-488/+171
* libnm: add init_dbus() virtual method to NMObjectDan Winship2014-08-0125-370/+302
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-0145-572/+5
* libnm: fix up class struct reserved slotsDan Winship2014-08-0129-207/+74
* libnm-core, etc: move NMSecretAgentCapabilities to NetworkManager.hDan Winship2014-08-011-18/+0
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-012-26/+1
* libnm: add NetworkManager.h and NetworkManagerVPN.h to enum-typesDan Winship2014-08-012-0/+19
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-013-10/+10