Radius
remote.auth- radius_acct_open () - Creates a Radius handle for accounting
- radius_add_server (radius_handle, hostname, port, secret, timeout, max_tries) - Adds a server
- radius_auth_open (radius_handle, hostname, port, secret, timeout, max_tries) - Creates a Radius handle for authentication
- radius_close (radius_handle) - Frees all ressources
- radius_config (radius_handle, file) - Causes the library to read the given configuration file
- radius_create_request (radius_handle, type) - Create accounting or authentication request
- radius_cvt_addr (data) - Converts raw data to IP-Address
- radius_cvt_int (data) - Converts raw data to integer
- radius_cvt_string (data) - Converts raw data to string
- radius_demangle (radius_handle, mangled) - Demangles data
- radius_demangle_mppe_key (radius_handle, mangled) - Derives mppe-keys from mangled data
- radius_get_attr (radius_handle) - Extracts an attribute
- radius_get_vendor_attr (data) - Extracts a vendor specific attribute
- radius_put_addr (radius_handle, type, addr) - Attaches an IP-Address attribute
- radius_put_attr (radius_handle, type, value) - Attaches a binary attribute
- radius_put_int (radius_handle, type, value) - Attaches an integer attribute
- radius_put_string (radius_handle, type, value) - Attaches a string attribute
- radius_put_vendor_addr (radius_handle, vendor, type, addr) - Attaches a vendor specific IP-Address attribute
- radius_put_vendor_attr (radius_handle, vendor, type, value) - Attaches a vendor specific binary attribute
- radius_put_vendor_int (radius_handle, vendor, type, value) - Attaches a vendor specific integer attribute
- radius_put_vendor_string (radius_handle, vendor, type, value) - Attaches a vendor specific string attribute
- radius_request_authenticator (radius_handle) - Returns the request authenticator
- radius_send_request (radius_handle) - Sends the request and waites for a reply
- radius_server_secret (radius_handle) - Returns the shared secret
- radius_strerror (radius_handle) - Returns an error message
