icinga2/lib
Julian Brost 4273f30157 LegacyTimePeriod: Prevent modification of input parameters
Many functions of LegacyTimePeriod take a tm pointer as an input parameter and
then pass it to mktime() which actually modifies it. This causes problems if
tm_isdst was intentionally set to -1 (to automatically detect whether DST is
active at some time) and then a function is called that implicitly sets
tm_isdst and then the values of tm are modified in a way that crosses a DST
change. This resulted in 1 hour offsets with ScheduledDowntimes on days with
DST changes.
2021-07-22 15:17:06 +02:00
..
base Merge pull request #8718 from Icinga/feature/tls-1.3 2021-06-29 17:52:55 +02:00
checker
cli Merge pull request #7874 from Icinga/feature/sd_notify-7329 2021-06-28 18:20:15 +02:00
compat Merge pull request #8447 from Icinga/feature/deprecated-relative-removal 2021-06-22 12:05:33 +02:00
config Rename silent parameter of ConfigItem::ActivateItems() 2021-06-21 16:07:36 +02:00
db_ido Merge pull request #8855 from Icinga/bugfix/inconsistent-ido-schema-versions-8852 2021-07-14 18:09:27 +02:00
db_ido_mysql Merge pull request #8425 from Icinga/bugfix/hosts-128-characters-7472 2021-07-16 18:34:29 +02:00
db_ido_pgsql Merge pull request from GHSA-wrpw-pmr8-qgj7 2021-07-15 11:12:29 +02:00
icinga LegacyTimePeriod: Prevent modification of input parameters 2021-07-22 15:17:06 +02:00
icingadb RedisConnection: log info messages only once 2021-07-20 17:52:12 +02:00
livestatus
methods
mysql_shim
notification Notifications: Make sure not to send reminder notification, if problem notification has been suppressed 2021-03-30 15:32:49 +02:00
perfdata Introduce Influxdb2Writer 2021-07-20 16:21:36 +02:00
pgsql_shim
remote Merge pull request from GHSA-98wp-jc6q-x5q5 2021-07-15 11:13:35 +02:00
CMakeLists.txt