Search found 3 matches
- Wed May 14, 2014 12:27 am
- Forum: Open Source Nagios Projects
- Topic: [PATCH] guard complete_SSL_shutdown against disable-ssl
- Replies: 5
- Views: 3865
Re: [PATCH] guard complete_SSL_shutdown against disable-ssl
Additionally, the official repo for nrpe is now on github: https://github.com/NagiosEnterprises/nrpe In addition to the nagios-devel list, it might be exceedingly helpful to update the sticky topic on here that indicates the project code is on Github. I can't edit my last post because they disappea...
- Wed May 14, 2014 12:24 am
- Forum: Open Source Nagios Projects
- Topic: [PATCH] guard complete_SSL_shutdown against disable-ssl
- Replies: 5
- Views: 3865
Re: [PATCH] guard complete_SSL_shutdown against disable-ssl
I created a pull request: https://github.com/NagiosEnterprises/nrpe/pull/7 Apologies. I will have someone look at it. Additionally, the official repo for nrpe is now on github: https://github.com/NagiosEnterprises/nrpe Thank you for creating the PR; I have a few more suggestions for nrpe that I wil...
- Mon May 12, 2014 5:33 pm
- Forum: Open Source Nagios Projects
- Topic: [PATCH] guard complete_SSL_shutdown against disable-ssl
- Replies: 5
- Views: 3865
[PATCH] guard complete_SSL_shutdown against disable-ssl
Hello, I observed that nrpe-2.15 and HEAD (15fb2cff as of this post) does not compile if one provides "--disable-ssl" because "complete_SSL_shutdown" has a signature with an SSL type in it. If one guards that method with the same "HAVE_SSL" check, then both of the binar...