summaryrefslogtreecommitdiff
path: root/src/timedate/timedated.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-6/+5
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-10/+11
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+4
* time-util: add new get_timezone() call to get local timezoneLennart Poettering2015-08-261-25/+8
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-2/+2
* timedate: fix memory leak in timedatedCristian Rodríguez2015-05-151-1/+1
* timedated: remove unnecessary gotoZbigniew Jędrzejewski-Szmek2015-05-061-3/+0
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-12/+12
* tree-wide: get rid of more strerror() callsLennart Poettering2015-04-211-3/+3
* timedated: fix enable/disable reversalZbigniew Jędrzejewski-Szmek2015-03-211-38/+21
* timedated: flip internal status after executing operationZbigniew Jędrzejewski-Szmek2015-03-211-2/+2
* Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-1/+1
* adjust for time spent in timedated even without dbus timestampShawn Landden2015-03-071-2/+6
* timedated: when performing "SetTime" compensate for program lagShawn Landden2015-02-261-0/+10
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-181-4/+32
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-0/+1
* timedated: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-251-1/+0
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* sd-bus: rework ELF error mapping table magicLennart Poettering2014-12-081-2/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-16/+8
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-11/+11
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-11/+11
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-4/+4
* Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek2014-10-311-1/+1
* Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek2014-10-301-8/+8
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-1/+1
* bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering2014-08-181-4/+4
* Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering2014-08-151-3/+3
|\
| * sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter2014-08-151-3/+3
* | sd-bus: add API to check if a client has privilegesLennart Poettering2014-08-151-4/+4
|/
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-2/+2
* timedated: manage systemd-timesyncd directly instead of lists of alternativesKay Sievers2014-07-091-160/+94
* shared: make timezone and locale enumeration and validation genericLennart Poettering2014-07-071-51/+2
* timedated: refuse manual system time updates when automatic timesync is enabledKay Sievers2014-05-241-33/+13