summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-conf.c
Commit message (Expand)AuthorAgeFilesLines
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-141-8/+3
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+0
* timesync: Make delaying attempts to contact servers configurableSusant Sahani2020-12-151-0/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* timesync: downgrade error level when the error will be ignoredYu Watanabe2020-09-101-1/+2
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-5/+8
* 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: check validity of NTP server name or addressYu Watanabe2018-06-131-0/+9
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* timesync: make poll interval configurableYu Watanabe2017-11-081-5/+21
* timesyncd: don't use compiled-in list if FallbackNTP has been configured expl...Michael Biebl2017-05-241-0/+10
* tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-4/+4
* tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-161-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-2/+2
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-2/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-2/+3
* timesysnd: port to extract_first_wordSusant Sahani2015-10-271-8/+10
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+1
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* timesyncd: Support timesyncd.conf.d directories in the usual search pathsJosh Triplett2014-11-291-4/+5
* timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCPLennart Poettering2014-08-121-3/+58
* timesyncd: split up into multiple source fileLennart Poettering2014-08-121-0/+49