summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: add test for nm_wildcard_match_check()bg/wildcard-match-miscBeniamino Galvani2018-08-291-0/+75
* core: merge branch 'th/settings-delegate-connection'Thomas Haller2018-08-2838-758/+902
|\
| * settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-2833-653/+839
| * device: don't limit try count in nm_device_ethernet_utils_get_default_wired_n...Thomas Haller2018-08-281-2/+1
| * device: refactor setting parent in device's update_connection()Thomas Haller2018-08-287-104/+63
|/
* examples: make 10-ifcfg-rh-routes.sh self-containedBeniamino Galvani2018-08-281-9/+97
* libnm-core: support private keys encrypted with AES-{192,256}-CBCBeniamino Galvani2018-08-289-21/+106
* build: merge branch 'th/build-ifdef-cleanup'Thomas Haller2018-08-2711-80/+89
|\
| * build/meson: fix build options for suspend-resumeThomas Haller2018-08-272-21/+31
| * build: cleanup build defines for session-trackingThomas Haller2018-08-276-52/+49
| * build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller2018-08-276-8/+10
|/
* cli: merge branch 'bg/completion-fixes-rh1588952'Beniamino Galvani2018-08-272-22/+39
|\
| * cli: fix autocompletion for connection commandsBeniamino Galvani2018-08-271-10/+10
| * cli: autocomplete connection type even if it has an aliasBeniamino Galvani2018-08-271-5/+3
| * cli: fix connection type completion on connection addBeniamino Galvani2018-08-271-7/+26
|/
* all: point git references to the GitLab instanceLubomir Rintel2018-08-275-12/+7
* systemd: merge branch systemd into masterThomas Haller2018-08-2774-353/+1515
|\
| * systemd: update code from upstream (2018-08-26)Thomas Haller2018-08-2668-334/+1494
* | wifi: don't use :1 bitfield for gboolean typeThomas Haller2018-08-261-1/+1
* | vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=falseLubomir Rintel2018-08-231-0/+4
* | wifi: merge branch 'th/wifi-gbytes-ssid'Thomas Haller2018-08-2227-340/+662
|\ \
| * | wifi: refactor nm_wifi_ap_set_ssid() to accept GBytesThomas Haller2018-08-224-34/+72
| * | wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller2018-08-2211-152/+179
| * | wifi: don't ignore trailing NUL byte when comparing SSIDThomas Haller2018-08-221-1/+1
| * | shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller2018-08-223-73/+345
| * | wifi: use GBytes for ssids scan listThomas Haller2018-08-223-34/+27
| * | device: avoid intermediary GByteArray when creating DUID GBytesThomas Haller2018-08-221-13/+13
| * | dhcp/trivial: add fixme comments to nm_dhcp_dhclient_unescape_duid()Thomas Haller2018-08-221-0/+7
| * | all: avoid useless cast of g_free() to GDestroyNotifyThomas Haller2018-08-225-7/+7
| * | wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller2018-08-222-15/+6
| * | wifi/olpc: fix setting SSID for OLPC mesh in complete_connection()Thomas Haller2018-08-221-5/+4
| * | platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2018-08-222-8/+0
| * | libnm: replace _nm_utils_bytes_to_dbus() with nm_utils_gbytes_get_variant_ay()Thomas Haller2018-08-223-19/+1
| * | shared: add nm_utils_gbytes_to_variant_ay() utilThomas Haller2018-08-222-0/+21
|/ /
* | po: update German translationChristian K2018-08-211-2354/+3112
* | po: fix a typo in fr translationLubomir Rintel2018-08-201-1/+1
* | platform: if AF_INET6 is not available, don't warnLubomir Rintel2018-08-202-1/+5
* | ip4-config: fix a typoLubomir Rintel2018-08-196-6/+6
* | po/ja: translations from the Red Hat translatorsLubomir Rintel2018-08-191-2308/+2586
* | build: fix meson build with -Dppp=falseBeniamino Galvani2018-08-151-1/+3
* | po: update Brazilian Portuguese translationRafael Fontenelle2018-08-151-3323/+4594
* | device: cope with devices' failure to provide reason for incompatibilityLubomir Rintel2018-08-141-0/+1
* | wifi: provide reasons for connection incompatibilityLubomir Rintel2018-08-141-7/+28
* | iwd: improve error messagesLubomir Rintel2018-08-141-3/+3
* | release: bump version to 1.13.3 (development)1.13.3-devThomas Haller2018-08-132-2/+2
* | release: update NEWSThomas Haller2018-08-131-0/+3
* | utils/test: don't assert on debug level messagesLubomir Rintel2018-08-111-2/+3
* | merge: branch 'bg/wildcard-match-rh1555012'Beniamino Galvani2018-08-1128-91/+866
|\ \
| * | device: support match.interface-nameBeniamino Galvani2018-08-113-4/+47
| * | ifcfg-rh: add support for 'match' settingBeniamino Galvani2018-08-115-1/+140