summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clients: print additional information on failurebg/cli-test-debugBeniamino Galvani2018-10-255-1349/+1365
* 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
| * keyfile: refactor check whether filename starts with a dotThomas Haller2018-10-191-12/+5
| * keyfile: move file permission check of keyfile to helper functionThomas Haller2018-10-193-21/+72
| * keyfile/tests: assert against auto generated UUID for keyfileThomas Haller2018-10-191-3/+6
| * keyfile/tests: drop unused variablesThomas Haller2018-10-191-2/+0
| * keyfile/tests: refactor loading of keyfiles in testsThomas Haller2018-10-191-295/+50
| * shared: add nm_strndup_a() helperThomas Haller2018-10-191-0/+31
|/
* man: document `nmcli device connect` behaviourThomas Haller2018-10-171-0/+5
* initrd/cmdline-reader: fix whitespace errorsLubomir Rintel2018-10-171-36/+36
* initrd: enable meson buildsBeniamino Galvani2018-10-173-18/+52
* manager: initialize a potentially uninitialized variableLubomir Rintel2018-10-171-1/+1
* initrd-generator: add a missing includeLubomir Rintel2018-10-171-1/+1
* man/NetworkManager: document --configure-and-quit optionLubomir Rintel2018-10-171-0/+7
* build: disable ibft settings plugin by defaultLubomir Rintel2018-10-172-3/+3
* initrd: add configuration generatorLubomir Rintel2018-10-177-0/+302
* initrd: add command line parserLubomir Rintel2018-10-174-0/+1504
* initrd: add iBFT readerLubomir Rintel2018-10-17198-0/+1231
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-10-178-49/+169
* dbus: don't even bother connecting in configure-and-quit modeLubomir Rintel2018-10-172-22/+19
* keyfile: write in-memory connections to /runLubomir Rintel2018-10-175-38/+73
* manager: don't save deactivating connections in the state fileLubomir Rintel2018-10-171-1/+2
* dns: don't let the plugins assert the bus manager has a connectionLubomir Rintel2018-10-172-35/+19
* devices: make sure the generated connections are normalizedLubomir Rintel2018-10-172-19/+24
* core/setting: don't assume we have a connection when synthesizing a propertyLubomir Rintel2018-10-171-1/+5
* build: drop unused SBINDIRLubomir Rintel2018-10-171-1/+0
* config: change formatting for no reasonLubomir Rintel2018-10-171-2/+10
* device: don't leave dhclient running upon device removalLubomir Rintel2018-10-171-5/+9
* dhcp: save root-path in the state fileLubomir Rintel2018-10-177-6/+57
* release: fix spelling in NEWS fileThomas Haller2018-10-171-6/+6
* release: update NEWSThomas Haller2018-10-171-0/+5
* cli: merge branch 'th/cli-fix-serial-properties'Thomas Haller2018-10-178-2067/+2899
|\
| * cli/tests: add test for adding and displaying gsm/serial settingsThomas Haller2018-10-173-1997/+2737
| * tests: support UInt64 type in test-networkmanager-service.pyThomas Haller2018-10-171-3/+6
| * cli: minor cleanup of _set_fcn_gobject_enum()Thomas Haller2018-10-171-5/+6
| * cli: fix setting "serial.parity" enumThomas Haller2018-10-171-1/+0
| * cli: fix handling uint64 connection property "serial.send-delay"Thomas Haller2018-10-172-60/+104
| * shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2018-10-172-1/+46
|/
* core: merge branch 'th/device-availability'Thomas Haller2018-10-173-19/+99
|\
| * core: ignore unmanaged devices for explicit activation request depending on m...Thomas Haller2018-10-171-2/+35
| * device: add and use overrule-unmanaged flag for nm_device_check_connection_av...Thomas Haller2018-10-172-8/+15
| * device: cleanup checking device avilability for ignoring carrierThomas Haller2018-10-171-7/+17
| * core/trivial: add code comment for NMDeviceCheckDevAvailableFlags and NMDevic...Thomas Haller2018-10-171-0/+17
| * core/trivial: add code comment for nm_manager_get_best_device_for_connection()Thomas Haller2018-10-171-2/+12