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