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