summaryrefslogtreecommitdiff
path: root/src/shared/time-dst.c
Commit message (Collapse)AuthorAge
* shared: time-dst: Avoid buffer overflowMartin Pitt2014-12-15
| | | | | Commit 681f9718 introduced an additional null terminator for the zone names. Increase the allocation of "transitions" to actually make room for this.
* shared: time-dst - ensure nulstr is null terminatedTom Gundersen2014-11-29
| | | | Fixes CID #1237772.
* always check for __BYTE_ORDER == __BIG_ENDIAN when checking for endianessLennart Poettering2014-07-11
| | | | | Let's always stick to glibc's way to determine byte order, and not mix autoconf-specific checks with gcc checks.
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
| | | | | | As pointed-out by clang -Wunreachable-code. No behaviour changes.
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-13
|
* time-dst: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-05-02
|
* timedatectl: properly print 30 minutes DST transitionsKay Sievers2012-11-11
|
* timedatectl: show "DST active: n/a" if no DST data is availableKay Sievers2012-11-02
|
* shared: add timer_get_dst()Kay Sievers2012-11-02