freeradius-server icon indicating copy to clipboard operation
freeradius-server copied to clipboard

FreeRADIUS - A multi-protocol policy server.

Results 174 freeradius-server issues
Sort by recently updated
recently updated
newest added

Fix expected incorrect key name when pem file name contains FQDN Fix trying to load key when it is absent and not loading key when it's present

This makes it consistent with fr_{atomic_queue, message_set, queue, ring_buffer, time_tracking, worker}_debug(), to avoid needless special cases when invoking it from lldb.

Coverity doesn't realize that uninitialized char arrays used as buffer space for sbuffs are in fact set by sbuff functions that write to the sbuff. (Yes, we tried modeling, but...

### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? In v4, src/lib/util/time.c has a function `fr_unix_time_from_str()`. This...

defect
v3.2.x

For inner-tunnel processing it is not possible to use `Post-Auth-Type Challenge`, for example with `rlm_detail`, as it is completely skipped. This PR hooks up the doll to allow this. Works...

### What type of defect/bug is this? Crash or memory corruption (segv, abort, etc...) ### How can the issue be reproduced? I am encountering a segmentation fault every time I...

defect

Update dictionary.iea with Air Marshal RADIUS attributes provided by Peter Deacon, an IEA Software employee, in https://gitlab.com/wireshark/wireshark/-/issues/6486 These vendor RADIUS attributes are attested in https://www.iea-software.com/docs/airmarshal2/airmarshalv2.pdf

"auxilliary" -> "auxiliary" Cisco documents do seem to use the correct spelling, e.g. https://www.cisco.com/c/en/us/td/docs/wireless/asr_5000/21-28/rcr/21-28-change-reference/m_5g-cell-id-support.html https://www.cisco.com/c/en/us/td/docs/wireless/asr_5000/21-28/epdg-admin/21-28-epdg-admin.pdf

This PR resolves during `Post-Auth-Type Client-Lost` the fake request passed to `rlm_detail` does not have `request->packet->timestamp` populated so we end up jumping back to the epoch: ``` (5) Using Post-Auth-Type...