64
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: Issue #1035: If the start/stop/restart program statement contains the equal sign, which is not followed by a space character, the configuration is not parsed correctly. More... almost 3 years ago
version -> 5.33.0 More... almost 3 years ago
Merged tildeslash/monit into master More... almost 3 years ago
Add a more detailed action syntax description to show how to use the timeout. More... almost 3 years ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... almost 3 years ago
update instructions More... almost 3 years ago
Merged tildeslash/monit into master More... almost 3 years ago
Skip Command test on macOS for now which depend on vfork working as expected. More... almost 3 years ago
Add the exectimeout limit default. More... almost 3 years ago
Add exectimeout. More... almost 3 years ago
Add the exec timeout to the monitor documentation. More... almost 3 years ago
Add the exec timeout to the monitor sample. More... almost 3 years ago
Add the exec timeout to the limit table. More... almost 3 years ago
Add timeout handling after fork and execv. As long as the timeout is 0 (nolimit), the behavior is not changed. More... almost 3 years ago
Add timeout to the test action exec. More... almost 3 years ago
Add limits for exec timeout. More... almost 3 years ago
Add the action exec timeout to the command. More... almost 3 years ago
Add timeout to the test action exec. More... almost 3 years ago
Merged tildeslash/monit into master More... almost 3 years ago
5.32.0 More... almost 3 years ago
Merged tildeslash/monit into master More... almost 3 years ago
Fixed: Monit may crash or the HTTP interface can block if long stream of HTTP headers is send to the Monit HTTP interface. Thanks to Youssef Rebahi-Gilbert for report. More... almost 3 years ago
fix crash if the client sends endless http headers stream (initiate DOS with milions of headers -> kill the HTTP request after a while -> recursive call drains stack) More... almost 3 years ago
Fixed: PAM authentication: Users with a valid password for disabled account can login to Monit. Thanks to Youssef Rebahi-Gilbert. More... almost 3 years ago
Merged tildeslash/monit into master More... almost 3 years ago
refactor the zero escaping ... the Str_escapeZero will always nul-terminate the escaped string + add unit tests More... almost 3 years ago
Fixed: Issue #1029: The generic protocol test truncated the received data in the case that it contained zeros. The problem is a regression of 5.31.0 ... we need to make sure that we don't memmove data past the buffer boundary ... typically when we received more data then the "Run.limits.sendExpectBuffer" limit, the 'buflen' and 'n' matched, so there was no space for moving bytes that follow the one being escaped (which was the root cause of #1005) => we have to start truncating the data. The fix for #1005 was bad though, as it truncated the source data by one after each escaping, even if there was space in the buffer. More... almost 3 years ago
Fixed: Issue #1028: When the Monit statefile was removed, the "monit start <service>" action for services with "onreboot nostart" option started the service, but didn't enable the monitoring. The same problem occurred if a new "onreboot nostart" service was added, even if the statefile existed. More... almost 3 years ago
development version++ More... almost 3 years ago
Merged tildeslash/monit into master More... almost 3 years ago