summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * platform/wpan: allow setting channelLubomir Rintel2018-10-075-0/+40
| * core/setting-wpan: add page and channel propertiesLubomir Rintel2018-10-074-3/+137
| * core/setting-wpan: fix some whitespace errorsLubomir Rintel2018-10-071-15/+15
| * contrib/checkpatch: remove the first character off a diffLubomir Rintel2018-10-071-1/+1
| * contrib/checkpatch: check some more whitespace troubleLubomir Rintel2018-10-071-1/+9
| * contrib/checkpatch: correctly separate indentation across hunksLubomir Rintel2018-10-071-6/+6
|/
* merge: branch 'bg/covscan'Beniamino Galvani2018-10-079-22/+49
|\
| * libnm-core: fix int comparisons in team settingThomas Haller2018-10-072-3/+30
| * libnm-core: remove unneeded comparisonsBeniamino Galvani2018-10-061-2/+2
| * shared/nm-utils: avoid a coverity warningBeniamino Galvani2018-10-061-1/+1
| * device: fix a wrong comparisonBeniamino Galvani2018-10-061-1/+1
| * dispatcher: fix shellcheck warningsBeniamino Galvani2018-10-061-2/+2
| * libnm-core: use g_variant_type_equal() to compare variant typesBeniamino Galvani2018-10-062-2/+2
| * libnm-core: fix coverity warningBeniamino Galvani2018-10-061-11/+11
|/
* systemd: merge branch systemd into masterThomas Haller2018-10-0536-435/+621
|\
| * systemd: update code from upstream (2018-10-04)Thomas Haller2018-10-0544-460/+645
* | systemd: comment out unused code in utf8.cThomas Haller2018-10-051-1/+11
* | dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin2018-10-051-1/+1
* | dhcp6: check option length before reading valuesYu Watanabe2018-10-053-7/+8
* | keyfile: merge branch 'th/keyfile-various'Thomas Haller2018-10-0421-421/+387
|\ \
| * | keyfile: split automatically setting ID/UUID for keyfileThomas Haller2018-10-0413-70/+111
| * | keyfile: refactor setting default ID/UUID in nm_keyfile_read()Thomas Haller2018-10-042-14/+51
| * | keyfile: refactor check whether filename starts with a dotThomas Haller2018-10-041-12/+5
| * | keyfile: move file permission check of keyfile to helper functionThomas Haller2018-10-043-21/+72
| * | keyfile/tests: assert against auto generated UUID for keyfileThomas Haller2018-10-041-3/+6
| * | keyfile/tests: refactor loading of keyfiles in testsThomas Haller2018-10-041-295/+50
| * | core: add code comment to nm_utils_read_link_absolute() and minor cleanupThomas Haller2018-10-041-5/+9
| * | shared: avoid invoking g_free() with NULL from gs_free cleanup attributeThomas Haller2018-10-042-6/+6
| * | shared: add nm_strndup_a() helperThomas Haller2018-10-041-0/+31
| * | acd/tests: skip NAcd tests under valgrindThomas Haller2018-10-042-2/+53
|/ /
* | device: always cancel WPS when secret-request failsThomas Haller2018-10-031-13/+30
* | 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