summaryrefslogtreecommitdiff
path: root/src/timesync
AgeCommit message (Expand)AuthorFilesLines
2019-04-30Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering1-1/+1
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-04-28tree-wide: drop !! casts to booleansFrantisek Sumsal1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2-0/+4
2019-01-24timesyncd: Improve sync log message. Fixes #11548.Niklas Hambüchen1-2/+3
2019-01-17tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering1-1/+1
2019-01-08timesyncd,resolved,machinectl: drop calls to sd_event_get_exit_code()Zbigniew Jędrzejewski-Szmek1-3/+1
2018-12-18timesync: fix serialization of IP addressLennart Poettering1-1/+5
2018-12-17timesync: use typesafe resolve_getaddrinfo()Yu Watanabe1-3/+3
2018-12-08timesync: define main through macroYu Watanabe1-39/+27
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-4/+3
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2-2/+2
2018-10-19tree-wide: use setsockopt_int() moreYu Watanabe1-2/+1
2018-10-18tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering1-2/+2
2018-10-15tree-wide: add a single version of "static const int one = 1"Lennart Poettering1-2/+1
2018-09-20timesyncd: no need to reload dbus nowZbigniew Jędrzejewski-Szmek1-1/+1
2018-09-14tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek1-2/+2
2018-08-20user-util: rework get_user_creds()Lennart Poettering1-1/+1
2018-07-20timesync: voidify sd_event_add_signal() and sd_event_set_watchdog()Yu Watanabe1-3/+3
2018-06-29tree-wide: drop double newlineYu Watanabe3-3/+0
2018-06-25timesync: update log messageYu Watanabe1-1/+1
2018-06-25timesync: changes type of drift_freq to int64_tYu Watanabe2-2/+2
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek7-21/+0
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek2-5/+0
2018-06-14Merge pull request #9274 from poettering/comment-header-cleanupZbigniew Jędrzejewski-Szmek9-25/+9
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering9-9/+9
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering6-6/+6
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering8-16/+0
2018-06-14timesync: ignore any errors related to timestamp fileYu Watanabe1-13/+21
2018-06-13timesync: add more log messages in manager_network_read_link_servers()Yu Watanabe1-3/+11
2018-06-13timesync: check validity of NTP server name or addressYu Watanabe3-3/+22
2018-06-06time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering1-10/+2
2018-05-23Merge pull request #9040 from yuwata/resolved-networkd-use-dynamic-userLennart Poettering1-95/+1
2018-05-22timesync,shared: move logic requesting bus name to sharedYu Watanabe1-95/+1
2018-05-22tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering1-1/+1
2018-05-18Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering1-1/+1
2018-05-15timesync: use NULL instead of empty stringYu Watanabe1-1/+1
2018-05-13Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek1-1/+1
2018-05-03timesync: save and expose NTP responce on busYu Watanabe5-48/+126
2018-05-03timesync: try to reload DBus configuration when RequestName() failsYu Watanabe1-1/+97
2018-05-03timesync: expose manager properties on busYu Watanabe8-0/+216
2018-04-17timesync: establish connection when network become online and the manager is ...Yu Watanabe1-2/+8
2018-04-14time-wait-sync: use watchfile to coordinate with timesyncdPeter A. Bigot1-0/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek9-117/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-4/+2
2018-04-05meson: sort source filesYu Watanabe1-2/+2
2018-03-29timesync: on network event do not establish connection when NTP servers are n...Yu Watanabe1-5/+10
2018-03-23tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek1-1/+2
2018-03-22basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek1-1/+1