summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp6: make sure we have enough space for the DHCP6 option headerth/nm-1-14-systemd-networkingLennart Poettering2018-10-281-1/+1
* sd-dhcp: remove unreachable route after rebinding return NAKLi Song2018-10-281-0/+2
* sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domainYu Watanabe2018-10-281-37/+29
* sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()Yu Watanabe2018-10-282-8/+11
* dhcp6: fix buffer size checkingYu Watanabe2018-10-281-2/+2
* sd-dhcp-lease: fix memleaksYu Watanabe2018-10-281-0/+2
* libnm: fix crash in activate_info_complete() when cancellingThomas Haller2018-10-251-7/+5
* build: fix check-docs.sh for out-of-tree buildsThomas Haller2018-10-255-24/+33
* build: merge branch 'fix-bashism-in-tools-check-docs-sh'Thomas Haller2018-10-251-14/+40
|\
| * docs: rework check-docs test scriptThomas Haller2018-10-251-14/+40
| * docs: fix bashism in tools/check-docs.shMichael Biebl2018-10-251-1/+1
|/
* build: merge branch 'bg/issue65'Beniamino Galvani2018-10-243-13/+13
|\
| * build: fix ibft option in create-exports-NetworkManager.shBeniamino Galvani2018-10-241-1/+1
| * build: enable ibft plugin for make dist-checkThomas Haller2018-10-241-1/+3
| * build: fix build_clean.sh script to enable ibftThomas Haller2018-10-241-1/+1
| * build: unconditionally dist ibft test filesBeniamino Galvani2018-10-241-10/+8
|/
* release: bump version to 1.14.5 (development)1.14.5-devLubomir Rintel2018-10-243-2/+3
* release: bump version to 1.14.41.14.4Lubomir Rintel2018-10-242-2/+2
* release: update NEWSLubomir Rintel2018-10-241-0/+15
* meson: set RPATH for libnm_device_plugin_wwan.soTaegil Bae2018-10-241-1/+2
* meson: set RPATH for libnm_device_plugin_bluetooth.soTaegil Bae2018-10-241-1/+2
* settings/ifupdown: fix block_name typo in initialize()Michael Biebl2018-10-231-1/+1
* cli: initialize readline before installing the redisplay handlerLubomir Rintel2018-10-231-0/+4
* initrd: cmdline-reader: fix setting uint propertiesBeniamino Galvani2018-10-231-3/+11
* dhcp: dhclient: fix memory leakBeniamino Galvani2018-10-231-0/+1
* ndisc: mark a keep-alive variable unusedLubomir Rintel2018-10-221-1/+1
* test/meson: increase timeout for some testsThomas Haller2018-10-222-4/+6
* device: fix crash in nm_device_generate_connection()Beniamino Galvani2018-10-221-1/+1
* checkpatch: support ranges for "checkpatch-feature-branch.sh"Thomas Haller2018-10-221-10/+19
* platform/tests: extend timeout for link-linux tests with mesonThomas Haller2018-10-221-1/+1
* checkpatch: fix "checkpatch-feature-branch.sh" for master branchThomas Haller2018-10-221-1/+5
* gitlab: merge branch 'th/gitlab-ci'Thomas Haller2018-10-229-28/+180
|\
| * gitlab: add .gitlab-ci.yml for gitlab CIThomas Haller2018-10-221-0/+91
| * checkpatch: add "contrib/scripts/checkpatch-feature-branch.sh" scriptThomas Haller2018-10-222-0/+39
| * contrib: make "contrib/fedora/REQUIRED_PACKAGES" executable scriptThomas Haller2018-10-222-4/+21
| * meson: Fix platform testsJan Alexander Steffens (heftig)2018-10-223-21/+24
| * platform/tests: fix test-nmp-object when running on system without udevThomas Haller2018-10-221-2/+4
| * platform/tests: don't compare dangling pointer in "test-nmp-object.c"Thomas Haller2018-10-221-1/+1
|/
* gitignore: ignore "/shared/nm-utils/tests"Thomas Haller2018-10-221-0/+1
* cli: fix crash when removing devicesBeniamino Galvani2018-10-221-5/+3
* libnm: add mdns backported symbols from 1.10.14Beniamino Galvani2018-10-192-0/+9
* build: meson: add missing man fileBeniamino Galvani2018-10-191-1/+2
* release: bump version to 1.14.3 (development)1.14.3-devLubomir Rintel2018-10-193-2/+3
* release: bump version to 1.14.21.14.2Lubomir Rintel2018-10-192-2/+2
* keyfile: also add ".nmconnection" extension when writing keyfiles in /etcThomas Haller2018-10-191-5/+2
* initrd: add .nmconnection extension when writing keyfilesThomas Haller2018-10-191-1/+2
* keyfile: merge branch 'th/nm-1-14-keyfile-changes'Thomas Haller2018-10-1916-451/+443
|\
| * keyfile: write keyfiles to "/run" directory with ".nmconnection" file suffixth/nm-1-14-keyfile-changesThomas Haller2018-10-196-42/+125
| * keyfile: split automatically setting ID/UUID for keyfileThomas Haller2018-10-1913-70/+111
| * keyfile: refactor setting default ID/UUID in nm_keyfile_read()Thomas Haller2018-10-192-14/+51