- fixes the byte-ordering issue in radius authentication packet - the original
may not work on little-endian machine.
- make it more conform to the nagios plugin return code convention
Cosmetical changes:
- provide more verbose information for debugging
PR: ports/95398
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: Andrew L Kilpatrick <tiger@whitetigersd.com> (maintainer)
against a radius server. This allows for more rapid
testing/troubleshooting of radius authentication problems depending
upon the method by which the person is authenticating (dial-up
customers come to mind).
Author: Matt Miller <mmiller_at_hick.org>
WWW: http://freshmeat.net/projects/radauth/
PR: ports/91975
Submitted by: Andrew Kilpatrick <tiger_at_whitetigersd.com>