summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * utils: extend binary-search to return the first/last indexThomas Haller2017-12-153-24/+167
|/
* cli: fix editor crashBeniamino Galvani2017-12-151-1/+1
* platform: fix ipv6 address synchronizationBeniamino Galvani2017-12-151-31/+39
* gitignore: ignore default meson build directory "build"Thomas Haller2017-12-151-0/+2
* src/tests: fix test_nm_utils_kill_child() under mesonThomas Haller2017-12-151-12/+29
* src/tests: split test code in test_nm_utils_kill_child()Thomas Haller2017-12-151-9/+16
* build: rename unit tests with the `test-` patternIñigo Martínez2017-12-148-35/+18
* build: fix test-ndisc-linux testIñigo Martínez2017-12-141-15/+19
* build: fix libnm_linking testIñigo Martínez2017-12-141-1/+1
* build: fix targets generated by generate-settings-docs.pyIñigo Martínez2017-12-141-35/+4
* build: library paths as parameters for generate-settings-docs.pyIñigo Martínez2017-12-141-0/+5
* systemd: merge branch systemd into masterThomas Haller2017-12-148-10/+59
|\
| * systemd: update code from upstream (2017-12-14)Thomas Haller2017-12-148-10/+59
* | devices/test: reapply commit 5c6a382d4d2981375ec40d09b40a533b88909865Francesco Giudici2017-12-141-1/+1
* | dhcp: systemd: support the hostname propertyBeniamino Galvani2017-12-131-0/+8
* | build: add initial support for meson build systemIñigo Martínez2017-12-1365-0/+5208
* | wifi: remove unused variables from iwd deviceThomas Haller2017-12-131-2/+0
* | wifi: add initial support for iwd Wi-Fi damonThomas Haller2017-12-1313-133/+2703
|\ \
| * | wifi: downgrade logging level and support reloading "wifi-backend" configurationThomas Haller2017-12-131-2/+2
| * | devices/wifi: Register an IWD PSK agent on dbusAndrew Zaborowski2017-12-133-1/+234
| * | devices/wifi: Add the wifi-backend config optionAndrew Zaborowski2017-12-132-3/+21
| * | devices/wifi: Track IWD devices, match to NMDeviceIwd objectsAndrew Zaborowski2017-12-135-1/+447
| * | devices/wifi: Add NMDeviceIwd class to support IWD backendAndrew Zaborowski2017-12-134-0/+1859
| * | devices/wifi: Move is_manf_default_ssid to nm-wifi-utils.cAndrew Zaborowski2017-12-133-34/+36
| * | devices/wifi: Move AP list utilities to nm-wifi-ap.cAndrew Zaborowski2017-12-133-96/+108
|/ /
* | systemd: merge branch systemd into masterThomas Haller2017-12-13114-232/+837
|\ \ | |/
| * systemd: update code from upstream (2017-12-13)Thomas Haller2017-12-13110-228/+827
* | macros: add _nm_fallthrough macroThomas Haller2017-12-131-0/+6
* | devices/test: give more time to dad checking in test-arpingFrancesco Giudici2017-12-131-1/+1
* | cli: merge branch 'th/cli-strsplit'Thomas Haller2017-12-128-378/+365
|\ \
| * | cli: drop nmc_strsplit_set()Thomas Haller2017-12-127-249/+223
| * | cli: refactor splitting of first command line argumentThomas Haller2017-12-121-64/+90
| * | cli: rework DEFINE_SETTER_PRIV_KEY()Thomas Haller2017-12-121-17/+15
| * | libnm: make nm_setting_802_1x_set_private_key() self-assignment safeThomas Haller2017-12-121-48/+37
|/ /
* | platform: improve ipv6 addresses synchronizationBeniamino Galvani2017-12-121-10/+40
* | merge: bug fixes found via coverityThomas Haller2017-12-126-14/+17
|\ \
| * | core: avoid leaks parsing team link-watcherThomas Haller2017-12-121-4/+7
| * | cli: avoid out-of-bounds-read for show_device_info()Thomas Haller2017-12-121-2/+2
| * | platform: assert() for valid item in nm_platform_link_get_all()Thomas Haller2017-12-121-0/+1
| * | platform: fix crash hashing NMPlatformTfilter and NMPlatformQdiscThomas Haller2017-12-121-4/+4
| * | libnm: fix checking argument in nm_team_link_watcher_new_arp_ping()Thomas Haller2017-12-121-1/+1
| * | core: avoid dereferencing NULL in nm_utils_resolve_conf_parse()Thomas Haller2017-12-121-2/+1
| * | core: fix uninialized boolean variable in reset_autoconnect_all()Thomas Haller2017-12-121-1/+1
|/ /
* | po: translations from the Red Hat translatorsLubomir Rintel2017-12-1210-1992/+1802
* | po: update-po for the translations that are going to be updatedLubomir Rintel2017-12-1210-17955/+24257
* | platform/tests: fix memleaks in testsThomas Haller2017-12-111-4/+4
* | libnm: move symbols that were backported to 1.10.2 before 1.12 to libnm_1_10_2Lubomir Rintel2017-12-111-54/+54
* | device: ensure simple action sdata is a NUL-terminated bytestringLubomir Rintel2017-12-111-3/+8
* | settings: mark the connection as UNSAVED if it was modified in-memoryThomas Haller2017-12-111-1/+5
* | settings: for persist-mode KEEP do not ever save the connection to diskThomas Haller2017-12-111-7/+2