summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-10keyfile/tests: drop unused variablesHEADmasterThomas Haller1-2/+0
2018-10-10platform/netlink: fix overrun in attribute iteration in nla_ok()Thomas Haller1-1/+1
2018-10-09devices/olpc: correct the signal handler argumentsLubomir Rintel1-1/+1
2018-10-07devices/wpan: set channel on activationLubomir Rintel1-0/+10
2018-10-07platform/wpan: allow setting channelLubomir Rintel5-0/+40
2018-10-07core/setting-wpan: add page and channel propertiesLubomir Rintel1-1/+1
2018-10-06device: fix a wrong comparisonBeniamino Galvani1-1/+1
2018-10-05systemd: merge branch systemd into masterThomas Haller36-435/+621
2018-10-05systemd: comment out unused code in utf8.cThomas Haller1-1/+11
2018-10-05dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin1-1/+1
2018-10-05dhcp6: check option length before reading valuesYu Watanabe3-7/+8
2018-10-05systemd: update code from upstream (2018-10-04)Thomas Haller44-460/+645
2018-10-04keyfile: split automatically setting ID/UUID for keyfileThomas Haller8-12/+68
2018-10-04keyfile: refactor check whether filename starts with a dotThomas Haller1-12/+5
2018-10-04keyfile: move file permission check of keyfile to helper functionThomas Haller3-21/+72
2018-10-04keyfile/tests: assert against auto generated UUID for keyfileThomas Haller1-3/+6
2018-10-04keyfile/tests: refactor loading of keyfiles in testsThomas Haller1-295/+50
2018-10-04core: add code comment to nm_utils_read_link_absolute() and minor cleanupThomas Haller1-5/+9
2018-10-04acd/tests: skip NAcd tests under valgrindThomas Haller1-0/+48
2018-10-03device: always cancel WPS when secret-request failsThomas Haller1-13/+30
2018-10-01core: fix typo in commentFrédéric Danis1-1/+1
2018-10-01platform: bring back the interface name to log messagesLubomir Rintel1-3/+6
2018-10-01wifi-utils: remove log domain argumentLubomir Rintel1-14/+13
2018-10-01wifi-utils: rename nl80211 to selfLubomir Rintel1-62/+62
2018-10-01wifi-utils: downgrade a log messageLubomir Rintel1-1/+1
2018-10-01platform: log the interface namesLubomir Rintel1-151/+153
2018-10-01wifi: include the interface name in logsLubomir Rintel1-48/+24
2018-10-01wpan: include the device name in logsLubomir Rintel1-27/+21
2018-10-01supplicant: fix setting macsec cknBeniamino Galvani1-1/+1
2018-10-01connectivity: fix crash when the uri gets cleared from configurationBeniamino Galvani1-1/+2
2018-09-30Fix typosRafael Fontenelle13-17/+17
2018-09-30supplicant: use _nm_utils_hexstr2bin() for parsing hexstrThomas Haller1-29/+43
2018-09-30libnm: cleanup _nm_utils_hexstr2bin*() helperThomas Haller1-1/+1
2018-09-30all: drop _nm_utils_bin2hexstr()Thomas Haller2-8/+12
2018-09-30all/trivial: rename hexstr<>bin conversion functionsThomas Haller3-8/+8
2018-09-28build: meson: install ifcfg-rh files and directoryBeniamino Galvani1-0/+9
2018-09-27device: fix crash in nm_device_generate_connection()Beniamino Galvani1-1/+1
2018-09-27acd: make NMAcdManager no GObjectThomas Haller5-198/+138
2018-09-27device: set token only after router discovery was startedBeniamino Galvani1-8/+11
2018-09-27supplicant: fix memory leakBeniamino Galvani1-0/+2
2018-09-27wifi: support hidden ssid in AP modeBeniamino Galvani2-0/+7
2018-09-27dhcp: dhclient: fix memory leakBeniamino Galvani1-0/+1
2018-09-27dns: fix sort order of DNS configurations by typeThomas Haller1-2/+2
2018-09-26wifi/iwd: handle IWD Station interface disappearingAndrew Zaborowski1-79/+88
2018-09-26wifi: log warning when active scanning for hidden networksThomas Haller1-2/+13
2018-09-26device: don't remove routes when the interface is downBeniamino Galvani1-9/+12
2018-09-26ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani5-13/+45
2018-09-26device: fix updating device information after link changeBeniamino Galvani1-1/+18
2018-09-26core: improve nm_ip_config_dump()Beniamino Galvani4-99/+74
2018-09-26dns: use NM_CMP_*() macros sorting IP config in DNS managerThomas Haller1-22/+8