summaryrefslogtreecommitdiff
path: root/src/firstboot
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering1-10/+8
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-11shared: add random-util.[ch]Ronny Chevalier1-0/+1
2015-03-07firstboot: set all spwd fields to -1 for consistency with sysusersIvan Shapovalov1-3/+3
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-6/+6
2015-01-27notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-08machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering1-1/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-4/+4
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-60/+30
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-17/+17
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-17/+17
2014-10-22firstboot: don't prohibit re-generating the machine id on the current root fsLennart Poettering1-3/+0
2014-10-05ask-password: Add --echo to enable echoing the user inputDavid Sommerseth1-2/+2
2014-10-02firstboot: silence coverityThomas Hindoe Paaboel Andersen1-1/+1
2014-09-11firstboot: silence a warningThomas Hindoe Paaboel Andersen1-0/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-9/+6
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers1-1/+1
2014-07-07firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering1-71/+0
2014-07-07firstboot: follow lock protocol when changing /etc/shadowLennart Poettering1-1/+8
2014-07-07firstboot: change /etc/shadow access mode to 000Lennart Poettering1-1/+2
2014-07-07firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering3-0/+1002