node-radius icon indicating copy to clipboard operation
node-radius copied to clipboard

Node.js RADIUS library for packet encoding and decoding.

Results 13 node-radius issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | minor | `4.3` -> `4.9` | --- ### Release Notes nodejs/node (node)...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | minor | `0.10` -> `0.12` | --- ### Release Notes nodejs/node (node)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodeunit](https://togithub.com/caolan/nodeunit) | [`~0.8.6` -> `~0.11.0`](https://renovatebot.com/diffs/npm/nodeunit/0.8.8/0.11.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nodeunit/0.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodeunit/0.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

A small snippet of code I can't request the user to disconnect, it doesn't happen ` const encoded = radius.encode({ code: 'Disconnect-Request', secret: this.secret, identifier: 0, attributes: [ ['User-Name', connect.username],...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

This patch updates the use of buffers to be in line with current standards. The biggest upside is that buffers get zero-filled automatically when allocating them with `Buffer.alloc`, so we...

I want to authenticate user in Active Directory with chap or mschap. The radius comes as a password . There is no way to code this. How can I query...

How should I go about authenticating with Active Directory? Thankx

I want to add WISPr dictionary but I get encoding error. I added file dictionary.wispr in dictionary folder https://opensource.apple.com/source/freeradius/freeradius-11/freeradius/share/dictionary.wispr.auto.html

Hello guys. I'm trying to use this library to perform `Status-Server` requests to a FreeRADIUS server v3.0.19 following the spec and examples in official RFC (section 6.): https://freeradius.org/rfc/rfc5997.html This is...