summaryrefslogtreecommitdiffstats
path: root/src/timesync/timesyncd-bus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* timesync: fix serialization of IP addressLennart Poettering2018-12-181-1/+5
| | | | Fixes: #11169
* timesyncd: no need to reload dbus nowZbigniew Jędrzejewski-Szmek2018-09-201-1/+1
|
* timesync,shared: move logic requesting bus name to sharedYu Watanabe2018-05-221-95/+1
| | | | | Preparation for setting DynamicUser= to other services which request bus names.
* timesync: use NULL instead of empty stringYu Watanabe2018-05-151-1/+1
|
* timesync: save and expose NTP responce on busYu Watanabe2018-05-031-0/+58
|
* timesync: try to reload DBus configuration when RequestName() failsYu Watanabe2018-05-031-1/+97
| | | | | | | | If dbus.service starts earlier than the dynamic user systemd-timesync is realized, then the dbus policy file for timesyncd does not loaded and timesyncd fails to request name. To support such case, try to reload dbus configuration when requesting name fails.
* timesync: expose manager properties on busYu Watanabe2018-05-031-0/+137