summaryrefslogtreecommitdiff
path: root/src/firstboot
Commit message (Expand)AuthorAgeFilesLines
* firstboot: drop duplicate trailing whitespace from root pw questionLennart Poettering2019-08-111-2/+2
* firstboot: only list all options on demandZbigniew Jędrzejewski-Szmek2019-07-171-27/+19
* firstboot: use free_and_strdup, free_and_replaceZbigniew Jędrzejewski-Szmek2019-07-171-11/+2
* firstboot: use color in welcome textLennart Poettering2019-07-131-4/+15
* firstboot: suppress locale menu if there's nothing to choose fromLennart Poettering2019-07-131-14/+35
* Remove string_free_eraseZbigniew Jędrzejewski-Szmek2019-07-101-1/+2
* Merge pull request #12390 from poettering/string-file-mkdirZbigniew Jędrzejewski-Szmek2019-05-281-10/+8
|\
| * tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flagLennart Poettering2019-05-081-4/+2
| * tree-wide: voidify a few callsLennart Poettering2019-05-081-6/+6
* | firstboot: port to make_salt()Lennart Poettering2019-04-291-28/+7
|/
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-2/+2
* util: split out kbd related stuffLennart Poettering2019-03-141-0/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-4/+4
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-24/+18
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* firstboot: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-28/+25
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* random-util: optionally enable blocking getrandom() behaviourLennart Poettering2018-11-081-1/+2
* random-util: change high_quality_required bool parameter into a flags parameterLennart Poettering2018-11-081-1/+1
* random-util: rename acquire_random_bytes() → genuine_random_bytes()Lennart Poettering2018-11-081-1/+1
* ask-password: check keyring in ask_password_tty and ask_password_agentXiang Fan2018-10-311-4/+8
* firstboot: include error cause in log messageYu Watanabe2018-10-201-1/+1
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+15
* tree-wide: use instead of #ifdef for HAVE_*Yu Watanabe2018-06-291-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-15/+5
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-2/+2
* basic: add log_level argument to timezone_is_validMike Gilbert2018-05-121-2/+6
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* user-util: add new wrappers for reading/writing {passwd,shadow,gshadow} datab...Franck Bui2018-03-211-4/+5
* coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-03-201-1/+1
* tty-ask-password-agent: don't open terminal multiple timesLennart Poettering2018-02-141-2/+2
* firstboot: Include <crypt.h> for declaration of crypt() if needed (#7944)Björn Esser2018-01-251-0/+13
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* firstboot: do not write vconsole.conf when arg_keymap is emptyYu Watanabe2017-11-251-5/+7
* firstboot: remove some unnecessary code (#7456)Zbigniew Jędrzejewski-Szmek2017-11-241-8/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* systemd-firstboot: add vconsole keymap support (#7035)tblume2017-11-101-3/+118
* "Don't fear the fsync()"Alan Jenkins2017-08-171-3/+5
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* basic/random-util: do not fall back to /dev/urandom if getrandom() returns shortZbigniew Jędrzejewski-Szmek2017-06-281-1/+1
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-1/+1
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-10/+9
* firstboot: add kernel cmdline option to disable firstboot wizardLennart Poettering2016-12-201-0/+13
* tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering2016-07-221-1/+1
* tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek2016-05-091-4/+4