summaryrefslogtreecommitdiff
path: root/src/timedate/timedated.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-06timedated: always enable&start the service with highest priorityZbigniew Jędrzejewski-Szmek1-39/+20
2019-08-05timedated: log about unit enablement actions and enhance logs in generalZbigniew Jędrzejewski-Szmek1-12/+52
2019-08-04timedated: minor code simplificationsZbigniew Jędrzejewski-Szmek1-18/+9
2019-07-22timedated: add back support for ntp-units.d/Zbigniew Jędrzejewski-Szmek1-8/+64
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+2
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-1/+1
2019-03-10timedate: fix emitted value when ntp client is enabled/disabled (#11951)Yu Watanabe1-2/+2
2019-01-15timedate: refuse to set time when previous request is not finishedYu Watanabe1-0/+11
2019-01-15timedate: treat 'activating' or 'inactivating' NTP client status as 'active'Yu Watanabe1-2/+2
2018-12-12timedated: Add dbus method to retrieve list of time zones (#11114)tibbling1-0/+23
2018-12-04util: drop missing.h from util.hYu Watanabe1-0/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-0/+1
2018-11-23timedate: define main through macroYu Watanabe1-34/+21
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-12hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()Lennart Poettering1-4/+8
2018-08-08timedate: emit property changed signal after all jobs are completedYu Watanabe1-30/+40
2018-07-26timedate: defer the property changed signal until job of starting/stopping NT...Yu Watanabe1-13/+65
2018-07-26timedate: increment reference count of sd_bus_messageYu Watanabe1-5/+9
2018-07-20timedate: set sd_event_add_signal()Yu Watanabe1-1/+12
2018-06-26tree-wide: use localtime_r() instead of localtime()Yu Watanabe1-3/+3
2018-06-25timedate: use gmtime_r() and localtime_r()Lennart Poettering1-10/+10
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-4/+2
2018-05-29timedated: add some debug logging when a number of kernel calls failLennart Poettering1-16/+26
2018-05-29timedated: show the short timezone name when changing timezones in logsLennart Poettering1-3/+8
2018-05-18Merge pull request #8985 from yuwata/bus-macro-3Lennart Poettering1-24/+3
2018-05-15timedate: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-24/+3
2018-05-15timedate: do not copy input string before bus_verify_polkit_async()Yu Watanabe1-4/+5
2018-05-12basic: add log_level argument to timezone_is_validMike Gilbert1-1/+1
2018-05-10timedate: use free_and_strdup()Yu Watanabe1-11/+5
2018-04-20remove unused variables (#8768)Tobias Jungel1-2/+0
2018-04-17timedated: support multiple NTP servicesYu Watanabe1-72/+311
2018-04-17timedate: use sd_bus_error_set() if nothing is substitutedYu Watanabe1-3/+3
2018-04-17timedate: move error mapping to bus-common-errors.[ch]Yu Watanabe1-7/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-01-05tree-wide: make name requesting asynchronous in all our servicesLennart Poettering1-2/+2
2017-11-24Replace free and reassignment with free_and_replaceDaniel Lockyer1-3/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek1-2/+2
2016-07-31Add enable_disable() helperZbigniew Jędrzejewski-Szmek1-1/+1
2016-03-01selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-29timedated: trivial stylistic fixMartin Pitt1-2/+2
2016-02-28Merge pull request #2749 from martinpitt/adjtimeZbigniew Jędrzejewski-Szmek1-16/+30
2016-02-26timedated: be more tolerant in parsing /etc/adjtimeMartin Pitt1-15/+29
2016-02-26clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-6/+5