summaryrefslogtreecommitdiffstats
path: root/src/hostname (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: check meson feature flag earlyMike Yuan2024-11-131-10/+10
* tree-wide: use Device*T*ree spellingZbigniew Jędrzejewski-Szmek2024-11-061-1/+1
* sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-281-1/+1
* fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...Lennart Poettering2024-10-221-2/+1
* Merge pull request #34679 from DaanDeMeyer/bus-logDaan De Meyer2024-10-091-1/+1
|\
| * bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-1/+1
* | tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
|/
* time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-051-5/+6
* tree-wide: voidify polkit_agent_open_if_enabled()Yu Watanabe2024-08-191-1/+1
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-161-14/+14
* Drop support for nscdZbigniew Jędrzejewski-Szmek2024-06-281-3/+0
* hostnamed: make sure we can actually properly parse 'allowInteractiveAuthenti...Lennart Poettering2024-06-271-3/+0
* hostnamed: if polkit authentication fails for Varlink Describe() call, don't ...Lennart Poettering2024-06-271-1/+3
* Merge pull request #33491 from keszybz/allow-interactive-auth-in-inhibitLuca Boccassi2024-06-261-1/+1
|\
| * Rename spawn-polkit-agent.c to just polkit-agent.cZbigniew Jędrzejewski-Szmek2024-06-261-1/+1
* | tree-wide: port over to new builder apisLennart Poettering2024-06-191-31/+32
|/
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-122-45/+46
* hostnamed: don't allow hostnamed to exit on idle if varlink connections are s...Lennart Poettering2024-06-121-2/+9
* 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
* Merge pull request #31600 from YHNdnzj/fd-pollMike Yuan2024-03-041-1/+1
|\
| * extract-word: modernize extract_many_wordsMike Yuan2024-03-031-1/+1
* | hostnamectl: gracefully handle old hostnamed replies to GetHardwareSerial()Lennart Poettering2024-03-041-1/+2
* | hostnamectl: properly initialize the two timestamp fields before doing bus callLennart Poettering2024-03-041-1/+3
|/
* hostnamed: use sd_bus_reply_method_return() to shorten code a bitLennart Poettering2024-03-021-20/+2
* hostnamectl: display product uuid + hardware serial in regular status outputLennart Poettering2024-03-011-0/+60
* 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
* hostnamectl: add -j switch for quick json outputLennart Poettering2024-01-221-1/+6
* 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-082-3/+39
* 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-062-23/+74
* hostnamectl: do not show local machine ID and boot ID when requested to show ...Yu Watanabe2023-12-061-7/+13
* 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
* meson: move declarations of localed and hostnamedYu Watanabe2023-07-311-0/+15
* hostnamectl: show age of firmware as time span, tooLennart Poettering2023-06-201-0/+11
* 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
* hostnamectl: convert more hostname1 calls to BusLocatorDavid Tardon2023-05-241-24/+4