8ba9e1
%if 0%{?rhel} > 7
8ba9e1
# Disable python2 build by default
8ba9e1
%bcond_with python2
8ba9e1
%else
8ba9e1
%bcond_without python2
8ba9e1
%endif
8ba9e1
8ba9e1
8ba9e1
Summary: High-performance and highly configurable free RADIUS server
8ba9e1
Name: freeradius
8ba9e1
Version: 3.0.20
047f28
Release: 14%{?dist}
8ba9e1
License: GPLv2+ and LGPLv2+
8ba9e1
Group: System Environment/Daemons
8ba9e1
URL: http://www.freeradius.org/
8ba9e1
8ba9e1
# Is elliptic curve cryptography supported?
8ba9e1
%if 0%{?rhel} >= 7 || 0%{?fedora} >= 20
8ba9e1
%global HAVE_EC_CRYPTO 1
8ba9e1
%else
8ba9e1
%global HAVE_EC_CRYPTO 0
8ba9e1
%endif
8ba9e1
8ba9e1
%global dist_base freeradius-server-%{version}
8ba9e1
8ba9e1
Source0: ftp://ftp.freeradius.org/pub/radius/%{dist_base}.tar.bz2
8ba9e1
Source100: radiusd.service
8ba9e1
Source102: freeradius-logrotate
8ba9e1
Source103: freeradius-pam-conf
8ba9e1
Source104: freeradius-tmpfiles.conf
42d0ad
Source105: rfc3526-group-18-8192.pem
8ba9e1
8ba9e1
Patch1: freeradius-Adjust-configuration-to-fit-Red-Hat-specifics.patch
8ba9e1
Patch2: freeradius-Use-system-crypto-policy-by-default.patch
8ba9e1
Patch3: freeradius-bootstrap-create-only.patch
8ba9e1
Patch4: freeradius-no-buildtime-cert-gen.patch
8ba9e1
Patch5: freeradius-fixes-to-python3-module-since-v3.0.20.patch
42d0ad
Patch6: freeradius-bootstrap-make-permissions.patch
42d0ad
Patch7: freeradius-no-dh-param-load-FIPS.patch
42d0ad
Patch8: freeradius-bootstrap-fixed-dhparam.patch
80a797
Patch9: freeradius-man-Fix-some-typos.patch
80a797
Patch10: freeradius-Fix-resource-hard-limit-error.patch
80a797
Patch11: freeradius-FIPS-exit-if-md5-not-allowed.patch
80a797
Patch12: freeradius-bootstrap-run-only-once.patch
185601
Patch13: freeradius-Fix-unterminated-strings-in-SQL-queries.patch
f5c254
Patch14: freeradius-Fix-segfault-when-home_server-is-null.patch
047f28
Patch15: freeradius-fix-crash-on-invalid-abinary-data.patch
047f28
Patch16: freeradius-fix-crash-unknown-eap-sim.patch
047f28
Patch17: freeradius-fix-info-leakage-eap-pwd.patch
8ba9e1
8ba9e1
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
8ba9e1
8ba9e1
BuildRequires: autoconf
8ba9e1
BuildRequires: make
8ba9e1
BuildRequires: gcc
8ba9e1
BuildRequires: gdbm-devel
8ba9e1
BuildRequires: openssl
8ba9e1
BuildRequires: openssl-devel
8ba9e1
BuildRequires: pam-devel
8ba9e1
BuildRequires: zlib-devel
8ba9e1
BuildRequires: net-snmp-devel
8ba9e1
BuildRequires: net-snmp-utils
8ba9e1
BuildRequires: readline-devel
8ba9e1
BuildRequires: libpcap-devel
8ba9e1
BuildRequires: systemd-units
8ba9e1
BuildRequires: libtalloc-devel
8ba9e1
BuildRequires: pcre-devel
8ba9e1
8ba9e1
%if ! 0%{?rhel}
8ba9e1
BuildRequires: libyubikey-devel
8ba9e1
BuildRequires: ykclient-devel
8ba9e1
%endif
8ba9e1
8ba9e1
# Require OpenSSL version we built with, or newer, to avoid startup failures
8ba9e1
# due to runtime OpenSSL version checks.
8ba9e1
Requires: openssl >= %(rpm -q --queryformat '%%{EPOCH}:%%{VERSION}' openssl)
8ba9e1
Requires(pre): shadow-utils glibc-common
8ba9e1
Requires(post): systemd-sysv
8ba9e1
Requires(post): systemd-units
8ba9e1
# Needed for certificate generation
42d0ad
Requires: make
8ba9e1
Requires(preun): systemd-units
8ba9e1
Requires(postun): systemd-units
8ba9e1
8ba9e1
%description
8ba9e1
The FreeRADIUS Server Project is a high performance and highly configurable
8ba9e1
GPL'd free RADIUS server. The server is similar in some respects to
8ba9e1
Livingston's 2.0 server.  While FreeRADIUS started as a variant of the
8ba9e1
Cistron RADIUS server, they don't share a lot in common any more. It now has
8ba9e1
many more features than Cistron or Livingston, and is much more configurable.
8ba9e1
8ba9e1
FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
8ba9e1
protocol, as defined in RFC 2865 (and others). It allows Network Access
8ba9e1
Servers (NAS boxes) to perform authentication for dial-up users. There are
8ba9e1
also RADIUS clients available for Web servers, firewalls, Unix logins, and
8ba9e1
more.  Using RADIUS allows authentication and authorization for a network to
8ba9e1
be centralized, and minimizes the amount of re-configuration which has to be
8ba9e1
done when adding or deleting new users.
8ba9e1
8ba9e1
%package doc
8ba9e1
Group: Documentation
8ba9e1
Summary: FreeRADIUS documentation
8ba9e1
8ba9e1
%description doc
8ba9e1
All documentation supplied by the FreeRADIUS project is included
8ba9e1
in this package.
8ba9e1
8ba9e1
%package utils
8ba9e1
Group: System Environment/Daemons
8ba9e1
Summary: FreeRADIUS utilities
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
Requires: libpcap >= 0.9.4
8ba9e1
8ba9e1
%description utils
8ba9e1
The FreeRADIUS server has a number of features found in other servers,
8ba9e1
and additional features not found in any other server. Rather than
8ba9e1
doing a feature by feature comparison, we will simply list the features
8ba9e1
of the server, and let you decide if they satisfy your needs.
8ba9e1
8ba9e1
Support for RFC and VSA Attributes Additional server configuration
8ba9e1
attributes Selecting a particular configuration Authentication methods
8ba9e1
8ba9e1
%package devel
8ba9e1
Group: System Environment/Daemons
8ba9e1
Summary: FreeRADIUS development files
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
8ba9e1
%description devel
8ba9e1
Development headers and libraries for FreeRADIUS.
8ba9e1
8ba9e1
%package ldap
8ba9e1
Summary: LDAP support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: openldap-devel
8ba9e1
8ba9e1
%description ldap
8ba9e1
This plugin provides the LDAP support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%package krb5
8ba9e1
Summary: Kerberos 5 support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: krb5-devel
8ba9e1
8ba9e1
%description krb5
8ba9e1
This plugin provides the Kerberos 5 support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%package perl
8ba9e1
Summary: Perl support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
8ba9e1
%{?fedora:BuildRequires: perl-devel}
8ba9e1
BuildRequires: perl-devel
8ba9e1
BuildRequires: perl-generators
8ba9e1
BuildRequires: perl(ExtUtils::Embed)
8ba9e1
8ba9e1
%description perl
8ba9e1
This plugin provides the Perl support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%if %{with python2}
8ba9e1
%package -n python2-freeradius
8ba9e1
Summary: Python 2 support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: python2-devel
8ba9e1
%{?python_provide:%python_provide python2-freeradius}
8ba9e1
# Remove before F30
8ba9e1
Provides: %{name}-python = %{version}-%{release}
8ba9e1
Provides: %{name}-python%{?_isa} = %{version}-%{release}
8ba9e1
Obsoletes: %{name}-python < %{version}-%{release}
8ba9e1
8ba9e1
%description -n python2-freeradius
8ba9e1
This plugin provides the Python 2 support for the FreeRADIUS server project.
8ba9e1
# endif: with python2
8ba9e1
%endif
8ba9e1
8ba9e1
%package -n python3-freeradius
8ba9e1
Summary: Python 3 support for freeradius
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: python3-devel
8ba9e1
%{?python_provide:%python_provide python3-freeradius}
8ba9e1
8ba9e1
%description -n python3-freeradius
8ba9e1
This plugin provides the Python 3 support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%package mysql
8ba9e1
Summary: MySQL support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: mariadb-connector-c-devel
8ba9e1
8ba9e1
%description mysql
8ba9e1
This plugin provides the MySQL support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%package postgresql
8ba9e1
Summary: Postgresql support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: postgresql-devel
8ba9e1
8ba9e1
%description postgresql
8ba9e1
This plugin provides the postgresql support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%package sqlite
8ba9e1
Summary: SQLite support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: sqlite-devel
8ba9e1
8ba9e1
%description sqlite
8ba9e1
This plugin provides the SQLite support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%package unixODBC
8ba9e1
Summary: Unix ODBC support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: unixODBC-devel
8ba9e1
8ba9e1
%description unixODBC
8ba9e1
This plugin provides the unixODBC support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%package rest
8ba9e1
Summary: REST support for freeradius
8ba9e1
Group: System Environment/Daemons
8ba9e1
Requires: %{name} = %{version}-%{release}
8ba9e1
BuildRequires: libcurl-devel
8ba9e1
BuildRequires: json-c-devel
8ba9e1
8ba9e1
%description rest
8ba9e1
This plugin provides the REST support for the FreeRADIUS server project.
8ba9e1
8ba9e1
%prep
8ba9e1
%setup -q -n %{dist_base}
8ba9e1
# Note: We explicitly do not make patch backup files because 'make install'
8ba9e1
# mistakenly includes the backup files, especially problematic for raddb config files.
8ba9e1
%patch1 -p1
8ba9e1
%patch2 -p1
8ba9e1
%patch3 -p1
8ba9e1
%patch4 -p1
8ba9e1
%patch5 -p1
42d0ad
%patch6 -p1
42d0ad
%patch7 -p1
42d0ad
%patch8 -p1
80a797
%patch9 -p1
80a797
%patch10 -p1
80a797
%patch11 -p1
80a797
%patch12 -p1
185601
%patch13 -p1
f5c254
%patch14 -p1
047f28
%patch15 -p1
047f28
%patch16 -p1
047f28
%patch17 -p1
42d0ad
42d0ad
# Add fixed dhparam file to the source to ensure `make tests` can run.
42d0ad
cp %{SOURCE105} raddb/certs/rfc3526-group-18-8192.dhparam
8ba9e1
8ba9e1
%build
8ba9e1
# Force compile/link options, extra security for network facing daemon
8ba9e1
%global _hardened_build 1
8ba9e1
8ba9e1
# Hack: rlm_python3 as stable; prevents building other unstable modules.
8ba9e1
sed 's/rlm_python.*/rlm_python3/g' src/modules/stable -i
8ba9e1
8ba9e1
# python3-config is broken:
8ba9e1
# https://bugzilla.redhat.com/show_bug.cgi?id=1772988
8ba9e1
export PY3_LIB_DIR=%{_libdir}/"$(python3-config --configdir | sed 's#/usr/lib/##g')"
8ba9e1
export PY3_INC_DIR="$(python3 -c 'import sysconfig; print(sysconfig.get_config_var("INCLUDEPY"))')"
8ba9e1
8ba9e1
%configure \
8ba9e1
        --libdir=%{_libdir}/freeradius \
8ba9e1
        --enable-reproducible-builds \
8ba9e1
        --disable-openssl-version-check \
8ba9e1
        --with-openssl \
8ba9e1
        --with-udpfromto \
8ba9e1
        --with-threads \
8ba9e1
        --with-docdir=%{docdir} \
8ba9e1
        --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
8ba9e1
        --with-rlm-sql-postgresql-lib-dir=%{_libdir} \
8ba9e1
        --with-rlm-sql_mysql-include-dir=/usr/include/mysql \
8ba9e1
        --with-mysql-lib-dir=%{_libdir}/mariadb \
8ba9e1
        --with-unixodbc-lib-dir=%{_libdir} \
8ba9e1
        --with-rlm-dbm-lib-dir=%{_libdir} \
8ba9e1
        --with-rlm-krb5-include-dir=/usr/kerberos/include \
8ba9e1
        --with-rlm_python3 \
8ba9e1
        --with-rlm-python3-lib-dir=$PY3_LIB_DIR \
8ba9e1
        --with-rlm-python3-include-dir=$PY3_INC_DIR \
8ba9e1
%if %{without python2}
8ba9e1
        --without-rlm-python2 \
8ba9e1
%endif
8ba9e1
        --without-rlm_eap_ikev2 \
8ba9e1
        --without-rlm_eap_tnc \
8ba9e1
        --without-rlm_sql_iodbc \
8ba9e1
        --without-rlm_sql_firebird \
8ba9e1
        --without-rlm_sql_db2 \
8ba9e1
        --without-rlm_sql_oracle \
8ba9e1
        --without-rlm_unbound \
8ba9e1
        --without-rlm_redis \
8ba9e1
        --without-rlm_rediswho \
8ba9e1
        --without-rlm_cache_memcached
