summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: updateth/nm-1-8Thomas Haller2017-05-101-5/+21
* po: make update-poThomas Haller2017-05-1066-32947/+33599
* build: set --enable-conckeck as defaultFrancesco Giudici2017-05-101-3/+3
* build: restore --enable-concheck as default if libcurl is detectedFrancesco Giudici2017-05-101-4/+8
* dhcp: merge branch 'bg/dhcp-full-hostname-rh1443437'Beniamino Galvani2017-05-0910-130/+115
|\
| * dhcp: allow FQDNs in ipv4.dhcp-hostnameBeniamino Galvani2017-05-094-57/+40
| * dhcp: simplify how hostname and FQDN are passed down to backendsBeniamino Galvani2017-05-0910-114/+116
|/
* manager: avoid generating in memory connections during startup for managed de...Francesco Giudici2017-05-091-1/+2
* dhcp: set @was_active flag for external activationsBeniamino Galvani2017-05-081-3/+3
* platform: fix double initializationBeniamino Galvani2017-05-081-1/+1
* device: fix check in addrconf6_start()Beniamino Galvani2017-05-081-10/+9
* ip-tunnel: fix coverity warningsBeniamino Galvani2017-05-081-2/+2
* clients: print expected route syntax on parsing failureBeniamino Galvani2017-05-081-5/+6
* device: synchronize IPv6 configuration in stage3 (take 2)Beniamino Galvani2017-05-061-3/+15
* Revert "device: synchronize IPv6 configuration in stage3"Beniamino Galvani2017-05-061-13/+4
* all: merge branch 'th/user-data-v2-bgo776276'Thomas Haller2017-05-0617-79/+1136
|\
| * examples: add setting-user-data.pyThomas Haller2017-05-062-6/+253
| * ifcfg: add read/write support for user-dataThomas Haller2017-05-069-5/+356
| * libnm/keyfile: properly read user data from keyfileThomas Haller2017-05-062-19/+116
| * libnm: track invalid user data separately and reject during verify()Thomas Haller2017-05-061-49/+131
| * keyfile: fix handling unsupported characters in keysThomas Haller2017-05-065-5/+286
| * keyfile: minor refactoring dropping temporary variable in mac_address_parser()Thomas Haller2017-05-061-2/+1
| * keyfile: fix memleak in read_hash_of_string()Thomas Haller2017-05-061-3/+3
|/
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-0510-18/+18
* device: synchronize IPv6 configuration in stage3Beniamino Galvani2017-05-051-4/+13
* device/firewall: merge branch 'th/firewall-apply-early-rh1445242'Thomas Haller2017-05-051-101/+86
|\
| * device: track firewall state and reset zone during activationThomas Haller2017-05-051-100/+85
| * device: fix changing firewall zone during _set_state_full()Thomas Haller2017-05-051-1/+1
|/
* nm-manager: try assuming connections on managed devicesFrancesco Giudici2017-05-041-1/+5
* device: fix behavior for assumed DHCP connectionsBeniamino Galvani2017-05-041-22/+14
* device: add default route penalty only if concheck is enabledFrancesco Giudici2017-05-043-2/+13
* device: let slaves wait in IP_CONFIG until master is readyBeniamino Galvani2017-05-041-0/+12
* device: avoid integer overflow with route-metric penaltyThomas Haller2017-05-021-10/+18
* policy: fix memleak in lookup_callback() and cancellingThomas Haller2017-05-021-13/+11
* dhcp: dhclient: fix timeout greater than 60 secondsBeniamino Galvani2017-05-023-0/+23
* ifcfg-rh/tests: fix test_write_unknown() after change svGetValue() for invali...Thomas Haller2017-04-271-1/+1
* ifcfg-rh: preserve the archaic NETMASK keyLubomir Rintel2017-04-271-2/+11
* ifcfg-rh: preserve the archaic BOOTPROTO=static formLubomir Rintel2017-04-271-4/+9
* ifcfg-rh: treat a wrongly quoted value like empty stringThomas Haller2017-04-271-2/+13
* core: make dad_counter argument guint32 typeThomas Haller2017-04-273-7/+7
* core: avoid generating reserved IPv6 interface identifiersThomas Haller2017-04-271-2/+37
* core: move NMIPAddr to nm-core-utils.hThomas Haller2017-04-274-22/+23
* ifcfg-rh/tests: fix out-of-tree build for cexpected fileThomas Haller2017-04-271-1/+1
* device: disable delegating prefixes to the device when the IPv6 config is rem...Lubomir Rintel2017-04-271-1/+4
* libnm-core,shared: fix typo in '(allow-none)' annotationBeniamino Galvani2017-04-273-3/+3
* device: fix restricting Generic connection by interface-nameThomas Haller2017-04-261-9/+17
* ifcfg-rh/tests: compare the written files to a expected resultThomas Haller2017-04-2627-28/+601
* ifcfg-rh/tests: remove unused macro _writer_update_connection_FIXME()Thomas Haller2017-04-261-13/+0
* proxy: merge branch 'th/proxy-rh1444374'Thomas Haller2017-04-234-115/+168
|\
| * proxy: send proxy config after creating D-Bus proxyThomas Haller2017-04-231-6/+12