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