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