Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | shared: time-dst: Avoid buffer overflow | Martin Pitt | |
Commit 681f9718 introduced an additional null terminator for the zone names. Increase the allocation of "transitions" to actually make room for this. | |||
2014-11-29 | shared: time-dst - ensure nulstr is null terminated | Tom Gundersen | |
Fixes CID #1237772. | |||
2014-07-11 | always check for __BYTE_ORDER == __BIG_ENDIAN when checking for endianess | Lennart Poettering | |
Let's always stick to glibc's way to determine byte order, and not mix autoconf-specific checks with gcc checks. | |||
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek | |
As pointed-out by clang -Wunreachable-code. No behaviour changes. | |||
2014-02-13 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering | |
2013-05-02 | time-dst: use _cleanup_ | Zbigniew Jędrzejewski-Szmek | |
2012-11-11 | timedatectl: properly print 30 minutes DST transitions | Kay Sievers | |
2012-11-02 | timedatectl: show "DST active: n/a" if no DST data is available | Kay Sievers | |
2012-11-02 | shared: add timer_get_dst() | Kay Sievers | |