summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-24release: bump version to 1.14.5 (development)nm-1-14Lubomir Rintel3-2/+3
2018-10-24release: bump version to 1.14.4Lubomir Rintel2-2/+2
2018-10-24release: update NEWSLubomir Rintel1-0/+15
2018-10-24meson: set RPATH for libnm_device_plugin_wwan.soTaegil Bae1-1/+2
2018-10-24meson: set RPATH for libnm_device_plugin_bluetooth.soTaegil Bae1-1/+2
2018-10-23settings/ifupdown: fix block_name typo in initialize()Michael Biebl1-1/+1
2018-10-23cli: initialize readline before installing the redisplay handlerLubomir Rintel1-0/+4
2018-10-23initrd: cmdline-reader: fix setting uint propertiesBeniamino Galvani1-3/+11
2018-10-23dhcp: dhclient: fix memory leakBeniamino Galvani1-0/+1
2018-10-22ndisc: mark a keep-alive variable unusedLubomir Rintel1-1/+1
2018-10-22test/meson: increase timeout for some testsThomas Haller2-4/+6
2018-10-22device: fix crash in nm_device_generate_connection()Beniamino Galvani1-1/+1
2018-10-22checkpatch: support ranges for "checkpatch-feature-branch.sh"Thomas Haller1-10/+19
2018-10-22platform/tests: extend timeout for link-linux tests with mesonThomas Haller1-1/+1
2018-10-22checkpatch: fix "checkpatch-feature-branch.sh" for master branchThomas Haller1-1/+5
2018-10-22gitlab: merge branch 'th/gitlab-ci'Thomas Haller9-28/+180
2018-10-22gitlab: add .gitlab-ci.yml for gitlab CIThomas Haller1-0/+91
2018-10-22checkpatch: add "contrib/scripts/checkpatch-feature-branch.sh" scriptThomas Haller2-0/+39
2018-10-22contrib: make "contrib/fedora/REQUIRED_PACKAGES" executable scriptThomas Haller2-4/+21
2018-10-22meson: Fix platform testsJan Alexander Steffens (heftig)3-21/+24
2018-10-22platform/tests: fix test-nmp-object when running on system without udevThomas Haller1-2/+4
2018-10-22platform/tests: don't compare dangling pointer in "test-nmp-object.c"Thomas Haller1-1/+1
2018-10-22gitignore: ignore "/shared/nm-utils/tests"Thomas Haller1-0/+1
2018-10-22cli: fix crash when removing devicesBeniamino Galvani1-5/+3
2018-10-19libnm: add mdns backported symbols from 1.10.14Beniamino Galvani2-0/+9
2018-10-19build: meson: add missing man fileBeniamino Galvani1-1/+2
2018-10-19release: bump version to 1.14.3 (development)Lubomir Rintel3-2/+3
2018-10-19release: bump version to 1.14.2Lubomir Rintel2-2/+2
2018-10-19keyfile: also add ".nmconnection" extension when writing keyfiles in /etcThomas Haller1-5/+2
2018-10-19initrd: add .nmconnection extension when writing keyfilesThomas Haller1-1/+2
2018-10-19keyfile: merge branch 'th/nm-1-14-keyfile-changes'Thomas Haller16-451/+443
2018-10-19keyfile: write keyfiles to "/run" directory with ".nmconnection" file suffixThomas Haller6-42/+125
2018-10-19keyfile: split automatically setting ID/UUID for keyfileThomas Haller13-70/+111
2018-10-19keyfile: refactor setting default ID/UUID in nm_keyfile_read()Thomas Haller2-14/+51
2018-10-19keyfile: refactor check whether filename starts with a dotThomas Haller1-12/+5
2018-10-19keyfile: move file permission check of keyfile to helper functionThomas Haller3-21/+72
2018-10-19keyfile/tests: assert against auto generated UUID for keyfileThomas Haller1-3/+6
2018-10-19keyfile/tests: drop unused variablesThomas Haller1-2/+0
2018-10-19keyfile/tests: refactor loading of keyfiles in testsThomas Haller1-295/+50
2018-10-19shared: add nm_strndup_a() helperThomas Haller1-0/+31
2018-10-17man: document `nmcli device connect` behaviourThomas Haller1-0/+5
2018-10-17initrd/cmdline-reader: fix whitespace errorsLubomir Rintel1-36/+36
2018-10-17initrd: enable meson buildsBeniamino Galvani3-18/+52
2018-10-17manager: initialize a potentially uninitialized variableLubomir Rintel1-1/+1
2018-10-17initrd-generator: add a missing includeLubomir Rintel1-1/+1
2018-10-17man/NetworkManager: document --configure-and-quit optionLubomir Rintel1-0/+7
2018-10-17build: disable ibft settings plugin by defaultLubomir Rintel2-3/+3
2018-10-17initrd: add configuration generatorLubomir Rintel7-0/+302
2018-10-17initrd: add command line parserLubomir Rintel4-0/+1504
2018-10-17initrd: add iBFT readerLubomir Rintel198-0/+1231