summaryrefslogtreecommitdiffstats
path: root/src/hostname/hostnamectl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hostnamectl: use TableYu Watanabe2021-02-091-49/+145
* hostnamectl: show hint when user try to set transient hostname but static hos...Yu Watanabe2021-02-091-3/+29
* hostnamectl: unset pretty hostname only when no target is specifiedYu Watanabe2021-02-091-1/+1
* hostnamectl: try to set transient hostname even if updating static or pretty ...Yu Watanabe2021-02-091-13/+44
* hostnamectl: improve log message on failureYu Watanabe2021-02-091-10/+10
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+5
* Merge pull request #15531 from felipeborges/add-device-model-field-to-hostnamedLennart Poettering2020-12-181-0/+9
|\
| * hostnamed: Expose dmi "Vendor" and "Model" fieldsFelipe Borges2020-12-041-0/+9
* | hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
|/
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-4/+3
* tree-wide: don't needlessly negate error number passed to bus_error_message()Lennart Poettering2020-09-141-1/+1
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-1/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-3/+3
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+5
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-9/+10
* Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* hostnamectl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-10/+7
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-1/+11
* tree-wide: shorten error logging a bitYu Watanabe2018-08-071-2/+3
* 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
* hostnamectl: make the distribution name a pretty clickable link if we canLennart Poettering2018-04-191-2/+14
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-03-281-0/+2
* bus-util: make bus_map_all_properties() not copy stringYu Watanabe2018-03-191-35/+23
* hostnamectl: use dispatch_verb()Yu Watanabe2018-03-191-105/+32
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-301-13/+1
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-7/+16
* tree-wide: remove consecutive duplicate words in commentsStefan Schweter2016-10-041-1/+1
* hostnamectl: rework pretty hostname validation (#3985)Lennart Poettering2016-08-191-17/+19
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-4/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-10/+8
* hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek2015-08-061-2/+2
* hostnamectl: allow trailing dot on fqdnZbigniew Jędrzejewski-Szmek2015-08-061-11/+10
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-7/+0
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-1/+1
* hostnamectl: Exit with zero on successMartin Pitt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1