summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-manager.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop !! casts to booleansFrantisek Sumsal2019-04-281-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* timesyncd: Improve sync log message. Fixes #11548.Niklas Hambüchen2019-01-241-2/+3
* tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering2019-01-171-1/+1
* timesync: use typesafe resolve_getaddrinfo()Yu Watanabe2018-12-171-3/+3
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-1/+1
* tree-wide: use setsockopt_int() moreYu Watanabe2018-10-191-2/+1
* tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-181-2/+2
* tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-151-2/+1
* timesync: voidify sd_event_add_signal() and sd_event_set_watchdog()Yu Watanabe2018-07-201-3/+3
* timesync: update log messageYu Watanabe2018-06-251-1/+1
* timesync: changes type of drift_freq to int64_tYu Watanabe2018-06-251-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* timesync: add more log messages in manager_network_read_link_servers()Yu Watanabe2018-06-131-3/+11
* timesync: check validity of NTP server name or addressYu Watanabe2018-06-131-0/+10
* time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering2018-06-061-10/+2
* Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek2018-05-131-1/+1
* timesync: save and expose NTP responce on busYu Watanabe2018-05-031-47/+13
* timesync: expose manager properties on busYu Watanabe2018-05-031-0/+2
* timesync: establish connection when network become online and the manager is ...Yu Watanabe2018-04-171-2/+8
* time-wait-sync: use watchfile to coordinate with timesyncdPeter A. Bigot2018-04-141-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* timesync: on network event do not establish connection when NTP servers are n...Yu Watanabe2018-03-291-5/+10
* timesyncd: avoid signed/unsigned comparison (#7842)Zbigniew Jędrzejewski-Szmek2018-01-101-1/+1
* man: "systemd" is to be written in all lower-case, even at beginnings of sent...Lennart Poettering2017-12-131-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* timesync: make poll interval configurableYu Watanabe2017-11-081-17/+12
* timesync: add RootDistanceMaxSec= to timesyncd.conf (#7215)Yu Watanabe2017-11-051-3/+5
* timesync: move stamp file to /var/lib/systemd/timesync/clockYu Watanabe2017-08-301-1/+1
* treewide: fix typos (#6566)Torstein Husebø2017-08-081-1/+1
* test-timesync: ignore failure to listen on /run/systemd/netif/links/ (#6463)Zbigniew Jędrzejewski-Szmek2017-07-281-0/+4
* timesyncd: don't use compiled-in list if FallbackNTP has been configured expl...Michael Biebl2017-05-241-4/+0
* timesync/timesyncd-manager: fix format-specifier issueMatija Skala2017-05-191-1/+1
* timesync/timesyncd-manager: fix format-specifier issuesMatija Skala2017-05-191-2/+2
* timesyncd: clear ADJ_MAXERROR to keep STA_UNSYNC cleared after jump adjust (#...akochetkov2016-11-111-1/+3
* tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek2016-11-071-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* timesyncd: use (void) to mark ignored valueZbigniew Jędrzejewski-Szmek2016-01-201-1/+2
* timesync: return negative errno from manager_adjust_clock() on errorMichal Schmidt2015-11-051-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-12/+14
* util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering2015-06-101-1/+1
* timesyncd: print an INFO log message when we successfully reached a time serverLennart Poettering2015-04-081-2/+13