summaryrefslogtreecommitdiff
path: root/src/core/hostname-setup.c
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
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* hostname-util: rework read_hostname_config() a bitLennart Poettering2017-11-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: when booting up, initialize hostname to compile-time fallback hostnameLennart Poettering2017-02-171-3/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-2/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+5
* hostname: Allow comments in /etc/hostnameMartin Pitt2015-05-191-23/+1
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-1/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* util: introduce sethostname_idempotentMichal Sekletar2014-10-271-1/+1
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-071-1/+1
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* core: drop support for old per-distro configuration files for console, hostna...Lennart Poettering2013-01-041-101/+10
* drop Arch Linux support for reading /etc/rc.confDave Reisner2012-11-031-3/+1
* remove Fedora hostname, locale, vconsole legacy file supportKay Sievers2012-10-241-2/+2
* macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...Lennart Poettering2012-09-131-2/+1
* MeeGo: Remove build support for MeeGo distribution.Auke Kok2012-07-091-2/+2
* hostname-setup: also consider (ńone) an unset hostnameLennart Poettering2012-05-211-18/+7
* hostname: if there's already a hostname set when PID 1 is invoked, don't comp...Lennart Poettering2012-04-221-8/+17
* hostname-setup: move to core/Lennart Poettering2012-04-121-0/+187