summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: write original DNS servers to /var/run/NetworkManager/no-stub-resolv.confth/dns-stub-resolv-confThomas Haller2018-09-172-5/+42
* dns: refactor create_resolv_conf() to use GString for constructing contentThomas Haller2018-09-171-30/+23
* all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller2018-09-172-2/+3
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-175-42/+37
* docs: misc. typos pt2luz.paz2018-09-1761-113/+113
* docs: misc. typosluz.paz2018-09-1547-95/+95
* release: bump version to 1.15.1-dev after 1.14.0 release1.15.1-devThomas Haller2018-09-144-3/+18
|\
| * libnm/trivial: whitespaceThomas Haller2018-09-141-8/+8
| * clients: fix memory leak when parsing routesBeniamino Galvani2018-09-141-2/+11
| * libnm: document nm_utils_parse_variant_attributes() returning floating refere...Thomas Haller2018-09-141-1/+3
| * libnm: add missing NM_AVAILABLE_IN_1_2 macro for nm_connection_get_setting_tun()Thomas Haller2018-09-141-0/+1
| * libnm: add missing NM_AVAILABLE_IN_1_14 macro to new APIThomas Haller2018-09-141-0/+1
| * autoptr: add missing autoptr cleanup functionsThomas Haller2018-09-141-0/+4
| * libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-147-69/+12
| * vpn: disconnect signal handlers from proxy in NMVpnConnection::dispose()Thomas Haller2018-09-141-0/+3
| * vpn: fix assertion during "SecretsRequired" in unexpected stateThomas Haller2018-09-141-3/+7
| * cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-145-9/+17
| * contrib/rpm: fix handling of --with test defaultThomas Haller2018-09-141-1/+13
| * contrib/rpm: disable tests by default and use fatal-warnings with testsThomas Haller2018-09-142-6/+6
| * contrib/rpm: always run tests and enable more compiler warnings in package buildThomas Haller2018-09-141-5/+3
| * build: merge branch 'th/check-gtk-doc-behavior'Thomas Haller2018-09-143-1/+21
| |\
| | * contrib/rpm: add --release option to build_clean.sh scriptThomas Haller2018-09-141-0/+8
| | * docs/test: add check that gtk-doc contains patch to generate proper documenta...Thomas Haller2018-09-141-0/+12
| | * build: fix error message in configure script about gtk-docThomas Haller2018-09-141-1/+1
| |/
| * contrib/rpm: disable --with-more-asserts for devel-buildsThomas Haller2018-09-141-6/+0
| * po: update Czech (cz) translationAsciiWolf2018-09-131-309/+252
| * wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()Thomas Haller2018-09-131-0/+1
| * libnm: fix memleak in _nm_utils_ssid_to_string_arr()Thomas Haller2018-09-131-1/+1
| * dns: dnsmasq: avoid crash when no reverse domains existBeniamino Galvani2018-09-131-4/+6
| * build: merge branch 'bg/meson-paths'Beniamino Galvani2018-09-1314-316/+196
| |\
| | * build/autotools: fail configure if netconfig/resolveconf tool is not foundThomas Haller2018-09-132-11/+18
| | * travis: enabling building more optional components during CI with mesonThomas Haller2018-09-131-2/+3
| | * build: rename DNSSEC_TRIGGER_SCRIPT to DNSSEC_TRIGGER_PATHBeniamino Galvani2018-09-134-9/+9
| | * build: print both pppd path and plugins path in configure summaryBeniamino Galvani2018-09-132-2/+2
| | * build: meson: fix NMSTATEDIR pathBeniamino Galvani2018-09-131-1/+1
| | * build: meson: add missing libnm-core header fileBeniamino Galvani2018-09-131-0/+1
| | * build: meson: generate and use a linker script for NM binaryBeniamino Galvani2018-09-131-47/+33
| | * build: support meson builds in create-exports scriptBeniamino Galvani2018-09-132-7/+16
| | * build: add config-extra.h.meson to EXTRA_DISTBeniamino Galvani2018-09-131-0/+1
| | * ifcfg-rh: fix build with mesonBeniamino Galvani2018-09-131-3/+3
| | * build: autotools: remove unused definesBeniamino Galvani2018-09-131-22/+0
| | * build: meson: uniform handling of rc managersBeniamino Galvani2018-09-132-41/+34
| | * build: meson: uniform handling of dhcp client pathsBeniamino Galvani2018-09-132-67/+34
| | * build: move paths of dhcp clients from config-extra.h to config.hBeniamino Galvani2018-09-134-18/+3
| | * build: remove check on dhcpcd version numberBeniamino Galvani2018-09-135-58/+1
| | * build: remove check on dhclient versionBeniamino Galvani2018-09-133-11/+2
| | * build: meson: fix pppd pathBeniamino Galvani2018-09-132-6/+9
| | * build: meson: fix setting iptables/dnsmasq/dnssec-trigger pathsBeniamino Galvani2018-09-132-16/+31
| | * contrib/rpm: fix mode of ghost ifup/ifdown filesBeniamino Galvani2018-09-131-2/+2
| |/
| * travis: enabling building more optional components during CIThomas Haller2018-09-121-2/+35