aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius3
Commit message (Collapse)AuthorAge
* freeradius3: Update to 3.0.19Robby K2019-04-16
| | | | | | Latest stable release, contains security fixes for EAP-PWD. Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: Workaround the fifo error introduced by the update to 3.0.18Robby K2019-04-16
| | | | Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: Fix the libpcre dependency in Makefile.Robby K2019-04-16
| | | | Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: update to 3.0.18David Yang2019-04-02
| | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* freeradius3: Add support for SQLDavid Yang2019-04-02
| | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* freeradius3: allow build without openssl enginesEneas U de Queiroz2019-02-25
| | | | | | | | | | | This applies a patch from upstream that avoids a call to ENGINE_cleanup when the openssl library was built without engine support. A workaround for a missing header check was used to silence a warning about the implicit definition of RAND_load_file. A proper fix has been merged upstream as well. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* freeradius3: Enable the EAP-PWD module.Robby K2018-08-20
| | | | | | | | | | | | | This enables the EAP-PWD module, which allows for logging in with only a username and password, while still being secure (see the links below for the details of this EAP method, if interested). https://en.wikipedia.org/wiki/Extensible_Authentication_Protocol#EAP_Password_(EAP-PWD) Also found this blog post which talks about EAP-PWD and its benefits: https://dustri.org/b/eap-pwd-wifi-security-done-right.html Signed-off-by: Robby K <robbyke@gmail.com>
* freeradius3: update to 3.0.17Eneas U de Queiroz2018-05-25
| | | | | | Latest stable release, support for openssl 1.1 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* freeradius3: fix CVE-2017-9148Hauke Mehrtens2017-10-08
| | | | | | This takes the fix for CVE-2017-9148 from Debian. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #4099 from dangowrt/freeradius3-ldapDaniel Golle2017-06-05
|\ | | | | freeradius3: build and package support for LDAP
| * freeradius3: build and package support for LDAPDaniel Golle2017-03-03
| | | | | | | | | | | | | | | | | | The lack of LDAP support was one of the things which prevented users from migrating from freeradius2 to freeradius3. Enable LDAP in freeradius3 so we can finally burry freeradius2. Reported-by: Martin Mueller <mm@sig21.net> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | freeradius3: Bump package releaseToke Høiland-Jørgensen2017-04-26
| | | | | | | | | | | | Forgot to bump the package release in commit 424f4e2c. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | freeradius3: A couple of small fixesToke Høiland-Jørgensen2017-04-26
|/ | | | | | | | | | | | | - Moves /etc/freeradius3/sites-{enabled,available}/inner-tunnel to be part of the freeradius3-mod-eap package. This prevents conflicts between freeradius3-mod-eap-peap and freeradius3-mod-eap-ttls which both included the file before. This fixes LEDE bug FS#678. - Change the demo cert validity to be 1 year instead of 60 days. Should keep the cert valid for the duration of the LEDE release cycle (with some slack). This fixes #4239. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* freeradius2/3: Fixes to init script. (#3022)Toke Høiland-Jørgensen2016-08-05
| | | | | | | | | | | | | | This fixes two issues with the freeradius package init scripts: - The package installs libraries in /usr/lib/freeradius{2,3}, but the musl dynamic linker won't find them there unless LD_LIBRARY_PATH is set to include this directory. This adds an appropriate env statement to the procd init setup. - procd expects services to stay in the foreground, or it will be unable to properly shut them down again. This adds the -f flag to radiusd to achieve that. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* freeradius3: add packageLucile Quirion2016-07-12
freeradius-server version 2.x has been marked End-Of-Life. This commit adds freeradius-server version 3.0.11 in a new package. This commit also introduces the option "freeradius3-default" which activate all modules needed to run radiusd with its default configuration. - rlm_digest (HTTP Digest Authentication) has been added - rlm_unix (System Authentication) has been added - rlm_attr_rewrite has been deleted Note that SQL and LDAP support has been disabled. Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>