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