summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keyfile: split automatically setting ID/UUID for keyfileth/keyfile-variousThomas Haller2018-10-0313-70/+111
* keyfile: refactor setting default ID/UUID in nm_keyfile_read()Thomas Haller2018-10-032-14/+51
* keyfile: refactor check whether filename starts with a dotThomas Haller2018-10-031-12/+5
* keyfile: move file permission check of keyfile to helper functionThomas Haller2018-10-033-21/+72
* keyfile/tests: assert against auto generated UUID for keyfileThomas Haller2018-10-031-3/+6
* keyfile/tests: refactor loading of keyfiles in testsThomas Haller2018-10-031-295/+50
* core: add code comment to nm_utils_read_link_absolute() and minor cleanupThomas Haller2018-10-031-5/+9
* shared: avoid invoking g_free() with NULL from gs_free cleanup attributeThomas Haller2018-10-032-6/+6
* shared: add nm_strndup_a() helperThomas Haller2018-10-031-0/+31
* acd/tests: skip NAcd tests under valgrindThomas Haller2018-10-032-2/+53
* build: silence message in "tools/create-exports-NetworkManager.sh" about miss...Thomas Haller2018-10-011-2/+2
* mailmap: update userThomas Haller2018-10-011-0/+1
* core: fix typo in commentFrédéric Danis2018-10-011-1/+1
* platform: bring back the interface name to log messagesLubomir Rintel2018-10-011-3/+6
* po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle2018-10-011-1893/+2572
* merge: branch 'lr/activation-error-hint'Lubomir Rintel2018-10-014-287/+292
|\
| * wifi-utils: remove log domain argumentLubomir Rintel2018-10-011-14/+13
| * wifi-utils: rename nl80211 to selfLubomir Rintel2018-10-011-62/+62
| * wifi-utils: downgrade a log messageLubomir Rintel2018-10-011-1/+1
| * cli: advise the user to consult logs when a connection fails to activateLubomir Rintel2018-10-011-0/+34
| * platform: log the interface namesLubomir Rintel2018-10-011-151/+153
| * wifi: include the interface name in logsLubomir Rintel2018-10-011-48/+24
| * wpan: include the device name in logsLubomir Rintel2018-10-011-27/+21
|/
* supplicant: fix setting macsec cknBeniamino Galvani2018-10-011-1/+1
* connectivity: fix crash when the uri gets cleared from configurationBeniamino Galvani2018-10-011-1/+2
* po: update Czech (cz) translationAsciiWolf2018-09-301-4/+4
* Fix typosRafael Fontenelle2018-09-3029-47/+47
* all: merge branch 'th/hexstr2bin-cleanup'Thomas Haller2018-09-309-137/+265
|\
| * supplicant: use _nm_utils_hexstr2bin() for parsing hexstrThomas Haller2018-09-301-29/+43
| * 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