freeradius-client
freeradius-client copied to clipboard
A BSD licenced RADIUS client library
new release?
Hi, I use the check_radius plugin from nagios-plugins that uses freeradius-client for running its RADIUS checks. I was looking in to updating the plugin to support IPv6 and noticed that,...
Is there a plan to add encryption of CHAP-password in rc_pack_list() defined lib/senserver.c? I could have done it outside before adding VP attribute, but in some cases standard requires us...
Hi, I am using freeradius client which is working fine with service-type attributes but when I am trying to access Vendor-Specific attributes then its not working as expected. below the...
Running an application with valgrind it found two getaddrinfo (missing call to freeaddrinfo) memory leaks: - in rc_own_bind_addr (seems trivial to fix) - in rc_find_server_addr (complex code, IMHO there are...
The freeradius-client does not handle Access-Challenge response from a server, internally setting the status to BADRESP_RC. I have a patch available, but need to clear it with my management before...
This patch is trying to provide asynchronous authentification and accounting support for freeRADIUS client library. Since RADIUS is sometimes used in conjonction with tools that process thousands of packets per...
On HP-UX/ia64: ``` # uname -a HP-UX hp113-01 B.11.31 U ia64 1093729534 unlimited-user license ``` this happens in rc_send_server: ``` Program terminated with signal 10, Bus error. BUS_ADRALN - Invalid...
The reception of a RADIUS challenge should not trigger RADIUS server failover.