summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-conf.h
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
| | | | | This follows what the kernel is doing, c.f. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5fd54ace4721fc5ce2bb5aef6318fcf17f421460.
* timesyncd: don't use compiled-in list if FallbackNTP has been configured ↵Michael Biebl2017-05-241-0/+1
| | | | | | | | | explicitly Parse the config files first and only apply the compiled-in list of fallback servers if no NTP server was configured via FallbackNTP. Closes: #5091
* build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-101-1/+1
| | | | | | gperf-3.1 generates lookup functions that take a size_t length parameter instead of unsigned int. Test for this at configure time. Fixes: https://github.com/systemd/systemd/issues/5039
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
| | | | | This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-1/+0
| | | | | This is a continuation of the previous include sort patch, which only sorted for .c files.
* timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCPLennart Poettering2014-08-121-0/+6
|
* timesyncd: split up into multiple source fileLennart Poettering2014-08-121-0/+28
The source file got much too large, hence split up the sources into multiple per-object files, similar in style to resolved.