17
0

208 Commits

Author SHA256 Message Date
d138743f95 Accepting request 1327153 from network
Forwarded request #1325702 from firstyear

- Add freeradius-server-directoryName-subjectAltNames.patch

- update to 3.2.8
  Configuration changes
  * Replace dictionary.infinera with the correct one.
  * Update dictionary.alteon
  Feature improvements
  * Add support for automated fuzzing. This doesn't affect normal operations, but it does allow for testing of the RADIUS decoder.
  * Allow tagged attributes to use :V as a tag in some cases. The tag is then read from the value which is being assigned to the attribute. This functionality is allowed in 'update' sections, including 'update' in module configurations. See mods-available/ldap for an example.
  * Add kafka module. See mods-available/kafka.
  * Allow &control:Packet-SRC-IP-Address to be used when proxying needs a given source address.
  * Change lower limit for reject_delay to 0.5s. Apparently some NASes will panic and go crazy with a 1s reject_delay.
  * Rate limit complaints when limiting new connections.
  * Update raddb/certs/Makefile to support DER output.
  * Elapsed statistics for packets do not include proxy timers, which helps clarify where any issues are. The total time is still available by adding "our" time to the "proxy" time.
  * json module can now print dates as integers. See mods-available/json
  * The debug output now points to the online documentation in many cases, when there are syntax errors in the configuration.
  * Add support for 389ds password hashes. Patch from Gerald Vogt.
  * reject_delay does not add a delay, but instead ensures that the reject is delayed for at least that time. This change means that reject_delay can be set in more situations, including for proxies.
  * Add delay_proxy_rejects. By default, proxied rejects are not delayed. Setting this flag means that reject_delay is applied to proxied rejects, too.
  * The proxy_rate_limit module can now be listed in the "authorize" section.
  * Update dpsk module to be faster, and be easier to configure with databases. See mods-available/dpsk
  Bug fixes
  * Move assertion in thread / queue code, which only affects debug builds. Fixes #5512.
  * Update CRL checks to avoid crash in some cases. Fixes #5515
  * More tweaks to the TEAP code.
  * Allow building when OpenSSL is missing PSK. Fixes #5520
  * Move assertion so that it isn't triggered when the incoming queue is full, and the server is blocked. Fixes #5512
  * Fix crash when multiple certs are used along with CRL distribution points. Fixes #5515
  * Fix typo in rlm_cache which could cause crashes. Fixes #5522

OBS-URL: https://build.opensuse.org/request/show/1327153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=100
2026-01-14 15:23:24 +00:00
dd19078b77 Accepting request 1325702 from home:firstyear:branches:network
- Add freeradius-server-directoryName-subjectAltNames.patch

- update to 3.2.8
  Configuration changes
  * Replace dictionary.infinera with the correct one.
  * Update dictionary.alteon
  Feature improvements
  * Add support for automated fuzzing. This doesn't affect normal operations, but it does allow for testing of the RADIUS decoder.
  * Allow tagged attributes to use :V as a tag in some cases. The tag is then read from the value which is being assigned to the attribute. This functionality is allowed in 'update' sections, including 'update' in module configurations. See mods-available/ldap for an example.
  * Add kafka module. See mods-available/kafka.
  * Allow &control:Packet-SRC-IP-Address to be used when proxying needs a given source address.
  * Change lower limit for reject_delay to 0.5s. Apparently some NASes will panic and go crazy with a 1s reject_delay.
  * Rate limit complaints when limiting new connections.
  * Update raddb/certs/Makefile to support DER output.
  * Elapsed statistics for packets do not include proxy timers, which helps clarify where any issues are. The total time is still available by adding "our" time to the "proxy" time.
  * json module can now print dates as integers. See mods-available/json
  * The debug output now points to the online documentation in many cases, when there are syntax errors in the configuration.
  * Add support for 389ds password hashes. Patch from Gerald Vogt.
  * reject_delay does not add a delay, but instead ensures that the reject is delayed for at least that time. This change means that reject_delay can be set in more situations, including for proxies.
  * Add delay_proxy_rejects. By default, proxied rejects are not delayed. Setting this flag means that reject_delay is applied to proxied rejects, too.
  * The proxy_rate_limit module can now be listed in the "authorize" section.
  * Update dpsk module to be faster, and be easier to configure with databases. See mods-available/dpsk
  Bug fixes
  * Move assertion in thread / queue code, which only affects debug builds. Fixes #5512.
  * Update CRL checks to avoid crash in some cases. Fixes #5515
  * More tweaks to the TEAP code.
  * Allow building when OpenSSL is missing PSK. Fixes #5520
  * Move assertion so that it isn't triggered when the incoming queue is full, and the server is blocked. Fixes #5512
  * Fix crash when multiple certs are used along with CRL distribution points. Fixes #5515
  * Fix typo in rlm_cache which could cause crashes. Fixes #5522

