summaryrefslogtreecommitdiff
path: root/src/initrd
Commit message (Expand)AuthorAgeFilesLines
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-1/+3
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-124-7/+1
* shared: avoid "-Wmissing-braces" warning initalizing NMIPAddrThomas Haller2019-02-081-2/+2
* initrd/trivial: fix whitespaceThomas Haller2019-01-211-1/+1
* initrd: make the default connection activatable on multiple devicesLubomir Rintel2019-01-212-1/+24
* build: meson: Add trailing commasIñigo Martínez2018-12-202-3/+3
* initrd: actually use the constructed filenameLubomir Rintel2018-11-271-1/+1
* initrd: use keyfile util for creating filenameThomas Haller2018-10-231-6/+4
* initrd: use cleanup attribute and return early from output_conn()Thomas Haller2018-10-231-27/+23
* initrd: cmdline-reader: fix setting uint propertiesBeniamino Galvani2018-10-231-3/+11
* initrd: add .nmconnection extension when writing keyfilesThomas Haller2018-10-191-1/+2
* all: remove \n endings from log callsLubomir Rintel2018-10-122-24/+24
* initrd/cmdline-reader: fix whitespace errorsLubomir Rintel2018-09-241-36/+36
* initrd: enable meson buildsBeniamino Galvani2018-09-192-18/+51
* initrd: adjust to the newer nm_utils_parse_inaddr_*bin() APILubomir Rintel2018-09-181-6/+5
* initrd-generator: add a missing includeLubomir Rintel2018-09-181-1/+1
* initrd: add configuration generatorLubomir Rintel2018-09-181-0/+138
* initrd: add command line parserLubomir Rintel2018-09-182-0/+1501
* initrd: add iBFT readerLubomir Rintel2018-09-18196-0/+986