Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

freeradius-server-devel-3.2.3-2.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: freeradius-server-devel Distribution: openSUSE:Factory:zSystems
Version: 3.2.3 Vendor: openSUSE
Release: 2.2 Build date: Sat Dec 2 02:11:19 2023
Group: Development/Libraries/C and C++ Build host: s390zl22
Size: 224736 Source RPM: freeradius-server-3.2.3-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.freeradius.org/
Summary: FreeRADIUS Development Files
FreeRADIUS header files for development.

Provides

Requires

License

GPL-2.0-only AND LGPL-2.1-only

Changelog

* Thu Aug 31 2023 Adam Majer <adam.majer@suse.de>
  - update to version 3.2.3 (jsc#PED-6567)
    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.
    * Fix mutex locking issues on inbound RADIUS/TLS connections This change
      avoids random issues with "bad record mac".
    * Improve REST encoding loop. Patch from Herwin Weststrate. Closes #4950.
    * Correctly report the LDAP group a user was found in. Fixes #3084.
    * Force correct packet type when running Post-Auth-Type. Helps with #4980.
    * Fix small leak in Client-Lost code. Patch from Terry Burton. PR #4996.
    * Fix TCP socket statistics. Closes #4990.
    * Use NAS-Port-Id instead of NAS-Port during SQL simultaneous-use checks. Helps with #5010.
    Changes in version 3.2.2:
    Feature Improvements
    * The "configure" process now gives a much clearer report when it's finished
    * Fallback to "uname -n" on missing "hostname". Fixes #4771.
    * Export thread details in radmin "stats threads". Fixes #4770.
    * Improve queries for processing radacct into periodic usage data
    * Update dictionary.juniper.
    * Add dictionary.calix.
    * Fix dictionary.rfc6519 DS-Lite-Tunnel-Name to be "octets".
    * Update documentation for robust-proxy-accounting, and be more aggressive about sending packets.
    * Add per-module README.md files in the source.
    * Add default Visual Studio configuration for developers.
    * Postgres can now automatically use alternate queries for errors other than duplicate keys.
    * %{listen:TLS-PSK-Identity} is now set when using PSK and psk_query This
      helps the server track the identity of the client which is connecting.
    * Include thread stats in Status-Server attributes. Fixes #4870.
    * Mark rlm_unbound stable and add to packages.
    * Remove broken/unsupported Dockerfiles for centos8 and debian9.
    Bug Fixes
    * Preliminary support for non-blocking TLS sockets. Helps with #3501.
    * Fix support for partial certificate chains after adding reload support. Fixes #4753.
    * Fix handling of debug_condition.
    * Clean up home server states, and re-sync with the dictionaries.
    * Correct certificate order when creating TLS-* attributes Fixes #4785.
    * Update use of isalpha() etc. so broken configurations have less impact on the server.
    * Outgoing TLS sockets now set SNI correctly from the "hostname" configuration item.
    * Support Apple Homebrew on the M1. Fixes #4754.
    * Better error messages when %{listen:TLS-...} is used.
    * Getting statistics via Status-Server can now be done within a virtual server. Fixes #4868.
    * Make TTLS+MS-CHAP work with TLS 1.3. Fixes #4878.
    * Fix md5 xlat memory leak when using OpenSSL 3.0
  - freeradius-server-rlm_sql_unixodbc-configure.patch: refreshed
  - spec file cleanup: remove duplicate BR: from subpackages
* Mon Feb 06 2023 Adam Majer <adam.majer@suse.de>
  - 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.
    * The linelog module now opens /dev/stdout in "write-only" mode
      if the permissions are set to "u+w" (0002).
    * Various fixes to rlm_unbound from Nick Porter.
    * PEAP now correctly runs Post-Auth-Type Accept.
    * Create "TLS-Cert-*" for outbound Radsec, instead of
      TLS-Client-Cert-* Fixes #4698. See sites-available/tls,
      and fix_cert_order.
    * Minor updates and fixes to CI, Dockerfiles and packaging.
    * Fix rlm_python3 build with python >= 3.10. Fixes #4441.
    Changes in version 3.2.0:
    Feature Improvements
    All features from 3.0.x are included in the 3.2.x releases.
    In addition:
    * Add 'reset_day' and '%%r' parameter for rlm_sqlcounter to
      specify which day of the month the counter should be reset.
    * Partial backport of rlm_json from v4, providing the json_encode
      xlat See mods-available/json for documentation.
    * Support for haproxy "PROXY" protocol See sites-available/tls,
      "proxy_protocol" and doc/antora/modules/howto/pages/protocols/proxy/.
    * Support for sending CoA-Request and Disconnect-Request packets
      in "reverse" down RadSec tunnels. Experimental for now,
      and undocumented.
    * It is now possible to run a virtual server when saving / loading
      TLS cache attributes. See sites-available/tls-cache for more
      information.
    * Removed the "cram" module. It was undocumented,
      and used old and insecure authentication methods.
    * Remove the "otp" module. The "otpd" program it needs is
      no longer available, and the module has not been usable since
      at least 2015.
    * All features from 3.0.x are included in the 3.2.x releases.
    * 3.2.0 requires OpenSSL 1.0.2 or greater.
    Bug Fixes
    * All bug fixes from 3.0.x are included in the 3.2.x releases, including
    * fixes information leakage in EAP-PWD (bsc#1206204, CVE-2022-41859)
    * fixes crash on unknown option in EAP-SIM (bsc#1206205, CVE-2022-41860)
    * fixes crash on invalid abinary data (bsc#1206206, CVE-2022-41861)
  - freeradius-server-enable-python3.patch: refreshed
* Fri Jan 13 2023 Stefan Schubert <schubi@suse.com>
  - Migration of PAM settings to /usr/lib/pam.d.
* Thu Sep 29 2022 Michael Ströder <michael@stroeder.com>
  - use chown with colon instead dot in radiusd.service
* Thu Jul 21 2022 William Brown <william.brown@suse.com>
  - Resolve issue with linking python3 with rlm-python
* Wed Feb 02 2022 Samuel Cabrero <scabrero@suse.de>
  - Remove libwbclient-devel BuildRequires in favor of
    pkgconfig(wbclient); (jsc#SLE-20577);
* Thu Oct 07 2021 Michael Ströder <michael@stroeder.com>
  - 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.
* Thu Oct 07 2021 Adam Majer <adam.majer@suse.de>
  - 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
      the certificates have expired.
    * The Simultaneous-Use code is now IPv6 aware, and can deal
      with NAS-IPv6-Address.
    * Add dictionary.cambium.
    * No longer logs passwords in logfiles (bsc#1184016)
    Bug Fixes
    * Fix crash in trustrouter module (#4115)
    * Fix crash in state handling.
    * Don't alter global options in redhat logrotate scripts.
    * EAP-FAST will print errors and continue, rather than exiting
      when OpenSSL fails various internal sanity checks.
    * Allow admin to manually change core limits, even when core
      limits are disabled.
    * Fix chunked rlm_rest HTTP body. Closes #4131
    * Many fixes around the SQL ippool queries.conf and schema
    * Fix MySQL stored procedures. PR #4170
    * Rework connection pool management for corner cases Fixes #4161, #4162, #4163.
    * Final fix for double free in #3188.
    * Fix sqlcounter wrong memory free. PR #4192
    * Accept slow writes from proxies over TCP, which allows the server
      to make more progress when it receives partial packets.
    * Add 'weeklycounter' for rlm_sqlcounter.
    * Outbound proxying over TCP / TLS is better able to deal with
      partial TCP reads, and has fewer issues with slow networks.
    * Fix wrong data-type of Acct-Delay-Time in rlm_unix.
    * Fix EAP-FAST PAC lifetime calculation.
    * Print correct encoded packet length when debugging.
  - remove python2 build
  - drop references to SLE11
  - freeradius-server-radiusd-logrotate.patch: upstreamed
* Sun Jun 27 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - 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
* Sat Jun 26 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 3.0.23
    * Feature improvements
    * Add "set home_server state ... down" in order to mark the home
      server as administratively down.  Use "alive" to bring it back
      to life.
    * Add Post-Auth-Type "Client-Lost" which should make it easier
      to log when clients stop responding.
    * Cache TLS messages in &session-state, for more debugging.
    * Notes in eap configuration about TLS 1.0 / TLS 1.1, and setting
      cipher_list = "DEFAULT@SECLEVEL=1"
    * Added MANY warning messages about using TLS 1.3 with EAP.
    * Bug fixes
    * Fix crash in some cases when home server is down, in debug mode.
    * Fix (again) "read clients from SQL" functionality.
    * Fix sql_map to return values in more situations.
    * Silently ignore LEAP configuration instead of erroring out.
  - Update to version 3.0.22
    * Feature improvements
    * Limited support for dynamic home servers.
    * Add support for prepend operator ^=.
    * Added rlm_totp, for use with the Google Authenticator app.
    * The default minimum TLS version is now TLS 1.2, as per RFC 8996.
      Older versions can be allowed by setting tls_min_version, and
      updating "cipher_list".
    * Significantly improve the readability and contents of TLS
      debug messages.
    * Allow CoA and Disconnect messages over TLS sockets.
    * Automatically set fragment size / MTU, so that PEAP/EAP-TLS
      works, and no longer requires manual changes to the configuration.
    * Allow "configurable_client_cert=yes" for EAP-TLS.
    * Add TLS 1.2 support for EAP-Fast.
    * Add ca_path_reload_interval option for tls.
    * Add "tls_min_version" to ldap module configuration.
    * Support running policies when receiving a RadSec connection.
    * Update TLS "ecdh_curve" code to allow for multiple curves.
    * Allow delta CRLs.
    * add rlm_sql_map, which can handle multiple columns from an SQL
      query.  See raddb/mods-available/sql_map.
    * New xlat for setting status of rlm_always instances and new
      resource-check example virtual server for manipulating control flow
      in unlang policies based on status of some external resource.
      Patches from Terry Burton.
    * Update radmin to show more information about the home servers
      using "show home_server list all".
    * The default configuration now replies with EAP-Key-Name, if it
      is available, and was requested.
    * Include extensions in generated certificates.
    * Ignore user-provided dhparams in FIPS mode.
    * Remove native support for Cisco LEAP.  It is insecure, and
      should not be used.  Proxying LEAP is still supported.
    * Allow use of password preparation methods with rlm_eap_pwd.
    * More RFC compliance for various corner cases of DHCP,
    * Use DHCP-specific schemas.
    * Add stored procedures for DHCP lease allocation
    * Add support for DHCP-Decline.
    * Added mods-available/dhcp_sql which is a DHCP-specific instance
      of the SQL module.
    * Treat DHCP Discover and Request differently for lease allocation times.
    * Add support for PBKDF2 keys.
    * Update default PostgreSQL schema to use "text" instead of
      a fixed-size "varchar".
    * Add radmin command "show client list verbose", which gives a lot
      more information about each client.
    * Add support for EAPS-AKA authentication to rlm_wimax.
    * Add rlm_rest support for HTTP/2.
    * Add REST-HTTP-Status-Code attribute holding HTTP status code.
    * Add option to set http_negotiation in rlm_rest.  Fixes #2821.
    * Encode / decode NAS-Filter-Rule according to RFC 4849.
    * Allow attributes using old names in configuration files, SQL,
      or modules to match attributes in the packet which use
      new names.
    * Allow querying IPv6 stats via FreeRADIUS-Stats-Client-IPv6-Address
      and FreeRADIUS-Stats-Server-IPv6-Address
    * Add warnings if there is no "real" User-Name to identify users.
    * Add sample configuration to update Stripped-User-Name and/or
      Class for user sessions. See sites-available/default
    * Add configuration to suppress printing values for User-Name, etc.
    * Support dictionary.telrad, which is also in WiMAX format.
    * PEAP 'proxy_tunneled_request_as_eap' is now configurable
      at runtime with Proxy-Tunneled-Request-As-EAP.
    * Debug output now lists client/server proposed TLS ciphers.
    * Add support for TLS1.3
    * Bug fixes
    * Fix long-term double free due to PCRE calling our "free"
      function twice.
    * Respect the "log_reject" configuration item in more places.
    * Run Post-Proxy-Type Fail... when all home servers are down.
    * Note that rlm_replicate can only use UDP, and not TCP or TLS.
    * DHCP pool lookup is now keyed by Client Identifier (Option 61)
      when supplied by client, otherwise the hardware address is used.
      Compliant with RFC 2132. This change will not affect existing
      systems on upgrade, but new installations will use the new behavior.
    * Don't print invalid tags in rlm_cache, among other places.
    * Do home_server failover immediately when an initial TCP / Radsec
      connection fails.
    * Clear error on SQLITE_BUSY to prevent memory leak in corner cases.
    * Properly add SQL clients to virtual servers.
    * Use better API when decoding DHCP packets, to avoid unnecessary work.
    * Parse locale-dependent dates.
    * Fix radiusd.conf ENV LD_PRELOAD function.
    * Make the "date" module handle UTC more consistently.
    * Check for, and complain about, inconsistent use of tls_min_version
      versus disable_tlsv1
    * Fix "read client from SQL" code so that it properly ties clients
      to a virtual server.  Also document the behavior.
    * Fix leak with unknown attributes in detail reader.
    * Fix parenting issues in rlm_yubikey.
  - Drop __DATE__ __TIME__ fixes, implicitly done with source_date_epoch
    variable supported by gcc >= 7
* Mon Jan 04 2021 Adam Majer <adam.majer@suse.de>
  - 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)
* Tue Dec 01 2020 pgajdos@suse.com
  - remove redundant definitions of apache rpm macros
* Wed Aug 26 2020 Adam Majer <adam.majer@suse.de>
  - freeradius-server-radiusd-logrotate.patch: fix permissions in
    logrotate global section (bsc#1170505, bsc#1174905)
* Tue Mar 24 2020 Adam Majer <adam.majer@suse.de>
  - update to 3.0.21 (jsc#SLE-11896)
    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.
    * Option to set dictionary path in raduat script.
    Bug Fixes
    * Various fixes found by PVS-Studio.
    * Set permissions of certificates in bootstrap shell script Fixes #3132.
    * Increase the 'nasportid' SQL field for 'varchar(32)'. #3141.
    * Skip processing proxy reply if there are no home servers available.
    * Update SQLite IPPool queries. Fixes #3177
    * rlm_sql_unixodbc fixes. Fixes #2822.
    * Fixes when building with LibreSSL.
    * Fix the rlm_python3 build. Note that this module is experimental. #3183.
    * The rlm_python should append the 'python_path' paths in 'sys.path'.
      It fixes the expected behavior to use the existing Python modules
      Fixes #3180.
    * Fix rlm_python to print the script errors properly.
    * Bound total query time for PostgreSQL. Fixes #3253.
    * Many fixes to Oracle sqlippool. It now does 500 IPs per second
      without any tuning. Fixes #3270.
    * Reference sqlippool by it's correct name. Fixes #3272.
    * Revert 3.0.20 patch which caused crashes on duplicate clients.
    * Update WiMAX-MSK attribute. Fixes #3280.
    * Fix crash when trying to access non-existant regex capture group.
    * Use timestamps (request or server) rather than SQL NOW()
      in accounting queries so that these are stable when replayed
      from a file buffer.
  - freeradius-python3_patches.patch: upstreamed
* Tue Mar 17 2020 Adam Majer <adam.majer@suse.de>
  - update to 3.0.20 (bsc#1146848)
    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#1144524, CVE-2019-13456)
    * 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.
    * Add support for ENV and LD_PRELOAD in radiusd.conf.
      See the new ENV sub-section of radiusd.conf.
    * Update dictionary.aptilo. #3002.
    * Update dictionary.airespace. #3039.
    * Add sites-available/coa-relay, which makes CoA easier #3045.
    * Add example stored procedure for IP Pools in MySQL
      See mods-config/sql/ippool/mysql/procedure.sql
    * Update dictionary.dhcp dictionary with the recent hardware types.
    * Add experimental rlm_python3. This should largely work
      the same as rlm_python, which was Python2 only.
    * Add Dockerfiles for Debian10 and CentOS8.
    * Add RPM spec file compatibility for RHEL/CentOS 8.
    * Notes on certificate constraints. See raddb/certs/server.cnf.
    * Add NAIRealm example to raddb/certs/server.cnf, for RFC 7585.
    Bug Fixes
    * Allow listen.ipaddr to reference an IPv6-only host. Fixes #2627
    * ERX-Acct-Request-Reason is "integer". Closes #2635.
    * Fix a slow memory leak in the file management code.
    * Try to fix file permissions if they get modified while
      the server is running
    * Fix slow memory leak with clients.
    * Fix request and connection timeouts in rlm_rest.
    * Fix systemd issues.
    * Fixes from clang analyzer.
    * Fix missing include for the dictionaries:
      alcatel.esam, altiga,alvarion.wimax.v2_2,aptis,asn,
      audiocodes,avaya,bristol, columbia_university,freedhcp,garderos,
      infoblox,motorola.illegal, starent.vsa1, telkom, wimax.wichorus.
    * Fix internal sanity check when running with "-Xx".
    * Allow "inner-tunnel" virtual servers to work better
      with "accept" and "reject" policies.
    * Fix dictionary.huawei data types for
      Huawei-DNS-Server-IPv6-address and Huawei-Framed-IPv6-Address.
    * Framed-Interface-ID in postgresql/queries.conf is string,
      not inet Fixes #2817.
    * Fix rlm_cache to complain on unknown attributes in the "update"
      section of its configuration.
    * Add configure checks for -latomic. This helps on armel,
      mips and mipsel. Fixes #2828.
    * Add support to Oracle 19 and 18. Via #2857.
    * Add support for decoding tags in rlm_rest. Fixes #2848.
    * Use correct passwords when updating CRLs in raddb/certs/.
    * Properly separate "originate-coa" packets when accounting
      packets are read from the detail file reader.
    * Use the correct virtual server for pre/post-proxy.
    * radsqlrelay fixes backported from "master" branch
    * Fix DoS issues due to multithreaded BN_CTX access
      (bsc#1166847, CVE-2019-17185)
  - disable python2 for SLE15 and Factory
  - freeradius-server-enable-python3.patch: enable Python3 module
  - freeradius-python3_patches.patch: backport python3 fixes from upstream
  - freeradius-server-opensslversion.patch: updated
* Wed Mar 11 2020 Adam Majer <adam.majer@suse.de>
  - Enable memcached driver on SLE15

Files

/usr/include/freeradius
/usr/include/freeradius/attributes.h
/usr/include/freeradius/autoconf.h
/usr/include/freeradius/base64.h
/usr/include/freeradius/build.h
/usr/include/freeradius/conf.h
/usr/include/freeradius/conffile.h
/usr/include/freeradius/detail.h
/usr/include/freeradius/event.h
/usr/include/freeradius/features.h
/usr/include/freeradius/freeradius.h
/usr/include/freeradius/hash.h
/usr/include/freeradius/heap.h
/usr/include/freeradius/libradius.h
/usr/include/freeradius/map.h
/usr/include/freeradius/md4.h
/usr/include/freeradius/md5.h
/usr/include/freeradius/missing.h
/usr/include/freeradius/modcall.h
/usr/include/freeradius/modules.h
/usr/include/freeradius/packet.h
/usr/include/freeradius/rad_assert.h
/usr/include/freeradius/radius.h
/usr/include/freeradius/radiusd.h
/usr/include/freeradius/radpaths.h
/usr/include/freeradius/radutmp.h
/usr/include/freeradius/realms.h
/usr/include/freeradius/regex.h
/usr/include/freeradius/rfc2865.h
/usr/include/freeradius/rfc2866.h
/usr/include/freeradius/rfc2867.h
/usr/include/freeradius/rfc2868.h
/usr/include/freeradius/rfc2869.h
/usr/include/freeradius/rfc3162.h
/usr/include/freeradius/rfc3576.h
/usr/include/freeradius/rfc3580.h
/usr/include/freeradius/rfc4072.h
/usr/include/freeradius/rfc4372.h
/usr/include/freeradius/rfc4603.h
/usr/include/freeradius/rfc4675.h
/usr/include/freeradius/rfc4679.h
/usr/include/freeradius/rfc4818.h
/usr/include/freeradius/rfc4849.h
/usr/include/freeradius/rfc5090.h
/usr/include/freeradius/rfc5176.h
/usr/include/freeradius/rfc5447.h
/usr/include/freeradius/rfc5580.h
/usr/include/freeradius/rfc5607.h
/usr/include/freeradius/rfc5904.h
/usr/include/freeradius/rfc6519.h
/usr/include/freeradius/rfc6572.h
/usr/include/freeradius/rfc6677.h
/usr/include/freeradius/rfc6911.h
/usr/include/freeradius/rfc6929.h
/usr/include/freeradius/rfc6930.h
/usr/include/freeradius/rfc7055.h
/usr/include/freeradius/rfc7155.h
/usr/include/freeradius/rfc7268.h
/usr/include/freeradius/rfc7499.h
/usr/include/freeradius/rfc7930.h
/usr/include/freeradius/rfc8045.h
/usr/include/freeradius/rfc8559.h
/usr/include/freeradius/sha1.h
/usr/include/freeradius/stats.h
/usr/include/freeradius/sysutmp.h
/usr/include/freeradius/tcp.h
/usr/include/freeradius/threads.h
/usr/include/freeradius/tls.h
/usr/include/freeradius/token.h
/usr/include/freeradius/udpfromto.h
/usr/include/freeradius/vqp.h


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024