OBS-URL: https://build.opensuse.org/request/show/1325702
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=176
2026-01-14 08:15:39 +00:00
769470d6d4 Accepting request 1195073 from network
OBS-URL: https://build.opensuse.org/request/show/1195073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=99
2024-08-22 16:13:13 +00:00
17304d0b8d Accepting request 1193650 from home:amanzini:branches:network
- update to 3.2.5
  Feature Improvements
  * TOTP now supports TOTP-Time-Offset for tokens with times that are out of sync. 
    See mods-available/totp.
  * radclient now supports forcing the Request Authenticator and ID for Access-Request 
    packets.
  * Update dictionary.3gpp.
  * Update advice on shared secrets, including suggesting a secure method for generating 
    useful secrets.
  Bug Fixes
  * Allow proxying by pool / home server name to work with auth+acct servers.
  * Fix OpenSSL API usage which sometimes caused crash in MS-CHAP 
    Previously it would either always crash immediately, or never crash.
  * Fix packet statistics. Stop double counting some packets, and track packet 
    statistics even if a socket is closed.
  * Reverted patch in TTLS which broke compatibility with some systems.
  * Don't crash in debug mode when multiple intermediate certs are used Patch 
    from Alexander Chernikov.

OBS-URL: https://build.opensuse.org/request/show/1193650
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=174
2024-08-21 11:13:44 +00:00
7ea104037f Accepting request 1177967 from network
- update to 3.2.4
  Configuration changes
  * Better handle backslashes in strings in the configuration files.
    If the configuration items contain backslashes, then behavior may change.
    However, the previous behavior didn't work as expected,
    and therefore is not likely to be used.
  * reject_delay no longer applies to proxied packets. All servers
    should now set reject_delay = 1 for security and scalability.
  * %{randstr:...} now returns the requested amount of data,
    instead of one too many bytes.
  Feature Improvements
  * Preliminary support for TEAP.
  * Update EAP module pre_proxy checks to make them less restrictive
    This prevents the "middle box" effect from affecting future traffic.
  * Many fixes and updates for Docker images.
  * Add dpsk module. See mods-available/dpsk.
  * Print out what cause the TLS operations to be made, such as the EAP
    method name (peap, ttls, etc), or RADIUS/TLS listen / proxy socket.
  * Add auto_escape to sample SQL module config.
  * Add 'if not exists' to mysql create table queries.
  * Update dictionary.aruba; add dictionary.tplink, dictionary.alphion.
  * Allow for 'encrypt=1' attributes to be longer than 128 characters.
  * Added "radsecret" program which generates strong secrets.
    See the top of the "clients.conf" file for more information.
  * radclient now prints packets as hex when using -xxx.
  * Added "-t timeout" to radsniff. It will stop processing packets
    after <timeout> seconds.
  * Support "interface = ..." on OSX and other *BSD which have IP_BOUND_IF.
  * The detail module now has a "dates_as_integer" configuration item
    See mods-available/detail for more information.