8ba9e1
8ba9e1
make
8ba9e1
8ba9e1
%install
8ba9e1
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/radiusd
8ba9e1
make install R=$RPM_BUILD_ROOT
8ba9e1
8ba9e1
# logs
8ba9e1
mkdir -p $RPM_BUILD_ROOT/var/log/radius/radacct
8ba9e1
touch $RPM_BUILD_ROOT/var/log/radius/{radutmp,radius.log}
8ba9e1
8ba9e1
install -D -m 644 %{SOURCE100} $RPM_BUILD_ROOT/%{_unitdir}/radiusd.service
8ba9e1
install -D -m 644 %{SOURCE102} $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/radiusd
8ba9e1
install -D -m 644 %{SOURCE103} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/radiusd
8ba9e1
8ba9e1
mkdir -p %{buildroot}%{_tmpfilesdir}
8ba9e1
mkdir -p %{buildroot}%{_localstatedir}/run/
8ba9e1
install -d -m 0710 %{buildroot}%{_localstatedir}/run/radiusd/
8ba9e1
install -d -m 0700 %{buildroot}%{_localstatedir}/run/radiusd/tmp
8ba9e1
install -m 0644 %{SOURCE104} %{buildroot}%{_tmpfilesdir}/radiusd.conf
8ba9e1
42d0ad
# Add fixed dhparam file
42d0ad
install -m 0644 %{SOURCE105} %{buildroot}/%{_sysconfdir}/raddb/certs/rfc3526-group-18-8192.dhparam
42d0ad
8ba9e1
# install SNMP MIB files
8ba9e1
mkdir -p $RPM_BUILD_ROOT%{_datadir}/snmp/mibs/
8ba9e1
install -m 644 mibs/*RADIUS*.mib $RPM_BUILD_ROOT%{_datadir}/snmp/mibs/
8ba9e1
8ba9e1
# remove unneeded stuff
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.crt
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.crl
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.csr
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.der
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.key
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.pem
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.p12
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/index.*
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/serial*
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/dh
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/random
8ba9e1
8ba9e1
rm -f $RPM_BUILD_ROOT/usr/sbin/rc.radiusd
8ba9e1
rm -f $RPM_BUILD_ROOT/usr/bin/rbmonkey
8ba9e1
rm -rf $RPM_BUILD_ROOT/%{_libdir}/freeradius/*.a
8ba9e1
rm -rf $RPM_BUILD_ROOT/%{_libdir}/freeradius/*.la
8ba9e1
8ba9e1
rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/main/mssql
8ba9e1
8ba9e1
rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/ippool/oracle
8ba9e1
rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/ippool-dhcp/oracle
8ba9e1
rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/main/oracle
8ba9e1
rm -r $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/moonshot-targeted-ids
8ba9e1
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-available/unbound
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-config/unbound/default.conf
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-available/couchbase
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-available/abfab*
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-available/moonshot-targeted-ids
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/policy.d/abfab*
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/policy.d/moonshot-targeted-ids
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/sites-available/abfab*
8ba9e1
8ba9e1
rm $RPM_BUILD_ROOT/%{_libdir}/freeradius/rlm_test.so
8ba9e1
8ba9e1
# Remove yubikey on RHEL
8ba9e1
%if 0%{?rhel}
8ba9e1
rm $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-available/yubikey
8ba9e1
rm $RPM_BUILD_ROOT/%{_libdir}/freeradius/rlm_yubikey.so
8ba9e1
%endif
8ba9e1
8ba9e1
# remove unsupported config files
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/experimental.conf
8ba9e1
8ba9e1
# Mongo will never be supported on Fedora or RHEL
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-config/sql/ippool/mongo/queries.conf
8ba9e1
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/mods-config/sql/main/mongo/queries.conf
8ba9e1
8ba9e1
# install doc files omitted by standard install
8ba9e1
for f in COPYRIGHT CREDITS INSTALL.rst README.rst VERSION; do
8ba9e1
    cp $f $RPM_BUILD_ROOT/%{docdir}
8ba9e1
done
8ba9e1
cp LICENSE $RPM_BUILD_ROOT/%{docdir}/LICENSE.gpl
8ba9e1
cp src/lib/LICENSE $RPM_BUILD_ROOT/%{docdir}/LICENSE.lgpl
8ba9e1
cp src/LICENSE.openssl $RPM_BUILD_ROOT/%{docdir}/LICENSE.openssl
8ba9e1
8ba9e1
# add Red Hat specific documentation
8ba9e1
cat >> $RPM_BUILD_ROOT/%{docdir}/REDHAT << EOF
8ba9e1
8ba9e1
Red Hat, RHEL, Fedora, and CentOS specific information can be found on the
8ba9e1
FreeRADIUS Wiki in the Red Hat FAQ.
8ba9e1
8ba9e1
http://wiki.freeradius.org/guide/Red-Hat-FAQ
8ba9e1
8ba9e1
Please reference that document.
8ba9e1
8ba9e1
All documentation is in the freeradius-doc sub-package.
8ba9e1
8ba9e1
EOF
8ba9e1
8ba9e1
8ba9e1
# Make sure our user/group is present prior to any package or subpackage installation
8ba9e1
%pre
8ba9e1
getent group  radiusd >/dev/null || /usr/sbin/groupadd -r -g 95 radiusd > /dev/null 2>&1
8ba9e1
getent passwd radiusd >/dev/null || /usr/sbin/useradd  -r -g radiusd -u 95 -c "radiusd user" -d %{_localstatedir}/lib/radiusd -s /sbin/nologin radiusd > /dev/null 2>&1
8ba9e1
exit 0
8ba9e1
8ba9e1
%post
8ba9e1
%systemd_post radiusd.service
8ba9e1
exit 0
8ba9e1
8ba9e1
%preun
8ba9e1
%systemd_preun radiusd.service
8ba9e1
8ba9e1
%postun
8ba9e1
%systemd_postun_with_restart radiusd.service
8ba9e1
if [ $1 -eq 0 ]; then           # uninstall
8ba9e1
  getent passwd radiusd >/dev/null && /usr/sbin/userdel  radiusd > /dev/null 2>&1
8ba9e1
  getent group  radiusd >/dev/null && /usr/sbin/groupdel radiusd > /dev/null 2>&1
8ba9e1
fi
8ba9e1
exit 0
8ba9e1
8ba9e1
/bin/systemctl try-restart radiusd.service >/dev/null 2>&1 || :
8ba9e1
8ba9e1
8ba9e1
%files
8ba9e1
%defattr(-,root,root)
8ba9e1
8ba9e1
# doc
8ba9e1
%license %{docdir}/LICENSE.gpl
8ba9e1
%license %{docdir}/LICENSE.lgpl
8ba9e1
%license %{docdir}/LICENSE.openssl
8ba9e1
%doc %{docdir}/REDHAT
8ba9e1
8ba9e1
# system
8ba9e1
%config(noreplace) %{_sysconfdir}/pam.d/radiusd
8ba9e1
%config(noreplace) %{_sysconfdir}/logrotate.d/radiusd
8ba9e1
%{_unitdir}/radiusd.service
8ba9e1
%{_tmpfilesdir}/radiusd.conf
8ba9e1
%dir %attr(710,radiusd,radiusd) %{_localstatedir}/run/radiusd
8ba9e1
%dir %attr(700,radiusd,radiusd) %{_localstatedir}/run/radiusd/tmp
8ba9e1
%dir %attr(755,radiusd,radiusd) %{_localstatedir}/lib/radiusd
8ba9e1
8ba9e1
# configs (raddb)
8ba9e1
%dir %attr(755,root,radiusd) /etc/raddb
8ba9e1
%defattr(-,root,radiusd)
8ba9e1
/etc/raddb/README.rst
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/panic.gdb
8ba9e1
8ba9e1
%attr(644,root,radiusd) %config(noreplace) /etc/raddb/dictionary
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/clients.conf
8ba9e1
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/templates.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/trigger.conf
8ba9e1
8ba9e1
# symlink: /etc/raddb/hints -> ./mods-config/preprocess/hints
8ba9e1
%config /etc/raddb/hints
8ba9e1
8ba9e1
# symlink: /etc/raddb/huntgroups -> ./mods-config/preprocess/huntgroups
8ba9e1
%config /etc/raddb/huntgroups
8ba9e1
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/proxy.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/radiusd.conf
8ba9e1
8ba9e1
# symlink: /etc/raddb/users -> ./mods-config/files/authorize
8ba9e1
%config(noreplace) /etc/raddb/users
8ba9e1
8ba9e1
# certs
8ba9e1
%dir %attr(770,root,radiusd) /etc/raddb/certs
8ba9e1
%config(noreplace) /etc/raddb/certs/Makefile
8ba9e1
%config(noreplace) /etc/raddb/certs/passwords.mk
8ba9e1
/etc/raddb/certs/README
8ba9e1
%config(noreplace) /etc/raddb/certs/xpextensions
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/certs/*.cnf
42d0ad
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/certs/rfc3526-group-18-8192.dhparam
8ba9e1
%attr(750,root,radiusd) /etc/raddb/certs/bootstrap
8ba9e1
8ba9e1
# mods-config
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config
8ba9e1
/etc/raddb/mods-config/README.rst
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/attr_filter
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/attr_filter/*
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/files
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/files/*
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/preprocess
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/preprocess/*
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool-dhcp
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main
8ba9e1
8ba9e1
# sites-available
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/sites-available
8ba9e1
/etc/raddb/sites-available/README
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/control-socket
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/decoupled-accounting
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/robust-proxy-accounting
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/soh
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/coa
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/coa-relay
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/example
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/inner-tunnel
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/dhcp
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/check-eap-tls
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/status
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/dhcp.relay
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/virtual.example.com
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/originate-coa
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/vmps
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/default
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/proxy-inner-tunnel
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/dynamic-clients
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/copy-acct-to-home-server
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/buffered-sql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/tls
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/channel_bindings
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/challenge
8ba9e1
8ba9e1
# sites-enabled
8ba9e1
# symlink: /etc/raddb/sites-enabled/xxx -> ../sites-available/xxx
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/sites-enabled
8ba9e1
%config(missingok) /etc/raddb/sites-enabled/inner-tunnel
8ba9e1
%config(missingok) /etc/raddb/sites-enabled/default
8ba9e1
8ba9e1
# mods-available
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-available
8ba9e1
/etc/raddb/mods-available/README.rst
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/always
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/attr_filter
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/cache
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/cache_eap
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/chap
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/counter
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/cui
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/date
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/detail
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/detail.example.com
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/detail.log
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/dhcp
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/dhcp_sqlippool
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/digest
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/dynamic_clients
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/eap
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/echo
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/etc_group
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/exec
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/expiration
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/expr
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/files
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/idn
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/inner-eap
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ippool
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/linelog
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/logintime
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/mac2ip
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/mac2vlan
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/mschap
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ntlm_auth
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/opendirectory
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/otp
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/pam
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/pap
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/passwd
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/preprocess
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/python
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/python3
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/radutmp
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/realm
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/redis
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rediswho
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/replicate
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/smbpasswd
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/smsotp
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/soh
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sometimes
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sqlcounter
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sqlippool
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sradutmp
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/unix
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/unpack
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/utf8
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/wimax
8ba9e1
8ba9e1
%if ! 0%{?rhel}
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/yubikey
8ba9e1
%endif
8ba9e1
8ba9e1
# mods-enabled
8ba9e1
# symlink: /etc/raddb/mods-enabled/xxx -> ../mods-available/xxx
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-enabled
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/always
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/attr_filter
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/cache_eap
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/chap
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/date
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/detail
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/detail.log
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/digest
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/dynamic_clients
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/eap
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/echo
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/exec
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/expiration
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/expr
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/files
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/linelog
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/logintime
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/mschap
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/ntlm_auth
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/pap
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/passwd
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/preprocess
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/radutmp
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/realm
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/replicate
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/soh
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/sradutmp
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/unix
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/unpack
8ba9e1
%config(missingok) /etc/raddb/mods-enabled/utf8
8ba9e1
8ba9e1
# policy
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/policy.d
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/accounting
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/canonicalization
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/control
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/cui
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/debug
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/dhcp
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/eap
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/filter
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/operator-name
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/rfc7542
8ba9e1
8ba9e1
8ba9e1
# binaries
8ba9e1
%defattr(-,root,root)
8ba9e1
/usr/sbin/checkrad
8ba9e1
/usr/sbin/raddebug
8ba9e1
/usr/sbin/radiusd
8ba9e1
/usr/sbin/radmin
8ba9e1
8ba9e1
# dictionaries
8ba9e1
%dir %attr(755,root,root) /usr/share/freeradius
8ba9e1
/usr/share/freeradius/*
8ba9e1
8ba9e1
# logs
8ba9e1
%dir %attr(700,radiusd,radiusd) /var/log/radius/
8ba9e1
%dir %attr(700,radiusd,radiusd) /var/log/radius/radacct/
8ba9e1
%ghost %attr(644,radiusd,radiusd) /var/log/radius/radutmp
8ba9e1
%ghost %attr(600,radiusd,radiusd) /var/log/radius/radius.log
8ba9e1
8ba9e1
# libs
8ba9e1
%attr(755,root,root) %{_libdir}/freeradius/lib*.so*
8ba9e1
8ba9e1
# loadable modules
8ba9e1
%dir %attr(755,root,root) %{_libdir}/freeradius
8ba9e1
%{_libdir}/freeradius/proto_dhcp.so
8ba9e1
%{_libdir}/freeradius/proto_vmps.so
8ba9e1
%{_libdir}/freeradius/rlm_always.so
8ba9e1
%{_libdir}/freeradius/rlm_attr_filter.so
8ba9e1
%{_libdir}/freeradius/rlm_cache.so
8ba9e1
%{_libdir}/freeradius/rlm_cache_rbtree.so
8ba9e1
%{_libdir}/freeradius/rlm_chap.so
8ba9e1
%{_libdir}/freeradius/rlm_counter.so
8ba9e1
%{_libdir}/freeradius/rlm_cram.so
8ba9e1
%{_libdir}/freeradius/rlm_date.so
8ba9e1
%{_libdir}/freeradius/rlm_detail.so
8ba9e1
%{_libdir}/freeradius/rlm_dhcp.so
8ba9e1
%{_libdir}/freeradius/rlm_digest.so
8ba9e1
%{_libdir}/freeradius/rlm_dynamic_clients.so
8ba9e1
%{_libdir}/freeradius/rlm_eap.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_fast.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_gtc.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_leap.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_md5.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_mschapv2.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_peap.so
8ba9e1
%if %{HAVE_EC_CRYPTO}
8ba9e1
%{_libdir}/freeradius/rlm_eap_pwd.so
8ba9e1
%endif
8ba9e1
%{_libdir}/freeradius/rlm_eap_sim.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_tls.so
8ba9e1
%{_libdir}/freeradius/rlm_eap_ttls.so
8ba9e1
%{_libdir}/freeradius/rlm_exec.so
8ba9e1
%{_libdir}/freeradius/rlm_expiration.so
8ba9e1
%{_libdir}/freeradius/rlm_expr.so
8ba9e1
%{_libdir}/freeradius/rlm_files.so
8ba9e1
%{_libdir}/freeradius/rlm_ippool.so
8ba9e1
%{_libdir}/freeradius/rlm_linelog.so
8ba9e1
%{_libdir}/freeradius/rlm_logintime.so
8ba9e1
%{_libdir}/freeradius/rlm_mschap.so
8ba9e1
%{_libdir}/freeradius/rlm_otp.so
8ba9e1
%{_libdir}/freeradius/rlm_pam.so
8ba9e1
%{_libdir}/freeradius/rlm_pap.so
8ba9e1
%{_libdir}/freeradius/rlm_passwd.so
8ba9e1
%{_libdir}/freeradius/rlm_preprocess.so
8ba9e1
%{_libdir}/freeradius/rlm_radutmp.so
8ba9e1
%{_libdir}/freeradius/rlm_realm.so
8ba9e1
%{_libdir}/freeradius/rlm_replicate.so
8ba9e1
%{_libdir}/freeradius/rlm_soh.so
8ba9e1
%{_libdir}/freeradius/rlm_sometimes.so
8ba9e1
%{_libdir}/freeradius/rlm_sql.so
8ba9e1
%{_libdir}/freeradius/rlm_sqlcounter.so
8ba9e1
%{_libdir}/freeradius/rlm_sqlippool.so
8ba9e1
%{_libdir}/freeradius/rlm_sql_null.so
8ba9e1
%{_libdir}/freeradius/rlm_unix.so
8ba9e1
%{_libdir}/freeradius/rlm_unpack.so
8ba9e1
%{_libdir}/freeradius/rlm_utf8.so
8ba9e1
%{_libdir}/freeradius/rlm_wimax.so
8ba9e1
8ba9e1
%if ! 0%{?rhel}
8ba9e1
%{_libdir}/freeradius/rlm_yubikey.so
8ba9e1
%endif
8ba9e1
8ba9e1
# main man pages
8ba9e1
%doc %{_mandir}/man5/clients.conf.5.gz
8ba9e1
%doc %{_mandir}/man5/dictionary.5.gz
8ba9e1
%doc %{_mandir}/man5/radiusd.conf.5.gz
8ba9e1
%doc %{_mandir}/man5/radrelay.conf.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_always.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_attr_filter.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_chap.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_counter.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_detail.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_digest.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_expr.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_files.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_idn.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_mschap.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_pap.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_passwd.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_realm.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_sql.5.gz
8ba9e1
%doc %{_mandir}/man5/rlm_unix.5.gz
8ba9e1
%doc %{_mandir}/man5/unlang.5.gz
8ba9e1
%doc %{_mandir}/man5/users.5.gz
8ba9e1
%doc %{_mandir}/man8/raddebug.8.gz
8ba9e1
%doc %{_mandir}/man8/radiusd.8.gz
8ba9e1
%doc %{_mandir}/man8/radmin.8.gz
8ba9e1
%doc %{_mandir}/man8/radrelay.8.gz
8ba9e1
8ba9e1
# MIB files
8ba9e1
%{_datadir}/snmp/mibs/*RADIUS*.mib
8ba9e1
8ba9e1
%files doc
8ba9e1
8ba9e1
%doc %{docdir}/
8ba9e1
8ba9e1
8ba9e1
%files utils
8ba9e1
/usr/bin/*
8ba9e1
8ba9e1
# utils man pages
8ba9e1
%doc %{_mandir}/man1/radclient.1.gz
8ba9e1
%doc %{_mandir}/man1/radeapclient.1.gz
8ba9e1
%doc %{_mandir}/man1/radlast.1.gz
8ba9e1
%doc %{_mandir}/man1/radtest.1.gz
8ba9e1
%doc %{_mandir}/man1/radwho.1.gz
8ba9e1
%doc %{_mandir}/man1/radzap.1.gz
8ba9e1
%doc %{_mandir}/man1/rad_counter.1.gz
8ba9e1
%doc %{_mandir}/man1/smbencrypt.1.gz
8ba9e1
%doc %{_mandir}/man1/dhcpclient.1.gz
8ba9e1
%doc %{_mandir}/man5/checkrad.5.gz
8ba9e1
%doc %{_mandir}/man8/radcrypt.8.gz
8ba9e1
%doc %{_mandir}/man8/radsniff.8.gz
8ba9e1
%doc %{_mandir}/man8/radsqlrelay.8.gz
8ba9e1
%doc %{_mandir}/man8/rlm_ippool_tool.8.gz
8ba9e1
8ba9e1
%files devel
8ba9e1
/usr/include/freeradius
8ba9e1
8ba9e1
%files krb5
8ba9e1
%{_libdir}/freeradius/rlm_krb5.so
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/krb5
8ba9e1
8ba9e1
%files perl
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/perl
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/perl
8ba9e1
%attr(640,root,radiusd) /etc/raddb/mods-config/perl/example.pl
8ba9e1
8ba9e1
%{_libdir}/freeradius/rlm_perl.so
8ba9e1
8ba9e1
%if %{with python2}
8ba9e1
%files -n python2-freeradius
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/python
8ba9e1
/etc/raddb/mods-config/python/example.py*
8ba9e1
/etc/raddb/mods-config/python/radiusd.py*
8ba9e1
%{_libdir}/freeradius/rlm_python.so
8ba9e1
# endif: with python2
8ba9e1
%endif
8ba9e1
8ba9e1
%files -n python3-freeradius
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/python3
8ba9e1
/etc/raddb/mods-config/python3/example.py*
8ba9e1
/etc/raddb/mods-config/python3/radiusd.py*
8ba9e1
%{_libdir}/freeradius/rlm_python3.so
8ba9e1
8ba9e1
%files mysql
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter/mysql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/dailycounter.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/expire_on_login.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/monthlycounter.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/noresetcounter.conf
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui/mysql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/mysql/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/mysql/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool/mysql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/mysql/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/mysql/schema.sql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/mysql/procedure.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool-dhcp/mysql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool-dhcp/mysql/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool-dhcp/mysql/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/mysql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/setup.sql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/mysql/extras
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/mysql/extras/wimax
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/extras/wimax/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/extras/wimax/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/ndb
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/ndb/setup.sql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/ndb/schema.sql
8ba9e1
/etc/raddb/mods-config/sql/main/ndb/README
8ba9e1
8ba9e1
%{_libdir}/freeradius/rlm_sql_mysql.so
8ba9e1
8ba9e1
%files postgresql
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter/postgresql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/dailycounter.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/expire_on_login.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/monthlycounter.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/noresetcounter.conf
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui/postgresql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/postgresql/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/postgresql/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool/postgresql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/postgresql/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/postgresql/schema.sql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/postgresql/procedure.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/postgresql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/setup.sql
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/postgresql/extras
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/extras/voip-postpaid.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/extras/cisco_h323_db_schema.sql
8ba9e1
8ba9e1
%{_libdir}/freeradius/rlm_sql_postgresql.so
8ba9e1
8ba9e1
%files sqlite
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter/sqlite
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/dailycounter.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/expire_on_login.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/monthlycounter.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/noresetcounter.conf
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui/sqlite
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/sqlite/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/sqlite/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool/sqlite
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/sqlite/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/sqlite/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool-dhcp/sqlite
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool-dhcp/sqlite/schema.sql
8ba9e1
8ba9e1
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/sqlite
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/sqlite/queries.conf
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/sqlite/schema.sql
8ba9e1
8ba9e1
%{_libdir}/freeradius/rlm_sql_sqlite.so
8ba9e1
8ba9e1
%files ldap
8ba9e1
%{_libdir}/freeradius/rlm_ldap.so
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ldap
8ba9e1
8ba9e1
%files unixODBC
8ba9e1
%{_libdir}/freeradius/rlm_sql_unixodbc.so
8ba9e1
8ba9e1
%files rest
8ba9e1
%{_libdir}/freeradius/rlm_rest.so
8ba9e1
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
8ba9e1
8ba9e1
%changelog
047f28
* Fri Dec 14 2022 Antonio Torres <antorres@redhat.com> - 3.0.20-14
047f28
- Fix defect found by Covscan
047f28
  Resolves: #2151704
047f28
047f28
* Fri Dec 09 2022 Antonio Torres <antorres@redhat.com> - 3.0.20-13
047f28
- Fix multiple CVEs
047f28
- Add rpminspect configuration
047f28
  Resolves: #2151702
047f28
  Resolves: #2151704
047f28
  Resolves: #2151706
047f28
f5c254
* Thu Dec 9 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-12
f5c254
- Fix segfault when home_server is null
f5c254
  Resolves: bz#2030173
f5c254
185601
* Thu Nov 18 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-11
185601
- Fix unterminated strings in SQL queries
185601
  Resolves: bz#2021247
185601
185601
* Fri Nov 12 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-10
185601
- Rebuild to pick up latest json-c
185601
  Resolves: bz#2021818
185601
80a797
* Tue Aug 03 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-9
80a797
- radiusd.service: don't fail if bootstrap script is not present
80a797
  Resolves: bz#1954521
80a797
80a797
* Fri Jul 30 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-8
80a797
- Extend info about boostrap script in README and comments
80a797
  Resolves: bz#1954521
80a797
80a797
* Wed Jul 21 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-7
80a797
- Ensure bootstrap script is run only once
80a797
  Resolves: bz#1954521
80a797
80a797
* Mon Jul 19 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-6
80a797
- Exit if host in FIPS mode and MD5 usage not explicitly allowed
80a797
  Resolves: bz#1958979
80a797
80a797
* Mon Jul 19 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-5
80a797
- Fix coredump not being able to be enabled
80a797
  Resolves: bz#1977572
80a797
80a797
* Mon Jul 19 2021 Antonio Torres <antorres@redhat.com> - 3.0.20-4
80a797
- Fix some manpage typos
80a797
  Resolves: bz#1843807
80a797
42d0ad
* Thu Aug 06 2020 Alexander Scheel <ascheel@redhat.com> - 3.0.20-3
42d0ad
- Require make for proper bootstrap execution, removes post script
42d0ad
  Resolves: bz#1672285
42d0ad
42d0ad
* Wed Aug 05 2020 Alexander Scheel <ascheel@redhat.com> - 3.0.20-2
42d0ad
- Fix breakage caused by OpenSSL FIPS regression
42d0ad
  Related: bz#1855822
42d0ad
  Related: bz#1810911
42d0ad
  Resolves: bz#1672285
42d0ad
8ba9e1
* Mon Jun 08 2020 Alexander Scheel <ascheel@redhat.com> - 3.0.20-1
8ba9e1
- Update to FreeRADIUS server version 3.0.20
8ba9e1
- Introduce Python 3 support; resolves: bz#1623069
8ba9e1
- DoS issues due to multithreaded BN_CTX access; resolves: bz#1818809
8ba9e1
- Create tmp files in /run; resolves: bz#1805975
8ba9e1
8ba9e1
* Fri Nov 22 2019 Alexander Scheel <ascheel@redhat.com> - 3.0.17-7
8ba9e1
- Fix information leak due to aborting when needing more than 10 iterations
8ba9e1
  Resolves: bz#1751797
8ba9e1
8ba9e1
* Fri Jun 14 2019 Alexander Scheel <ascheel@redhat.com> - 3.0.17-6
8ba9e1
- Fix handling of IPv6-only hostnames with listen.ipaddr
8ba9e1
  Resolves: bz#1685546
8ba9e1
8ba9e1
* Fri Jun 14 2019 Alexander Scheel <ascheel@redhat.com> - 3.0.17-5
8ba9e1
- Fix possible privilege escalation due to insecure logrotate configuration
8ba9e1
  Resolves: bz#1719369
8ba9e1
8ba9e1
* Fri Dec 14 2018 Alexander Scheel <ascheel@redhat.com> - 3.0.17-4
8ba9e1
- Fixes two EAP-PWD security issues
8ba9e1
  Resolves: bz#1699417 authentication bypass with an invalid curve attack
8ba9e1
  Resolves: bz#1699421 fake authentication using reflection
8ba9e1
8ba9e1
* Fri Dec 14 2018 Alexander Scheel <ascheel@redhat.com> - 3.0.17-2
8ba9e1
- Updates radiusd.service to start after network-online.target
8ba9e1
  Resolves: bz#1637275
8ba9e1
8ba9e1
* Thu Oct 18 2018 Alexander Scheel <ascheel@redhat.com> - 3.0.17-1
8ba9e1
- Update to FreeRADIUS server version 3.0.17
8ba9e1
- Adds OpenSSL HMAC patches from upstream (unreleased)
8ba9e1
- Adds Python2 shebang patches from upstream (unreleased)
8ba9e1
8ba9e1
* Mon Sep 17 2018 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.15-18
8ba9e1
- Actually apply patches added previously.
8ba9e1
  Related: Bug#1612512 Man page scan results for freeradius
8ba9e1
8ba9e1
* Fri Sep 14 2018 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.15-17
8ba9e1
- Fix a few minor manpage issues.
8ba9e1
  Resolves: Bug#1612512 Man page scan results for freeradius
8ba9e1
8ba9e1
* Wed Sep 12 2018 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.15-16
8ba9e1
- Add make to Requires(post) to fix certificate generation on install.
8ba9e1
  Resolves: Bug#1628213 FreeRADIUS fails to start due to default certificate
8ba9e1
                        permissions
8ba9e1
8ba9e1
* Mon Jul 30 2018 Florian Weimer <fweimer@redhat.com> - 3.0.15-15
8ba9e1
- Rebuild with fixed binutils
8ba9e1
8ba9e1
* Wed Jul 25 2018 Petr Kubat <pkubat@redhat.com> - 3.0.15-14
8ba9e1
- Rebuilt for gdbm
8ba9e1
8ba9e1
* Mon Jun 11 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.0.15-13
8ba9e1
- Disable the python2 subpackage
8ba9e1
8ba9e1
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 3.0.15-12
8ba9e1
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
8ba9e1
8ba9e1
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.15-11
8ba9e1
- Escape macros in %%changelog
8ba9e1
8ba9e1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.15-10
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8ba9e1
8ba9e1
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.0.15-9
8ba9e1
- Rebuilt for switch to libxcrypt
8ba9e1
8ba9e1
* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.15-8
8ba9e1
- Update Python 2 dependency declarations to new packaging standards
8ba9e1
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
8ba9e1
8ba9e1
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 3.0.15-7
8ba9e1
- Rebuilt for libjson-c.so.3
8ba9e1
8ba9e1
* Thu Oct 26 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.15-6
8ba9e1
- Use mariadb-connector-c-devel instead of mysql-devel or mariadb-devel
8ba9e1
  Resolves: Bug#1493904 Use mariadb-connector-c-devel instead of mysql-devel
8ba9e1
                        or mariadb-devel
8ba9e1
8ba9e1
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0.15-5
8ba9e1
- Add Provides for the old name without %%_isa
8ba9e1
8ba9e1
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0.15-4
8ba9e1
- Python 2 binary package renamed to python2-freeradius
8ba9e1
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
8ba9e1
8ba9e1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.15-3
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8ba9e1
8ba9e1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.15-2
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8ba9e1
8ba9e1
* Tue Jul 18 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.15-1
8ba9e1
- Upgrade to upstream v3.0.15 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
- Resolves: Bug#1471848 CVE-2017-10978 freeradius: Out-of-bounds read/write
8ba9e1
                        due to improper output buffer size check in
8ba9e1
                        make_secret()
8ba9e1
- Resolves: Bug#1471860 CVE-2017-10983 freeradius: Out-of-bounds read in
8ba9e1
                        fr_dhcp_decode() when decoding option 63
8ba9e1
- Resolves: Bug#1471861 CVE-2017-10984 freeradius: Out-of-bounds write in
8ba9e1
                        data2vp_wimax()
8ba9e1
- Resolves: Bug#1471863 CVE-2017-10985 freeradius: Infinite loop and memory
8ba9e1
                        exhaustion with 'concat' attributes
8ba9e1
- Resolves: Bug#1471864 CVE-2017-10986 freeradius: Infinite read in
8ba9e1
                        dhcp_attr2vp()
8ba9e1
- Resolves: Bug#1471865 CVE-2017-10987 freeradius: Buffer over-read in
8ba9e1
                        fr_dhcp_decode_suboptions()
8ba9e1
- Resolves: Bug#1456220 freeradius-3.0.15 is available
8ba9e1
8ba9e1
* Thu Jul 13 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.14-3
8ba9e1
- Rebuild with updated MySQL client library
8ba9e1
8ba9e1
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.14-2
8ba9e1
- Perl 5.26 rebuild
8ba9e1
8ba9e1
* Tue May 30 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.14-1
8ba9e1
- Upgrade to upstream v3.0.14 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
- Fix TLS resumption authentication bypass (CVE-2017-9148)
8ba9e1
8ba9e1
* Wed Mar 29 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.13-3
8ba9e1
- Explicitly disable rlm_cache_memcached to avoid error when the module's
8ba9e1
  dependencies are installed, and it is built, but not packaged.
8ba9e1
- Prevent segfaults by adding a missing handling of connection errors in
8ba9e1
  rlm_ldap.
8ba9e1
- Make radtest use Cleartext-Password for EAP, fixing its support for eap-md5.
8ba9e1
8ba9e1
* Wed Mar 15 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.13-2
8ba9e1
- Fix permissions of default key files in raddb/certs.
8ba9e1
- Require OpenSSL version we built with, or newer, to avoid startup failures
8ba9e1
  due to runtime OpenSSL version checks.
8ba9e1
  Resolves: Bug#1299388
8ba9e1
- Fix some issues found with static analyzers.
8ba9e1
8ba9e1
* Tue Mar 07 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.13-1
8ba9e1
- Upgrade to upstream v3.0.13 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
8ba9e1
* Tue Feb 21 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-3
8ba9e1
- Do not fail logrotate if radiusd is not running.
8ba9e1
- Fix output to log file specified with -l option.
8ba9e1
- Fix long hostnames interpreted as IP addresses.
8ba9e1
- Avoid clashes with libtool library symbols.
8ba9e1
- Remove mentions of Auth-Type = System from docs.
8ba9e1
- Improve ip/v4/v6/addr documentation.
8ba9e1
8ba9e1
* Mon Feb 20 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-2
8ba9e1
- Fix three cases of comparing pointers to zero characters
8ba9e1
- Support OpenSSL v1.1.0
8ba9e1
  Resolves: Bug#1385588
8ba9e1
8ba9e1
* Fri Feb 17 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-1
8ba9e1
- Upgrade to upstream v3.0.12 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
8ba9e1
* Fri Feb 17 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.11-7
8ba9e1
- Make sure FreeRADIUS starts after IPA, directory, and Kerberos servers
8ba9e1
- Don't rotate radutmp, as it's not a log file
8ba9e1
- Logrotate with "systemctl" instead of "service"
8ba9e1
- Remove executable bits from "radiusd.service"
8ba9e1
8ba9e1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.11-6
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8ba9e1
8ba9e1
* Mon Jan 16 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.11-5
8ba9e1
- Move tmpfiles.d config to %%{_tmpfilesdir}
8ba9e1
- Install license files as %%license
8ba9e1
8ba9e1
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.0.11-4
8ba9e1
- Rebuild for readline 7.x
8ba9e1
8ba9e1
* Mon Sep 26 2016 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.11-3
8ba9e1
- Switch default configuration to use system's crypto policy.
8ba9e1
  Resolves: Bug#1179224
8ba9e1
8ba9e1
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.11-2
8ba9e1
- Perl 5.24 rebuild
8ba9e1
8ba9e1
* Tue Apr 12 2016 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.11-1
8ba9e1
- Upgrade to upstream v3.0.10 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
8ba9e1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-2
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8ba9e1
8ba9e1
* Wed Dec 09 2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.10-1
8ba9e1
- Upgrade to upstream v3.0.10 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
  Related: Bug#1133959
8ba9e1
- Remove rlm_eap_tnc support as the required package "tncfhh" was retired.
8ba9e1
8ba9e1
* Wed Aug 19 2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.9-1
8ba9e1
- Upgrade to upstream v3.0.9 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
  Resolves: Bug#1133959
8ba9e1
8ba9e1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.8-3
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8ba9e1
8ba9e1
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.8-2
8ba9e1
- Perl 5.22 rebuild
8ba9e1
8ba9e1
* Tue Apr 28 2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.8-1
8ba9e1
- Upgrade to upstream v3.0.7 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
  Related: Bug#1133959
8ba9e1
8ba9e1
* Thu Mar 19 2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.7-1
8ba9e1
- Upgrade to upstream v3.0.7 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
  Resolves: Bug#1133959
8ba9e1
- Add freeradius-rest package containing rlm_rest module.
8ba9e1
  Resolves: Bug#1196276
8ba9e1
8ba9e1
* Fri Feb 13 2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.4-4
8ba9e1
- Bump release number to catch up with Fedora 21.
8ba9e1
8ba9e1
* Mon Jan 19 2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.4-3
8ba9e1
- Fix OpenSSL version parsing when checking for compatibility at run time.
8ba9e1
  Resolves: Bug#1173821
8ba9e1
- Don't remove backslash from unknown escape sequences in LDAP values.
8ba9e1
  Resolves: Bug#1173526
8ba9e1
- Improve dhcpclient and rad_counter online help.
8ba9e1
  Resolves: Bug#1146966
8ba9e1
- raddb: Move trigger.conf INCLUDE before modules, making it easier to refer
8ba9e1
  to trigger variables from module configurations.
8ba9e1
  Resolves: Bug#1155961
8ba9e1
- Fix ipaddr option fallback onto ipv6.
8ba9e1
  Resolves: Bug#1168868
8ba9e1
- raddb: Comment on ipaddr/ipv4addr/ipv6addr use.
8ba9e1
  Resolves: Bug#1168247
8ba9e1
- Disable rlm_rest building explicitly to avoid unintended builds on some
8ba9e1
  architectures breaking RPM build.
8ba9e1
  Resolves: Bug#1162156
8ba9e1
- Add -D option support to dhcpclient.
8ba9e1
  Related: Bug#1146939
8ba9e1
- Don't install rbmonkey - a test tool only useful to developers.
8ba9e1
  Related: Bug#1146966
8ba9e1
- Update clients(5) man page
8ba9e1
  Resolves: Bug#1147464
8ba9e1
- Fix possible group info corruption/segfault in rlm_unix' fr_getgrnam.
8ba9e1
- Fix file configuration item parsing.
8ba9e1
- Fix a number of trigger issues.
8ba9e1
  Resolves: Bug#1110407 radiusd doesn't send snmp trap after "radmin -e 'hup
8ba9e1
                        files'"
8ba9e1
  Resolves: Bug#1110414 radiusd doesn't send snmp trap when sql connection is
8ba9e1
                        opened,closed or fail
8ba9e1
  Resolves: Bug#1110186 radiusd doesn't send snmp trap when ldap connection
8ba9e1
                        fails/opens/closes
8ba9e1
  Resolves: Bug#1109164 snmp trap messages send by radiusd are inconsistent
8ba9e1
                        and incomplete
8ba9e1
- Fix two omissions from radtest manpage.
8ba9e1
  Resolves: Bug#1146898 'eap-md5' value is missing in -t option in SYNOPSIS
8ba9e1
                        of radtest man page
8ba9e1
  Resolves: Bug#1114669 Missing -P option in radtest manpage
8ba9e1
- Disable OpenSSL version checking to avoid the need to edit radiusd.conf to
8ba9e1
  confirm heartbleed is fixed.
8ba9e1
  Resolves: Bug#1155070 FreeRADIUS doesn't start after upgrade due to failing
8ba9e1
                        OpenSSL version check
8ba9e1
8ba9e1
* Mon Oct  6 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.4-2
8ba9e1
- Fix abort on home server triggers.
8ba9e1
- Fix segfault upon example.pl read failure.
8ba9e1
- Fix example.pl permissions.
8ba9e1
- Fix integer handling in various cases.
8ba9e1
- Fix dhcpclient's dictionary.dhcp loading.
8ba9e1
8ba9e1
* Mon Sep 15 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.4-1
8ba9e1
- Upgrade to upstream 3.0.4 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
- Resolves: Bug#1099620
8ba9e1
8ba9e1
* Tue Sep 09 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.4-0.2.rc2
8ba9e1
- Perl 5.20 mass
8ba9e1
8ba9e1
* Mon Sep  8 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.4-0.1.rc2
8ba9e1
- Upgrade to upstream 3.0.4-rc2 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
8ba9e1
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.3-5
8ba9e1
- Perl 5.20 rebuild
8ba9e1
8ba9e1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-4
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8ba9e1
8ba9e1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-3
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8ba9e1
8ba9e1
* Mon Jun  2 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.3-2
8ba9e1
- Add explicit dependency on OpenSSL package with fixed CVE-2014-0160
8ba9e1
  (Heartbleed bug).
8ba9e1
- Add confirmation of CVE-2014-0160 being fixed in OpenSSL to radiusd.conf.
8ba9e1
8ba9e1
* Wed May 14 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.3-1
8ba9e1
- Upgrade to upstream 3.0.3 release.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage).
8ba9e1
- Minor configuration parsing change: "Double-escaping of characters in Perl,
8ba9e1
  and octal characters has been fixed. If your configuration has text like
8ba9e1
  "\\000", you will need to remove one backslash."
8ba9e1
- Additionally includes post-release fixes for:
8ba9e1
  * case-insensitive matching in compiled regular expressions not working,
8ba9e1
  * upstream issue #634 "3.0.3 SIGSEGV on config parse",
8ba9e1
  * upstream issue #635 "3.0.x - rlm_perl - strings are still
8ba9e1
    escaped when passed to perl from FreeRADIUS",
8ba9e1
  * upstream issue #639 "foreach may cause ABORT".
8ba9e1
- Fixes bugs 1097266 1070447
8ba9e1
8ba9e1
* Wed May  7 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.2-1
8ba9e1
- Upgrade to upstream 3.0.2 release, configuration compatible with 3.0.1.
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage)
8ba9e1
- Fixes bugs 1058884 1061408 1070447 1079500
8ba9e1
8ba9e1
* Mon Feb 24 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.1-4
8ba9e1
- Fix CVE-2014-2015 "freeradius: stack-based buffer overflow flaw in rlm_pap
8ba9e1
  module"
8ba9e1
- resolves: bug#1066984 (fedora 1066763)
8ba9e1
8ba9e1
* Fri Feb 21 2014 John Dennis <jdennis@redhat.com> - 3.0.1-3
8ba9e1
- resolves: bug#1068798 (fedora 1068795)
8ba9e1
  rlm_perl attribute values truncated
8ba9e1
8ba9e1
* Sun Jan 19 2014 John Dennis <jdennis@redhat.com> - 3.0.1-2
8ba9e1
- resolves: bug#1055073 (fedora 1055072)
8ba9e1
  rlm_ippool; bad config file attribute and fails to send reply attributes
8ba9e1
- resolves: bug#1055567 (fedora 1056227)
8ba9e1
  bad mysql sql syntax
8ba9e1
- change CFLAGS -imacros to -include to address gcc/gdb bug 1004526
8ba9e1
  where gdb will not display source information, only <command-line>
8ba9e1
8ba9e1
* Tue Jan 14 2014 John Dennis <jdennis@redhat.com> - 3.0.1-1
8ba9e1
- Upgrade to upstream 3.0.1 release, full config compatible with 3.0.0.
8ba9e1
  This is a roll-up of all upstream bugs fixes found in 3.0.0
8ba9e1
  See upstream ChangeLog for details (in freeradius-doc subpackage)
8ba9e1
- fixes bugs 1053020 1044747 1048474 1043036
8ba9e1
8ba9e1
* Tue Nov 26 2013 John Dennis <jdennis@redhat.com> - 3.0.0-4
8ba9e1
- resolves: bug#1031035
8ba9e1
  remove radeapclient man page,
8ba9e1
  upstream no longer supports radeapclient, use eapol_test instead
8ba9e1
- resolves: bug#1031061
8ba9e1
  rlm_eap_leap memory corruption, see freeradius-rlm_leap.patch
8ba9e1
- move man pages for utils into utils subpackage from doc subpackage
8ba9e1
- fix HAVE_EC_CRYPTO test to include f20
8ba9e1
- add new directory /var/run/radiusd/tmp
8ba9e1
  update mods-available/eap so tls-common.verify.tmpdir to point to it
8ba9e1
8ba9e1
* Wed Nov 13 2013 John Dennis <jdennis@redhat.com> - 3.0.0-3
8ba9e1
- resolves: bug#1029941
8ba9e1
  PW_TYPE_BOOLEAN config item should be declared int, not bool
8ba9e1
8ba9e1
* Mon Oct 28 2013 John Dennis <jdennis@redhat.com> - 3.0.0-2
8ba9e1
- resolves: bug#1024119
8ba9e1
  tncfhh-devel is now available in RHEL-7, remove conditional BuildRequires
8ba9e1
8ba9e1
* Sun Oct 13 2013 John Dennis <jdennis@redhat.com> - 3.0.0-1
8ba9e1
- Offical 3.0 gold release from upstream
8ba9e1
- resolves: bug#1016873
8ba9e1
- resolves: bug#891297
8ba9e1
8ba9e1
* Sun Sep  8 2013 John Dennis <jdennis@redhat.com> - 3.0.0-0.4.rc1
8ba9e1
- upgrade to second 3.0 release candidate rc1
8ba9e1
8ba9e1
* Mon Aug 26 2013 John Dennis <jdennis@redhat.com> - 3.0.0-0.3.rc0
8ba9e1
- add missingok config attribute to /etc/raddb/sites-enabled/* symlinks
8ba9e1
8ba9e1
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 3.0.0-0.2.rc0
8ba9e1
- Perl 5.18 rebuild
8ba9e1
8ba9e1
* Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-0.1.rc0
8ba9e1
- Install docs to %%{_pkgdocdir} where available.
8ba9e1
8ba9e1
* Mon Jul 22 2013 John Dennis <jdennis@redhat.com> - 3.0.0-0.rc0
8ba9e1
- Upgrade to new upstream major version release
8ba9e1
8ba9e1
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.2.0-7
8ba9e1
- Perl 5.18 rebuild
8ba9e1
8ba9e1
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-6
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8ba9e1
8ba9e1
* Fri Dec 14 2012 John Dennis <jdennis@redhat.com> - 2.2.0-5
8ba9e1
- resolves: bug#850119 - Introduce new systemd-rpm macros (>= F18)
8ba9e1
8ba9e1
* Thu Dec 13 2012 John Dennis <jdennis@redhat.com> - 2.2.0-4
8ba9e1
- add compile option -fno-strict-aliasing
8ba9e1
8ba9e1
* Thu Dec 13 2012 John Dennis <jdennis@redhat.com> - 2.2.0-3
8ba9e1
- specify homedir (/var/lib/radiusd) for radiusd user in useradd,
8ba9e1
  do not permit useradd to default the homedir.
8ba9e1
8ba9e1
* Wed Dec 12 2012 John Dennis <jdennis@redhat.com> - 2.2.0-2
8ba9e1
- add security options to compiler/linker
8ba9e1
8ba9e1
* Mon Dec 10 2012 John Dennis <jdennis@redhat.com> - 2.2.0-1
8ba9e1
- resolves: bug#876564 - fails to start without freeradius-mysql
8ba9e1
- use upstream version of freeradius-exclude-config-file.patch
8ba9e1
8ba9e1
* Wed Oct  3 2012 John Dennis <jdennis@redhat.com> - 2.2.0-0
8ba9e1
- Add new patch to avoid reading .rpmnew, .rpmsave and other invalid
8ba9e1
  files when loading config files
8ba9e1
- Upgrade to new 2.2.0 upstream release
8ba9e1
- Upstream changelog for 2.1.12:
8ba9e1
  Feature improvements
8ba9e1
  * 100% configuration file compatible with 2.1.x.
8ba9e1
    The only fix needed is to disallow "hashsize=0" for rlm_passwd
8ba9e1
  * Update Aruba, Alcatel Lucent, APC, BT, PaloAlto, Pureware,
8ba9e1
    Redback, and Mikrotik dictionaries
8ba9e1
  * Switch to using SHA1 for certificate digests instead of MD5.
8ba9e1
    See raddb/certs/*.cnf
8ba9e1
  * Added copyright statements to the dictionaries, so that we know
8ba9e1
    when people are using them.
8ba9e1
  * Better documentation for radrelay and detail file writer.
8ba9e1
    See raddb/modules/radrelay and raddb/radrelay.conf
8ba9e1
  * Added TLS-Cert-Subject-Alt-Name-Email from patch by Luke Howard
8ba9e1
  * Added -F <file> to radwho
8ba9e1
  * Added query timeouts to MySQL driver.  Patch from Brian De Wolf.
8ba9e1
  * Add /etc/default/freeradius to debian package.
8ba9e1
    Patch from Matthew Newton
8ba9e1
  * Finalize DHCP and DHCP relay code.  It should now work everywhere.
8ba9e1
    See raddb/sites-available/dhcp, src_ipaddr and src_interface.
8ba9e1
  * DHCP capabilitiies are now compiled in by default.
8ba9e1
    It runs as a DHCP server ONLY when manually enabled.
8ba9e1
  * Added one letter expansions: %%G - request minute and %%I request
8ba9e1
    ID.
8ba9e1
  * Added script to convert ISC DHCP lease files to SQL pools.
8ba9e1
    See scripts/isc2ippool.pl
8ba9e1
  * Added rlm_cache to cache arbitrary attributes.
8ba9e1
  * Added max_use to rlm_ldap to force connection to be re-established
8ba9e1
    after a given number of queries.
8ba9e1
  * Added configtest option to Debian init scripts, and automatic
8ba9e1
    config test on restart.
8ba9e1
  * Added cache config item to rlm_krb5. When set to "no" ticket
8ba9e1
    caching is disabled which may increase performance.
8ba9e1
8ba9e1
  Bug fixes
8ba9e1
  * Fix CVE-2012-3547.  All users of 2.1.10, 2.1.11, 2.1.12,
8ba9e1
    and 802.1X should upgrade immediately.
8ba9e1
  * Fix typo in detail file writer, to skip writing if the packet
8ba9e1
    was read from this detail file.
8ba9e1
  * Free cached replies when closing resumed SSL sessions.
8ba9e1
  * Fix a number of issues found by Coverity.
8ba9e1
  * Fix memory leak and race condition in the EAP-TLS session cache.
8ba9e1
    Thanks to Phil Mayers for tracking down OpenSSL APIs.
8ba9e1
  * Restrict ATTRIBUTE names to character sets that make sense.
8ba9e1
  * Fix EAP-TLS session Id length so that OpenSSL doesn't get
8ba9e1
    excited.
8ba9e1
  * Fix SQL IPPool logic for non-timer attributes.  Closes bug #181
8ba9e1
  * Change some informational messages to DEBUG rather than error.
8ba9e1
  * Portability fixes for FreeBSD.  Closes bug #177
8ba9e1
  * A much better fix for the _lt__PROGRAM__LTX_preloaded_symbols
8ba9e1
    nonsense.
8ba9e1
  * Safely handle extremely long lines in conf file variable expansion
8ba9e1
  * Fix for Debian bug #606450
8ba9e1
  * Mutex lock around rlm_perl Clone routines. Patch from Eike Dehling
8ba9e1
  * The passwd module no longer permits "hashsize = 0".  Setting that
8ba9e1
    is pointless for a host of reasons.  It will also break the server.
8ba9e1
  * Fix proxied inner-tunnel packets sometimes having zero authentication
8ba9e1
    vector.  Found by Brian Julin.
8ba9e1
  * Added $(EXEEXT) to Makefiles for portability.  Closes bug #188.
8ba9e1
  * Fix minor build issue which would cause rlm_eap to be built twice.
8ba9e1
  * When using "status_check=request" for a home server, the username
8ba9e1
    and password must be specified, or the server will not start.
8ba9e1
  * EAP-SIM now calculates keys from the SIM identity, not from the
8ba9e1
    EAP-Identity.  Changing the EAP type via NAK may result in
8ba9e1
    identities changing.  Bug reported by Microsoft EAP team.
8ba9e1
  * Use home server src_ipaddr when sending Status-Server packets
8ba9e1
  * Decrypt encrypted ERX attributes in CoA packets.
8ba9e1
  * Fix registration of internal xlat's so %%{mschap:...} doesn't
8ba9e1
    disappear after a HUP.
8ba9e1
  * Can now reference tagged attributes in expansions.
8ba9e1
    e.g. %%{Tunnel-Type:1} and %%{Tunnel-Type:1[0]} now work.
8ba9e1
  * Correct calculation of Message-Authenticator for CoA and Disconnect
8ba9e1
    replies.  Patch from Jouni Malinen
8ba9e1
  * Install rad_counter, for managing rlm_counter files.
8ba9e1
  * Add unique index constraint to all SQL flavours so that alternate
8ba9e1
    queries work correctly.
8ba9e1
  * The TTLS diameter decoder is now more lenient.  It ignores
8ba9e1
    unknown attributes, instead of rejecting the TTLS session.
8ba9e1
  * Use "globfree" in detail file reader.  Prevents very slow leak.
8ba9e1
    Closes bug #207.
8ba9e1
  * Operator =~ shouldn't copy the attribute, like :=.  It should
8ba9e1
    instead behave more like ==.
8ba9e1
  * Build main Debian package without SQL dependencies
8ba9e1
  * Use max_queue_size in threading code
8ba9e1
  * Update permissions in raddb/sql/postgresql/admin.sql
8ba9e1
  * Added OpenSSL_add_all_algorithms() to fix issues where OpenSSL
8ba9e1
    wouldn't use methods it knew about.
8ba9e1
  * Add more sanity checks in dynamic_clients code so the server won't
8ba9e1
    crash if it attempts to load a badly formated client definition.
8ba9e1
8ba9e1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-10
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8ba9e1
8ba9e1
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 2.1.12-9
8ba9e1
- Perl 5.16 rebuild
8ba9e1
8ba9e1
* Tue May 15 2012 John Dennis <jdennis@redhat.com> - 2.1.12-8
8ba9e1
- resolves: bug#821407 - openssl dependency
8ba9e1
8ba9e1
* Sat Apr 14 2012 John Dennis <jdennis@redhat.com> - 2.1.12-7
8ba9e1
- resolves: bug#810605 Segfault with freeradius-perl threading
8ba9e1
8ba9e1
* Tue Feb 28 2012 John Dennis <jdennis@redhat.com> - 2.1.12-6
8ba9e1
  Fixing bugs in RHEL6 rebase, applying fixes here as well
8ba9e1
  resolves: bug#700870 freeradius not compiled with --with-udpfromto
8ba9e1
  resolves: bug#753764 shadow password expiration does not work
8ba9e1
  resolves: bug#712803 radtest script is not working with eap-md5 option
8ba9e1
  resolves: bug#690756 errors in raddb/sql/postgresql/admin.sql template
8ba9e1
8ba9e1
* Tue Feb  7 2012 John Dennis <jdennis@redhat.com> - 2.1.12-5
8ba9e1
- resolves: bug#781877 (from RHEL5) rlm_dbm_parse man page misspelled
8ba9e1
- resolves: bug#760193 (from RHEL5) radtest PPPhint option is not parsed properly
8ba9e1
8ba9e1
* Sun Jan 15 2012 John Dennis <jdennis@redhat.com> - 2.1.12-4
8ba9e1
- resolves: bug#781744
8ba9e1
  systemd service file incorrectly listed pid file as
8ba9e1
  /var/run/radiusd/radiusd which it should have been
8ba9e1
  /var/run/radiusd/radiusd.pid
8ba9e1
8ba9e1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-3
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8ba9e1
8ba9e1
* Mon Oct 31 2011 John Dennis <jdennis@redhat.com> - 2.1.12-2
8ba9e1
- rename /etc/tmpfiles.d/freeradius.conf to /etc/tmpfiles.d/radiusd.conf
8ba9e1
  remove config(noreplace) because it must match files section and
8ba9e1
  permissions differ between versions.
8ba9e1
- fixup macro usage for /var/run & /var/lib
8ba9e1
8ba9e1
* Mon Oct  3 2011 John Dennis <jdennis@redhat.com> - 2.1.12-1
8ba9e1
- Upgrade to latest upstream release: 2.1.12
8ba9e1
- Upstream changelog for 2.1.12:
8ba9e1
  Feature improvements
8ba9e1
  * Updates to dictionary.erx, dictionary.siemens, dictionary.starent,
8ba9e1
    dictionary.starent.vsa1, dictionary.zyxel, added dictionary.symbol
8ba9e1
  * Added support for PCRE from Phil Mayers
8ba9e1
  * Configurable file permission in rlm_linelog
8ba9e1
  * Added "relaxed" option to rlm_attr_filter.  This copies attributes
8ba9e1
    if at least one match occurred.
8ba9e1
  * Added documentation on dynamic clients.
8ba9e1
    See raddb/modules/dynamic_clients.
8ba9e1
  * Added support for elliptical curve cryptography.
8ba9e1
    See ecdh_curve in raddb/eap.conf.
8ba9e1
  * Added support for 802.1X MIBs in checkrad
8ba9e1
  * Added support for %%{rand:...}, which generates a uniformly
8ba9e1
    distributed number between 0 and the number you specify.
8ba9e1
  * Created "man" pages for all installed commands, and documented
8ba9e1
    options for all commands.  Patch from John Dennis.
8ba9e1
  * Allow radsniff to decode encrypted VSAs and CoA packets.
8ba9e1
    Patch from Bjorn Mork.
8ba9e1
  * Always send Message-Authenticator in radtest. Patch from John Dennis.
8ba9e1
    radclient continues to be more flexible.
8ba9e1
  * Updated Oracle schema and queries
8ba9e1
  * Added SecurID module.  See src/modules/rlm_securid/README
8ba9e1
8ba9e1
  Bug fixes
8ba9e1
  * Fix memory leak in rlm_detail
8ba9e1
  * Fix "failed to insert event"
8ba9e1
  * Allow virtual servers to be reloaded on HUP.
8ba9e1
    It no longer complains about duplicate virtual servers.
8ba9e1
  * Fix %%{string:...} expansion
8ba9e1
  * Fix "server closed socket" loop in radmin
8ba9e1
  * Set ownership of control socket when starting up
8ba9e1
  * Always allow root to connect to control socket, even if
8ba9e1
    "uid" is set.  They're root.  They can already do anything.
8ba9e1
  * Save all attributes in Access-Accept when proxying inner-tunnel
8ba9e1
    EAP-MSCHAPv2
8ba9e1
  * Fixes for DHCP relaying.
8ba9e1
  * Check certificate validity when using OCSP.
8ba9e1
  * Updated Oracle "configure" script
8ba9e1
  * Fixed typos in dictionary.alvarion
8ba9e1
  * WARNING on potential proxy loop.
8ba9e1
  * Be more aggressive about clearing old requests from the
8ba9e1
    internal queue
8ba9e1
  * Don't open network sockets when using -C
8ba9e1
8ba9e1
* Wed Sep 21 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-7
8ba9e1
- restore defattr customization in the main package
8ba9e1
8ba9e1
* Fri Sep  9 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-6
8ba9e1
- add missing systemd scriptlets
8ba9e1
8ba9e1
* Thu Sep  8 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-5
8ba9e1
- convert to systemd
8ba9e1
8ba9e1
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.1.11-4
8ba9e1
- Perl mass rebuild
8ba9e1
8ba9e1
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.1.11-3
8ba9e1
- Perl mass rebuild
8ba9e1
8ba9e1
* Thu Jun 23 2011 John Dennis <jdennis@redhat.com> - 2.1.11-2
8ba9e1
- reload the server (i.e. HUP) after logrotate
8ba9e1
8ba9e1
* Wed Jun 22 2011 John Dennis <jdennis@redhat.com> - 2.1.11-1
8ba9e1
- Upgrade to latest upstream release: 2.1.11
8ba9e1
- Remove the following two patches as upstream has incorporated them:
8ba9e1
    freeradius-radtest-ipv6.patch
8ba9e1
    freeradius-lt-dladvise.patch
8ba9e1
- Upstream changelog for 2.1.11:
8ba9e1
  Feature improvements
8ba9e1
  * Added doc/rfc/rfc6158.txt: RADIUS Design Guidelines.
8ba9e1
    All vendors need to read it and follow its directions.
8ba9e1
  * Microsoft SoH support for PEAP from Phil Mayers.
8ba9e1
    See doc/SoH.txt
8ba9e1
  * Certificate "bootstrap" script now checks for certificate expiry.
8ba9e1
    See comments in raddb/eap.conf, and then "make_cert_command".
8ba9e1
  * Support for dynamic expansion of EAP-GTC challenges.
8ba9e1
    Patch from Alexander Clouter.
8ba9e1
  * OCSP support from Alex Bergmann.  See raddb/eap.conf, "ocsp"
8ba9e1
    section.
8ba9e1
  * Updated dictionary.huawei, dictionary.3gpp, dictionary.3gpp3.
8ba9e1
  * Added dictionary.eltex, dictionary.motorola, and dictionary.ukerna.
8ba9e1
  * Experimental redis support from Gabriel Blanchard.
8ba9e1
    See raddb/modules/redis and raddb/modules/rediswho
8ba9e1
  * Add "key" to rlm_fastusers.  Closes bug #126.
8ba9e1
  * Added scripts/radtee from original software at
8ba9e1
    http://horde.net/~jwm/software/misc/comparison-tee
8ba9e1
  * Updated radmin "man" page for new commands.
8ba9e1
  * radsniff now prints the hex decoding of the packet (-x -x -x)
8ba9e1
  * mschap module now reloads its configuration on HUP
8ba9e1
  * Added experimental "replicate" module.  See raddb/modules/replicate
8ba9e1
  * Policy "foo" can now refer to module "foo".  This lets you
8ba9e1
    over-ride the behavior of a module.
8ba9e1
  * Policy "foo.authorize" can now over-ride the behavior of module
8ba9e1
    "foo", "authorize" method.
8ba9e1
  * Produce errors in more situations when the configuration files
8ba9e1
    have invalid syntax.
8ba9e1
8ba9e1
  Bug fixes
8ba9e1
  * Ignore pre/post-proxy sections if proxying is disabled
8ba9e1
  * Add configure checks for pcap_fopen*.
8ba9e1
  * Fix call to otp_write in rlm_otp
8ba9e1
  * Fix issue with Access-Challenge checking from 2.1.10, when the
8ba9e1
    debug flag was set after server startup.  Closes #116 and #117.
8ba9e1
  * Fix typo in zombie period start time.
8ba9e1
  * Fix leak in src/main/valuepair.c.  Patch from James Ballantine.
8ba9e1
  * Allow radtest to use spaces in shared secret.
8ba9e1
    Patch from Cedric Carree.
8ba9e1
  * Remove extra calls to HMAC_CTX_init() in rlm_wimax, fixing leak.
8ba9e1
    Patch from James Ballantine.
8ba9e1
  * Remove MN-FA key generation.  The NAS does this, not AAA.
8ba9e1
    Patch from Ben Weichman.
8ba9e1
  * Include dictionary.mikrotik by default.  Closes bug #121.
8ba9e1
  * Add group membership query to MS-SQL examples.  Closes bug #120.
8ba9e1
  * Don't cast NAS-Port to integer in Postgresql queries.
8ba9e1
    Closes bug #112.
8ba9e1
  * Fixes for libtool and autoconf from Sam Hartman.
8ba9e1
  * radsniff should read the dictionaries in more situations.
8ba9e1
  * Use fnmatch to check for detail file reader==writer.
8ba9e1
    Closes bug #128.
8ba9e1
  * Check for short writes (i.e. disk full) in rlm_detail.
8ba9e1
    Closes bug #130.  Patches and testing from John Morrissey.
8ba9e1
  * Fix typo in src/lib/token.c.  Closes bug #124
8ba9e1
  * Allow workstation trust accounts to use MS-CHAP.
8ba9e1
    Closes bug #123.
8ba9e1
  * Assigning foo=`/bin/echo hello` now produces a syntax error
8ba9e1
    if it is done outside of an "update" section.
8ba9e1
  * Fix "too many open file descriptors" problem when using
8ba9e1
    "verify client" in eap.conf.
8ba9e1
  * Many fixes to dialup_admin for PHP5, by Stefan Winter.
8ba9e1
  * Allow preprocess module to have "hints = " and "huntgroups =",
8ba9e1
    which allows them to be empty or non-existent.
8ba9e1
  * Renamed "php3" files to "php" in dialup_admin/
8ba9e1
  * Produce error when sub-TLVs are used in a dictionary.  They are
8ba9e1
    supported only in the "master" branch, and not in 2.1.x.
8ba9e1
  * Minor fix in dictionary.redback.  Closes bug #138.
8ba9e1
  * Fixed MySQL "NULL" issues in ippool.conf.  Closes bug #129.
8ba9e1
  * Fix to Access-Challenge warning from Ken-ichirou Matsuzawa.
8ba9e1
    Closes bug #118.
8ba9e1
  * DHCP fixes to send unicast packets in more situations.
8ba9e1
  * Fix to udpfromto, to enable it to work on IPv6 networks.
8ba9e1
  * Fixes to the Oracle accounting_onoff_query.
8ba9e1
  * When using both IPv4 and IPv6 home servers, ensure that we use the
8ba9e1
    correct local socket for proxying.  Closes bug #143.
8ba9e1
  * Suppress messages when thread pool is nearly full, all threads
8ba9e1
    are busy, and we can't create new threads.
8ba9e1
  * IPv6 is now enabled for udpfromto.  Closes bug #141
8ba9e1
  * Make sqlippool query buffer the same size as sql module.
8ba9e1
    Closes bug #139.
8ba9e1
  * Make Coa / Disconnect proxying work again.
8ba9e1
  * Configure scripts for rlm_caching from Nathaniel McCallum
8ba9e1
  * src/lib/dhcp.c and src/include/libradius.h are LGPL, not GPL.
8ba9e1
  * Updated password routines to use time-insensitive comparisons.
8ba9e1
    This prevents timing attacks (though none are known).
8ba9e1
  * Allow sqlite module to do normal SELECT queries.
8ba9e1
  * rlm_wimax now has a configure script
8ba9e1
  * Moved Ascend, USR, and Motorola "illegal" dictionaries to separate
8ba9e1
    files.  See share/dictionary for explanations.
8ba9e1
  * Check for duplicate module definitions in the modules{} section,
8ba9e1
    and refuse to start if duplicates are found.
8ba9e1
  * Check for duplicate virtual servers, and refuse to start if
8ba9e1
    duplicates are found.
8ba9e1
  * Don't use udpfromto if source is INADDR_ANY.  Closes bug #148.
8ba9e1
  * Check pre-conditions before running radmin "inject file".
8ba9e1
  * Don't over-ride "no match" with "match" for regexes.
8ba9e1
    Closes bug #152.
8ba9e1
  * Make retry and error message configurable in mschap.
8ba9e1
    See raddb/modules/mschap
8ba9e1
  * Allow EAP-MSCHAPv2 to send error message to client.  This change
8ba9e1
    allows some clients to prompt the user for a new password.
8ba9e1
    See raddb/eap.conf, mschapv2 section, "send_error".
8ba9e1
  * Load the default virtual server before any others.
8ba9e1
    This matches what users expect, and reduces confusion.
8ba9e1
  * Fix configure checks for udpfromto.  Fixes Debian bug #606866
8ba9e1
  * Definitive fix for bug #35, where the server could crash under
8ba9e1
    certain loads.  Changes src/lib/packet.c to use RB trees.
8ba9e1
  * Updated "configure" checks to allow IPv6 udpfromto on Linux.
8ba9e1
  * SQL module now returns NOOP if the accounting start/interim/stop
8ba9e1
    queries don't do anything.
8ba9e1
  * Allow %%{outer.control: ... } in string expansions
8ba9e1
  * home_server coa config now matches raddb/proxy.conf
8ba9e1
  * Never send a reply to a DHCP Release.
8ba9e1
8ba9e1
* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.1.10-8
8ba9e1
- Perl mass rebuild
8ba9e1
8ba9e1
* Wed Mar 23 2011 John Dennis <jdennis@redhat.com> - 2.1.10-7
8ba9e1
- Resolves: #689045 Using rlm_perl cause radiusd failed to start
8ba9e1
  Fix configure typo which caused lt_dladvise_* functions to be skipped.
8ba9e1
  run autogen.sh because HAVE_LT_DLADVISE_INIT isn't in src/main/autogen.h
8ba9e1
  Implemented by: freeradius-lt-dladvise.patch
8ba9e1
8ba9e1
* Wed Mar 23 2011 John Dennis <jdennis@redhat.com> - 2.1.10-6
8ba9e1
- Resolves: #599528 - make radtest IPv6 compatible
8ba9e1
8ba9e1
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 2.1.10-5
8ba9e1
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
8ba9e1
8ba9e1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.10-4
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8ba9e1
8ba9e1
* Sat Jan  1 2011 John Dennis <jdennis@redhat.com> - 2.1.10-3
8ba9e1
- bug 666589 - removing freeradius from system does not delete the user "radiusd"
8ba9e1
  fix scriptlet argument testing, simplify always exiting with zero
8ba9e1
8ba9e1
* Thu Dec 30 2010 John Dennis <jdennis@redhat.com> - 2.1.10-2
8ba9e1
- rebuild for new MySQL libs
8ba9e1
8ba9e1
* Tue Oct 19 2010 John Dennis <jdennis@redhat.com> - 2.1.10-1
8ba9e1
  Feature improvements
8ba9e1
  * Install the "radcrypt" program.
8ba9e1
  * Enable radclient to send requests containing MS-CHAPv1
8ba9e1
    Send packets with: MS-CHAP-Password = "password".  It will
8ba9e1
    be automatically converted to the correct MS-CHAP attributes.
8ba9e1
  * Added "-t" command-line option to radtest.  You can use "-t pap",
8ba9e1
   "-t chap", "-t mschap", or "-t eap-md5".  The default is "-t pap"
8ba9e1
  * Make the "inner-tunnel" virtual server listen on 127.0.0.1:18120
8ba9e1
    This change and the previous one makes PEAP testing much easier.
8ba9e1
  * Added more documentation and examples for the "passwd" module.
8ba9e1
  * Added dictionaries for RFC 5607 and RFC 5904.
8ba9e1
  * Added note in proxy.conf that we recommend setting
8ba9e1
    "require_message_authenticator = yes" for all home servers.
8ba9e1
  * Added example of second "files" configuration, with documentation.
8ba9e1
    This shows how and where to use two instances of a module.
8ba9e1
  * Updated radsniff to have it write pcap files, too.  See '-w'.
8ba9e1
  * Print out large WARNING message if we send an Access-Challenge
8ba9e1
    for EAP, and receive no follow-up messages from the client.
8ba9e1
  * Added Cached-Session-Policy for EAP session resumption.  See
8ba9e1
    raddb/eap.conf.
8ba9e1
  * Added support for TLS-Cert-* attributes. For details, see
8ba9e1
    raddb/sites-available/default, "post-auth" section.
8ba9e1
  * Added sample raddb/modules/{opendirectory,dynamic_clients}
8ba9e1
  * Updated Cisco and Huawei, HP, Redback, and ERX dictionaries.
8ba9e1
  * Added RFCs 5607, 5904, and 5997.
8ba9e1
  * For EAP-TLS, client certificates can now be validated using an
8ba9e1
    external command.  See eap.conf, "validate" subsection of "tls".
8ba9e1
  * Made rlm_pap aware of {nthash} prefix, for compatibility with
8ba9e1
    legacy RADIUS systems.
8ba9e1
  * Add Module-Failure-Message for mschap module (ntlm_auth)
8ba9e1
  * made rlm_sql_sqlite database configurable.  Use "filename"
8ba9e1
    in sql{} section.
8ba9e1
  * Added %%{tolower: ...string ... }, which returns the lowercase
8ba9e1
    version of the string.  Also added %%{toupper: ... } for uppercase.
8ba9e1
8ba9e1
  Bug fixes
8ba9e1
  * Fix endless loop when there are multiple sub-options for
8ba9e1
    DHCP option 82.
8ba9e1
  * More debug output when sending / receiving DHCP packets.
8ba9e1
  * EAP-MSCHAPv2 should return the MPPE keys when used outside
8ba9e1
    of a TLS tunnel.  This is needed for IKE.
8ba9e1
  * Added SSL "no ticket" option to prevent SSL from creating sessions
8ba9e1
    without IDs.  We need the IDs, so this option should be set.
8ba9e1
  * Fix proxying of packets from inside a TTLS/PEAP tunnel.
8ba9e1
    Closes bug #25.
8ba9e1
  * Allow IPv6 address attributes to be created from domain names
8ba9e1
    Closes bug #82.
8ba9e1
  * Set the string length to the correct value when parsing double
8ba9e1
    quotes.  Closes bug #88.
8ba9e1
  * No longer look users up in /etc/passwd in the default configuration.
8ba9e1
    This can be reverted by enabling "unix" in the "authorize" section.
8ba9e1
  * More #ifdef's to enable building on systems without certain
8ba9e1
    features.
8ba9e1
  * Fixed SQL-Group comparison to register only if the group
8ba9e1
    query is defined.
8ba9e1
  * Fixed SQL-Group comparison to register <instance>-SQL-Group,
8ba9e1
    just like rlm_ldap.  This lets you have multiple SQL group checks.
8ba9e1
  * Fix scanning of octal numbers in "unlang".  Closes bug #89.
8ba9e1
  * Be less aggressive about freeing "stuck" requests.  Closes bug #35.
8ba9e1
  * Fix example in "originate-coa" to refer to the correct packet.
8ba9e1
  * Change default timeout for dynamic clients to 1 hour, not 1 day.
8ba9e1
  * Allow passwd module to map IP addresses, too.
8ba9e1
  * Allow passwd module to be used for CoA packets
8ba9e1
  * Put boot filename into DHCP header when DHCP-Boot-Filename
8ba9e1
    is specified.
8ba9e1
  * raddb/certs/Makefile no longer has certs depend on index.txt and
8ba9e1
     serial.  Closes bug #64.
8ba9e1
  * Ignore NULL errorcode in PostgreSQL client.  Closes bug #39
8ba9e1
  * Made Exec-Program and Exec-Program-Wait work in accounting
8ba9e1
    section again.  See sites-available/default.
8ba9e1
  * Fix long-standing memory leak in esoteric conditions.  Found
8ba9e1
    by Jerry Nichols.
8ba9e1
  * Added "Password-With-Header == userPassword" to raddb/ldap.attrmap
8ba9e1
    This will automatically convert more passwords.
8ba9e1
  * Updated rlm_pap to decode Password-With-Header, if it was base64
8ba9e1
    encoded, and to treat the contents as potentially binary data.
8ba9e1
  * Fix Novell eDir code to use the right function parameters.
8ba9e1
    Closes bug #86.
8ba9e1
  * Allow spaces to be escaped when executing external programs.
8ba9e1
    Closes bug #93.
8ba9e1
  * Be less restrictive about checking permissions on control socket.
8ba9e1
    If we're root, allow connecting to a non-root socket.
8ba9e1
  * Remove control socket on normal server exit.  If the server isn't
8ba9e1
    running, the control socket should not exist.
8ba9e1
  * Use MS-CHAP-User-Name as Name field from EAP-MSCHAPv2 for MS-CHAP
8ba9e1
    calculations.  It *MAY* be different (upper / lower case) from
8ba9e1
    the User-Name attribute.  Closes bug #17.
8ba9e1
  * If the EAP-TLS methods have problems, more SSL errors are now
8ba9e1
    available in the Module-Failure-Message attribute.
8ba9e1
  * Update Oracle configure scripts.  Closes bug #57.
8ba9e1
  * Added text to DESC fields of doc/examples/openldap.schema
8ba9e1
  * Updated more documentation to use "Restructured Text" format.
8ba9e1
    Thanks to James Lockie.
8ba9e1
  * Fixed typos in raddb/sql/mssql/dialup.conf.  Closes bug #11.
8ba9e1
  * Return error for potential proxy loops when using "-XC"
8ba9e1
  * Produce better error messages when slow databases block
8ba9e1
    the server.
8ba9e1
  * Added notes on DHCP broadcast packets for FreeBSD.
8ba9e1
  * Fixed crash when parsing some date strings.  Closes bug #98
8ba9e1
  * Improperly formatted Attributes are now printed as "Attr-##".
8ba9e1
    If they are not correct, they should not use the dictionary name.
8ba9e1
  * Fix rlm_digest to be check the format of the Digest attributes,
8ba9e1
    and return "noop" rather than "fail" if they're not right.
8ba9e1
  * Enable "digest" in raddb/sites-available/default.  This change
8ba9e1
    enables digest authentication to work "out of the box".
8ba9e1
  * Be less aggressive about marking home servers as zombie.
8ba9e1
    If they are responding to some packets, they are still alive.
8ba9e1
  * Added Packet-Transmit-Counter, to track detail file retransmits.
8ba9e1
    Closes bug #13.
8ba9e1
  * Added configure check for lt_dladvise_init().  If it exists, then
8ba9e1
    using it solves some issues related to libraries loading libraries.
8ba9e1
  * Added indexes to the MySQL IP Pool schema.
8ba9e1
  * Print WARNING message if too many attributes are put into a packet.
8ba9e1
  * Include dhcp test client (not built by default)
8ba9e1
  * Added checks for LDAP constraint violation.  Closes bug #18.
8ba9e1
  * Change default raddebug timeout to 60 seconds.
8ba9e1
  * Made error / warning messages more consistent.
8ba9e1
  * Correct back-slash handling in variable expansion.  Closes bug #46.
8ba9e1
    You SHOULD check your configuration for backslash expansion!
8ba9e1
  * Fix typo in "configure" script (--enable-libltdl-install)
8ba9e1
  * Use local libltdl in more situations.  This helps to avoid
8ba9e1
    compile issues complaining about lt__PROGRAM__LTX_preloaded_symbols.
8ba9e1
  * Fix hang on startup when multiple home servers were defined
8ba9e1
    with "src_ipaddr" field.
8ba9e1
  * Fix 32/64 bit issue in rlm_ldap.  Closes bug #105.
8ba9e1
  * If the first "listen" section defines 127.0.0.1, don't use that
8ba9e1
    as a source IP for proxying.  It won't work.
8ba9e1
  * When Proxy-To-Realm is set to a non-existent realm, the EAP module
8ba9e1
    should handle the request, rather than expecting it to be proxied.
8ba9e1
  * Fix IPv4 issues with udpfromto.  Closes bug #110.
8ba9e1
  * Clean up child processes of raddebug.  Closes bugs #108 and #109
8ba9e1
  * retry OTP if the OTP daemon fails.  Closes bug #58.
8ba9e1
  * Multiple calls to ber_printf seem to work better.  Closes #106.
8ba9e1
  * Fix "unlang" so that "attribute not found" is treated as a "false"
8ba9e1
    comparison, rather than a syntax error in the configuration.
8ba9e1
  * Fix issue with "Group" attribute.
8ba9e1
8ba9e1
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.1.9-3
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
8ba9e1
8ba9e1
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.1.9-2
8ba9e1
- Mass rebuild with perl-5.12.0
8ba9e1
8ba9e1
* Mon May 24 2010 John Dennis <jdennis@redhat.com> - 2.1.9-1
8ba9e1
- update to latest upstream, mainly bug fix release
8ba9e1
  Feature improvements
8ba9e1
  * Add radmin command "stats detail <file>" to see what
8ba9e1
    is going on inside of a detail file reader.
8ba9e1
  * Added documentation for CoA.  See raddb/sites-available/coa
8ba9e1
  * Add sub-option support for Option 82.  See dictionary.dhcp
8ba9e1
  * Add "server" field to default SQL NAS table, and documented it.
8ba9e1
8ba9e1
  Bug fixes
8ba9e1
  * Reset "received ping" counter for Status-Server checks.  In some
8ba9e1
    corner cases it was not getting reset.
8ba9e1
  * Handle large VMPS attributes.
8ba9e1
  * Count accounting responses from a home server in SNMP / statistics
8ba9e1
    code.
8ba9e1
  * Set EAP-Session-Resumed = Yes, not "No" when session is resumed.
8ba9e1
  * radmin packet counter statistics are now unsigned, for numbers
8ba9e1
    2^31..2^32.  After that they roll over to zero.
8ba9e1
  * Be more careful about expanding data in PAP and MS-CHAP modules.
8ba9e1
    This prevents login failures when passwords contain '{'.
8ba9e1
  * Clean up zombie children if there were many "exec" modules being
8ba9e1
    run for one packet, all with "wait = no".
8ba9e1
  * re-open log file after HUP.  Closes bug #63.
8ba9e1
  * Fix "no response to proxied packet" complaint for Coa / Disconnect
8ba9e1
    packets.  It shouldn't ignore replies to packets it sent.
8ba9e1
  * Calculate IPv6 netmasks correctly.  Closes bug #69.
8ba9e1
  * Fix SQL module to re-open sockets if they unexpectedly close.
8ba9e1
  * Track scope for IPv6 addresses.  This lets us use link-local
8ba9e1
    addresses properly.  Closes bug #70.
8ba9e1
  * Updated Makefiles to no longer use the shell for recursing into
8ba9e1
    subdirs.  "make -j 2" should now work.
8ba9e1
  * Updated raddb/sql/mysql/ippool.conf to use "= NULL".  Closes
8ba9e1
    bug #75.
8ba9e1
  * Updated Makefiles so that "make reconfig" no longer uses the shell
8ba9e1
    for recursing into subdirs, and re-builds all "configure" files.
8ba9e1
  * Used above method to regenerate all configure scripts.
8ba9e1
    Closes bug #34.
8ba9e1
  * Updated SQL module to allow "server" field of "nas" table
8ba9e1
    to be blank: "".  This means the same as it being NULL.
8ba9e1
  * Fixed regex realm example.  Create Realm attribute with value
8ba9e1
    of realm from User-Name, not from regex.  Closes bug #40.
8ba9e1
  * If processing a DHCP Discover returns "fail / reject", ignore
8ba9e1
    the packet rather than sending a NAK.
8ba9e1
  * Allow '%%' to be escaped in sqlcounter module.
8ba9e1
  * Fix typo internal hash table.
8ba9e1
  * For PEAP and TTLS, the tunneled reply is added to the reply,
8ba9e1
    rather than integrated via the operators.  This allows multiple
8ba9e1
    VSAs to be added, where they would previously be discarded.
8ba9e1
  * Make request number unsigned.  This changes nothing other than
8ba9e1
    the debug output when the server receives more than 2^31 packets.
8ba9e1
  * Don't block when reading child output in 'exec wait'.  This means
8ba9e1
    that blocked children get killed, instead of blocking the server.
8ba9e1
  * Enabled building without any proxy functionality
8ba9e1
  * radclient now prefers IPv4, to match the default server config.
8ba9e1
  * Print useful error when a realm regex is invalid
8ba9e1
  * relaxed rules for preprocess module "with_cisco_vsa_hack".  The
8ba9e1
    attributes can now be integer, ipaddr, etc.  (i.e. non-string)
8ba9e1
  * Allow rlm_ldap to build if ldap_set_rebind_proc() has only
8ba9e1
    2 arguments.
8ba9e1
  * Update configure script for rlm_python to avoid dynamic linking
8ba9e1
    problems on some platforms.
8ba9e1
  * Work-around for bug #35
8ba9e1
  * Do suid to "user" when running in debug mode as root
8ba9e1
  * Make "allow_core_dumps" work in more situations.
8ba9e1
  * In detail file reader, treat bad records as EOF.
8ba9e1
    This allows it to continue working when the disk is full.
8ba9e1
  * Fix Oracle default accounting queries to work when there are no
8ba9e1
    gigawords attributes.  Other databases already had the fix.
8ba9e1
  * Fix rlm_sql to show when it opens and closes sockets.  It already
8ba9e1
    says when it cannot connect, so it should say when it can connect.
8ba9e1
  * "chmod -x" for a few C source files.
8ba9e1
  * Pull update spec files, etc. from RedHat into the redhat/ directory.
8ba9e1
  * Allow spaces when parsing integer values.  This helps people who
8ba9e1
    put "too much" into an SQL value field.
8ba9e1
8ba9e1
* Thu Jan  7 2010 John Dennis <jdennis@redhat.com> - 2.1.8-2
8ba9e1
- resolves: bug #526559 initial install should run bootstrap to create certificates
8ba9e1
  running radiusd in debug mode to generate inital temporary certificates
8ba9e1
  is no longer necessary, the /etc/raddb/certs/bootstrap is invoked on initial
8ba9e1
  rpm install (not upgrade) if there is no existing /etc/raddb/certs/server.pem file
8ba9e1
- resolves: bug #528493 use sha1 algorithm instead of md5 during cert generation
8ba9e1
  the certificate configuration (/etc/raddb/certs/{ca,server,client}.cnf) files
8ba9e1
  were modifed to use sha1 instead of md5 and the validity reduced from 1 year to 2 months
8ba9e1
8ba9e1
* Wed Dec 30 2009 John Dennis <jdennis@redhat.com> - 2.1.8-1
8ba9e1
- update to latest upstream
8ba9e1
  Feature improvements
8ba9e1
  * Print more descriptive error message for too many EAP sessions.
8ba9e1
    This gives hints on what to do when "failed to store handler"
8ba9e1
  * Commands received from radmin are now printed on stdout when
8ba9e1
    in debugging mode.
8ba9e1
  * Allow accounting packets to be written to a detail file, even
8ba9e1
    if they were read from a different detail file.
8ba9e1
  * Added OpenSSL license exception (src/LICENSE.openssl)
8ba9e1
8ba9e1
  Bug fixes
8ba9e1
  * DHCP sockets can now set the broadcast flag before binding to a
8ba9e1
    socket.  You need to set "broadcast = yes" in the DHCP listener.
8ba9e1
  * Be more restrictive on string parsing in the config files
8ba9e1
  * Fix password length in scripts/create-users.pl
8ba9e1
  * Be more flexible about parsing the detail file.  This allows
8ba9e1
    it to read files where the attributes have been edited.
8ba9e1
  * Ensure that requests read from the detail file are cleaned up
8ba9e1
    (i.e. don't leak) if they are proxied without a response.
8ba9e1
  * Write the PID file after opening sockets, not before
8ba9e1
    (closes bug #29)
8ba9e1
  * Proxying large numbers of packets no longer gives error
8ba9e1
    "unable to open proxy socket".
8ba9e1
  * Avoid mutex locks in libc after fork
8ba9e1
  * Retry packet from detail file if there was no response.
8ba9e1
  * Allow old-style dictionary formats, where the vendor name is the
8ba9e1
    last field in an ATTRIBUTE definition.
8ba9e1
  * Removed all recursive use of mutexes.  Some systems just don't
8ba9e1
    support this.
8ba9e1
  * Allow !* to work as documented.
8ba9e1
  * make templates work (see templates.conf)
8ba9e1
  * Enabled "allow_core_dumps" to work again
8ba9e1
  * Print better errors when reading invalid dictionaries
8ba9e1
  * Sign client certificates with CA, rather than server certs.
8ba9e1
  * Fix potential crash in rlm_passwd when file was closed
8ba9e1
  * Fixed corner cases in conditional dynamic expansion.
8ba9e1
  * Use InnoDB for MySQL IP Pools, to gain transactional support
8ba9e1
  * Apply patch to libltdl for CVE-2009-3736.
8ba9e1
  * Fixed a few issues found by LLVM's static checker
8ba9e1
  * Keep track of "bad authenticators" for accounting packets
8ba9e1
  * Keep track of "dropped packets" for auth/acct packets
8ba9e1
  * Synced the "debian" directory with upstream
8ba9e1
  * Made "unlang" use unsigned 32-bit integers, to match the
8ba9e1
    dictionaries.
8ba9e1
8ba9e1
* Wed Dec 30 2009 John Dennis <jdennis@redhat.com> - 2.1.7-7
8ba9e1
- Remove devel subpackage. It doesn't make much sense to have a devel package since
8ba9e1
  we don't ship libraries and it produces multilib conflicts.
8ba9e1
8ba9e1
* Mon Dec 21 2009 John Dennis <jdennis@redhat.com> - 2.1.7-6
8ba9e1
- more spec file clean up from review comments
8ba9e1
- remove freeradius-libs subpackage, move libfreeradius-eap and
8ba9e1
  libfreeradius-radius into the main package
8ba9e1
- fix subpackage requires, change from freeradius-libs to main package
8ba9e1
- fix description of the devel subpackage, remove referene to non-shipped libs
8ba9e1
- remove execute permissions on src files included in debuginfo
8ba9e1
- remove unnecessary use of ldconfig
8ba9e1
- since all sub-packages now require main package remove user creation for sub-packages
8ba9e1
- also include the LGPL library license file in addition to the GPL license file
8ba9e1
- fix BuildRequires for perl so it's compatible with both Fedora, RHEL5 and RHEL6
8ba9e1
8ba9e1
* Mon Dec 21 2009 John Dennis <jdennis@redhat.com> - 2.1.7-5
8ba9e1
- fix various rpmlint issues.
8ba9e1
8ba9e1
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 2.1.7-4
8ba9e1
- rebuild against perl 5.10.1
8ba9e1
8ba9e1
* Thu Dec  3 2009 John Dennis <jdennis@redhat.com> - 2.1.7-3
8ba9e1
- resolves: bug #522111 non-conformant initscript
8ba9e1
  also change permission of /var/run/radiusd from 0700 to 0755
8ba9e1
  so that "service radiusd status" can be run as non-root
8ba9e1
8ba9e1
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.7-2
8ba9e1
- use password-auth common PAM configuration instead of system-auth
8ba9e1
8ba9e1
* Tue Sep 15 2009 John Dennis <jdennis@redhat.com> - 2.1.7-1
8ba9e1
- enable building of the rlm_wimax module
8ba9e1
- pcap wire analysis support is enabled and available in utils subpackage
8ba9e1
- Resolves bug #523053 radtest manpage in wrong package
8ba9e1
- update to latest upstream release, from upstream Changelog:
8ba9e1
  Feature improvements
8ba9e1
    * Full support for CoA and Disconnect packets as per RFC 3576
8ba9e1
      and RFC 5176.  Both receiving and proxying CoA is supported.
8ba9e1
    * Added "src_ipaddr" configuration to "home_server".  See
8ba9e1
      proxy.conf for details.
8ba9e1
    * radsniff now accepts -I, to read from a filename instead of
8ba9e1
      a device.
8ba9e1
    * radsniff also prints matching requests and any responses to those
8ba9e1
      requests when '-r' is used.
8ba9e1
    * Added example of attr_filter for Access-Challenge packets
8ba9e1
    * Added support for udpfromto in DHCP code
8ba9e1
    * radmin can now selectively mark modules alive/dead.
8ba9e1
      See "set module state".
8ba9e1
    * Added customizable messages on login success/fail.
8ba9e1
      See msg_goodpass && msg_badpass in log{} section of radiusd.conf
8ba9e1
    * Document "chase_referrals" and "rebind" in raddb/modules/ldap
8ba9e1
    * Preliminary implementation of DHCP relay.
8ba9e1
    * Made thread pool section optional.  If it doesn't exist,
8ba9e1
      the server will run single-threaded.
8ba9e1
    * Added sample radrelay.conf for people upgrading from 1.x
8ba9e1
    * Made proxying more stable by failing over, rather than
8ba9e1
      rejecting the first request.  See "response_window" in proxy.conf
8ba9e1
    * Allow home_server_pools to exist without realms.
8ba9e1
    * Add dictionary.iea (closes bug #7)
8ba9e1
    * Added support for RFC 5580
8ba9e1
    * Added experimental sql_freetds module from Gabriel Blanchard.
8ba9e1
    * Updated dictionary.foundry
8ba9e1
    * Added sample configuration for MySQL cluster in raddb/sql/ndb
8ba9e1
      See the README file for explanations.
8ba9e1
  Bug fixes
8ba9e1
    * Fixed corner case where proxied packets could have extra
8ba9e1
      character in User-Password attribute.  Fix from Niko Tyni.
8ba9e1
    * Extended size of "attribute" field in SQL to 64.
8ba9e1
    * Fixes to ruby module to be more careful about when it builds.
8ba9e1
    * Updated Perl module "configure" script to check for broken
8ba9e1
      Perl installations.
8ba9e1
    * Fix "status_check = none".  It would still send packets
8ba9e1
      in some cases.
8ba9e1
    * Set recursive flag on the proxy mutex, which enables safer
8ba9e1
      cleanup on some platforms.
8ba9e1
    * Copy the EAP username verbatim, rather than escaping it.
8ba9e1
    * Update handling so that robust-proxy-accounting works when
8ba9e1
      all home servers are down for extended periods of time.
8ba9e1
    * Look for DHCP option 53 anywhere in the packet, not just
8ba9e1
      at the start.
8ba9e1
    * Fix processing of proxy fail handler with virtual servers.
8ba9e1
    * DHCP code now prints out correct src/dst IP addresses
8ba9e1
      when sending packets.
8ba9e1
    * Removed requirement for DHCP to have clients
8ba9e1
    * Fixed handling of DHCP packets with message-type buried in the packet
8ba9e1
    * Fixed corner case with negation in unlang.
8ba9e1
    * Minor fixes to default MySQL & PostgreSQL schemas
8ba9e1
    * Suppress MSCHAP complaints in debugging mode.
8ba9e1
    * Fix SQL module for multiple instance, and possible crash on HUP
8ba9e1
    * Fix permissions for radius.log for sites that change user/group,
8ba9e1
      but which don't create the file before starting radiusd.
8ba9e1
    * Fix double counting of packets when proxying
8ba9e1
    * Make %%l work
8ba9e1
    * Fix pthread keys in rlm_perl
8ba9e1
    * Log reasons for EAP failure (closes bug #8)
8ba9e1
    * Load home servers and pools that aren't referenced from a realm.
8ba9e1
    * Handle return codes from virtual attributes in "unlang"
8ba9e1
      (e.g. LDAP-Group).  This makes "!(expr)" work for them.
8ba9e1
    * Enable VMPS to see contents of virtual server again
8ba9e1
    * Fix WiMAX module to be consistent with examples.  (closes bug #10)
8ba9e1
    * Fixed crash with policies dependent on NAS-Port comparisons
8ba9e1
    * Allowed vendor IDs to be be higher than 32767.
8ba9e1
    * Fix crash on startup with certain regexes in "hints" file.
8ba9e1
    * Fix crash in attr_filter module when packets don't exist
8ba9e1
    * Allow detail file reader to be faster when "load_factor = 100"
8ba9e1
    * Add work-around for build failures with errors related to
8ba9e1
      lt__PROGRAM__LTX_preloaded_symbols.  libltdl / libtool are horrible.
8ba9e1
    * Made ldap module "rebind" option aware of older, incompatible
8ba9e1
      versions of OpenLDAP.
8ba9e1
    * Check value of Fall-Through in attr_filter module.
8ba9e1
8ba9e1
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.6-6
8ba9e1
- rebuilt with new openssl
8ba9e1
8ba9e1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.6-5
8ba9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8ba9e1
8ba9e1
* Fri Jul 10 2009 John Dennis <jdennis@redhat.com> - 2.1.6-4
8ba9e1
- install COPYRIGHT CREDITS INSTALL LICENSE README into docdir
8ba9e1
8ba9e1
* Tue Jun 23 2009 John Dennis <jdennis@redhat.com> - 2.1.6-3
8ba9e1
- resolves bug #507571 freeradius packages do not check for user/group existence
8ba9e1
8ba9e1
* Tue Jun  2 2009 John Dennis <jdennis@redhat.com> - 2.1.6-2
8ba9e1
- make /etc/raddb/sites-available/* be config(noreplace)
8ba9e1
8ba9e1
* Mon May 18 2009 John Dennis <jdennis@redhat.com> - 2.1.6-1
8ba9e1
- update to latest upstream release, from upstream Changelog:
8ba9e1
  Feature improvements
8ba9e1
    * radclient exits with 0 on successful (accept / ack), and 1
8ba9e1
      otherwise (no response / reject)
8ba9e1
    * Added support for %%{sql:UPDATE ..}, and insert/delete
8ba9e1
      Patch from Arran Cudbard-Bell
8ba9e1
    * Added sample "do not respond" policy.  See raddb/policy.conf
8ba9e1
      and raddb/sites-available/do_not_respond
8ba9e1
    * Cleanups to Suse spec file from Norbert Wegener
8ba9e1
    * New VSAs for Juniper from Bjorn Mork
8ba9e1
    * Include more RFC dictionaries in the default install
8ba9e1
    * More documentation for the WiMAX module
8ba9e1
    * Added "chase_referrals" and "rebind" configuration to rlm_ldap.
8ba9e1
      This helps with Active Directory.  See raddb/modules/ldap
8ba9e1
    * Don't load pre/post-proxy if proxying is disabled.
8ba9e1
    * Added %%{md5:...}, which returns MD5 hash in hex.
8ba9e1
    * Added configurable "retry_interval" and "poll_interval"
8ba9e1
      for "detail" listeners.
8ba9e1
    * Added "delete_mppe_keys" configuration option to rlm_wimax.
8ba9e1
      Apparently some WiMAX clients misbehave when they see those keys.
8ba9e1
    * Added experimental rlm_ruby from
8ba9e1
      http://github.com/Antti/freeradius-server/tree/master
8ba9e1
    * Add Tunnel attributes to ldap.attrmap
8ba9e1
    * Enable virtual servers to be reloaded on HUP.  For now, only
8ba9e1
      the "authorize", "authenticate", etc. processing sections are
8ba9e1
      reloaded.  Clients and "listen" sections are NOT reloaded.
8ba9e1
    * Updated "radwatch" script to be more robust.  See scripts/radwatch
8ba9e1
    * Added certificate compatibility notes in raddb/certs/README,
8ba9e1
      for compatibility with different operating systems. (i.e. Windows)
8ba9e1
    * Permit multiple "-e" in radmin.
8ba9e1
    * Add support for originating CoA-Request and Disconnect-Request.
8ba9e1
      See raddb/sites-available/originate-coa.
8ba9e1
    * Added "lifetime" and "max_queries" to raddb/sql.conf.
8ba9e1
      This helps address the problem of hung SQL sockets.
8ba9e1
    * Allow packets to be injected via radmin.  See "inject help"
8ba9e1
      in radmin.
8ba9e1
    * Answer VMPS reconfirmation request.  Patch from Hermann Lauer.
8ba9e1
    * Sample logrotate script in scripts/logrotate.freeradius
8ba9e1
    * Add configurable poll interval for "detail" listeners
8ba9e1
    * New "raddebug" command.  This prints debugging information from
8ba9e1
      a running server.  See "man raddebug.
8ba9e1
    * Add "require_message_authenticator" configuration to home_server
8ba9e1
      configuration.  This makes the server add Message-Authenticator
8ba9e1
      to all outgoing Access-Request packets.
8ba9e1
    * Added smsotp module, as contributed by Siemens.
8ba9e1
    * Enabled the administration socket in the default install.
8ba9e1
      See raddb/sites-available/control-socket, and "man radmin"
8ba9e1
    * Handle duplicate clients, such as with replicated or
8ba9e1
      load-balanced SQL servers and "readclients = yes"
8ba9e1
  Bug fixes
8ba9e1
    * Minor changes to allow building without VQP.
8ba9e1
    * Minor fixes from John Center
8ba9e1
    * Fixed raddebug example
8ba9e1
    * Don't crash when deleting attributes via unlang
8ba9e1
    * Be friendlier to very fast clients
8ba9e1
    * Updated the "detail" listener so that it only polls once,
8ba9e1
      and not many times in a row, leaking memory each time...
8ba9e1
    * Update comparison for Packet-Src-IP-Address (etc.) so that
8ba9e1
      the operators other than '==' work.
8ba9e1
    * Did autoconf magic to work around weird libtool bug
8ba9e1
    * Make rlm_perl keep tags for tagged attributes in more situations
8ba9e1
    * Update UID checking for radmin
8ba9e1
    * Added "include_length" field for TTLS.  It's needed for RFC
8ba9e1
      compliance, but not (apparently) for interoperability.
8ba9e1
    * Clean up control sockets when they are closed, so that we don't
8ba9e1
      leak memory.
8ba9e1
    * Define SUN_LEN for systems that don't have it.
8ba9e1
    * Correct some boundary conditions in the conditional checker ("if")
8ba9e1
      in "unlang".  Bug noted by Arran Cudbard-Bell.
8ba9e1
    * Work around minor building issues in gmake.  This should only
8ba9e1
      have affected developers.
8ba9e1
    * Change how we manage unprivileged user/group, so that we do not
8ba9e1
      create control sockets owned by root.
8ba9e1
    * Fixed more minor issues found by Coverity.
8ba9e1
    * Allow raddb/certs/bootstrap to run when there is no "make"
8ba9e1
      command installed.
8ba9e1
    * In radiusd.conf, run_dir depends on the name of the program,
8ba9e1
      and isn't hard-coded to "..../radiusd"
8ba9e1
    * Check for EOF in more places in the "detail" file reader.
8ba9e1
    * Added Freeswitch dictionary.
8ba9e1
    * Chop ethernet frames in VMPS, rather than droppping packets.
8ba9e1
    * Fix EAP-TLS bug.  Patch from Arnaud Ebalard
8ba9e1
    * Don't lose string for regex-compares in the "users" file.
8ba9e1
    * Expose more functions in rlm_sql to rlm_sqlippool, which
8ba9e1
      helps on systems where RTLD_GLOBAL is off.
8ba9e1
    * Fix typos in MySQL schemas for ippools.
8ba9e1
    * Remove macro that was causing build issues on some platforms.
8ba9e1
    * Fixed issues with dead home servers.  Bug noted by Chris Moules.
8ba9e1
    * Fixed "access after free" with some dynamic clients.
8ba9e1
8ba9e1
- fix packaging bug, some directories missing execute permission
8ba9e1
  /etc/raddb/dictionary now readable by all.
8ba9e1
8ba9e1
* Tue Feb 24 2009 John Dennis <jdennis@redhat.com> - 2.1.3-4
8ba9e1
- fix type usage in unixodbc to match new type usage in unixodbc API
8ba9e1
8ba9e1
* Thu Feb 19 2009 John Dennis <jdennis@redhat.com> - 2.1.3-3
8ba9e1
- add pointer to Red Hat documentation in docdir
8ba9e1
8ba9e1
* Sat Jan 24 2009 Caolán McNamara <caolanm@redhat.com> - 2.1.3-2
8ba9e1
- rebuild for dependencies
8ba9e1
8ba9e1
* Thu Dec  4 2008 John Dennis <jdennis@redhat.com> - 2.1.3-1
8ba9e1
- upgrade to latest upstream release, upstream summary follows:
8ba9e1
  The focus of this release is stability.
8ba9e1
  Feature Improvements:
8ba9e1
    * Allow running with "user=radiusd" and binding to secure sockets.
8ba9e1
    * Start sending Status-Server "are you alive" messages earlier, which
8ba9e1
      helps with proxying multiple realms to a home server.
8ba9e1
    * Removed thread pool code from rlm_perl.  It's not necessary.
8ba9e1
    * Added example Perl configuration to raddb/modules/perl
8ba9e1
    * Force OpenSSL to support certificates with SHA256. This seems to be
8ba9e1
      necessary for WiMAX certs.
8ba9e1
  Bug fixes:
8ba9e1
    * Fix Debian patch to allow it to build.
8ba9e1
    * Fix potential NULL dereference in debugging mode on certain
8ba9e1
      platforms for TTLS and PEAP inner tunnels.
8ba9e1
    * Fix uninitialized memory in handling of vendor definitions
8ba9e1
    * Fix parsing of quoted (but non-string) attributes in the "users" file.
8ba9e1
    * Initialize uknown NAS IP to 255.255.255.255, rather than 0.0.0.0
8ba9e1
    * use SUN_LEN in control socket, to avoid truncation on some platforms.
8ba9e1
    * Correct internal handling of "debug condition" to prevent it from
8ba9e1
      being over-written.
8ba9e1
    * Check return code of regcomp in "unlang", so that invalid regular
8ba9e1
      expressions are caught rather than mishandled.
8ba9e1
    * Make rlm_sql use <ltdl.h>.  Addresses bug #610.
8ba9e1
    * Document list "type = status" better.  Closes bug #580.
8ba9e1
    * Set "default days" for certificates, because OpenSSL won't do it.
8ba9e1
      This closes bug #615.
8ba9e1
    * Reference correct list in example raddb/modules/ldap. Closes #596.
8ba9e1
    * Increase default schema size for Acct-Session-Id to 64. Closes #540.
8ba9e1
    * Fix use of temporary files in dialup-admin.  Closes #605 and
8ba9e1
      addresses CVE-2008-4474.
8ba9e1
    * Addressed a number of minor issues found by Coverity.
8ba9e1
    * Added DHCP option 150 to the dictionary.  Closes #618.
8ba9e1
8ba9e1
* Wed Dec  3 2008 John Dennis <jdennis@redhat.com> - 2.1.1-8
8ba9e1
- add --with-system-libtool to configure as a workaround for
8ba9e1
undefined reference to lt__PROGRAM__LTX_preloaded_symbols
8ba9e1
8ba9e1
* Mon Dec  1 2008 John Dennis <jdennis@redhat.com> - 2.1.1-7
8ba9e1
- add obsoletes tag for dialupadmin subpackages which were removed
8ba9e1
8ba9e1
* Mon Dec  1 2008 John Dennis <jdennis@redhat.com> - 2.1.1-7
8ba9e1
- add readline-devel BuildRequires
8ba9e1
8ba9e1
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.1.1-4
8ba9e1
- Rebuild for Python 2.6
8ba9e1
8ba9e1
* Fri Nov 21 2008 John Dennis <jdennis@redhat.com> - 2.1.1-3
8ba9e1
- make spec file buildable on RHEL5.2 by making perl-devel a fedora only dependency.
8ba9e1
- remove diaupadmin packages, it's not well supported and there are problems with it.
8ba9e1
8ba9e1
* Fri Sep 26 2008 John Dennis <jdennis@redhat.com> - 2.1.1-1
8ba9e1
- Resolves: bug #464119 bootstrap code could not create initial certs in /etc/raddb/certs because
8ba9e1
  permissions were 750, radiusd running as euid radiusd could not write there, permissions now 770
8ba9e1
8ba9e1
* Thu Sep 25 2008 John Dennis <jdennis@redhat.com> - 2.1.1-1
8ba9e1
- upgrade to new upstream 2.1.1 release
8ba9e1
8ba9e1
* Wed Jul 30 2008 John Dennis <jdennis@redhat.com> - 2.0.5-2
8ba9e1
- Resolves: bug #453761: FreeRADIUS %%post should not include chown -R
8ba9e1
  specify file attributes for /etc/raddb/ldap.attrmap
8ba9e1
  fix consistent use of tabs/spaces (rpmlint warning)
8ba9e1
8ba9e1
* Mon Jun  9 2008 John Dennis <jdennis@redhat.com> - 2.0.5-1
8ba9e1
- upgrade to latest upstream, see Changelog for details,
8ba9e1
  upstream now has more complete fix for bug #447545, local patch removed
8ba9e1
8ba9e1
* Wed May 28 2008 John Dennis <jdennis@redhat.com> - 2.0.4-1
8ba9e1
- upgrade to latest upstream, see Changelog for details
8ba9e1
- resolves: bug #447545: freeradius missing /etc/raddb/sites-available/inner-tunnel
8ba9e1
8ba9e1
* Fri May 16 2008  <jdennis@redhat.com> - 2.0.3-3
8ba9e1
- # Temporary fix for bug #446864, turn off optimization
8ba9e1
8ba9e1
* Fri Apr 18 2008 John Dennis <jdennis@redhat.com> - 2.0.3-2
8ba9e1
- remove support for radrelay, it's different now
8ba9e1
- turn off default inclusion of SQL config files in radiusd.conf since SQL
8ba9e1
  is an optional RPM install
8ba9e1
- remove mssql config files
8ba9e1
8ba9e1
* Thu Apr 17 2008 John Dennis <jdennis@redhat.com> - 2.0.3-1
8ba9e1
- Upgrade to current upstream 2.0.3 release
8ba9e1
- Many thanks to Enrico Scholz for his spec file suggestions incorporated here
8ba9e1
- Resolve: bug #438665: Contains files owned by buildsystem
8ba9e1
- Add dialupadmin-mysql, dialupadmin-postgresql, dialupadmin-ldap subpackages
8ba9e1
  to further partition external dependencies.
8ba9e1
- Clean up some unnecessary requires dependencies
8ba9e1
- Add versioned requires between subpackages
8ba9e1
8ba9e1
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-2
8ba9e1
- add Requires for versioned perl (libperl.so)
8ba9e1
8ba9e1
* Thu Feb 28 2008  <jdennis@redhat.com> - 2.0.2-1
8ba9e1
- upgrade to new 2.0 release
8ba9e1
- split into subpackages for more fine grained installation
8ba9e1
8ba9e1
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.7-4.4.ipa
8ba9e1
- Autorebuild for GCC 4.3
8ba9e1
8ba9e1
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.7-3.4.ipa
8ba9e1
- Rebuild for deps
8ba9e1
8ba9e1
* Sat Nov 10 2007  <jdennis@redhat.com> - 1.1.7-3.3.ipa
8ba9e1
- add support in rlm_ldap for reading clients from ldap
8ba9e1
- fix TLS parameter controling if a cert which fails to validate
8ba9e1
  will be accepted (i.e. self-signed),
8ba9e1
  rlm_ldap config parameter=tls_require_cert
8ba9e1
  ldap LDAP_OPT_X_TLS_REQUIRE_CERT parameter was being passed to
8ba9e1
  ldap_set_option() when it should have been ldap_int_tls_config()
8ba9e1
8ba9e1
* Sat Nov 3 2007  <jdennis@redhat.com> - 1.1.7-3.2.ipa
8ba9e1
- add support in rlm_ldap for SASL/GSSAPI binds to the LDAP server
8ba9e1
8ba9e1
* Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-3.1
8ba9e1
- made init script fully lsb conform
8ba9e1
8ba9e1
* Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-3
8ba9e1
- fixed initscript problem (rhbz#292521)
8ba9e1
8ba9e1
* Tue Aug 28 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-2
8ba9e1
- fixed initscript for LSB (rhbz#243671, rhbz#243928)
8ba9e1
- fixed license tag
8ba9e1
8ba9e1
* Tue Aug  7 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-1
8ba9e1
- new versin 1.1.7
8ba9e1
- install snmp MIB files
8ba9e1
- dropped LDAP_DEPRECATED flag, it is upstream
8ba9e1
- marked config files for sub packages as config (rhbz#240400)
8ba9e1
- moved db files to /var/lib/raddb (rhbz#199082)
8ba9e1
8ba9e1
* Fri Jun 15 2007 Thomas Woerner <twoerner@redhat.com> 1.1.6-2
8ba9e1
- radiusd expects /etc/raddb to not be world readable or writable
8ba9e1
  /etc/raddb now belongs to radiusd, post script sets permissions
8ba9e1
8ba9e1
* Fri Jun 15 2007 Thomas Woerner <twoerner@redhat.com> 1.1.6-1
8ba9e1
- new version 1.1.6
8ba9e1
8ba9e1
* Fri Mar  9 2007 Thomas Woerner <twoerner@redhat.com> 1.1.5-1
8ba9e1
- new version 1.1.5
8ba9e1
  - no /etc/raddb/otppasswd.sample anymore
8ba9e1
  - build is pie by default, dropped pie patch
8ba9e1
- fixed build requirement for perl (perl-devel)
8ba9e1
8ba9e1
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.1.3-3
8ba9e1
- remove trailing dot from summary
8ba9e1
- fix buildroot
8ba9e1
- fix post/postun/preun requirements
8ba9e1
- use rpm macros
8ba9e1
8ba9e1
* Fri Dec  8 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-2.1
8ba9e1
- rebuild for new postgresql library version
8ba9e1
8ba9e1
* Thu Nov 30 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-2
8ba9e1
- fixed ldap code to not use internals, added LDAP_DEPRECATED compile time flag
8ba9e1
  (#210912)
8ba9e1
8ba9e1
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-1
8ba9e1
- new version 1.1.3 with lots of upstream bug fixes, some security fixes
8ba9e1
  (#205654)
8ba9e1
8ba9e1
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-2
8ba9e1
- commented out include for sql.conf in radiusd.conf (#202561)
8ba9e1
8ba9e1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-1.1
8ba9e1
- rebuild
8ba9e1
8ba9e1
* Thu Jun  1 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-1
8ba9e1
- new version 1.1.2
8ba9e1
8ba9e1
* Wed May 31 2006 Thomas Woerner <twoerner@redhat.com> 1.1.1-1
8ba9e1
- new version 1.1.1
8ba9e1
- fixed incorrect rlm_sql globbing (#189095)
8ba9e1
  Thanks to Yanko Kaneti for the fix.
8ba9e1
- fixed chown syntax in post script (#182777)
8ba9e1
- dropped gcc34, libdir and realloc-return patch
8ba9e1
- spec file cleanup with additional libtool build fixes
8ba9e1
8ba9e1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.2
8ba9e1
- bump again for double-long bug on ppc(64)
8ba9e1
8ba9e1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.1
8ba9e1
- rebuilt for new gcc4.1 snapshot and glibc changes
8ba9e1
8ba9e1
* Tue Dec 13 2005 Thomas Woerner <twoerner@redhat.com> 1.0.5-1
8ba9e1
- new version 1.0.5
8ba9e1
8ba9e1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8ba9e1
- rebuilt
8ba9e1
8ba9e1
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> - 1.0.4-5
8ba9e1
- Rebuild due to mysql update.
8ba9e1
8ba9e1
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> - 1.0.4-4
8ba9e1
- rebuilt with new openssl
8ba9e1
- fixed ignored return value of realloc
8ba9e1
8ba9e1
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 1.0.4-3
8ba9e1
- use include instead of pam_stack in pam config
8ba9e1
8ba9e1
* Wed Jul 20 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-2
8ba9e1
- added missing build requires for libtool-ltdl-devel (#160877)
8ba9e1
- modified file list to get a report for missing plugins
8ba9e1
8ba9e1
* Tue Jun 28 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-1
8ba9e1
- new version 1.0.4
8ba9e1
- droppend radrelay patch (fixed upstream)
8ba9e1
8ba9e1
* Thu Apr 14 2005 Warren Togami <wtogami@redhat.com> 1.0.2-2
8ba9e1
- rebuild against new postgresql-libs
8ba9e1
8ba9e1
* Mon Apr  4 2005 Thomas Woerner <twoerner@redhat.com> 1.0.2-1
8ba9e1
- new version 1.0.2
8ba9e1
8ba9e1
* Fri Nov 19 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-3
8ba9e1
- rebuild for MySQL 4
8ba9e1
- switched over to installed libtool
8ba9e1
8ba9e1
* Fri Nov  5 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-2
8ba9e1
- Fixed install problem of radeapclient (#138069)
8ba9e1
8ba9e1
* Wed Oct  6 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-1
8ba9e1
- new version 1.0.1
8ba9e1
- applied radrelay CVS patch from Kevin Bonner
8ba9e1
8ba9e1
* Wed Aug 25 2004 Warren Togami <wtogami@redhat.com> 1.0.0-3
8ba9e1
- BuildRequires pam-devel and libtool
8ba9e1
- Fix errant text in description
8ba9e1
- Other minor cleanups
8ba9e1
8ba9e1
* Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-2.1
8ba9e1
- renamed /etc/pam.d/radius to /etc/pam.d/radiusd to match default
8ba9e1
  configuration (#130613)
8ba9e1
8ba9e1
* Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-2
8ba9e1
- fixed BuildRequires for openssl-devel (#130606)
8ba9e1
8ba9e1
* Mon Aug 16 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-1
8ba9e1
- 1.0.0 final
8ba9e1
8ba9e1
* Mon Jul  5 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.2
8ba9e1
- added buildrequires for zlib-devel (#127162)
8ba9e1
- fixed libdir patch to prefer own libeap instead of installed one (#127168)
8ba9e1
- fixed samba account maps in LDAP for samba v3 (#127173)
8ba9e1
8ba9e1
* Thu Jul  1 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.1
8ba9e1
- third "pre" release of version 1.0.0
8ba9e1
- rlm_ldap is using SASLv2 (#126507)
8ba9e1
8ba9e1
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8ba9e1
- rebuilt
8ba9e1
8ba9e1
* Thu Jun  3 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-4.1
8ba9e1
- fixed BuildRequires for gdbm-devel
8ba9e1
8ba9e1
* Tue Mar 30 2004 Harald Hoyer <harald@redhat.com> - 0.9.3-4
8ba9e1
- gcc34 compilation fixes
8ba9e1
8ba9e1
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
8ba9e1
- rebuilt
8ba9e1
8ba9e1
* Tue Feb 24 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-3.2
8ba9e1
- added sql scripts for rlm_sql to documentation (#116435)
8ba9e1
8ba9e1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8ba9e1
- rebuilt
8ba9e1
8ba9e1
* Thu Feb  5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2.1
8ba9e1
- using -fPIC instead of -fpic for s390 ans s390x
8ba9e1
8ba9e1
* Thu Feb  5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2
8ba9e1
- radiusd is pie, now
8ba9e1
8ba9e1
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 0.9.3-1
8ba9e1
- new version 0.9.3 (bugfix release)
8ba9e1
8ba9e1
* Fri Nov  7 2003 Thomas Woerner <twoerner@redhat.com> 0.9.2-1
8ba9e1
- new version 0.9.2
8ba9e1
8ba9e1
* Mon Sep 29 2003 Thomas Woerner <twoerner@redhat.com> 0.9.1-1
8ba9e1
- new version 0.9.1
8ba9e1
8ba9e1
* Mon Sep 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.0-2.2
8ba9e1
- modify default PAM configuration to remove the directory part of the module
8ba9e1
  name, so that 32- and 64-bit libpam (called from 32- or 64-bit radiusd) on
8ba9e1
  multilib systems will always load the right module for the architecture
8ba9e1
- modify default PAM configuration to use pam_stack
8ba9e1
8ba9e1
* Mon Sep  1 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-2.1
8ba9e1
- com_err.h moved to /usr/include/et
8ba9e1
8ba9e1
* Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-1
8ba9e1
- 0.9.0 final
8ba9e1
8ba9e1
* Wed Jul 16 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-0.9.0
8ba9e1
- new version 0.9.0 pre3
8ba9e1
8ba9e1
* Thu May 22 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-6
8ba9e1
- included directory /var/log/radius/radacct for logrotate
8ba9e1
8ba9e1
* Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-5
8ba9e1
- moved log and run dir to files section, cleaned up post
8ba9e1
8ba9e1
* Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-4
8ba9e1
- added missing run dir in post
8ba9e1
8ba9e1
* Tue May 20 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-3
8ba9e1
- fixed module load patch
8ba9e1
8ba9e1
* Fri May 16 2003 Thomas Woerner <twoerner@redhat.com>
8ba9e1
- removed la files, removed devel package
8ba9e1
- split into 4 packages: freeradius, freeradius-mysql, freeradius-postgresql,
8ba9e1
    freeradius-unixODBC
8ba9e1
- fixed requires and buildrequires
8ba9e1
- create logging dir in post if it does not exist
8ba9e1
- fixed module load without la files
8ba9e1
8ba9e1
* Thu Apr 17 2003 Thomas Woerner <twoerner@redhat.com>
8ba9e1
- Initial build.