summaryrefslogtreecommitdiff
path: root/src/firstboot
Commit message (Expand)AuthorAgeFilesLines
* 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
* firstboot: use laccess macro instead of facessat()Alexander Kuleshov2016-03-061-6/+6
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* firstboot: log on take_etc_passwd_lock error tooEvgeny Vereshchagin2015-11-151-1/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-4/+2
* firstboot: fix errno signMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move take_password_lock() to user-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-2/+3
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-5/+2
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-8/+4
* strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-191-7/+2
* tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-14/+5
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-2/+2
* ask-password: various modernizationsLennart Poettering2015-10-061-2/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-12/+8
* Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek2015-08-051-3/+5
|\
| * hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek2015-08-051-2/+2
| * firstboot: allow a trailing dot on fqdnZbigniew Jędrzejewski-Szmek2015-08-051-3/+5
| * hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek2015-08-051-5/+3
* | tree-wide: convert some more mfree() candidatesDaniel Mack2015-08-031-2/+1