summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | libnm: cleanup _nm_utils_hexstr2bin*() helperThomas Haller2018-09-303-36/+105
| * | all: drop _nm_utils_bin2hexstr()Thomas Haller2018-09-304-28/+12
| * | libnm: return output buffer from _nm_utils_bin2hexstr_full()Thomas Haller2018-09-302-16/+39
| * | all/trivial: rename hexstr<>bin conversion functionsThomas Haller2018-09-305-33/+33
| * | libnm/macsec: tighten up verification and normalize mka_cak/mka_ckn propertiesThomas Haller2018-09-302-1/+47
| * | libnm: use nm_free_secret() in nm-setting-macsec.cThomas Haller2018-09-291-5/+4
| * | cli: cleanup of error handling in nmc_property_set_bytes()Thomas Haller2018-09-291-12/+5
|/ /
* | build: meson: merge branch 'bg/rpm-meson'Beniamino Galvani2018-09-287-14/+160
|\ \
| * | contrib/rpm: support building with mesonBeniamino Galvani2018-09-281-1/+112
| * | contrib/rpm: remove duplicate documentationBeniamino Galvani2018-09-281-2/+0
| * | build: meson: install ifcfg-rh files and directoryBeniamino Galvani2018-09-281-0/+9
| * | build: meson: fix install scriptBeniamino Galvani2018-09-282-5/+8
| * | build: meson: fix generation of api docsBeniamino Galvani2018-09-284-4/+28
| * | build: meson: add missing man fileBeniamino Galvani2018-09-281-1/+2
| * | build: meson: ifcfg-rh plugin should not enable ibftBeniamino Galvani2018-09-281-1/+1
|/ /
* | device: fix crash in nm_device_generate_connection()Beniamino Galvani2018-09-271-1/+1
* | acd: make NMAcdManager no GObjectThomas Haller2018-09-276-202/+142
* | device: set token only after router discovery was startedBeniamino Galvani2018-09-271-8/+11
* | supplicant: fix memory leakBeniamino Galvani2018-09-271-0/+2
* | wifi: support hidden ssid in AP modebg/ap-hiddenBeniamino Galvani2018-09-274-6/+19
* | dhcp: dhclient: fix memory leakBeniamino Galvani2018-09-271-0/+1
* | dns: fix sort order of DNS configurations by typeThomas Haller2018-09-271-2/+2
* | wifi/iwd: handle IWD Station interface disappearingAndrew Zaborowski2018-09-261-79/+88
* | wifi: log warning when active scanning for hidden networksThomas Haller2018-09-261-2/+13
* | core: merge branch 'bg/preserve-routes-down-rh1626004'Beniamino Galvani2018-09-265-113/+140
|\ \
| * | device: don't remove routes when the interface is downbg/preserve-routes-down-rh1626004Beniamino Galvani2018-09-261-9/+12
| * | ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani2018-09-265-13/+45
| * | device: fix updating device information after link changeBeniamino Galvani2018-09-261-1/+18
| * | core: improve nm_ip_config_dump()Beniamino Galvani2018-09-264-99/+74
|/ /
* | dns: use NM_CMP_*() macros sorting IP config in DNS managerThomas Haller2018-09-261-22/+8
* | dns: drop redundant call to clear_domain_lists() in update_dns()Thomas Haller2018-09-261-1/+0
* | connectivity: fix a wrong comparisionLubomir Rintel2018-09-241-1/+1
* | merge: branch 'lr/conn-check-af'Lubomir Rintel2018-09-2421-1362/+2529
|\ \
| * | connectivity: create a multi-handle for all requestslr/conn-check-afLubomir Rintel2018-09-241-54/+45
| * | cli: print per-device & per-AF connectivity statusLubomir Rintel2018-09-248-1166/+1910
| * | libnm: add support for per-device & per-AF connectivity statusLubomir Rintel2018-09-243-0/+83
| * | device: expose connectivity check result on a deviceLubomir Rintel2018-09-244-19/+45
| * | connectivity: allow limiting the connectivity check to a specified AFLubomir Rintel2018-09-245-103/+173
| * | connectivity: use systemd-resolved for resolving the check endpointLubomir Rintel2018-09-243-25/+214
| * | connectivity: improve curl error messagesLubomir Rintel2018-09-241-7/+15
| * | dns: allow loading nm-dns-systemd-resolve alongside other DNS pluginsLubomir Rintel2018-09-244-7/+63
|/ /
* | initrd/cmdline-reader: fix whitespace errorsLubomir Rintel2018-09-241-36/+36
* | checkpatch: detect some whitespace errorsLubomir Rintel2018-09-241-0/+6
* | dns: fix creating resolv.conf contentThomas Haller2018-09-211-1/+3
* | Do not manage Docker bridge interfacesAndrei Dziahel2018-09-211-0/+3
* | dns: merge branch 'th/dns-stub-resolv-conf'Thomas Haller2018-09-214-55/+70
|\ \
| * | dns: always write "/var/run/NetworkManager/resolv.conf"Thomas Haller2018-09-211-16/+0
| * | dns: minor rewording of main.dns in `man NetworkManager.conf`Thomas Haller2018-09-211-2/+2
| * | dns: write original DNS servers to /var/run/NetworkManager/no-stub-resolv.confThomas Haller2018-09-212-5/+42
| * | dns: refactor create_resolv_conf() to use GString for constructing contentThomas Haller2018-09-211-30/+23