summaryrefslogtreecommitdiff
path: root/src/timedate/timedated.c
AgeCommit message (Expand)Author
2016-07-31Add enable_disable() helperZbigniew Jędrzejewski-Szmek
2016-03-01selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek
2016-02-29timedated: trivial stylistic fixMartin Pitt
2016-02-28Merge pull request #2749 from martinpitt/adjtimeZbigniew Jędrzejewski-Szmek
2016-02-26timedated: be more tolerant in parsing /etc/adjtimeMartin Pitt
2016-02-26clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman
2015-08-26time-util: add new get_timezone() call to get local timezoneLennart Poettering
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-05-15timedate: fix memory leak in timedatedCristian Rodríguez
2015-05-06timedated: remove unnecessary gotoZbigniew Jędrzejewski-Szmek
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-21tree-wide: get rid of more strerror() callsLennart Poettering
2015-03-21timedated: fix enable/disable reversalZbigniew Jędrzejewski-Szmek
2015-03-21timedated: flip internal status after executing operationZbigniew Jędrzejewski-Szmek
2015-03-13Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-07adjust for time spent in timedated even without dbus timestampShawn Landden
2015-02-26timedated: when performing "SetTime" compensate for program lagShawn Landden
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-18logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering
2014-12-25timedated: remove spurious include of <sys/capability.h>Filipe Brandenburger
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-12-08sd-bus: rework ELF error mapping table magicLennart Poettering
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-10-31Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek
2014-10-30Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-08-18bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering
2014-08-15Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering
2014-08-15sd-bus: add API to check if a client has privilegesLennart Poettering
2014-08-15sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter
2014-08-04bus: always explicitly close bus from main programsLennart Poettering
2014-07-09timedated: manage systemd-timesyncd directly instead of lists of alternativesKay Sievers
2014-07-07shared: make timezone and locale enumeration and validation genericLennart Poettering
2014-05-24timedated: refuse manual system time updates when automatic timesync is enabledKay Sievers
2014-05-24clock-util: clock_[sg]et_time() -> clock_[sg]et_hwclock()Kay Sievers
2014-05-24shared: rename hwclock.[ch] to clock-util.[ch]Kay Sievers
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering