Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4405Themes and Skins13Add-ons758Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Network Connections, Stats and Bandwidth Watchguard Branch Office VPN Tunnels
0.0 (0)
3.8K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)deskwork_itunes142 (4)Davide Lemma (3)Chad Columbus (3)Marcin Bednarski (3)
See More
Newest Contributors
Linuxfabrik (1)signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)
See More

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Brian Candler
BC

Brian Candler

@candlerb

User Stats

Member Since: February 15, 2018

Favorites0

Views

Projects0

No Projects Found
check_radius_ih

Broken password handling

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(&regex); } - memset(buffer,MAX_BUFFER,0); + memset(buffer,0,MAX_BUFFER); } /*

Reviewed 8 years ago

No Favorites Found

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile