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