head 1.2; access; symbols pkgsrc-2023Q4:1.2.0.36 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.34 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.32 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.30 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.28 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.26 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.24 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.22 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.20 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.18 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.16 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.14 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.12 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.10 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.8 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.4 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.6 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.2 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.1.0.18 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.16 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.14 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.12 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.10 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.8 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.6 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2019.07.04.07.44.53; author adam; state Exp; branches; next 1.1; commitid NCakPoySynKPmHtB; 1.1 date 2017.08.26.10.07.29; author fhajny; state Exp; branches; next ; commitid vpfzObW5AlnzSH4A; desc @@ 1.2 log @freeradius: updated to 3.0.19 3.0.19: FEATURE IMPROVEMENTS Update dictionary.cisco. Update sqlippool to allow for stored procedures with PostgreSQL. This increases performance substantially Patch from Nathan Ward. Re-added "show client config" command to radmin. Cleaned up mods-available/sql example so that it is easier to understand. Added pfSense dictionary. Update dictionary.h3c Update elasticsearch/logstash config for v6.7.0. EAP-PWD security fixes from Mathy Vanhoef. See http://freeradius.org/security/. BUG FIXES Update dynamic_client module and server core so that the functionality works. This has been broken since at least v2. Fix crash in sqlippool due to escaping changes Patch from Nathan Ward. Fix systemd notify, watchdog and unit files Fix erroneous length check in EAP-FAST. Update documentation to remove old "ignore_null" configuration. Fix default POD port. Should be 3799. Correctly encode vendor-specific "encrypted" attributes 3.0.18: FEATURE IMPROVEMENTS cleanup_delay can now be 30 seconds. This helps with proxies that have packet loss. Do-Not-Respond policies can now be set in the "post-auth" section. Encode / Decode ADSL Forum DHCP options. Fix module ordering issues. e.g. when "sqlippool" needs "sql". See the "instantiate" section of radiusd.conf. Add Big Switch dictionary. Add sql_session_start policy (raddb/policy.d/accounting) This minimizes race conditions when using Simultaneous-Use Patch from Philippe Wooding. For rlm_perl, all variables are now tainted by default. See raddb/mods-available/perl, and the "perl_flags" configuration item. This change should only affect people who are using variables in insecure ways. Allow "sqlcounter" module to be listed in "post-auth". Add support for IPv6 attributes in SQL. The server is better at handling fail-over for outbound RadSec and TCP connections. The server is now more aggressive about retrying failed outbound RadSec and TCP connections. Add TLS-Session-Version and TLS-Session-Cipher-Suite to the "session_state" list. Add expansion for Radsec connections. "%{listen:TLS-...}" for TLS-Client-Cert-* and TLS-Cert-* attributes. Add notes on running "ldapsearch" using the parameters from the LDAP module. "ipaddr" attributes can now be cast to "integer" type attributes in an "update" section. Move main thread queue to using atomic queues. This should help with contention in high load scenarios. Add "recv_buff" setting to listeners. For more details, see sites-available/default. The sqlippool module can now use attributes other than "Pool-Name" to assign IP pools. The "Pool-Name" attribute is still the default. The "unpack" expansion can now unpack substrings. See mods-available/unpack for documentation and examples. The preprocess module now does "ciscvo_vsa_hack" for Eltex-AVPair. Vendors SHOULD NOT USE THAT KIND OF ATTRIBUTE. Allow for -LDAP-UserDN. See mods-available/ldap for more information. Add sanitizing of control list for moonshot. Update rlm_sql_mysql to be compatible with MySQL 8 Fixes https://bugs.launchpad.net/bugs/1795310. Allow logging of only Access-Accept or Access-Reject messages See radiusd.conf, "auth_accept" and "auth_reject". Removed Connect-Rate comparison. It was unused and broken. Add dictionary.infinera. RPMs can now change raddb location with rpmbuild parameter --define '_sysconfdir /etc'. OpenDirectory module now points to Apple documentation for help with build and configuration. Use OpenSSL HMAC functions instead of local ones. Some SQL modules can now use "auto_escape" to escape unsafe strings See mods-config/sql/main/mysql/queries.conf. Add wispr2date conversion in mods-available/date. Implement dictionary-based handling in rlm_python. Add support for SKIP LOCKED in sqlippool. This can improve performance by an order of magnitude or more. See raddb/mods-config/sql/ippool/*/queries.conf Updated Debian packages to allow for libssl1.1 Allow PSK and certificates at the same time Except for TLS 1.3 which does not support that. Update Debian packages for newer releases Update docker scripts. Add crypt xlat. MySQL connections can now skip verifying the server certificate. Add better mechanism to detect MariaDB (Old MySQL). Add RFC 7532 "bang path" support for realms Update dictionary.ukerna documentation. Add support for systemd service and watchdogs Check for openss/rand.h, and allow building without OpenSSL engine. The default PosgtreSQL queries now use "ON CONFLICT" to better deal with issues. This requires PostgreSQL 9.5 or later. Please use a recent version of PostgreSQL, or edit the default queries to remove "ON CONFLICT". BUG FIXES The session-state list is no longer cleaned in the inner-tunnel. This lets the outer Access-Reject section access session-state. Fix typo in lock initialization for TLS sockets Found by Sergio NNX. Add check for crash when home server down Add username key for postauth table. Better libpcap checks, when the header files or libraries are missing. Allow building with old versions of OpenSSL Allow non-FreeRADIUS State attributes to be used with the "session-state" list. i.e. State length != 16. Be more aggressive about cleaning up zombie children when running in debug mode. Use LTDL_DEEPBIND, which fixes issues with Oracle libraries exporting LDAP API functions. unlock files when asked to unlock them. return error instead of asserting in map code. Don't write 0 bytes to SSL. Remove "expiry_time IS NULL" from allocate_update query. Various dictionary cleanups and consistency checks rlm_python has stronger thread locking to prevent reported issues. Performance may be affected. Don't allow Message-Authenticator to overflow past the end of a large packet. Fix crash in sqlippool when SQL server goes away Typos in man pages. Patch from Nikolai Kondrashov Check for correct OpenSSL version in vulnerability list. Patch from Christian Hesse. Fix crash with CoA packets/ Fix crash in rlm_exec with CoA. Print errors while parsing the log config, and don't quit when deprecated log settings are found. Fix DHCP encoder xlat so that it can be used with a list of attributes. It previously only encoded the first member of the list, and now encodes all members. The "expr" module now skips more whitespace. Remove internal FreeRADIUS-Response-Delay attributes from attr_filter Access-Reject. Don't send junk to redis when maximum args reached. Small updates to IPv6 for accounting schema Fix OpenDirectory integration in rlm_mschap. Fix slow memory leak with dynamic clients. Don't artificially truncate debug output for long strings. Fix memory leak in EAP-PWD. Fix crash in "hints" file with Fall-Through = yes. Fix crash / timer issues with many CoA packets. Fix attr_filter so that it does not treat vendor attributes of number 26 as Vendor-Specific. Fix reconnect correctly in rlm_sql_mysql. Fix rlm_cache to properly use Cache-TTL < 0 Fix rare occurance of bad xlat expansion. Check for rare race condition when a proxy reply arrives too late. @ text @@@comment $NetBSD: PLIST,v 1.1 2017/08/26 10:07:29 fhajny Exp $ lib/rlm_yubikey.${SOEXT} @ 1.1 log @Update net/freeradius to 3.0.15. Based on a PR from @@coyhile (https://github.com/joyent/pkgsrc/issues/18). Splits modules with external dependencies into separate packages. The 1.1.x branch was EOL'd in 2008. No upgrade guide from 1.1.x to 3.0.x seem to exist. Summary of improvements in 3.x: - Moved configuration entries in radiusd.conf to make more sense. - Added the "integer64" and "ipv4prefix" data types. - Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls. - Updated internal API to support new attributes and formats. - Added code to send SNMP Traps. See raddb/trigger.conf. - Added preliminary support for Apple's Grand Central Dispatch. - Added provisions for raddb/dictionary.local, for local changes See raddb/dictionary for more details. - Added packet/s tracking. See max_pps in the "listen" section. - The %{} expansions and "unlang" conditions are now parsed at server start. Descriptive errors are produced for syntax and format errors. - Casting is now supported for "unlang" comparisons. See "man unlang" e.g. 127.0.0.1 == Framed-IP-Address. - Direct comparison of attribute references is now supported e.g. &Foo == &Bar. This avoids stringification of the attributes. - Direct assignment of attributes is now supported e.g. Foo := &Bar. It also works for "octets" data types. - Comparisons of IPv4 and IPv6 prefixes are now supported The "<" operator means "within the prefix" for comparisons. - New sha1 xlat expansion (thanks to Alan Buxey). - Colourised log messages when logging to stdout. Look for yellow warnings and red errors. Doing this will save you a LOT of grief. - If the PCRE library is available, use it (insted of the POSIX functions) to process regular expressions (thanks to Phil Mayers). - -xv now displays all the features the server was built with, and the versions of the core libraries (libtalloc, libssl). Summary of improvements in 2.x: - simple policy language (see "man unlang") - virtual servers ("raddb/sites-available/README") - IPv6 support - better proxy support ("raddb/proxy.conf") - More EAP types - Debugging output should be much easier to understand - VMPS support - More modules have been moved to "stable" status (python, etc.) - SQL configuration has been cleaned up (see "raddb/sql/*") - limited support for HUP. (The configuration for some modules is re-loaded on HUP. Nothing else is reloaded.) - check configuration and exit ("radiusd -C") - Server core is now event based (simpler, more powerful) @ text @d1 2 a2 2 @@comment $NetBSD$ lib/rlm_yubikey.so @