summaryrefslogtreecommitdiff
path: root/src/hostname/hostnamectl.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-181-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-051-2/+2
* hostnamectl: allow trailing dot on fqdnZbigniew Jędrzejewski-Szmek2015-08-051-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
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* hostnamectl: actually implement location supportLennart Poettering2014-08-151-23/+42
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* Add DEPLOYMENT to hostnamectlJóhann B. Guðmundsson2014-07-111-3/+17
* shared: rename hwclock.[ch] to clock-util.[ch]Kay Sievers2014-05-241-1/+1
* hostnamectl: read kernel name and release from remoteDjalal Harouni2014-04-231-3/+8
* hostnamectl: read OS pretty_name and cpe_name from remoteDjalal Harouni2014-03-111-12/+10
* hostnamectl: read virtualization/architecture from remote sideLennart Poettering2014-02-251-16/+31
* hostnamectl: should the sanitized arch, not the native uname() oneLennart Poettering2014-02-211-1/+4
* make gcc shut upLennart Poettering2014-02-191-1/+1
* Fix typo: SetChasis -> SetChassisDavid Coppa2013-12-041-1/+1
* clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering2013-11-071-4/+4
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-071-1/+1
* polkit: don't spawn local client if we access a remote systemLennart Poettering2013-11-071-4/+13
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-8/+6