summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: implement gre properties as lnk datath/platform-parse-nlThomas Haller2015-10-145-0/+48
* platform/trivial: rename NMPlatformGreProperties to NMPlatformLnkGreThomas Haller2015-10-146-11/+11
* platform: implement vlan properties as lnk dataThomas Haller2015-10-146-11/+46
* platform: add link_data member to NMPObjectLinkThomas Haller2015-10-142-5/+32
* WIP: platform: parse netlink messages ourselves without libnl-route-3Thomas Haller2015-10-145-780/+964
* platform: only convert link-type to string once in nm_platform_link_to_string()Thomas Haller2015-10-141-4/+7
* platform: move NMLinkType utils to "nm-platform-utils.h"Thomas Haller2015-10-146-87/+100
* platform: move nm_platform_tun_get_properties() to NMPlatform base classThomas Haller2015-10-144-82/+69
* nmp-object: allow missing implementations for certain virtual functionsThomas Haller2015-10-141-16/+39
* nmp-object: remove unused nl_type field from NMPClassThomas Haller2015-10-142-6/+0
* nmp-object/trivial: move codeThomas Haller2015-10-141-12/+12
* nmp-object: refactor nmp_object_copy() not to call virtual cmd_obj_copy() fun...Thomas Haller2015-10-141-11/+3
* nmp-object: implement nmp_object_equal() based on cmp()Thomas Haller2015-10-142-41/+34
* platform: add buffer argument to platform to-string functionsThomas Haller2015-10-1414-107/+140
* build: no longer link against libnl-genl-3 libraryThomas Haller2015-10-141-1/+1
* WIP: wifi: reimplement use of libnl-genl-3 libraryThomas Haller2015-10-141-7/+83
* keyfile: merge branch 'th/keyfile-path-bgo755995'Thomas Haller2015-10-1411-45/+46
|\
| * keyfile: make the keyfile location configurableThomas Haller2015-10-147-9/+42
| * keyfile: remove "common.h" headerThomas Haller2015-10-147-38/+6
|/
* manager: export the VPN connections when activating themLubomir Rintel2015-10-141-3/+4
* libnm/vpn-service-plugin: leave the state property in placeLubomir Rintel2015-10-142-0/+16
* platform: merge branch 'th/platform-ipv4-peer-address-bgo756356'Thomas Haller2015-10-1417-207/+1007
|\
| * platform/test: add test adding IPv4 addresses that only differ by their peer-...Thomas Haller2015-10-145-79/+752
| * test: add nmtst_get_rand_int() helperThomas Haller2015-10-141-0/+6
| * platform: fix id-equality for IPv6 address to ignore prefix-lengthThomas Haller2015-10-141-4/+3
| * platform: fix comparing peer-address for IPv6 address in nm_platform_ip6_addr...Thomas Haller2015-10-141-1/+14
| * ip-config: expose IP peer address on D-BusThomas Haller2015-10-142-2/+17
| * platform: properly handle peer-address for IPv4 addressesThomas Haller2015-10-149-46/+114
| * ip-config: refactor to use _addresses_get_index() functionThomas Haller2015-10-142-28/+9
| * ip4-config: allow IPv4 addresses that only differ by prefix-lengthThomas Haller2015-10-141-4/+5
| * platform: rename _CMP_POINTER() macro to _CMP_SELF()Thomas Haller2015-10-141-12/+7
| * platform: refactor order of peer-address argument in ip_address_add() functionThomas Haller2015-10-149-43/+74
| * device: fix regenerating IP settings for assumed connectionsThomas Haller2015-10-141-0/+18
|/
* merge: branch 'lr/multiple-vpn'Lubomir Rintel2015-10-1315-604/+482
|\
| * vpn-manager: support multiple VPN connections of the same typelr/multiple-vpnLubomir Rintel2015-10-139-529/+221
| * device: allow multiple vpn IP configurationsLubomir Rintel2015-10-133-50/+157
| * vpn-connection: export add nm_vpn_connection_get_service()Lubomir Rintel2015-10-132-1/+2
| * libnm-core/vpn-plugin-info: add nm_vpn_plugin_info_supports_multiple()Lubomir Rintel2015-10-132-0/+22
| * libnm/vpn-service-plugin: remove nm_vpn_service_plugin_{get,set}_state()Lubomir Rintel2015-10-133-30/+16
| * libnm/vpn-service-plugin: quit when the peer we watch disconnectsLubomir Rintel2015-10-131-6/+9
| * libnm/vpn-service-plugin: add watch-peer propertyLubomir Rintel2015-10-132-0/+66
| * libnm/vpn-service-plugin: add a missing returnLubomir Rintel2015-10-131-0/+1
|/
* libnm-core: fix documentation for DHCP_TIMEOUT ifcfg-rh variableBeniamino Galvani2015-10-131-1/+1
* device: introduce a global default value for ipv4.dhcp-timeoutBeniamino Galvani2015-10-132-1/+28
* merge: LLDP supportBeniamino Galvani2015-10-1223-63/+1431
|\
| * examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani2015-10-121-0/+52
| * libnm: document that some return values are immutableBeniamino Galvani2015-10-122-3/+7
| * cli: add support for 'connection.lldp' propertyBeniamino Galvani2015-10-121-1/+61
| * ifcfg-rh: add support for 'LLDP' connection propertyBeniamino Galvani2015-10-123-0/+29
| * ifcfg-rh: split out parsing of boolean values from svTrueValue()Beniamino Galvani2015-10-123-60/+82