OBS-URL: https://build.opensuse.org/request/show/1177967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=98
2024-05-31 20:18:26 +00:00
75d59c8f9d changelog update only
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=172
2024-05-31 14:54:19 +00:00
bd2e8769f1 - update to 3.2.4
Feature Improvements
  * Preliminary support for TEAP.
  * Update EAP module pre_proxy checks to make them less restrictive
    This prevents the "middle box" effect from affecting future traffic.
  * Many fixes and updates for Docker images.
  * Add dpsk module. See mods-available/dpsk.
  * Print out what cause the TLS operations to be made, such as the EAP
    method name (peap, ttls, etc), or RADIUS/TLS listen / proxy socket.
  * Add auto_escape to sample SQL module config.
  * Add 'if not exists' to mysql create table queries.
  * Update dictionary.aruba; add dictionary.tplink, dictionary.alphion.
  * Allow for 'encrypt=1' attributes to be longer than 128 characters.
  * Added "radsecret" program which generates strong secrets.
    See the top of the "clients.conf" file for more information.
  * radclient now prints packets as hex when using -xxx.
  * Added "-t timeout" to radsniff. It will stop processing packets
    after <timeout> seconds.
  * Support "interface = ..." on OSX and other *BSD which have IP_BOUND_IF.
  * The detail module now has a "dates_as_integer" configuration item
    See mods-available/detail for more information.
  * Add lookback/lookforward steps and more configuration to totp.
    See mods-available/totp.
  * Add "time_since" xlat to calculate elapsed time in seconds,
    milliseconds and microseconds.
  * Support "Post-Auth-Type Challenge" in the inner tunnel.
  * Add "proxy_dedup_window". See radiusd.conf.
  * Document KRB5_CLIENT_KTNAME in the "env" section of radiusd.conf.
  * Add "dedup_key" for misbehaving supplicants. See mods-available/eap.
  Bug Fixes

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=171
2024-05-31 14:47:06 +00:00
eaa142a47d Accepting request 1148113 from network
- fix directory permissions for
  /etc/raddb/mods-config/sql/moonshot-targeted-ids/*sql*
  (boo#1220025, accidentally discovered via boo#1220024) (forwarded request 1147358 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/1148113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=97
2024-02-20 20:15:57 +00:00
d16e2b4560 Accepting request 1147358 from home:cboltz:branches:network
- fix directory permissions for
  /etc/raddb/mods-config/sql/moonshot-targeted-ids/*sql*
  (boo#1220025, accidentally discovered via boo#1220024)

OBS-URL: https://build.opensuse.org/request/show/1147358
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=169
2024-02-20 14:45:39 +00:00
e66b9c4203 Accepting request 1145150 from network
OBS-URL: https://build.opensuse.org/request/show/1145150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=96
2024-02-08 18:03:49 +00:00
015a00e395 Accepting request 1144489 from home:msmeissn:branches:network
- provides for user(radiusd), group(radiusd) and group (winbind) bsc#1219600

OBS-URL: https://build.opensuse.org/request/show/1144489
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=167
2024-02-08 11:39:44 +00:00
7e2cd6ab26 Accepting request 1121419 from network
changes only changes, added CVE references

OBS-URL: https://build.opensuse.org/request/show/1121419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=95
2023-10-31 19:26:27 +00:00
cfed77d475 CVE numbers
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=165
2023-10-31 11:20:42 +00:00
16df966124 CVE references added only
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=164
2023-10-31 11:18:05 +00:00
786e61e17a Accepting request 1108446 from network
- update to version 3.2.3:
  Feature Improvements
  * Add "max_retries" for connection pools. Fixes #4908.
  * Update dictionary.ciena, dictionary.huawei, dictionary.wifialliance and
    dictionary.wispr; add dictionary.eleven.
  * You can now list "eap" in the "pre-proxy" section. If the packet contains a
    malformed EAP message, then the request will be rejected The home server
    will either reject (or discard) this packet anyways, so this change can
    only help with large proxy scenarios.
  * Show warnings if libldap is not using OpenSSL.
  * Support RADIUS/1.1. See
    https://datatracker.ietf.org/doc/draft-dekok-radext-radiusv11/ Disabled by
    default, can be enabled by passing `--with-radiusv11` to the configure
    script. For now, this is for testing interoperability.
  * Add extra sanity checks for malformed EAP attributes.
  * More TLS debugging output.
  * Clear old module instance data before HUP reload. Avoids burst memory use
    when e.g. using large data files with rlm_files.
  * `rlm_cache_redis` is now included in the freeradius-redis packages.
Bug Fixes
  * Don't leak MD contexts with OpenSSL 3.0.
  * Increase internal buffer size for TLS connections, which can help with
    high-load proxies.
  * Send Status-Server checks for TLS connections.
  * Give descriptive error if "update CoA" is used with "fake" packets, as it
    won't work. i.e. inner-tunnel and virtual home servers.
  * Many small ASAN / LSAN fixes from Jorge Pereira.
  * Close inbound RADIUS/TLS socket on TLS errors. When a home server sees a
    TLS error, it will now close the socket, so proxies do not have an open
    (but dead) TLS connection.

OBS-URL: https://build.opensuse.org/request/show/1108446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=94
2023-09-01 12:21:56 +00:00
320a17bae8 OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=162 2023-09-01 11:42:24 +00:00
8c244a1664 - update to version 3.2.3:
Feature Improvements
  * Add "max_retries" for connection pools. Fixes #4908.
  * Update dictionary.ciena, dictionary.huawei, dictionary.wifialliance and
    dictionary.wispr; add dictionary.eleven.
  * You can now list "eap" in the "pre-proxy" section. If the packet contains a
    malformed EAP message, then the request will be rejected The home server
    will either reject (or discard) this packet anyways, so this change can
    only help with large proxy scenarios.
  * Show warnings if libldap is not using OpenSSL.
  * Support RADIUS/1.1. See
    https://datatracker.ietf.org/doc/draft-dekok-radext-radiusv11/ Disabled by
    default, can be enabled by passing `--with-radiusv11` to the configure
    script. For now, this is for testing interoperability.
  * Add extra sanity checks for malformed EAP attributes.
  * More TLS debugging output.
  * Clear old module instance data before HUP reload. Avoids burst memory use
    when e.g. using large data files with rlm_files.
  * `rlm_cache_redis` is now included in the freeradius-redis packages.
Bug Fixes
  * Don't leak MD contexts with OpenSSL 3.0.
  * Increase internal buffer size for TLS connections, which can help with
    high-load proxies.
  * Send Status-Server checks for TLS connections.
  * Give descriptive error if "update CoA" is used with "fake" packets, as it
    won't work. i.e. inner-tunnel and virtual home servers.
  * Many small ASAN / LSAN fixes from Jorge Pereira.
  * Close inbound RADIUS/TLS socket on TLS errors. When a home server sees a
    TLS error, it will now close the socket, so proxies do not have an open
    (but dead) TLS connection.

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=161
2023-09-01 11:37:49 +00:00
101108d66f Accepting request 1063506 from network
- update to version 3.2.1:
  Feature Improvements
  *  Add dictionary.ciena, dictionary.nile, and DHCPv4 dictionaries
  *  Add simultaneous-use queries for MS SQL
  *  Add radmin command for "stats pool <module-name>"
     which prints out statistics about the connection pools.
  *  Client statistics now shows "conflicts",
     to count conflicting packets.
  *  New optional "lightweight accounting-on/off" strategy.
     When refreshing queries.conf you should also add the new
     nasreload table and corresponding GRANTs to your DB schema.
  *  Add TLS-Client-Cert-X509v3-Certificate-Policies, which helps
     with Eduroam.
  *  Allow auth+acct for TCP sockets, too.
  *  Add rlm_cache_redis. See raddb/mods-available/cache for details.
  *  Allow radmin to look up home servers by name, too.
  *  Ensure that dynamic clients don't create loops on duplicates
  *  Removed rlm_sqlhpwippool. There was no documentation, no configuration,
     and the module was ~15 years old with no one using it.
  *  Marked rlm_python3 as stable.
  *  Add sigalgs_list. See raddb/mods-available/eap
  *  For rlm_linelog, when opening files in /dev, look at "permissions"
     to see whether to open them r/w.
  *  More flexibility for dynamic home servers. See
     doc/configuration/dynamic_home_servers.md and
     raddb/home_servers/README.md.
  *  Allow setting of application_name for PostgreSQL.
     See mods-available/sql.
  Bug Fixes
  *  Correct test for open sessions in radacct for MS SQL.

OBS-URL: https://build.opensuse.org/request/show/1063506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=93
2023-02-07 17:49:13 +00:00
af6a62a896 - update to version 3.2.1:
Feature Improvements
  *  Add dictionary.ciena, dictionary.nile, and DHCPv4 dictionaries
  *  Add simultaneous-use queries for MS SQL
  *  Add radmin command for "stats pool <module-name>"
     which prints out statistics about the connection pools.
  *  Client statistics now shows "conflicts",
     to count conflicting packets.
  *  New optional "lightweight accounting-on/off" strategy.
     When refreshing queries.conf you should also add the new
     nasreload table and corresponding GRANTs to your DB schema.
  *  Add TLS-Client-Cert-X509v3-Certificate-Policies, which helps
     with Eduroam.
  *  Allow auth+acct for TCP sockets, too.
  *  Add rlm_cache_redis. See raddb/mods-available/cache for details.
  *  Allow radmin to look up home servers by name, too.
  *  Ensure that dynamic clients don't create loops on duplicates
  *  Removed rlm_sqlhpwippool. There was no documentation, no configuration,
     and the module was ~15 years old with no one using it.
  *  Marked rlm_python3 as stable.
  *  Add sigalgs_list. See raddb/mods-available/eap
  *  For rlm_linelog, when opening files in /dev, look at "permissions"
     to see whether to open them r/w.
  *  More flexibility for dynamic home servers. See
     doc/configuration/dynamic_home_servers.md and
     raddb/home_servers/README.md.
  *  Allow setting of application_name for PostgreSQL.
     See mods-available/sql.
  Bug Fixes
  *  Correct test for open sessions in radacct for MS SQL.

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=159
2023-02-06 18:23:52 +00:00
3671193fd1 Accepting request 1058729 from network
OBS-URL: https://build.opensuse.org/request/show/1058729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=92
2023-01-16 17:00:03 +00:00
7f8dd4c7e1 Accepting request 1058211 from home:schubi2:pam_usr_etc
- Migration of PAM settings to /usr/lib/pam.d.

OBS-URL: https://build.opensuse.org/request/show/1058211
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=157
2023-01-16 15:13:28 +00:00
75e97cf487 Accepting request 1006870 from network
OBS-URL: https://build.opensuse.org/request/show/1006870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=91
2022-09-29 16:13:39 +00:00
febcd0c0e9 Accepting request 1006867 from home:stroeder:branches:network
- use chown with colon instead dot in radiusd.service

OBS-URL: https://build.opensuse.org/request/show/1006867
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=155
2022-09-29 09:02:13 +00:00
0f9435e1ca Accepting request 991370 from network
OBS-URL: https://build.opensuse.org/request/show/991370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=90
2022-07-28 18:58:21 +00:00
a62fd8f549 Accepting request 991315 from home:firstyear:branches:network
- Resolve issue with linking python3 with rlm-python

OBS-URL: https://build.opensuse.org/request/show/991315
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=153
2022-07-27 08:52:31 +00:00
5fc4641174 Accepting request 952634 from network
OBS-URL: https://build.opensuse.org/request/show/952634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=89
2022-02-09 19:39:08 +00:00
25bbd2ee61 Accepting request 950901 from home:scabrero:branches:network
- Remove libwbclient-devel BuildRequires in favor of
  pkgconfig(wbclient); (jsc#SLE-20577);

OBS-URL: https://build.opensuse.org/request/show/950901
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=152
2022-02-08 09:09:10 +00:00
3a07290327 Accepting request 924673 from network
Adding bug reference only to changelog. No changes.

OBS-URL: https://build.opensuse.org/request/show/924673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=88
2021-10-12 19:48:40 +00:00
aefbade61b Add missing bug report in the log
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=151
2021-10-11 15:33:41 +00:00
1a8678abf9 Accepting request 924184 from network
- update to 3.0.25:
  * `correct_escapes` has been added back into the default configuration.
  * A segfault when trying to proxy to zombie home servers has been fixed.
  * A number of other small bugs and compiler warnings were fixed.
  * Added support for building with PostgreSQL 14. 

- Update to version 3.0.24 (jsc#SLE-21237)
  Feature Improvements
  * Add sanitizer options to configure script.
  * Log information needed by Wireshark to decode TLS sessions.
  * Allow more liberal SQL commands in rlm_sql_map.
  * Update dictionary.apc, dictionary.h3c.
  * Add new Acct-Status-Type Subsystem-On and Subsystem-Off See
    dictionary.iana and
    https://freeradius.org/rfc/acct_status_type_subsystem.html.
  * Add reject_unknown_intermediate_ca. See mods-available/eap.
  * Add dynamic loading of certificates via TLS-Session-Cert-File
    See raddb/certs/realms/README.md.
  * Add Server Name Indication (SNI) for outbound RadSec connections
    See raddb/sites-available/tls, and the home server tls
    configuration.
  * Support SNI for inbound RadSec connections. Certificates will be
    loaded from "realm_dir" in the "tls" section. SNI will be cached
    in the TLS-Server-Name-Indication attribute.
  * Preliminary support for haproxy "PROXY" protocol See sites-available/tls,
    "proxy_protocol" and doc/antora/modules/howto/pages/protocols/proxy/.
  * Generate parse errors in more circumstances when we know that
    the configuration is wrong.
  * Add "weeklycounter" to sample sqlcounter configuration.
  * Add certificate attributes to the request list, even if

OBS-URL: https://build.opensuse.org/request/show/924184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=87
2021-10-11 13:31:04 +00:00
Michael Ströder
f6a233cc98 Accepting request 924111 from home:stroeder:branches:network
update to 3.0.25

OBS-URL: https://build.opensuse.org/request/show/924111
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=150
2021-10-07 21:50:17 +00:00
d241b69e71 OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=149 2021-10-07 16:47:23 +00:00
d2ac4cdbeb - remove python2 build
- drop references to SLE11

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=148
2021-10-07 16:11:57 +00:00
0af3e91be0 - freeradius-server-radiusd-logrotate.patch: move logrotate
options into specific parts for each log as "global" options
  will persist past and clobber global options in the
  main logrotate config (bsc#1180525)

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=147
2021-10-07 15:45:35 +00:00
e38cd8baed Accepting request 903262 from network
OBS-URL: https://build.opensuse.org/request/show/903262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=86
2021-07-01 05:05:49 +00:00
2260273364 Accepting request 903141 from home:susnux:branches:network
- Add ldap-schemas subpackage for OpenLDAP radius schemas
- Add freeradius-server-fix-perl-shbang.patch to fix RPMlint warnings
- Fix RPMlint warnings about macros and permissions
- Update to version 3.0.23

OBS-URL: https://build.opensuse.org/request/show/903141
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=146
2021-06-30 15:33:22 +00:00
6b8b92c441 Accepting request 860194 from network
OBS-URL: https://build.opensuse.org/request/show/860194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=85
2021-01-04 18:09:41 +00:00
Michael Ströder
1d57d58c25 Accepting request 860192 from home:adamm:branches:network
- freeradius-server-radiusd-logrotate.patch: move logrotate
  options into specific parts for each log as "global" options
  will persist past and clobber global options in the
  main logrotate config (bsc#1180525)

OBS-URL: https://build.opensuse.org/request/show/860192
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=144
2021-01-04 13:06:40 +00:00
a911cdaaaf Accepting request 852412 from network
OBS-URL: https://build.opensuse.org/request/show/852412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=84
2020-12-02 12:58:57 +00:00
5095331381 Accepting request 852406 from home:pgajdos
- remove redundant definitions of apache rpm macros

OBS-URL: https://build.opensuse.org/request/show/852406
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=142
2020-12-01 17:32:41 +00:00
df95c53b1a Accepting request 829736 from network
- freeradius-server-radiusd-logrotate.patch: fix permissions in
  logrotate global section (bsc#1170505, bsc#1174905)

OBS-URL: https://build.opensuse.org/request/show/829736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=83
2020-08-29 18:35:55 +00:00
d7073d6ae9 logrotate global section (bsc#1170505, bsc#1174905)
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=140
2020-08-26 11:42:57 +00:00
140a41acbc - freeradius-server-radiusd-logrotate.patch: fix permissions in
lograte global section (bsc#1170505, bsc#1174905)

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=139
2020-08-26 11:35:27 +00:00
e4249b3264 Accepting request 788266 from network
Bug number fixes only

OBS-URL: https://build.opensuse.org/request/show/788266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=82
2020-03-26 22:30:55 +00:00
54993280cd Fix bugnumbers only
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=137
2020-03-25 16:15:45 +00:00
4f00cc7f3d Accepting request 787864 from network
- update to 3.0.21
Feature Improvements
  * New stored procedure for allocating IPs with PostgreSQL
    Rates of 1500 IPs per second are now possible
    See raddb/mods-config/sql/ippool/postgresql/procedure.sql
  * Add SQL IP pool support for Microsoft SQL Server
    See raddb/mods-config/sql/ippool/mssql/
  * Added RCNTEC dictionary. Closes #3168.
  * Added Pica8 dictionary. Closes #3179.
  * Add TLS-Client-Cert-Valid-Since attribute holding not
    Before date Patch from Boris Lytochkin. Fixes #3157.
  * Generate attributes containing unknown OIDs See raddb/sites-available/tls
  * Update the WiMAX dictionary.
  * Added ability to rlm_python(Python2) show a stacktrace
    from errors. #2979.
  * Add WiFi Alliance Policy OIDs.
    See raddb/certs/xpextensions
  * radmin now shows coa stats, too.
  * Sample schema extensions for summarizing data in SQL
    See mods-config/sql/main/*/process-radacct.sql
  * Update dictionary.aerohive, dictionary.fortinet,
    dictionary.arista and dictionary.erx.
  * Added VAS Experts dictionary.
  * Many updates to RPM and jenkins builds from Matthew Newton.
  * Added %C (time now in seconds) and %c (microsecond component of now)
    back-ported from the "master" branch.
  * Add reload capability to systemd unit file in Debian and RedHat.
  * Increase timestamp precision in postauth to maximum supported by each
    database and simplify (and make more consistent between drivers)
    the timestamps in SQL queries by using expansions.

