summaryrefslogtreecommitdiff
path: root/src/timedate/timedated.c
Commit message (Expand)AuthorAgeFilesLines
* timedate: use localtime_or_gmtime_r() and mktime_or_timegm()Yu Watanabe2020-11-211-16/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* shared: split out property get helpersLennart Poettering2020-06-301-0/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-231-1/+4
* timedate: switch to BusLocator-oriented helpersVito Caputo2020-05-071-25/+9
* timedated: convert to the new scheme and add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-051-3/+11
* importd,logind: add --bus-introspect= optionZbigniew Jędrzejewski-Szmek2020-05-051-0/+1
* logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars...Zbigniew Jędrzejewski-Szmek2020-05-031-3/+7
* tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering2020-04-211-0/+5
* timedated: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-5/+39
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-1/+1
* timedated: it might be that tzinfo files are just not installedLennart Poettering2019-11-131-1/+1
* timedated: handle UTC specially, when generating /etc/localtimeLennart Poettering2019-11-131-9/+24
* 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