summaryrefslogtreecommitdiffstats
path: root/src/hostname (follow)
Commit message (Expand)AuthorAgeFilesLines
* i18n: drop intltool use, use meson's merge_file directlyZbigniew Jędrzejewski-Szmek2017-11-132-8/+8
* treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-301-13/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* meson: do not install files from disabled features (#5811)userwithuid2017-04-271-5/+5
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-241-9/+7
* meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek2017-04-241-1/+1
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-241-0/+16
* hostname: detect detachable dmi chassis type (#5489)David Herrmann2017-02-281-0/+1
* hostname: detect convertible dmi chassis typeDavid Herrmann2017-02-281-0/+3
* hostname: add 'convertible' chassis typeDavid Herrmann2017-02-281-0/+1
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-7/+16
* build-sys,hostnamed: allow distributions to override the "localhost" fallbackZbigniew Jędrzejewski-Szmek2017-01-281-2/+2
* networkd: allow networkd to set the timezone in timedatedMartin Pitt2016-11-232-9/+0
* hostnamed: allow networkd to set the transient hostnameMartin Pitt2016-11-202-0/+9
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: remove consecutive duplicate words in commentsStefan Schweter2016-10-041-1/+1
* journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek2016-09-141-4/+4
* hostnamed: prefer more precise DMI info over ACPI OSPM infoLennart Poettering2016-08-311-47/+42
* hostnamectl: rework pretty hostname validation (#3985)Lennart Poettering2016-08-191-17/+19
* util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering2016-05-301-8/+6
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-021-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-102-4/+0
* treewide: fix typos and indentationTorstein Husebø2015-12-141-1/+1
* hostnamed: SMBIOS 3.0 knows the "tablet" form factor, add support for itLennart Poettering2015-12-021-2/+6
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-272-8/+7
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-272-0/+2
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-6/+7
* 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
* hostnamed: drop redundant codeDavid Herrmann2015-09-241-6/+0
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-2/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-6/+3
* basic: rework virtualization detection APILennart Poettering2015-09-071-3/+3
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-051-0/+3
* 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
* hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek2015-08-061-2/+2
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-032-3/+3
* hostname: Allow comments in /etc/hostnameMartin Pitt2015-05-191-1/+1
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-182-2/+3
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-21/+29
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-232-8/+0
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-6/+24