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