freeradius-server
freeradius-server copied to clipboard
FreeRADIUS - A multi-protocol policy server.
### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? For my case, Use Ruckus Access-Point with Wireless...
According to [1], the `PyEval_InitThreads()` (deprecated 3.9), `PyEval_AcquireLock()` and `PyEval_ReleaseLock()` (deprecated 3.2). functions, are removed in Python 3.13. `Py_SetProgramName()` is deprecated since 3.11 as well. `PyEval_InitThreads` can be deleted if...
which will return a byte string if it a string can't be interpreted as UTF8. Also improve exception handling so that no python exceptions remain after the do_python_single call. Otherwise...
### What type of defect/bug is this? Online documentation ### How can the issue be reproduced? The "[**Return to Main Contents**](https://freeradius.org/man/)" link at the top of online man pages points...
### What type of defect/bug is this? Crash or memory corruption (segv, abort, etc...) ### How can the issue be reproduced? 1. Replace the contents of src/tests/modules/redis/cluster_reset.inc with those of...
### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? When you use the rlm_sql connection, the password...
### What type of defect/bug is this? Crash or memory corruption (segv, abort, etc...) ### How can the issue be reproduced? Freeradius 3.2.3, the complete configuration you can see at...
### What type of defect/bug is this? incorrect 3rd party API usage ### How can the issue be reproduced? There are some potential NULL dereference bugs when calling [EVP_DigestSignInit](https://github.com/FreeRADIUS/freeradius-server/blob/master/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast_crypto.c#L237) in...
### What type of defect/bug is this? Crash or memory corruption (segv, abort, etc...) ### How can the issue be reproduced? I'd like to have 2 instances of Python code...
### What type of defect/bug is this? Crash or memory corruption (segv, abort, etc...) ### How can the issue be reproduced? OS: Ubuntu 22.04 freeradius to be started as service...