index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
firstboot
/
firstboot.c
Age
Commit message (
Expand
)
Author
2015-11-15
firstboot: log on take_etc_passwd_lock error too
Evgeny Vereshchagin
2015-11-09
treewide: apply errno.cocci
Michal Schmidt
2015-11-05
firstboot: fix errno sign
Michal Schmidt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move take_password_lock() to user-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
path-util: unify how we process paths specified on the command line
Lennart Poettering
2015-10-24
util-lib: get_current_dir_name() can return errors other than ENOMEM
Lennart Poettering
2015-10-19
strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_
Zbigniew Jędrzejewski-Szmek
2015-10-19
tree-wide: whenever we deal with passwords, erase them from memory after use
Lennart Poettering
2015-10-07
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-06
ask-password: various modernizations
Lennart Poettering
2015-09-29
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-08-05
Merge branch 'hostnamectl-dot-v2'
Zbigniew Jędrzejewski-Szmek
2015-08-05
hostname-util: get rid of unused parameter of hostname_cleanup()
Zbigniew Jędrzejewski-Szmek
2015-08-05
firstboot: allow a trailing dot on fqdn
Zbigniew Jędrzejewski-Szmek
2015-08-05
hostname-util: add relax parameter to hostname_is_valid
Zbigniew Jędrzejewski-Szmek
2015-08-03
tree-wide: convert some more mfree() candidates
Daniel Mack
2015-07-31
tree-wide: introduce mfree()
David Herrmann
2015-07-30
tree-wide: use free_and_strdup()
Daniel Mack
2015-07-06
fileio: consolidate write_string_file*()
Daniel Mack
2015-05-18
util: split all hostname related calls into hostname-util.c
Lennart Poettering
2015-05-13
util: add generic calls for prefixing a root directory to a path
Lennart Poettering
2015-04-11
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
shared: add random-util.[ch]
Ronny Chevalier
2015-03-07
firstboot: set all spwd fields to -1 for consistency with sysusers
Ivan Shapovalov
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-01-27
notify,firstboot,analyze,run: trim --help output to 80 lines
Zbigniew Jędrzejewski-Szmek
2015-01-08
machined: when cloning a raw disk image, also set the NOCOW flag
Lennart Poettering
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-10-22
firstboot: don't prohibit re-generating the machine id on the current root fs
Lennart Poettering
2014-10-05
ask-password: Add --echo to enable echoing the user input
David Sommerseth
2014-10-02
firstboot: silence coverity
Thomas Hindoe Paaboel Andersen
2014-09-11
firstboot: silence a warning
Thomas Hindoe Paaboel Andersen
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-07-29
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-07-07
firstboot: follow lock protocol when changing /etc/shadow
Lennart Poettering
2014-07-07
firstboot: change /etc/shadow access mode to 000
Lennart Poettering
2014-07-07
firstboot: add new component to query basic system settings on first boot, or...
Lennart Poettering