icinga2/lib
Julian Brost 61d7ec4bf7 Remove std::string to_string(const errinfo_openssl_error& e)
The function was never used and it's implementation contains a bug where
a buffer of too small size is used as a paramter to ERR_error_string.
According to the `man 3 ERR_error_info`, the buffer has to be at least
256 bytes in size.

Also the function seems of limited use as it allows to output the tag
object used with additional error information for exceptions in Boost.
However, you boost::get_error_info<>() just returns the value type but
not the full tag object from the exception.
2020-12-08 13:05:38 +01:00
..
base Remove std::string to_string(const errinfo_openssl_error& e) 2020-12-08 13:05:38 +01:00
checker CheckerComponent#Stop(): don't wait for checks 2020-06-09 12:03:02 +02:00
cli Merge pull request #8277 from Icinga/bugfix/latency-8196 2020-10-16 16:49:06 +02:00
compat Revert "Make NotificationResult available for events: Cluster and Features" 2020-01-07 14:20:59 +01:00
config Make ConfigCompiler#m_LexBuffer a String 2020-01-21 13:38:59 +01:00
db_ido Introduce ReportIdoCheck() 2020-11-23 16:40:32 +01:00
db_ido_mysql IDO: Make sure to insert program status during reconnect() 2020-10-16 12:30:57 +02:00
db_ido_pgsql ido_pgsql: do not set standard_conforming_strings to off 2020-10-29 16:28:18 +01:00
icinga Merge pull request #8035 from Icinga/feature/expiry-date-comments-4663 2020-12-04 15:48:50 +01:00
icingadb Icinga DB: don't use the work queue for publishing stats 2020-05-15 11:17:25 +02:00
livestatus Livestatus: append app name to program_version 2020-03-19 10:33:01 +01:00
methods Fix code style 2020-11-23 16:39:24 +01:00
mysql_shim account for adjusted interface of mysql8 (now utilizes c99 bools instead of my_bool labelled chars) 2019-04-29 00:18:15 +02:00
notification Merge pull request #8242 from Icinga/bugfix/reminder-notifications-before-suppressed-8201 2020-10-14 11:03:28 +02:00
perfdata Merge pull request #8314 from Icinga/feature/add-support-influxdb-basic-auth-7644 2020-12-03 11:00:04 +01:00
pgsql_shim Replace Copyright header with a short version, part II 2019-02-25 15:09:36 +01:00
remote Merge pull request #8040 from Icinga/feature/v1-actions-execute-command-8034 2020-12-02 10:53:24 +01:00
CMakeLists.txt Rename ICINGA2_WITH_REDIS to ICINGA2_WITH_ICINGADB 2019-11-02 14:00:24 +01:00