]> granicus.if.org Git - icinga2/shortlog
icinga2
2018-04-25 Michael FriedrichRelease version 2.8.4 support/2.8 v2.8.4
2018-04-25 Jean FlachRevert "fixup set rlimit stack failed condition"
2018-04-24 Jean FlachRelease version 2.8.3 v2.8.3
2018-04-23 Michael FriedrichUse VERSION instead of icinga2.spec
2018-04-23 Jean FlachFix typo
2018-04-19 Jan Wagnerservices.conf has also be moved to zones.d/global-templ...
2018-04-19 Gunnar BeutnerFix missing variable name in ApiListener::Start
2018-04-19 Michael FriedrichAdd docs for script debugger and API filters
2018-04-19 Michael FriedrichLog warning when sysconfig file cannot be read
2018-04-19 Jean FlachAdd improved error messages for resource limits
2018-04-19 Michael FriedrichFix SysconfigFile detection for binary builds
2018-04-19 lihanfixup set rlimit stack failed condition
2018-04-19 Michael FriedrichFix unit tests for 2.8.x
2018-04-19 Jean FlachFix package error message
2018-04-19 Michael InselEnhance http_certificate parameter documentation
2018-04-19 Michael FriedrichDocument the 'ignore_on_error' attribute for object...
2018-04-19 Gunnar BeutnerFix incorrect parameter name in the API documentation
2018-04-19 Michael FriedrichFix check_nscp_api for multiple URL parameter usage
2018-04-19 Michael FriedrichAllow to disable brackets for the Url class and Format()
2018-04-17 Michael FriedrichElasticsearch: Fix crash with invalid performance data...
2018-04-16 Max RosinFix the explanation of `types` and `states` for user...
2018-04-16 Michael InselFix typo in Apply for Rules documentation
2018-04-16 Michael InselFix broken link in README
2018-04-16 Noah HilverlingFix InfluxDB backslash escaping
2018-04-16 Michael FriedrichFix missing anchors in CLI commands chapter
2018-04-16 Jan BeichExplicitly use long with boost::posix_time
2018-04-04 Noah HilverlingRemove init.conf from icinga.cpp
2018-03-23 Michael InselDoc: Fix typo in API user creation example
2018-03-23 Maurice Meyerhashed_password -> password_hash. Fixes #6175
2018-03-23 Michael FriedrichMerge pull request #6179 from Icinga/fix/api-user-crash...
2018-03-23 Jean FlachFix crash in api user command 6179/head
2018-03-22 Jean FlachRelease version 2.8.2 v2.8.2
2018-03-22 Jean FlachUpdate mailmap
2018-03-21 Michael FriedrichDocs: Add a note to only query the NSClient++ API from...
2018-03-13 Michael FriedrichImprove error handling for empty packages in /v1/config...
2018-03-07 Gunnar BeutnerBuild fix
2018-03-07 Jean FlachCode style
2018-03-06 Gunnar BeutnerFix ApiUser unit test
2018-03-06 Gunnar BeutnerEnsure that SetCorked() works properly
2018-03-06 Gunnar BeutnerFix incorrect argument type for JsonRpc::SendMessage
2018-03-06 Jean FlachLimit anonymous connections to 25
2018-03-06 Noah HilverlingLimit JSON-RPC message size
2018-02-28 Gunnar BeutnerFix incorrect HTTP content length limits
2018-02-28 Gunnar BeutnerAdd SetCorked() calls to the JsonRpcConnection class
2018-02-28 Jean FlachUse cork in tlsstream and HTTP connection
2018-02-28 Jean FlachAdd cork
2018-02-28 Gunnar BeutnerFix null ptr dereference in HttpServerConnection::Proce...
2018-02-28 Gunnar BeutnerFix incorrect return value
2018-02-23 Jean FlachFix incorrect size of request limits
2018-02-23 Jean FlachFix typo in prepare-dirs
2018-02-23 Jean FlachRemove need for init.conf
2018-02-23 Jean FlachRemove need for RunAsUser/Group
2018-02-23 Jean FlachAdd cli tool to send signals as Icinga user
2018-02-23 Jean FlachGet ICINGA2_USER and GROUP from sysconfig
2018-02-23 Jean FlachFix prepare-dirs permission exploit
2018-02-23 Jean FlachAdd clarification on sysconfig location
2018-02-23 Jean FlachAdd Upgrading to Icinga 2.8.2 chapter
2018-02-23 Gunnar BeutnerRemove debug output in ApiUserCommand::Run
2018-02-23 Gunnar BeutnerProperly escape strings in ApiUserCommand::Run
2018-02-23 Jean FlachImprove api user command
2018-02-23 Jean FlachFix crash when using incorrectly formatted password...
2018-02-23 Jean FlachMove new password functions into tlsutility
2018-02-23 Jean FlachHash API password and comparison
2018-02-23 Jean FlachBuild/Merge fixes
2018-02-23 Jean FlachMinor codestyle and doc changes
2018-02-23 Noah HilverlingLimit HTTP body size
2018-02-23 Noah HilverlingFix requests not being closed correctly
2018-02-23 Jean FlachAdd timeout for TLS handshakes
2018-02-23 Jean FlachAuthenticate API user before parsing body
2018-02-23 Jean FlachOnly read body from authenticated connections
2018-02-23 Jean FlachFix nullptr deref
2018-02-23 Gunnar BeutnerAdd HTTP Header size limits
2018-02-23 Gunnar BeutnerAdd validation for HTTP connection sizes
2018-02-22 Dirk GoetzSELinux: Allows icinga2_t to send sigkill to all domain...
2018-02-22 Jean FlachRename macro RequireNotNull to REQUIRE_NOT_NULL
2018-02-22 Noah HilverlingFix nullptr deref in cluster events
2018-02-22 Noah HilverlingAdd marco RequireNotNull
2018-02-14 Michael FriedrichDocs: Fix bracket in notification example
2018-02-12 Michael FriedrichUpgrading: Make it more clear that the Director script...
2018-02-06 Michael FriedrichExplain how to register functions in the global scope
2018-01-24 Gunnar BeutnerFix incorrect ::Start call
2018-01-18 Michael FriedrichDocs: Add IDO DB tuning tips
2018-01-18 Michael FriedrichFix wrong nscp-local include in the docs
2018-01-17 Gunnar BeutnerMake default getters and setters non-virtual
2018-01-17 Noah HilverlingAdd missing string escaping
2018-01-17 Noah HilverlingFix HTTP response parsing for HTTP 1.1
2018-01-17 Gunnar BeutnerFix performance issues for InfluxdbWriter
2018-01-17 Gunnar BeutnerFix incorrect socket handling for the HTTP client
2018-01-17 Gunnar BeutnerRelease version 2.8.1 v2.8.1
2018-01-17 Jean FlachFix check_service returning Warning instead of Critical
2018-01-17 Michael FriedrichAdd some technical insights into the cluster-zone healt...
2018-01-17 Gunnar BeutnerEnable installing the init scripts on Solaris
2018-01-16 Michael InselFix link format in documentation
2018-01-16 Michael InselFix typo in SELinux documentation
2018-01-16 cstegmUpdate 08-advanced-topics.md
2018-01-16 Michael Friedrichchangelog.py: Adjust categories and labels: Enhancement...
2018-01-16 Michael FriedrichRevert "Fix performance issues for InfluxdbWriter"
2018-01-16 Michael FriedrichRevert "Fix incorrect socket handling for the HTTP...
2018-01-16 Michael FriedrichRevert "Make default getters and setters non-virtual"
2018-01-16 Michael FriedrichFix wrong schema constraint for fresh 2.8.0 installations
next