index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hostname
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
various: check meson feature flag early
Mike Yuan
2024-11-13
1
-10
/
+10
*
tree-wide: use Device*T*ree spelling
Zbigniew Jędrzejewski-Szmek
2024-11-06
1
-1
/
+1
*
sd-json,tree-wide: add sd_json_format_enabled() and use it everwhere
Zbigniew Jędrzejewski-Szmek
2024-10-28
1
-1
/
+1
*
fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...
Lennart Poettering
2024-10-22
1
-2
/
+1
*
Merge pull request #34679 from DaanDeMeyer/bus-log
Daan De Meyer
2024-10-09
1
-1
/
+1
|
\
|
*
bus-util: Log more information when connecting to a bus socket fails
Daan De Meyer
2024-10-09
1
-1
/
+1
*
|
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
|
/
*
time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()
Lennart Poettering
2024-09-05
1
-5
/
+6
*
tree-wide: voidify polkit_agent_open_if_enabled()
Yu Watanabe
2024-08-19
1
-1
/
+1
*
sd-varlink: make our internal Varlink API public as sd-varlink.[ch]
Lennart Poettering
2024-07-16
1
-14
/
+14
*
Drop support for nscd
Zbigniew Jędrzejewski-Szmek
2024-06-28
1
-3
/
+0
*
hostnamed: make sure we can actually properly parse 'allowInteractiveAuthenti...
Lennart Poettering
2024-06-27
1
-3
/
+0
*
hostnamed: if polkit authentication fails for Varlink Describe() call, don't ...
Lennart Poettering
2024-06-27
1
-1
/
+3
*
Merge pull request #33491 from keszybz/allow-interactive-auth-in-inhibit
Luca Boccassi
2024-06-26
1
-1
/
+1
|
\
|
*
Rename spawn-polkit-agent.c to just polkit-agent.c
Zbigniew Jędrzejewski-Szmek
2024-06-26
1
-1
/
+1
*
|
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-31
/
+32
|
/
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
2
-45
/
+46
*
hostnamed: don't allow hostnamed to exit on idle if varlink connections are s...
Lennart Poettering
2024-06-12
1
-2
/
+9
*
hostnamed: use strdup_to_full()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-29
/
+2
*
polkit: turn "interactive" flag to polkit APIs into a proper flags field (#31...
Lennart Poettering
2024-03-11
1
-5
/
+4
*
Merge pull request #31600 from YHNdnzj/fd-poll
Mike Yuan
2024-03-04
1
-1
/
+1
|
\
|
*
extract-word: modernize extract_many_words
Mike Yuan
2024-03-03
1
-1
/
+1
*
|
hostnamectl: gracefully handle old hostnamed replies to GetHardwareSerial()
Lennart Poettering
2024-03-04
1
-1
/
+2
*
|
hostnamectl: properly initialize the two timestamp fields before doing bus call
Lennart Poettering
2024-03-04
1
-1
/
+3
|
/
*
hostnamed: use sd_bus_reply_method_return() to shorten code a bit
Lennart Poettering
2024-03-02
1
-20
/
+2
*
hostnamectl: display product uuid + hardware serial in regular status output
Lennart Poettering
2024-03-01
1
-0
/
+60
*
hostnamed: add explicit BUS_ERROR_NO_HARDWARE_SERIAL error
Lennart Poettering
2024-03-01
1
-1
/
+2
*
hostnamed: do some validation of the hw serial before we return it
Lennart Poettering
2024-03-01
1
-5
/
+25
*
hostnamed: in get_hardware_firmware_data() don't dup a string if we shan't re...
Lennart Poettering
2024-03-01
1
-9
/
+16
*
hostnamed: our base indentation is 8 spaces, not 9 spaces
Lennart Poettering
2024-03-01
1
-33
/
+33
*
hostnamectl: add -j switch for quick json output
Lennart Poettering
2024-01-22
1
-1
/
+6
*
hostnamed: expose /etc/os-release and /etc/machine-info data in full
Lennart Poettering
2024-01-22
1
-0
/
+6
*
hostnamed: use Type=notify
Mike Yuan
2024-01-09
1
-0
/
+5
*
hostnamed: always include VSockCID property in describe JSON
Lennart Poettering
2024-01-09
1
-1
/
+2
*
hostnamed: add simple Varlink API, too
Lennart Poettering
2024-01-09
1
-21
/
+123
*
hostnamed: move bus and event loop object into Context object
Lennart Poettering
2024-01-09
1
-16
/
+23
*
hostnamed: port to sd_event_set_signal_exit()
Lennart Poettering
2024-01-09
1
-8
/
+2
*
hostnamed: expose local AF_VSOCK CID among other host info
Lennart Poettering
2024-01-08
2
-3
/
+39
*
bus-polkit: port polkit_registry to use value destructors in hash_ops
Lennart Poettering
2024-01-03
1
-1
/
+1
*
polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature
Lennart Poettering
2023-12-21
1
-27
/
+16
*
hostname: expose machine ID and boot ID through DBus
Yu Watanabe
2023-12-06
2
-23
/
+74
*
hostnamectl: do not show local machine ID and boot ID when requested to show ...
Yu Watanabe
2023-12-06
1
-7
/
+13
*
env-util: make write_env_file() optionally take headers
Yu Watanabe
2023-10-31
1
-1
/
+1
*
hostname: Make sure we pass error to bus_verify_polkit_async()
Daan De Meyer
2023-08-24
1
-1
/
+1
*
meson: move declarations of localed and hostnamed
Yu Watanabe
2023-07-31
1
-0
/
+15
*
hostnamectl: show age of firmware as time span, too
Lennart Poettering
2023-06-20
1
-0
/
+11
*
hostnamed: when parsing day/month of firmware date, force decimal parsing
Lennart Poettering
2023-06-20
1
-3
/
+3
*
hostnamed: don't read DMI data within a container
Lennart Poettering
2023-06-20
1
-0
/
+25
*
label: Introduce LabelOps to do pre/post labelling operations
Daan De Meyer
2023-05-31
1
-1
/
+1
*
hostnamectl: convert more hostname1 calls to BusLocator
David Tardon
2023-05-24
1
-24
/
+4
[next]