summaryrefslogtreecommitdiff
path: root/src/hostname/hostnamed.c
Commit message (Expand)AuthorAgeFilesLines
* hostnamed: expose support end timestamp as property on the busLennart Poettering2023-01-241-5/+33
* tree-wide: unify how we pick OS pretty name to displayLennart Poettering2023-01-241-1/+6
* hostnamed: expose FirmwareDate as timestamp in dbusJelle van der Waa2023-01-191-7/+64
* hostnamed: expose FirmwareDate dbus propertyJelle van der Waa2022-12-071-1/+23
* hostnamed: expose FirmwareVendor as dbus propertyJelle van der Waa2022-12-071-1/+25
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-231-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-14/+7
* hostname: make chassis type actually obtained from ACPI when nothing from DMIYu Watanabe2022-08-221-1/+1
* hostnamed: update to use new style sd-bus macrosSonali Srivastava2022-04-211-62/+45
* hostnamed: display firmware versionSonali Srivastava2022-04-191-7/+38
* virt: make virtualization enum a named typeLennart Poettering2022-04-041-1/+2
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* hostnamed: properly reset hw model/vendor props before re-reading themLennart Poettering2022-03-241-1/+3
* machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=Lennart Poettering2022-03-241-11/+11
* hostnamed: update chassis table to SMBIOS 3.5Lennart Poettering2022-03-141-7/+13
* hostnamed: trivial optimizationLennart Poettering2022-02-031-3/+4
* hostnamed: drop "iteractive" parameter from GetHardwareSerial()Lennart Poettering2022-02-031-8/+3
* hostname: expose hardware serial through dbusYu Watanabe2022-01-241-4/+85
* hostname: allow to override hardware vendor and modelYu Watanabe2022-01-231-15/+36
* hostname: introduce context_get_chassis() and use it everywhereYu Watanabe2022-01-231-52/+61
* hostname: Allow overriding the chassis type from hwdbBastien Nocera2022-01-211-5/+7
* hostname: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2021-12-231-14/+11
* hostnamed: use /proc/device-tree to get chassis typeYu Watanabe2021-11-111-1/+1
* hostnamed: add support for getting the chassis type from device-treeArnaud Ferraris2021-09-151-5/+23
* hostname: introduce gethostname_full() and use it in various gethostname() va...Yu Watanabe2021-08-121-3/+4
* hostnamed: correct variable with errno in fallback_chassisJan Palus2021-07-081-4/+4
* hostnamed: add Describe() call to hostnamed, returning all props a JSONLennart Poettering2021-04-291-0/+108
* hostnamed: drop unused enumsLennart Poettering2021-04-291-3/+2
* hostnamed: split out how we determine the hostname a bitLennart Poettering2021-04-291-27/+32
* hostnamed: refactor vendor/model querying a bit, reuse functionLennart Poettering2021-04-291-25/+44
* hostnamed: use byte array when we need a byte arrayLennart Poettering2021-04-291-1/+1
* 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
* 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
* hostname: introduce two bus errors for updating fileYu Watanabe2021-02-091-0/+8
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* 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-181-0/+55
|\
| * hostnamed: Expose dmi "Vendor" and "Model" fieldsFelipe Borges2020-12-041-0/+55
* | 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