summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-10travis: fix build due to missing libcurl libraryThomas Haller1-2/+2
2017-05-10connectivity: don't do periodic checks on interval=0Lubomir Rintel1-1/+2
2017-05-10device: don't await for IPv6 DAD to finish if we are ignoring that there's no...Lubomir Rintel1-3/+6
2017-05-10build: set --enable-conckeck as defaultFrancesco Giudici1-3/+3
2017-05-10build: restore --enable-concheck as default if libcurl is detectedFrancesco Giudici1-4/+8
2017-05-09dhcp: merge branch 'bg/dhcp-full-hostname-rh1443437'Beniamino Galvani10-130/+115
2017-05-09dhcp: allow FQDNs in ipv4.dhcp-hostnameBeniamino Galvani4-57/+40
2017-05-09dhcp: simplify how hostname and FQDN are passed down to backendsBeniamino Galvani10-114/+116
2017-05-09manager: avoid generating in memory connections during startup for managed de...Francesco Giudici1-1/+2
2017-05-08dhcp: set @was_active flag for external activationsBeniamino Galvani1-3/+3
2017-05-08platform: fix double initializationBeniamino Galvani1-1/+1
2017-05-08device: fix check in addrconf6_start()Beniamino Galvani1-10/+9
2017-05-08ip-tunnel: fix coverity warningsBeniamino Galvani1-2/+2
2017-05-08clients: print expected route syntax on parsing failureBeniamino Galvani1-5/+6
2017-05-06device: synchronize IPv6 configuration in stage3 (take 2)Beniamino Galvani1-3/+15
2017-05-06Revert "device: synchronize IPv6 configuration in stage3"Beniamino Galvani1-13/+4
2017-05-06all: merge branch 'th/user-data-v2-bgo776276'Thomas Haller17-79/+1136
2017-05-06examples: add setting-user-data.pyThomas Haller2-6/+253
2017-05-06ifcfg: add read/write support for user-dataThomas Haller9-5/+356
2017-05-06libnm/keyfile: properly read user data from keyfileThomas Haller2-19/+116
2017-05-06libnm: track invalid user data separately and reject during verify()Thomas Haller1-49/+131
2017-05-06keyfile: fix handling unsupported characters in keysThomas Haller5-5/+286
2017-05-06keyfile: minor refactoring dropping temporary variable in mac_address_parser()Thomas Haller1-2/+1
2017-05-06keyfile: fix memleak in read_hash_of_string()Thomas Haller1-3/+3
2017-05-05all: fix typo 'entires' -> 'entries'Beniamino Galvani10-18/+18
2017-05-05device: synchronize IPv6 configuration in stage3Beniamino Galvani1-4/+13
2017-05-05device/firewall: merge branch 'th/firewall-apply-early-rh1445242'Thomas Haller1-101/+86
2017-05-05device: track firewall state and reset zone during activationThomas Haller1-100/+85
2017-05-05device: fix changing firewall zone during _set_state_full()Thomas Haller1-1/+1
2017-05-04nm-manager: try assuming connections on managed devicesFrancesco Giudici1-1/+5
2017-05-04device: fix behavior for assumed DHCP connectionsBeniamino Galvani1-22/+14
2017-05-04device: add default route penalty only if concheck is enabledFrancesco Giudici3-2/+13
2017-05-04device: let slaves wait in IP_CONFIG until master is readyBeniamino Galvani1-0/+12
2017-05-02device: avoid integer overflow with route-metric penaltyThomas Haller1-10/+18
2017-05-02policy: fix memleak in lookup_callback() and cancellingThomas Haller1-13/+11
2017-05-02dhcp: dhclient: fix timeout greater than 60 secondsBeniamino Galvani3-0/+23
2017-04-27ifcfg-rh/tests: fix test_write_unknown() after change svGetValue() for invali...Thomas Haller1-1/+1
2017-04-27ifcfg-rh: preserve the archaic NETMASK keyLubomir Rintel1-2/+11
2017-04-27ifcfg-rh: preserve the archaic BOOTPROTO=static formLubomir Rintel1-4/+9
2017-04-27ifcfg-rh: treat a wrongly quoted value like empty stringThomas Haller1-2/+13
2017-04-27core: make dad_counter argument guint32 typeThomas Haller3-7/+7
2017-04-27core: avoid generating reserved IPv6 interface identifiersThomas Haller1-2/+37
2017-04-27core: move NMIPAddr to nm-core-utils.hThomas Haller4-22/+23
2017-04-27ifcfg-rh/tests: fix out-of-tree build for cexpected fileThomas Haller1-1/+1
2017-04-27device: disable delegating prefixes to the device when the IPv6 config is rem...Lubomir Rintel1-1/+4
2017-04-27libnm-core,shared: fix typo in '(allow-none)' annotationBeniamino Galvani3-3/+3
2017-04-26device: fix restricting Generic connection by interface-nameThomas Haller1-9/+17
2017-04-26ifcfg-rh/tests: compare the written files to a expected resultThomas Haller27-28/+601
2017-04-26ifcfg-rh/tests: remove unused macro _writer_update_connection_FIXME()Thomas Haller1-13/+0
2017-04-23proxy: merge branch 'th/proxy-rh1444374'Thomas Haller4-115/+168