summaryrefslogtreecommitdiff
path: root/src/timedate/timedated.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* timedated: always enable&start the service with highest priorityZbigniew Jędrzejewski-Szmek2019-08-061-39/+20
* timedated: log about unit enablement actions and enhance logs in generalZbigniew Jędrzejewski-Szmek2019-08-051-12/+52
* timedated: minor code simplificationsZbigniew Jędrzejewski-Szmek2019-08-041-18/+9
* timedated: add back support for ntp-units.d/Zbigniew Jędrzejewski-Szmek2019-07-221-8/+64
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* timedate: fix emitted value when ntp client is enabled/disabled (#11951)Yu Watanabe2019-03-101-2/+2
* timedate: refuse to set time when previous request is not finishedYu Watanabe2019-01-151-0/+11
* timedate: treat 'activating' or 'inactivating' NTP client status as 'active'Yu Watanabe2019-01-151-2/+2
* timedated: Add dbus method to retrieve list of time zones (#11114)tibbling2018-12-121-0/+23
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* timedate: define main through macroYu Watanabe2018-11-231-34/+21
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()Lennart Poettering2018-11-121-4/+8
* timedate: emit property changed signal after all jobs are completedYu Watanabe2018-08-081-30/+40
* timedate: defer the property changed signal until job of starting/stopping NT...Yu Watanabe2018-07-261-13/+65
* timedate: increment reference count of sd_bus_messageYu Watanabe2018-07-261-5/+9
* timedate: set sd_event_add_signal()Yu Watanabe2018-07-201-1/+12
* tree-wide: use localtime_r() instead of localtime()Yu Watanabe2018-06-261-3/+3
* timedate: use gmtime_r() and localtime_r()Lennart Poettering2018-06-251-10/+10
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-4/+2
* timedated: add some debug logging when a number of kernel calls failLennart Poettering2018-05-291-16/+26
* timedated: show the short timezone name when changing timezones in logsLennart Poettering2018-05-291-3/+8
* Merge pull request #8985 from yuwata/bus-macro-3Lennart Poettering2018-05-181-24/+3
|\
| * timedate: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-24/+3
* | timedate: do not copy input string before bus_verify_polkit_async()Yu Watanabe2018-05-151-4/+5
|/
* basic: add log_level argument to timezone_is_validMike Gilbert2018-05-121-1/+1
* timedate: use free_and_strdup()Yu Watanabe2018-05-101-11/+5
* remove unused variables (#8768)Tobias Jungel2018-04-201-2/+0
* timedated: support multiple NTP servicesYu Watanabe2018-04-171-72/+311
* timedate: use sd_bus_error_set() if nothing is substitutedYu Watanabe2018-04-171-3/+3
* timedate: move error mapping to bus-common-errors.[ch]Yu Watanabe2018-04-171-7/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* tree-wide: make name requesting asynchronous in all our servicesLennart Poettering2018-01-051-2/+2
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-2/+2
* Add enable_disable() helperZbigniew Jędrzejewski-Szmek2016-07-311-1/+1
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* timedated: trivial stylistic fixMartin Pitt2016-02-291-2/+2
* Merge pull request #2749 from martinpitt/adjtimeZbigniew Jędrzejewski-Szmek2016-02-281-16/+30
|\
| * timedated: be more tolerant in parsing /etc/adjtimeMartin Pitt2016-02-261-15/+29
| * clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt2016-02-261-1/+1
|/
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0