summaryrefslogtreecommitdiff
path: root/src/initrd
Commit message (Expand)AuthorAgeFilesLines
* meson: Improve nm-initrd-generator targetIñigo Martínez2019-10-011-1/+6
* meson: Improve the src build fileIñigo Martínez2019-10-011-6/+5
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-4/+3
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-4/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-018-16/+8
* initrd: make "argv" argument of nmi_cmdline_reader_parse() a const strvThomas Haller2019-09-274-54/+47
* initrd/tests: check for the parsed values in detail for rd.znet testThomas Haller2019-09-271-4/+51
* initrd: avoid modifying the argv argument in nmi_cmdline_reader_parse()Thomas Haller2019-09-271-7/+14
* initrd: avoid assertion inparse_rd_znet() and cleanupThomas Haller2019-09-271-9/+15
* nm-initrd-generator - add test for rd.znetDan Horák2019-09-271-0/+13
* process s390 specific device info from rd.znet parameter in nm-initrd-generatorDan Horák2019-09-272-1/+34
* all: SPDX header conversionLubomir Rintel2019-09-108-120/+8
* initrd: add devicetree supportLubomir Rintel2019-09-1025-1/+580
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-1/+6
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-081-1/+1
* initrd: avoid coverity warning in parse_ip() about "Dereference before null c...Thomas Haller2019-08-021-1/+1
* initrd/tests: add some more variations of possible BOOTIF= variableslr/bootifLubomir Rintel2019-07-031-3/+11
* initrd: skip ethernet hwtype in BOOTIFLubomir Rintel2019-07-031-0/+10
* initrd/tests: ensure that nameserver= setting affects the correct connectionLubomir Rintel2019-07-021-2/+6
* initrd: don't create a default connection if there's already oneLubomir Rintel2019-07-021-2/+26
* initrd/tests: ensure we accept a prefix in place of an IPv4 maskLubomir Rintel2019-07-021-3/+23
* initrd: allow specifying the net mask in form of a prefixLubomir Rintel2019-07-021-3/+5
* initrd: remove an accidental backspaceLubomir Rintel2019-07-022-2/+2
* initrd: fix error reporting on bad netmaskLubomir Rintel2019-07-021-1/+1
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-113-6/+6
* initrd/tests: increase test timeout for "initrd/test-cmdline-reader" with mesonThomas Haller2019-06-111-0/+1
* initrd/cmdline: add support for rd.neednet optionLubomir Rintel2019-05-281-0/+7
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-2/+2
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* license: re-license initrd-generator and ibft reader as LGPLThomas Haller2019-02-223-30/+33
* 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