summaryrefslogtreecommitdiff
path: root/src/hostname
Commit message (Expand)AuthorAgeFilesLines
* hostnamed: update to use new style sd-bus macrosSonali Srivastava2022-04-211-62/+45
* hostnamed: display firmware versionSonali Srivastava2022-04-192-21/+62
* 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
* hostnamectl: use u8 literal specifierYu Watanabe2022-03-111-8/+8
* 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-242-4/+105
* 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
* policy files: adjust landing page linkZbigniew Jędrzejewski-Szmek2022-01-121-1/+1
* hostname: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2021-12-231-14/+11
* hostnamectl: add a chassis symbol in status outputZbigniew Jędrzejewski-Szmek2021-12-141-1/+27
* Change gendered terms to be gender-neutral (#21325)Emily Gonyer2021-11-121-1/+1
* hostnamed: use /proc/device-tree to get chassis typeYu Watanabe2021-11-111-1/+1
* tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-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
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* hostnamed: correct variable with errno in fallback_chassisJan Palus2021-07-081-4/+4
* hostnamectl: fix hyperlink in "Operating System" fieldYu Watanabe2021-05-041-9/+2
* hostnamectl: deprecate set-* methods and expose getters by only using nouns i...Jakub Warczarek2021-05-031-32/+50
* hostnamectl: add --json= switch for JSON outputLennart Poettering2021-04-291-2/+47
* 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
* 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