summaryrefslogtreecommitdiff
path: root/src/timesync
Commit message (Expand)AuthorAgeFilesLines
* time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering2018-06-061-10/+2
* Merge pull request #9040 from yuwata/resolved-networkd-use-dynamic-userLennart Poettering2018-05-231-95/+1
|\
| * timesync,shared: move logic requesting bus name to sharedYu Watanabe2018-05-221-95/+1
* | tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-1/+1
|/
* Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering2018-05-181-1/+1
|\
| * Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek2018-05-131-1/+1
* | timesync: use NULL instead of empty stringYu Watanabe2018-05-151-1/+1
|/
* timesync: save and expose NTP responce on busYu Watanabe2018-05-035-48/+126
* timesync: try to reload DBus configuration when RequestName() failsYu Watanabe2018-05-031-1/+97
* timesync: expose manager properties on busYu Watanabe2018-05-038-0/+216
* 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-069-117/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* meson: sort source filesYu Watanabe2018-04-051-2/+2
* timesync: on network event do not establish connection when NTP servers are n...Yu Watanabe2018-03-291-5/+10
* tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-03-231-1/+2
* basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-03-221-1/+1
* tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-081-1/+1
* timesync: do not fail when started as privileged userYu Watanabe2018-01-171-0/+1
* timesync: use current uid when started as non-root userYu Watanabe2018-01-151-6/+11
* timesync: fix typoYu Watanabe2018-01-101-1/+1
* 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
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-0/+3
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-198-0/+8
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* timesync: make poll interval configurableYu Watanabe2017-11-085-22/+47
* timesync: add RootDistanceMaxSec= to timesyncd.conf (#7215)Yu Watanabe2017-11-054-6/+11
* timesyncd: enable DynamicUser=Yu Watanabe2017-10-061-1/+1
* mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe2017-10-061-1/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* timesync: move stamp file to /var/lib/systemd/timesync/clockYu Watanabe2017-08-302-9/+20
* units: make use of !! ExecStart= prefix in systemd-timesyncd.serviceYu Watanabe2017-08-271-3/+7
* 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
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+2
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-2/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* timesyncd: properly handle OOM errors when parsing fallback servers (#6047)Lennart Poettering2017-05-301-1/+5
* test-timesync: add first test for timesyncd conf parsingZbigniew Jędrzejewski-Szmek2017-05-252-0/+67
* timesyncd: don't use compiled-in list if FallbackNTP has been configured expl...Michael Biebl2017-05-245-4/+15
* timesync/timesyncd-manager: fix format-specifier issueMatija Skala2017-05-191-1/+1
* timesync/timesyncd-manager: fix format-specifier issuesMatija Skala2017-05-191-2/+2
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-19/+17
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+28
* tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-4/+4
* build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-101-1/+1