summaryrefslogtreecommitdiff
path: root/src/hostname
Commit message (Expand)AuthorAgeFilesLines
...
* hostnamed: retrieve product UUID after authentication, not beforeLennart Poettering2021-04-291-12/+12
* id128-util: use common implementation of helper to get/validate product IDLennart Poettering2021-04-291-12/+8
* hostnamed: rename FallbackHostname to DefaultHostnameZbigniew Jędrzejewski-Szmek2021-02-221-7/+7
* Allow the fallback hostname to be overriden using an environment variableZbigniew Jędrzejewski-Szmek2021-02-221-9/+31
* basic/os-util: make the sentinel implicitZbigniew Jędrzejewski-Szmek2021-02-221-2/+1
* basic/env-util: add strv_env_assign() helperZbigniew Jędrzejewski-Szmek2021-02-161-17/+3
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* 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
* hostname: use free_and_strdup_and_warn()Yu Watanabe2021-02-091-2/+2
* hostname: re-read file later when failed to update fileYu Watanabe2021-02-091-8/+38
* 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
* hostname: introduce two bus errors for updating fileYu Watanabe2021-02-091-0/+8
* hostnamectl: improve log message on failureYu Watanabe2021-02-091-10/+10
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-012-2/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+5
* hostname: accept an empty hostname to unset transient hostnameYu Watanabe2021-01-221-1/+1
* hostname: fix build failureYu Watanabe2020-12-181-1/+0
* Merge pull request #15531 from felipeborges/add-device-model-field-to-hostnamedLennart Poettering2020-12-182-0/+64
|\
| * hostnamed: Expose dmi "Vendor" and "Model" fieldsFelipe Borges2020-12-042-0/+64
* | hostnamed,shared/hostname-setup: expose the origin of the current hostnameZbigniew Jędrzejewski-Szmek2020-12-161-43/+88
* | hostnamed: stop discriminating against "localhost" in /etc/hostnameZbigniew Jędrzejewski-Szmek2020-12-161-15/+4
* | hostnamed: improve message about static hostnameZbigniew Jędrzejewski-Szmek2020-12-161-1/+4
* | hostnamed: minor style cleanupsZbigniew Jędrzejewski-Szmek2020-12-161-7/+4
* | hostnamed: when hostname is set to existing value, suppress notificationsZbigniew Jędrzejewski-Szmek2020-12-161-7/+11
* | Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-161-0/+1
* | hostnamed: fix return valueZbigniew Jędrzejewski-Szmek2020-12-161-2/+4
* | hostnamed: expose the fallback-hostname setting as a const dbus propertyZbigniew Jędrzejewski-Szmek2020-12-161-0/+4
* | hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-152-3/+3
|/
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-096-6/+6
* 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
* hostnamed: add various debugging log messages when we determine chassis typeLennart Poettering2020-09-111-10/+25
* hostnamed: map 'all-in-one' DMI chassis type to desktoplichangze2020-09-111-0/+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
* hostnamed: minimize caching of /etc/hostname, /etc/os-release and /etc/machin...Lennart Poettering2020-06-251-24/+156
* hostnamed: don't cache local hostname eitherLennart Poettering2020-06-251-21/+44
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-231-1/+4
* hostnamed: call our destructor _destroy(), not _clear()Lennart Poettering2020-05-181-2/+2
* hostnamed: don't cache system UUIDLennart Poettering2020-05-181-16/+17
* hostnamed: don't cache uname() dataLennart Poettering2020-05-181-15/+19
* hostnamed: convert to the new scheme and add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-051-3/+10
* importd,logind: add --bus-introspect= optionZbigniew Jędrzejewski-Szmek2020-05-051-0/+1
* logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars...Zbigniew Jędrzejewski-Szmek2020-05-031-5/+7
* Merge pull request #15472 from keszybz/dbus-api-docsLennart Poettering2020-04-232-12/+12
|\
| * tree-wide: use "hostname" spelling everywhereZbigniew Jędrzejewski-Szmek2020-04-212-12/+12
* | tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering2020-04-211-0/+5
|/