summaryrefslogtreecommitdiff
path: root/src/firstboot
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-13tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek1-1/+1
2015-11-15firstboot: log on take_etc_passwd_lock error tooEvgeny Vereshchagin1-1/+1
2015-11-09treewide: apply errno.cocciMichal Schmidt1-4/+2
2015-11-05firstboot: fix errno signMichal Schmidt1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move take_password_lock() to user-util.[ch]Lennart Poettering1-1/+2
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-2/+3
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering1-5/+2
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering1-8/+4
2015-10-19strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek1-7/+2
2015-10-19tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering1-14/+5
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-2/+2
2015-10-06ask-password: various modernizationsLennart Poettering1-2/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-12/+8
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek1-3/+5
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek1-2/+2
2015-08-05firstboot: allow a trailing dot on fqdnZbigniew Jędrzejewski-Szmek1-3/+5
2015-08-05hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek1-5/+3
2015-08-03tree-wide: convert some more mfree() candidatesDaniel Mack1-2/+1
2015-07-31tree-wide: introduce mfree()David Herrmann1-4/+2
2015-07-30tree-wide: use free_and_strdup()Daniel Mack1-16/+10
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-2/+2
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-0/+1