aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeradius
Commit message (Collapse)AuthorAgeFilesLines
* main/*: rebuild for json-c-0.14Leo2020-04-231-1/+1
|
* remove stale patchesLeo2020-04-221-28/+0
|
* main/freeradius: update fix for post-proxyNatanael Copa2020-04-202-3/+60
| | | | | | | | | | Use upstream patch. fixes commit 4637853469cf (main/freeradius: go through post-proxy when there are no live home servers) Related report: http://lists.freeradius.org/pipermail/freeradius-users/2020-April/097815.html
* main/freeradius: go through post-proxy when there are no live home serversLeonardo Arena2020-04-162-2/+32
|
* main/freeradius: upgrade to 3.0.21Leo2020-03-262-49/+4
|
* main/freeradius: rebuild against krb5 1.18TBK2020-03-231-1/+1
|
* main/freeradius: return abfab*Jakub Jirutka2020-02-171-4/+1
| | | | | | I originally removed it based on Fedora as a part of bigger cleanup, but now I couldn't find why Fedora actually removed it at the first place and I myself didn't find any reason for removing it.
* main/freeradius: fix problem with globbingJakub Jirutka2020-02-171-14/+14
|
* main/freeradius: move radclient to subpkg -utilsJakub Jirutka2020-02-171-10/+4
| | | | | Since we have -utils subpackage, it doesn't make much sense to keep just radclient in a separate subpackage.
* main/freeradius: remove testing tools (radattr, map_unit) from packageJakub Jirutka2020-02-172-2/+22
|
* main/freeradius: improve setup-freeradius enable-modJakub Jirutka2020-02-172-6/+28
|
* main/freeradius: change default cache paths to /var/cache/radiusdJakub Jirutka2020-02-172-43/+104
| | | | | All are commented out, so we don't have to handle existing cache directories in upgrade.
* main/freeradius: change default cui sqlite location to $db_dir/Jakub Jirutka2020-02-173-2/+23
| | | | It's a database, so it shouldn't be in /var/log.
* main/freeradius: change default sqlite db path to reasonable locationJakub Jirutka2020-02-162-1/+21
|
* main/freeradius: add symlink mod-enabled/sql to -sql subpkgJakub Jirutka2020-02-161-1/+2
|
* main/freeradius: add more actions into setup-freeradius scriptJakub Jirutka2020-02-143-7/+90
|
* main/freeradius: create mods-enabled symlinks in module subpkgsJakub Jirutka2020-02-141-0/+14
| | | | | When user installs a package with the module, we can assume that (s)he wants to actually use it...
* main/freeradius: disable eap module conditionally instead of commenting outJakub Jirutka2020-02-143-78/+69
|
* main/freeradius: move sql/main/ndb to -mysql subpackageJakub Jirutka2020-02-141-0/+1
| | | | ndb is for MySQL
* main/freeradius: install logrotate configJakub Jirutka2020-02-142-0/+37
|
* main/freeradius: fix perms in certs directoryJakub Jirutka2020-02-141-1/+5
|
* main/freeradius: rewrite init scriptJakub Jirutka2020-02-146-39/+78
| | | | | It's RC/init system's job to daemonize process, processes shouldn't do it themself. Also it's required for using OpenRC's daemon supervisor.
* main/freeradius: remove symlinks in default-mods/ from packageJakub Jirutka2020-02-146-5/+65
| | | | Read the comment in APKBUILD for the explanation.
* main/freeradius: move dhcp module into subpkg -dhcpJakub Jirutka2020-02-142-1/+11
| | | | Same as in Debian.
* main/freeradius: move utilities to subpkg -utilsJakub Jirutka2020-02-142-1/+24
| | | | | These are not needed for running radiusd. Fedora and Debian provides them in freeradius-utils package as well.
* main/freeradius: move static libs to subpkg -staticJakub Jirutka2020-02-141-0/+1
|
* main/freeradius: rename subpkg python to python3Jakub Jirutka2020-02-141-4/+3
| | | | | | | | | | | | | | | | | | | | | Package freeradius-python originally provided module rlm_python (Python 2). This was changed in f85c84c720fce503f953ea8f57da1f71d39cae30 by @kaniini to provide rlm_python3 (Python 3) instead. This breakes backward compatibility with previous versions of the package in a way that is not transparent to the user! They will upgrade the packages and suddenly end-up with rlm_python3 module instead of rlm_python without noticing. Moreover, the configuration for rlm_python was left in the package (until I removed it in 21ca670)! These are two different modules with a different configuration. rlm_python uses name "python", rlm_python3 uses name "python3" (config name, module name used in the config, library name...). They are not interchangeable and naming package with rlm_python3 as freeradius-python is very confusing. We don't name Python 3 package as "python" either... Fortunately, this change has not got into any stable branch yet.
* main/freeradius: remove unnused files and move confs to correct subpkgsJakub Jirutka2020-02-141-8/+36
|
* main/freeradius: don't include rundir in packageJakub Jirutka2020-02-141-1/+0
| | | | /run (and /var/run) is a tmpfs.
* main/freeradius: fix home directory of radius userJakub Jirutka2020-02-141-1/+1
|
* main/freeradius: fix default location of db_dir and run_dirJakub Jirutka2020-02-142-10/+35
| | | | | | | | This shouldn't be in /etc, as even the comment above suggests. Both Fedora and Debian changes this to the correct location, /var/lib/radiusd. Also specify real openssl location.
* main/freeradius: simplify split functions using amove commandJakub Jirutka2020-02-141-61/+26
|
* main/freeradius: reformat $makedepends and $subpackagesJakub Jirutka2020-02-141-9/+47
|
* main/freeradius: fix code-styleJakub Jirutka2020-02-141-84/+104
| | | | Mainly curly braces around variables.
* main/freeradius: remove unnecessary $_realnameJakub Jirutka2020-02-141-3/+2
|
* main/freeradius: fix segfault in process request_running()Jakub Jirutka2020-01-262-2/+27
|
* main/freeradius: switch from rlm_python to rlm_python3, modernizeAriadne Conill2020-01-241-6/+5
|
* main/freeradius: fix permissions of certsNatanael Copa2019-11-193-81/+47
| | | | | | ref #10958 also remove unused patch
* main/freeradius: upgrade to 3.0.20Leonardo Arena2019-11-152-100/+4
|
* main/freeradius: rebuild against perl 5.30Natanael Copa2019-09-051-1/+1
|
* main/freeradius: security fix (CVE-2019-10143)Leonardo Arena2019-08-202-2/+100
| | | | Ref #10744
* main/freeradius: modernize, fix licenseLeo2019-06-051-62/+60
|
* main/freeradius: rebuild against perl 5.28Natanael Copa2019-05-111-1/+1
|
* main/freeradius: add secinfoLeonardo Arena2019-04-251-1/+5
|
* main/freeradius: upgrade to 3.0.19Leonardo Arena2019-04-111-3/+3
|
* main/freeradius: rebuild against readline 8Natanael Copa2019-03-131-1/+1
|
* main/freeradius: upgrade to 3.0.18Leonardo Arena2019-02-261-3/+3
|
* main/freeradius: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/freeradius: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* main/[various]: properly rebuild against json-c-0.13Natanael Copa2018-04-191-1/+1
|