icinga2/lib/remote
Julian Brost 20ef9e2438 Merge branch 'filter-expression-permission-v2.16' into 'support/2.16'
[Backport support/2.16] Add filter-expression permission

See merge request packages/security/icinga2!15
2026-06-24 12:45:25 +00:00
..
actionshandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
actionshandler.hpp Remove AuthenticatedApiUser thread-local variable & pass it as param instead 2026-02-11 11:39:57 +01:00
apiaction.cpp Remove AuthenticatedApiUser thread-local variable & pass it as param instead 2026-02-11 11:39:57 +01:00
apiaction.hpp Remove AuthenticatedApiUser thread-local variable & pass it as param instead 2026-02-11 11:39:57 +01:00
apifunction.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
apifunction.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
apilistener-authority.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
apilistener-configsync.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
apilistener-filesync.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
apilistener.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
apilistener.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
apilistener.ti Add filter-expression permission 2026-06-24 11:14:30 +02:00
apiuser.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
apiuser.hpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
apiuser.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
CMakeLists.txt Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
configfileshandler.cpp Fix handling std::ifstream exceptions in ConfigFilesHandler 2026-06-10 15:18:05 +00:00
configfileshandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
configobjectslock.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
configobjectslock.hpp HTTP: stream responses where appropriate 2026-02-11 09:47:39 +01:00
configobjectutility.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
configobjectutility.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
configpackageshandler.cpp HTTP: stream responses where appropriate 2026-02-11 09:47:39 +01:00
configpackageshandler.hpp HTTP: stream responses where appropriate 2026-02-11 09:47:39 +01:00
configpackageutility.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
configpackageutility.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
configstageshandler.cpp HTTP: stream responses where appropriate 2026-02-11 09:47:39 +01:00
configstageshandler.hpp HTTP: stream responses where appropriate 2026-02-11 09:47:39 +01:00
consolehandler.cpp /v1/console: prevent concurrent use of the same session by multiple requests 2026-03-03 11:32:39 +01:00
consolehandler.hpp /v1/console: prevent concurrent use of the same session by multiple requests 2026-03-03 11:32:39 +01:00
createobjecthandler.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
createobjecthandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
deleteobjecthandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
deleteobjecthandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
endpoint.cpp Endpoint: warn if endpoint name exceeds 64 characters 2026-03-26 13:58:57 +01:00
endpoint.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
endpoint.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
eventqueue.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
eventqueue.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
eventshandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
eventshandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
filterutility.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
filterutility.hpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
httphandler.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
httphandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
httpmessage.cpp Fix handling the std::ifstream::failbit in OutgoingHttpMessage 2026-06-10 15:18:05 +00:00
httpmessage.hpp Add common OTel type/lib 2026-04-01 12:18:21 +02:00
httpserverconnection.cpp OutgoingHttpMessage: don't use shared_ptr for m_CpuBoundWork 2026-03-26 11:47:45 +01:00
httpserverconnection.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
httputility.cpp Guard against assert() failures in SendJsonError() 2026-06-10 15:18:05 +00:00
httputility.hpp HTTP: stream responses where appropriate 2026-02-11 09:47:39 +01:00
i2-remote.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
infohandler.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
infohandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
jsonrpc.cpp JsonDecode: add depth limit 2026-06-24 11:15:11 +02:00
jsonrpc.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
jsonrpcconnection-heartbeat.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
jsonrpcconnection-pki.cpp Check if client is a valid endpoint before updating CA-certificate 2026-06-22 16:01:07 +02:00
jsonrpcconnection.cpp Don't shut down JSON-RPC connection if a message fails to parse 2026-06-24 11:15:11 +02:00
jsonrpcconnection.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
mallocinfohandler.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
mallocinfohandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
messageorigin.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
messageorigin.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
modifyobjecthandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
modifyobjecthandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
objectqueryhandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
objectqueryhandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
pkiutility.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
pkiutility.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
statushandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
statushandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
templatequeryhandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
templatequeryhandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
typequeryhandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
typequeryhandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
url-characters.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
url.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
url.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
variablequeryhandler.cpp Add filter-expression permission 2026-06-24 11:14:30 +02:00
variablequeryhandler.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
zone.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
zone.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
zone.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00