summaryrefslogtreecommitdiffstats
path: root/src/hostname/hostnamed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hostnamed: use strdup_to_full()Zbigniew Jędrzejewski-Szmek2024-03-201-29/+2
* polkit: turn "interactive" flag to polkit APIs into a proper flags field (#31...Lennart Poettering2024-03-111-5/+4
* extract-word: modernize extract_many_wordsMike Yuan2024-03-031-1/+1
* hostnamed: use sd_bus_reply_method_return() to shorten code a bitLennart Poettering2024-03-021-20/+2
* hostnamed: add explicit BUS_ERROR_NO_HARDWARE_SERIAL errorLennart Poettering2024-03-011-1/+2
* hostnamed: do some validation of the hw serial before we return itLennart Poettering2024-03-011-5/+25
* hostnamed: in get_hardware_firmware_data() don't dup a string if we shan't re...Lennart Poettering2024-03-011-9/+16
* hostnamed: our base indentation is 8 spaces, not 9 spacesLennart Poettering2024-03-011-33/+33
* hostnamed: expose /etc/os-release and /etc/machine-info data in fullLennart Poettering2024-01-221-0/+6
* hostnamed: use Type=notifyMike Yuan2024-01-091-0/+5
* hostnamed: always include VSockCID property in describe JSONLennart Poettering2024-01-091-1/+2
* hostnamed: add simple Varlink API, tooLennart Poettering2024-01-091-21/+123
* hostnamed: move bus and event loop object into Context objectLennart Poettering2024-01-091-16/+23
* hostnamed: port to sd_event_set_signal_exit()Lennart Poettering2024-01-091-8/+2
* hostnamed: expose local AF_VSOCK CID among other host infoLennart Poettering2024-01-081-2/+25
* bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-1/+1
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-211-27/+16
* hostname: expose machine ID and boot ID through DBusYu Watanabe2023-12-061-1/+51
* env-util: make write_env_file() optionally take headersYu Watanabe2023-10-311-1/+1
* hostname: Make sure we pass error to bus_verify_polkit_async()Daan De Meyer2023-08-241-1/+1
* hostnamed: when parsing day/month of firmware date, force decimal parsingLennart Poettering2023-06-201-3/+3
* hostnamed: don't read DMI data within a containerLennart Poettering2023-06-201-0/+25
* label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-311-1/+1
* 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-221-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-101-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