| Commit message (Expand) | Author | Age | Files | Lines |
* | hostnamed: rename FallbackHostname to DefaultHostname | Zbigniew Jędrzejewski-Szmek | 2021-02-22 | 1 | -7/+7 |
* | Allow the fallback hostname to be overriden using an environment variable | Zbigniew Jędrzejewski-Szmek | 2021-02-22 | 1 | -9/+31 |
* | basic/os-util: make the sentinel implicit | Zbigniew Jędrzejewski-Szmek | 2021-02-22 | 1 | -2/+1 |
* | basic/env-util: add strv_env_assign() helper | Zbigniew Jędrzejewski-Szmek | 2021-02-16 | 1 | -17/+3 |
* | tree-wide: use -EINVAL for enum invalid values | Zbigniew Jędrzejewski-Szmek | 2021-02-10 | 1 | -1/+1 |
* | hostnamectl: use Table | Yu Watanabe | 2021-02-09 | 1 | -49/+145 |
* | hostnamectl: show hint when user try to set transient hostname but static hos... | Yu Watanabe | 2021-02-09 | 1 | -3/+29 |
* | hostname: use free_and_strdup_and_warn() | Yu Watanabe | 2021-02-09 | 1 | -2/+2 |
* | hostname: re-read file later when failed to update file | Yu Watanabe | 2021-02-09 | 1 | -8/+38 |
* | hostnamectl: unset pretty hostname only when no target is specified | Yu Watanabe | 2021-02-09 | 1 | -1/+1 |
* | hostnamectl: try to set transient hostname even if updating static or pretty ... | Yu Watanabe | 2021-02-09 | 1 | -13/+44 |
* | hostname: introduce two bus errors for updating file | Yu Watanabe | 2021-02-09 | 1 | -0/+8 |
* | hostnamectl: improve log message on failure | Yu Watanabe | 2021-02-09 | 1 | -10/+10 |
* | tree-wide: enable colorized logging for daemons when run in console | Yu Watanabe | 2021-02-01 | 2 | -2/+2 |
* | tree-wide: Drop custom formatting for print() help messages | Daan De Meyer | 2021-01-31 | 1 | -6/+5 |
* | hostname: accept an empty hostname to unset transient hostname | Yu Watanabe | 2021-01-22 | 1 | -1/+1 |
* | hostname: fix build failure | Yu Watanabe | 2020-12-18 | 1 | -1/+0 |
* | Merge pull request #15531 from felipeborges/add-device-model-field-to-hostnamed | Lennart Poettering | 2020-12-18 | 2 | -0/+64 |
|\ |
|
| * | hostnamed: Expose dmi "Vendor" and "Model" fields | Felipe Borges | 2020-12-04 | 2 | -0/+64 |
* | | hostnamed,shared/hostname-setup: expose the origin of the current hostname | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -43/+88 |
* | | hostnamed: stop discriminating against "localhost" in /etc/hostname | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -15/+4 |
* | | hostnamed: improve message about static hostname | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -1/+4 |
* | | hostnamed: minor style cleanups | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -7/+4 |
* | | hostnamed: when hostname is set to existing value, suppress notifications | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -7/+11 |
* | | Move hostname setup logic to new shared/hostname-setup.[ch] | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -0/+1 |
* | | hostnamed: fix return value | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -2/+4 |
* | | hostnamed: expose the fallback-hostname setting as a const dbus property | Zbigniew Jędrzejewski-Szmek | 2020-12-16 | 1 | -0/+4 |
* | | hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid() | Lennart Poettering | 2020-12-15 | 2 | -3/+3 |
|/ |
|
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 6 | -6/+6 |
* | tree-wide: assorted coccinelle fixes | Frantisek Sumsal | 2020-10-09 | 1 | -4/+3 |
* | tree-wide: don't needlessly negate error number passed to bus_error_message() | Lennart Poettering | 2020-09-14 | 1 | -1/+1 |
* | hostnamed: add various debugging log messages when we determine chassis type | Lennart Poettering | 2020-09-11 | 1 | -10/+25 |
* | hostnamed: map 'all-in-one' DMI chassis type to desktop | lichangze | 2020-09-11 | 1 | -0/+1 |
* | bus: use bus_log_connect_error to print error message | fangxiuning | 2020-07-21 | 1 | -1/+1 |
* | shared: split out code that maps properties to local structs | Lennart Poettering | 2020-06-30 | 1 | -1/+1 |
* | hostnamed: minimize caching of /etc/hostname, /etc/os-release and /etc/machin... | Lennart Poettering | 2020-06-25 | 1 | -24/+156 |
* | hostnamed: don't cache local hostname either | Lennart Poettering | 2020-06-25 | 1 | -21/+44 |
* | log: introduce log_parse_environment_cli() and log_setup_cli() | Filipe Brandenburger | 2020-06-24 | 1 | -3/+1 |
* | Make failures of mac_selinux_init() fatal | Christian Göttsche | 2020-06-23 | 1 | -1/+4 |
* | hostnamed: call our destructor _destroy(), not _clear() | Lennart Poettering | 2020-05-18 | 1 | -2/+2 |
* | hostnamed: don't cache system UUID | Lennart Poettering | 2020-05-18 | 1 | -16/+17 |
* | hostnamed: don't cache uname() data | Lennart Poettering | 2020-05-18 | 1 | -15/+19 |
* | hostnamed: convert to the new scheme and add --bus-introspect | Zbigniew Jędrzejewski-Szmek | 2020-05-05 | 1 | -3/+10 |
* | importd,logind: add --bus-introspect= option | Zbigniew Jędrzejewski-Szmek | 2020-05-05 | 1 | -0/+1 |
* | logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars... | Zbigniew Jędrzejewski-Szmek | 2020-05-03 | 1 | -5/+7 |
* | Merge pull request #15472 from keszybz/dbus-api-docs | Lennart Poettering | 2020-04-23 | 2 | -12/+12 |
|\ |
|
| * | tree-wide: use "hostname" spelling everywhere | Zbigniew Jędrzejewski-Szmek | 2020-04-21 | 2 | -12/+12 |
* | | tree-wide: implement new log control API dbus interface in all our daemons | Lennart Poettering | 2020-04-21 | 1 | -0/+5 |
|/ |
|
* | hostnamed: add dbus parameter names | Zbigniew Jędrzejewski-Szmek | 2020-04-12 | 1 | -8/+58 |
* | shared: split out polkit stuff from bus-util.c → bus-polkit.c | Lennart Poettering | 2020-01-22 | 1 | -1/+1 |