OBS-URL: https://build.opensuse.org/request/show/787864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=81
2020-03-24 21:37:30 +00:00
bfa1f1789e - update to 3.0.21
Feature Improvements
  * New stored procedure for allocating IPs with PostgreSQL
    Rates of 1500 IPs per second are now possible
    See raddb/mods-config/sql/ippool/postgresql/procedure.sql
  * Add SQL IP pool support for Microsoft SQL Server
    See raddb/mods-config/sql/ippool/mssql/
  * Added RCNTEC dictionary. Closes #3168.
  * Added Pica8 dictionary. Closes #3179.
  * Add TLS-Client-Cert-Valid-Since attribute holding not
    Before date Patch from Boris Lytochkin. Fixes #3157.
  * Generate attributes containing unknown OIDs See raddb/sites-available/tls
  * Update the WiMAX dictionary.
  * Added ability to rlm_python(Python2) show a stacktrace
    from errors. #2979.
  * Add WiFi Alliance Policy OIDs.
    See raddb/certs/xpextensions
  * radmin now shows coa stats, too.
  * Sample schema extensions for summarizing data in SQL
    See mods-config/sql/main/*/process-radacct.sql
  * Update dictionary.aerohive, dictionary.fortinet,
    dictionary.arista and dictionary.erx.
  * Added VAS Experts dictionary.
  * Many updates to RPM and jenkins builds from Matthew Newton.
  * Added %C (time now in seconds) and %c (microsecond component of now)
    back-ported from the "master" branch.
  * Add reload capability to systemd unit file in Debian and RedHat.
  * Increase timestamp precision in postauth to maximum supported by each
    database and simplify (and make more consistent between drivers)
    the timestamps in SQL queries by using expansions.

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=135
2020-03-24 15:45:52 +00:00
b514b0c8a0 Remove git files from installation
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=134
2020-03-24 14:47:55 +00:00
147d291ae5 - update to 3.0.20
Feature Improvements
  * Added Force10 dictionary.
  * Update dictionary.hp with new attributes. #2690.
  * Update dictionary.aruba with new attributes. #2696.
  * Fix side-channel leak in EAP-PWD (bsc#1166858, CVE-2019-20510)
  * Relax OpenSSL version checks, now that their API is both public, and stable.
  * Note that tls_min_version/tls_max_version also support "1.3"
    Since there is no standard yet for EAP with TLS 1.3, it will not work.
  * Added tripplite dictionary from #2760.
  * Switch to the async interface for rlm_sql_postgresql so that
    we can enforce query_timeout.
  * Added new LDAP option 'allow_dangling_group_ref'.
  * Updated documentation and functionality for EAP session caching
    See "cache" section of mods-available/eap.
  * Tighten systemd unit file security. Fixes #2637.
  * Disable TLS 1.0 and TLS 1.1 support in the default configuration
    We STRONGLY recommend doing this for all installations.
  * Add expansions for *outgoing* Radsec connections
    "%{proxy_listen:TLS-...}" for TLS-Client-Cert-* and
    TLS-Cert-* attributes. Fixes #2839.
  * Add %{listen:tls} which returns "yes" or "no" for
    TLS or non-TLS connections.
  * Update dictionary.lancom with new attributes. #2847.
  * Added rlm_sql_mongo. See raddb/mods-available/sql.
    Note that this module is experimental.
  * Added more documentation in sites-available/robust-proxy-accounting.
  * sqlippool now re-allocates unexpired leases, to prevent IP pool
    exhaustion when clients perform multiple reauthentication attempts
  * Add support to radmin keep the history in ~/.radmin_history.

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=133
2020-03-24 14:20:37 +00:00
85cba6bd62 Accepting request 783861 from network
OBS-URL: https://build.opensuse.org/request/show/783861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=80
2020-03-11 17:55:26 +00:00