Build precise queries to find exactly what you need
Press ESC to close
Useless: password+shared secret is encrypted wrongly, as shown by garbage User-Password received at Freeradius.
This is still the case after fixing the most immediately obvious bugs:
— check_radius_ih.c.orig 2018-02-15 13:35:01.467142532 +0000 +++ check_radius_ih.c 2018-02-15 13:35:21.572082237 +0000 @@ -38,6 +38,7 @@ #include #include #include +#include ^lt;limits.h>
#include “md5.h”
@@ -254,7 +255,7 @@ void fnInitialize(RADIUS_HEADER *radhead) { memset(&global,0,sizeof(GLOBAL)); – memset(radhead,0,sizeof(radhead)); + memset(radhead,0,sizeof(*radhead));
radhead->rad_attr = NULL;
@@ -558,7 +559,7 @@ } regfree(®ex); } – memset(buffer,MAX_BUFFER,0); + memset(buffer,0,MAX_BUFFER); }
/*
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!