ssahani / rpms / freeradius

Forked from rpms/freeradius 5 years ago
Clone
a4c69ef
Summary: High-performance and highly configurable free RADIUS server
cvsdist e141431
Name: freeradius
8515ab5
Version: 2.1.12
0c66ef7
Release: 3%{?dist}
e492c8c
License: GPLv2+ and LGPLv2+
cvsdist e141431
Group: System Environment/Daemons
cvsdist e141431
URL: http://www.freeradius.org/
ccd23a4
6ace470
Source0: ftp://ftp.freeradius.org/pub/radius/freeradius-server-%{version}.tar.bz2
0269e1f
Source100: radiusd.service
eb87cfe
Source102: freeradius-logrotate
eb87cfe
Source103: freeradius-pam-conf
0269e1f
Source104: %{name}-tmpfiles.conf
ccd23a4
19b7b49
Patch1: freeradius-cert-config.patch
19b7b49
227a51e
Obsoletes: freeradius-devel
dd81fe1
Obsoletes: freeradius-libs
dd81fe1
6ace470
%define docdir %{_docdir}/freeradius-%{version}
afeabfb
%define initddir %{?_initddir:%{_initddir}}%{!?_initddir:%{_initrddir}}
235ae13
05ae0f7
BuildRequires: autoconf
ccd23a4
BuildRequires: gdbm-devel
ccd23a4
BuildRequires: libtool
ccd23a4
BuildRequires: libtool-ltdl-devel
ccd23a4
BuildRequires: openssl-devel
ccd23a4
BuildRequires: pam-devel
ccd23a4
BuildRequires: zlib-devel
67d3d2c
BuildRequires: net-snmp-devel
67d3d2c
BuildRequires: net-snmp-utils
235ae13
BuildRequires: readline-devel
5c1a950
BuildRequires: libpcap-devel
0269e1f
BuildRequires: systemd-units
ccd23a4
2ae6b26
Requires(pre): shadow-utils glibc-common
0269e1f
Requires(post): systemd-sysv
04a37e3
Requires(post): systemd-units
04a37e3
Requires(preun): systemd-units
04a37e3
Requires(postun): systemd-units
cvsdist e141431
cvsdist e141431
%description
5c1a950
The FreeRADIUS Server Project is a high performance and highly configurable
5c1a950
GPL'd free RADIUS server. The server is similar in some respects to
5c1a950
Livingston's 2.0 server.  While FreeRADIUS started as a variant of the
5c1a950
Cistron RADIUS server, they don't share a lot in common any more. It now has
cvsdist e141431
many more features than Cistron or Livingston, and is much more configurable.
cvsdist e141431
5c1a950
FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
5c1a950
protocol, as defined in RFC 2865 (and others). It allows Network Access
5c1a950
Servers (NAS boxes) to perform authentication for dial-up users. There are
5c1a950
also RADIUS clients available for Web servers, firewalls, Unix logins, and
5c1a950
more.  Using RADIUS allows authentication and authorization for a network to
5c1a950
be centralized, and minimizes the amount of re-configuration which has to be
cvsdist e141431
done when adding or deleting new users.
cvsdist e141431
b281c60
%package utils
41eda4e
Group: System Environment/Daemons
67d3d2c
Summary: FreeRADIUS utilities
1edb135
Requires: %{name} = %{version}-%{release}
5c1a950
Requires: libpcap >= 0.9.4
b281c60
b281c60
%description utils
b281c60
The FreeRADIUS server has a number of features found in other servers,
b281c60
and additional features not found in any other server. Rather than
b281c60
doing a feature by feature comparison, we will simply list the features
b281c60
of the server, and let you decide if they satisfy your needs.
b281c60
b281c60
Support for RFC and VSA Attributes Additional server configuration
b281c60
attributes Selecting a particular configuration Authentication methods
b281c60
b281c60
%package ldap
41eda4e
Summary: LDAP support for freeradius
b281c60
Group: System Environment/Daemons
1edb135
Requires: %{name} = %{version}-%{release}
b281c60
BuildRequires: openldap-devel
b281c60
b281c60
%description ldap
41eda4e
This plugin provides the LDAP support for the FreeRADIUS server project.
b281c60
b281c60
%package krb5
41eda4e
Summary: Kerberos 5 support for freeradius
b281c60
Group: System Environment/Daemons
1edb135
Requires: %{name} = %{version}-%{release}
b281c60
BuildRequires: krb5-devel
b281c60
b281c60
%description krb5
41eda4e
This plugin provides the Kerberos 5 support for the FreeRADIUS server project.
b281c60
b281c60
%package perl
41eda4e
Summary: Perl support for freeradius
b281c60
Group: System Environment/Daemons
1edb135
Requires: %{name} = %{version}-%{release}
c16ca10
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
dd81fe1
%{?fedora:BuildRequires: perl-devel}
dd81fe1
%if 0%{?rhel} <= 5
b3b4236
BuildRequires: perl
05871a3
%endif
dd81fe1
%if 0%{?rhel} >= 6
dd81fe1
BuildRequires: perl-devel
dd81fe1
%endif
67d3d2c
BuildRequires: perl(ExtUtils::Embed)
b281c60
b281c60
%description perl
41eda4e
This plugin provides the Perl support for the FreeRADIUS server project.
b281c60
b281c60
%package python
41eda4e
Summary: Python support for freeradius
b281c60
Group: System Environment/Daemons
1edb135
Requires: %{name} = %{version}-%{release}
b281c60
BuildRequires: python-devel
b281c60
b281c60
%description python
41eda4e
This plugin provides the Python support for the FreeRADIUS server project.
b281c60
cvsdist e141431
%package mysql
41eda4e
Summary: MySQL support for freeradius
cvsdist e141431
Group: System Environment/Daemons
1edb135
Requires: %{name} = %{version}-%{release}
92218ad
BuildRequires: mysql-devel
cvsdist e141431
cvsdist e141431
%description mysql
41eda4e
This plugin provides the MySQL support for the FreeRADIUS server project.
cvsdist e141431
cvsdist e141431
%package postgresql
e6360f6
Summary: Postgresql support for freeradius
cvsdist e141431
Group: System Environment/Daemons
1edb135
Requires: %{name} = %{version}-%{release}
92218ad
BuildRequires: postgresql-devel
cvsdist e141431
cvsdist e141431
%description postgresql
41eda4e
This plugin provides the postgresql support for the FreeRADIUS server project.
cvsdist e141431
cvsdist e141431
%package unixODBC
e6360f6
Summary: Unix ODBC support for freeradius
cvsdist e141431
Group: System Environment/Daemons
1edb135
Requires: %{name} = %{version}-%{release}
92218ad
BuildRequires: unixODBC-devel
cvsdist e141431
cvsdist e141431
%description unixODBC
41eda4e
This plugin provides the unixODBC support for the FreeRADIUS server project.
cvsdist e141431
cvsdist e141431
cvsdist e141431
%prep
6ace470
%setup -q -n freeradius-server-%{version}
19b7b49
%patch1 -p1 -b .cert-config
1edb135
# Some source files mistakenly have execute permissions set
1edb135
find $RPM_BUILD_DIR/freeradius-server-%{version} \( -name '*.c' -o -name '*.h' \) -a -perm /0111 -exec chmod a-x {} +
c2530c0
cvsdist e141431
%build
cvsdist 4eb7532
%ifarch s390 s390x
1b64b7d
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
cvsdist 4eb7532
%else
1b64b7d
export CFLAGS="$RPM_OPT_FLAGS -fpic"
cvsdist 4eb7532
%endif
92218ad
cvsdist e141431
%configure \
c71c5f8
        --libdir=%{_libdir}/freeradius \
78241dc
        --with-system-libtool \
b3b4236
        --disable-ltdl-install \
c71c5f8
        --with-gnu-ld \
c71c5f8
        --with-threads \
c71c5f8
        --with-thread-pool \
6ace470
        --with-docdir=%{docdir} \
c71c5f8
        --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
c71c5f8
        --with-rlm-sql-postgresql-lib-dir=%{_libdir} \
c71c5f8
        --with-rlm-sql_mysql-include-dir=/usr/include/mysql \
c71c5f8
        --with-mysql-lib-dir=%{_libdir}/mysql \
c71c5f8
        --with-unixodbc-lib-dir=%{_libdir} \
c71c5f8
        --with-rlm-dbm-lib-dir=%{_libdir} \
c71c5f8
        --with-rlm-krb5-include-dir=/usr/kerberos/include \
5c1a950
        --with-modules="rlm_wimax" \
c71c5f8
        --without-rlm_eap_ikev2 \
c71c5f8
        --without-rlm_sql_iodbc \
c71c5f8
        --without-rlm_sql_firebird \
c71c5f8
        --without-rlm_sql_db2 \
c71c5f8
        --without-rlm_sql_oracle
c2530c0
fe460e1
%if "%{_lib}" == "lib64"
fe460e1
perl -pi -e 's:sys_lib_search_path_spec=.*:sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64":' libtool
fe460e1
%endif
fe460e1
c46a6ee
make LINK_MODE=-pie
cvsdist e141431
cvsdist e141431
%install
94b8665
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/radiusd
92218ad
# fix for bad libtool bug - can not rebuild dependent libs and bins
e6850ee
#FIXME export LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}
92218ad
make install R=$RPM_BUILD_ROOT
e6850ee
# modify default configuration
e6850ee
RADDB=$RPM_BUILD_ROOT%{_sysconfdir}/raddb
e6850ee
perl -i -pe 's/^#user =.*$/user = radiusd/'   $RADDB/radiusd.conf
cvsdist e141431
perl -i -pe 's/^#group =.*$/group = radiusd/' $RADDB/radiusd.conf
b281c60
# logs
b281c60
mkdir -p $RPM_BUILD_ROOT/var/log/radius/radacct
b281c60
touch $RPM_BUILD_ROOT/var/log/radius/{radutmp,radius.log}
cvsdist e141431
0269e1f
install -D -m 755 %{SOURCE100} $RPM_BUILD_ROOT/%{_unitdir}/radiusd.service
227a51e
install -D -m 644 %{SOURCE102} $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/radiusd
227a51e
install -D -m 644 %{SOURCE103} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/radiusd
eb87cfe
0269e1f
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
0269e1f
mkdir -p %{buildroot}%{_localstatedir}/run/
0269e1f
install -d -m 0710 %{buildroot}%{_localstatedir}/run/radiusd/
94b8665
install -m 0644 %{SOURCE104} %{buildroot}%{_sysconfdir}/tmpfiles.d/radiusd.conf
0269e1f
b281c60
# remove unneeded stuff
b281c60
rm -rf doc/00-OLD
b281c60
rm -f $RPM_BUILD_ROOT/usr/sbin/rc.radiusd
b281c60
rm -rf $RPM_BUILD_ROOT/%{_libdir}/freeradius/*.a
b281c60
rm -rf $RPM_BUILD_ROOT/%{_libdir}/freeradius/*.la
efcd18f
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/sql/mssql
b281c60
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/sql/oracle
41eda4e
rm -rf $RPM_BUILD_ROOT/%{_datadir}/dialup_admin/sql/oracle
67d3d2c
rm -rf $RPM_BUILD_ROOT/%{_datadir}/dialup_admin/lib/sql/oracle
67d3d2c
rm -rf $RPM_BUILD_ROOT/%{_datadir}/dialup_admin/lib/sql/drivers/oracle
41eda4e
8515ab5
# remove header files, we don't ship a devel package and the
227a51e
# headers have multilib conflicts
227a51e
rm -rf $RPM_BUILD_ROOT/%{_includedir}
227a51e
92218ad
# remove unsupported config files
a4c69ef
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/experimental.conf
92218ad
e09d002
# install doc files omitted by standard install
dd81fe1
for f in COPYRIGHT CREDITS INSTALL README; do
e09d002
    cp $f $RPM_BUILD_ROOT/%{docdir}
e09d002
done
dd81fe1
cp LICENSE $RPM_BUILD_ROOT/%{docdir}/LICENSE.gpl
dd81fe1
cp src/lib/LICENSE $RPM_BUILD_ROOT/%{docdir}/LICENSE.lgpl
dd59821
cp src/LICENSE.openssl $RPM_BUILD_ROOT/%{docdir}/LICENSE.openssl
e09d002
6ace470
# add Red Hat specific documentation
6ace470
cat >> $RPM_BUILD_ROOT/%{docdir}/REDHAT << EOF
6ace470
6ace470
Red Hat, RHEL, Fedora, and CentOS specific information can be found on the
6ace470
FreeRADIUS Wiki in the Red Hat FAQ.
6ace470
6ace470
http://wiki.freeradius.org/Red_Hat_FAQ
6ace470
6ace470
Please reference that document.
6ace470
6ace470
EOF
cvsdist e141431
2ae6b26
2ae6b26
# Make sure our user/group is present prior to any package or subpackage installation
cvsdist e141431
%pre
2a7bcb1
getent group  radiusd >/dev/null || /usr/sbin/groupadd -r -g 95 radiusd > /dev/null 2>&1
650b465
getent passwd radiusd >/dev/null || /usr/sbin/useradd  -r -g radiusd -u 95 -c "radiusd user" -s /sbin/nologin radiusd > /dev/null 2>&1
650b465
exit 0
cvsdist e141431
cvsdist e141431
%post
2a7bcb1
if [ $1 -eq 1 ]; then           # install
8515ab5
  # Initial installation
04a37e3
  /bin/systemctl daemon-reload >/dev/null 2>&1 || :
19b7b49
  if [ ! -e /etc/raddb/certs/server.pem ]; then
2a7bcb1
    /sbin/runuser -g radiusd -c 'umask 007; /etc/raddb/certs/bootstrap' > /dev/null 2>&1
19b7b49
  fi
cvsdist e141431
fi
2a7bcb1
exit 0
cvsdist e141431
04a37e3
%preun
04a37e3
if [ $1 -eq 0 ] ; then
04a37e3
    # Package removal, not upgrade
04a37e3
    /bin/systemctl --no-reload disable radiusd.service > /dev/null 2>&1 || :
04a37e3
    /bin/systemctl stop radiusd.service > /dev/null 2>&1 || :
04a37e3
fi
04a37e3
cvsdist e141431
%postun
04a37e3
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
04a37e3
if [ $1 -ge 1 ] ; then
04a37e3
    # Package upgrade, not uninstall
04a37e3
    /bin/systemctl try-restart radiusd.service >/dev/null 2>&1 || :
04a37e3
elif [ $1 -eq 0 ]; then           # uninstall
2a7bcb1
  getent passwd radiusd >/dev/null && /usr/sbin/userdel  radiusd > /dev/null 2>&1
2a7bcb1
  getent group  radiusd >/dev/null && /usr/sbin/groupdel radiusd > /dev/null 2>&1
2a7bcb1
fi
2a7bcb1
exit 0
cvsdist e141431
0269e1f
%triggerun -- freeradius < 2.1.11-5
0269e1f
# Save the current service runlevel info
0269e1f
# User must manually run systemd-sysv-convert --apply radiusd
0269e1f
# to migrate them to systemd targets
0269e1f
/usr/bin/systemd-sysv-convert --save radiusd >/dev/null 2>&1 ||:
0269e1f
0269e1f
# Run these because the SysV package being removed won't do them
0269e1f
/sbin/chkconfig --del radiusd >/dev/null 2>&1 || :
0269e1f
/bin/systemctl try-restart radiusd.service >/dev/null 2>&1 || :
0269e1f
0269e1f
cvsdist e141431
%files
7895932
%defattr(-,root,root)
6ace470
%doc %{docdir}/
1b64b7d
%config(noreplace) %{_sysconfdir}/pam.d/radiusd
1b64b7d
%config(noreplace) %{_sysconfdir}/logrotate.d/radiusd
0269e1f
%{_unitdir}/radiusd.service
94b8665
%config %{_sysconfdir}/tmpfiles.d/radiusd.conf
94b8665
%dir %attr(710,radiusd,radiusd) %{_localstatedir}/run/radiusd
94b8665
%dir %attr(755,radiusd,radiusd) %{_localstatedir}/lib/radiusd
ccd23a4
# configs
0bf50ea
%dir %attr(755,root,radiusd) /etc/raddb
7895932
%defattr(-,root,radiusd)
0bf50ea
%attr(644,root,radiusd) %config(noreplace) /etc/raddb/dictionary
ccd23a4
%config(noreplace) /etc/raddb/acct_users
ccd23a4
%config(noreplace) /etc/raddb/attrs
dd59821
%config(noreplace) /etc/raddb/attrs.access_challenge
ccd23a4
%config(noreplace) /etc/raddb/attrs.access_reject
ccd23a4
%config(noreplace) /etc/raddb/attrs.accounting_response
ccd23a4
%config(noreplace) /etc/raddb/attrs.pre-proxy
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/clients.conf
ccd23a4
%config(noreplace) /etc/raddb/hints
ccd23a4
%config(noreplace) /etc/raddb/huntgroups
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sqlippool.conf
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/preproxy_users
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/proxy.conf
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/radiusd.conf
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sql.conf
0bf50ea
%dir %attr(750,root,radiusd) /etc/raddb/sql
67d3d2c
#%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sql/oracle/*
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/users
ee7e5da
%dir %attr(770,root,radiusd) /etc/raddb/certs
e6360f6
%config(noreplace) /etc/raddb/certs/Makefile
e6360f6
%config(noreplace) /etc/raddb/certs/README
e6360f6
%config(noreplace) /etc/raddb/certs/xpextensions
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/certs/*.cnf
67d3d2c
%attr(750,root,radiusd) /etc/raddb/certs/bootstrap
0bf50ea
%dir %attr(750,root,radiusd) /etc/raddb/sites-available
06761b8
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/*
0bf50ea
%dir %attr(750,root,radiusd) /etc/raddb/sites-enabled
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-enabled/*
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/eap.conf
e6360f6
%config(noreplace) %attr(640,root,radiusd) /etc/raddb/example.pl
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.conf
e6360f6
%config(noreplace) /etc/raddb/policy.txt
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/templates.conf
0bf50ea
%dir %attr(750,root,radiusd) /etc/raddb/modules
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/acct_unique
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/always
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/attr_filter
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/attr_rewrite
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/chap
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/checkval
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/counter
5c1a950
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/cui
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/detail
650b465
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/detail.example.com
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/detail.log
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/digest
9090233
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/dynamic_clients
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/echo
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/etc_group
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/exec
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/expiration
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/expr
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/files
650b465
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/inner-eap
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/ippool
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/logintime
650b465
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/linelog
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/mac2ip
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/mac2vlan
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/mschap
dd59821
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/ntlm_auth
9090233
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/opendirectory
0bf50ea
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/otp
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/pam
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/pap
b3b4236
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/perl
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/passwd
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/policy
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/preprocess
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/radutmp
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/realm
41c10f6
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/redis
41c10f6
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/rediswho
41c10f6
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/replicate
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/smbpasswd
0bf50ea
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/smsotp
41c10f6
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/soh
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/sql_log
b3b4236
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/sqlcounter_expire_on_login
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/sradutmp
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/unix
650b465
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/wimax
ccd23a4
# binaries
7895932
%defattr(-,root,root)
ccd23a4
/usr/sbin/checkrad
0bf50ea
/usr/sbin/raddebug
ccd23a4
/usr/sbin/radiusd
ccd23a4
/usr/sbin/radwatch
650b465
/usr/sbin/radmin
ccd23a4
# man-pages
5c1a950
%doc %{_mandir}/man5/acct_users.5.gz
5c1a950
%doc %{_mandir}/man5/clients.conf.5.gz
5c1a950
%doc %{_mandir}/man5/dictionary.5.gz
5c1a950
%doc %{_mandir}/man5/radiusd.conf.5.gz
5c1a950
%doc %{_mandir}/man5/radrelay.conf.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_acct_unique.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_always.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_attr_filter.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_attr_rewrite.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_chap.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_counter.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_detail.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_digest.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_expr.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_files.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_mschap.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_pap.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_passwd.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_policy.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_realm.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_sql.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_sql_log.5.gz
5c1a950
%doc %{_mandir}/man5/rlm_unix.5.gz
5c1a950
%doc %{_mandir}/man5/unlang.5.gz
5c1a950
%doc %{_mandir}/man5/users.5.gz
5c1a950
%doc %{_mandir}/man8/raddebug.8.gz
5c1a950
%doc %{_mandir}/man8/radiusd.8.gz
5c1a950
%doc %{_mandir}/man8/radmin.8.gz
5c1a950
%doc %{_mandir}/man8/radrelay.8.gz
5c1a950
%doc %{_mandir}/man8/radwatch.8.gz
ccd23a4
# dictionaries
b3b4236
%dir %attr(755,root,root) /usr/share/freeradius
ccd23a4
/usr/share/freeradius/*
ccd23a4
# logs
b3b4236
%dir %attr(700,radiusd,radiusd) /var/log/radius/
b3b4236
%dir %attr(700,radiusd,radiusd) /var/log/radius/radacct/
e6360f6
%ghost %attr(644,radiusd,radiusd) /var/log/radius/radutmp
e6360f6
%ghost %attr(600,radiusd,radiusd) /var/log/radius/radius.log
1edb135
# RADIUS shared libs
1edb135
%attr(755,root,root) %{_libdir}/freeradius/lib*.so*
ccd23a4
# RADIUS Loadable Modules
b3b4236
%dir %attr(755,root,root) %{_libdir}/freeradius
ccd23a4
#%attr(755,root,root) %{_libdir}/freeradius/rlm_*.so*
e6850ee
#%{_libdir}/freeradius/rlm_acctlog*.so
e6850ee
%{_libdir}/freeradius/rlm_acct_unique.so
e6850ee
%{_libdir}/freeradius/rlm_acct_unique-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_acctlog.so
e6850ee
%{_libdir}/freeradius/rlm_acctlog-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_always.so
e6850ee
%{_libdir}/freeradius/rlm_always-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_attr_filter.so
e6850ee
%{_libdir}/freeradius/rlm_attr_filter-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_attr_rewrite.so
e6850ee
%{_libdir}/freeradius/rlm_attr_rewrite-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_chap.so
e6850ee
%{_libdir}/freeradius/rlm_chap-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_checkval.so
e6850ee
%{_libdir}/freeradius/rlm_checkval-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_copy_packet.so
e6850ee
%{_libdir}/freeradius/rlm_copy_packet-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_counter.so
e6850ee
%{_libdir}/freeradius/rlm_counter-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_dbm.so
e6850ee
%{_libdir}/freeradius/rlm_dbm-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_detail.so
e6850ee
%{_libdir}/freeradius/rlm_detail-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_digest.so
e6850ee
%{_libdir}/freeradius/rlm_digest-%{version}.so
650b465
%{_libdir}/freeradius/rlm_dynamic_clients.so
650b465
%{_libdir}/freeradius/rlm_dynamic_clients-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap.so
e6850ee
%{_libdir}/freeradius/rlm_eap-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_gtc.so
e6850ee
%{_libdir}/freeradius/rlm_eap_gtc-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_leap.so
e6850ee
%{_libdir}/freeradius/rlm_eap_leap-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_md5.so
e6850ee
%{_libdir}/freeradius/rlm_eap_md5-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_mschapv2.so
e6850ee
%{_libdir}/freeradius/rlm_eap_mschapv2-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_peap.so
e6850ee
%{_libdir}/freeradius/rlm_eap_peap-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_sim.so
e6850ee
%{_libdir}/freeradius/rlm_eap_sim-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_tls.so
e6850ee
%{_libdir}/freeradius/rlm_eap_tls-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_eap_ttls.so
e6850ee
%{_libdir}/freeradius/rlm_eap_ttls-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_exec.so
e6850ee
%{_libdir}/freeradius/rlm_exec-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_expiration.so
e6850ee
%{_libdir}/freeradius/rlm_expiration-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_expr.so
e6850ee
%{_libdir}/freeradius/rlm_expr-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_fastusers.so
e6850ee
%{_libdir}/freeradius/rlm_fastusers-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_files.so
e6850ee
%{_libdir}/freeradius/rlm_files-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_ippool.so
e6850ee
%{_libdir}/freeradius/rlm_ippool-%{version}.so
650b465
%{_libdir}/freeradius/rlm_linelog.so
650b465
%{_libdir}/freeradius/rlm_linelog-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_logintime.so
e6850ee
%{_libdir}/freeradius/rlm_logintime-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_mschap.so
e6850ee
%{_libdir}/freeradius/rlm_mschap-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_otp.so
e6850ee
%{_libdir}/freeradius/rlm_otp-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_pam.so
e6850ee
%{_libdir}/freeradius/rlm_pam-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_pap.so
e6850ee
%{_libdir}/freeradius/rlm_pap-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_passwd.so
e6850ee
%{_libdir}/freeradius/rlm_passwd-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_policy.so
e6850ee
%{_libdir}/freeradius/rlm_policy-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_preprocess.so
e6850ee
%{_libdir}/freeradius/rlm_preprocess-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_radutmp.so
e6850ee
%{_libdir}/freeradius/rlm_radutmp-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_realm.so
e6850ee
%{_libdir}/freeradius/rlm_realm-%{version}.so
41c10f6
%{_libdir}/freeradius/rlm_replicate.so
41c10f6
%{_libdir}/freeradius/rlm_replicate-%{version}.so
41c10f6
%{_libdir}/freeradius/rlm_soh.so
41c10f6
%{_libdir}/freeradius/rlm_soh-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_sql.so
e6850ee
%{_libdir}/freeradius/rlm_sql-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_sql_log.so
e6850ee
%{_libdir}/freeradius/rlm_sql_log-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_sqlcounter.so
e6850ee
%{_libdir}/freeradius/rlm_sqlcounter-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_sqlippool.so
e6850ee
%{_libdir}/freeradius/rlm_sqlippool-%{version}.so
e6850ee
%{_libdir}/freeradius/rlm_unix.so
e6850ee
%{_libdir}/freeradius/rlm_unix-%{version}.so
5c1a950
%{_libdir}/freeradius/rlm_wimax.so
5c1a950
%{_libdir}/freeradius/rlm_wimax-%{version}.so
cvsdist e141431
b281c60
%files utils
b281c60
/usr/bin/*
5c1a950
# man-pages
5c1a950
%doc %{_mandir}/man1/radclient.1.gz
5c1a950
%doc %{_mandir}/man1/radeapclient.1.gz
5c1a950
%doc %{_mandir}/man1/radlast.1.gz
5c1a950
%doc %{_mandir}/man1/radtest.1.gz
5c1a950
%doc %{_mandir}/man1/radwho.1.gz
5c1a950
%doc %{_mandir}/man1/radzap.1.gz
8515ab5
%doc %{_mandir}/man1/smbencrypt.1.gz
8515ab5
%doc %{_mandir}/man5/checkrad.5.gz
8515ab5
%doc %{_mandir}/man8/radconf2xml.8.gz
8515ab5
%doc %{_mandir}/man8/radcrypt.8.gz
8515ab5
%doc %{_mandir}/man8/radsniff.8.gz
5c1a950
%doc %{_mandir}/man8/radsqlrelay.8.gz
8515ab5
%doc %{_mandir}/man8/rlm_dbm_cat.8.gz
8515ab5
%doc %{_mandir}/man8/rlm_dbm_parse.8.gz
5c1a950
%doc %{_mandir}/man8/rlm_ippool_tool.8.gz
b281c60
b281c60
%files krb5
b281c60
%{_libdir}/freeradius/rlm_krb5.so
b281c60
%{_libdir}/freeradius/rlm_krb5-%{version}.so
8b5c4b5
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/krb5
b281c60
b281c60
%files perl
b281c60
%{_libdir}/freeradius/rlm_perl.so
b281c60
%{_libdir}/freeradius/rlm_perl-%{version}.so
b281c60
b281c60
%files python
b281c60
%{_libdir}/freeradius/rlm_python.so
b281c60
%{_libdir}/freeradius/rlm_python-%{version}.so
b281c60
cvsdist e141431
%files mysql
0bf50ea
%dir %attr(750,root,radiusd) /etc/raddb/sql/mysql
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sql/mysql/*
5c1a950
%dir %attr(750,root,radiusd) /etc/raddb/sql/ndb
5c1a950
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sql/ndb/*
b281c60
%{_libdir}/freeradius/rlm_sql_mysql.so
b281c60
%{_libdir}/freeradius/rlm_sql_mysql-%{version}.so
cvsdist e141431
cvsdist e141431
%files postgresql
0bf50ea
%dir %attr(750,root,radiusd) /etc/raddb/sql/postgresql
67d3d2c
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sql/postgresql/*
b281c60
%{_libdir}/freeradius/rlm_sql_postgresql.so
b281c60
%{_libdir}/freeradius/rlm_sql_postgresql-%{version}.so
67d3d2c
67d3d2c
%files ldap
c71c5f8
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/ldap.attrmap
67d3d2c
%{_libdir}/freeradius/rlm_ldap.so
67d3d2c
%{_libdir}/freeradius/rlm_ldap-%{version}.so
05871a3
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/modules/ldap
cvsdist e141431
cvsdist e141431
%files unixODBC
b281c60
%{_libdir}/freeradius/rlm_sql_unixodbc.so
b281c60
%{_libdir}/freeradius/rlm_sql_unixodbc-%{version}.so
cvsdist e141431
cvsdist e141431
%changelog
0c66ef7
* Sun Jan 15 2012 John Dennis <jdennis@redhat.com> - 2.1.12-3
0c66ef7
- resolves: bug#781744
0c66ef7
  systemd service file incorrectly listed pid file as
0c66ef7
  /var/run/radiusd/radiusd which it should have been
0c66ef7
  /var/run/radiusd/radiusd.pid
0c66ef7
94b8665
* Mon Oct 31 2011 John Dennis <jdennis@redhat.com> - 2.1.12-2
94b8665
- rename /etc/tmpfiles.d/freeradius.conf to /etc/tmpfiles.d/radiusd.conf
94b8665
  remove config(noreplace) because it must match files section and
94b8665
  permissions differ between versions.
94b8665
8515ab5
* Mon Oct  3 2011 John Dennis <jdennis@redhat.com> - 2.1.12-1
8515ab5
- Upgrade to latest upstream release: 2.1.12
8515ab5
- Upstream changelog for 2.1.12:
8515ab5
  Feature improvements
8515ab5
  * Updates to dictionary.erx, dictionary.siemens, dictionary.starent,
8515ab5
    dictionary.starent.vsa1, dictionary.zyxel, added dictionary.symbol
8515ab5
  * Added support for PCRE from Phil Mayers
8515ab5
  * Configurable file permission in rlm_linelog
8515ab5
  * Added "relaxed" option to rlm_attr_filter.  This copies attributes
8515ab5
    if at least one match occurred.
8515ab5
  * Added documentation on dynamic clients.
8515ab5
    See raddb/modules/dynamic_clients.
8515ab5
  * Added support for elliptical curve cryptography.
8515ab5
    See ecdh_curve in raddb/eap.conf.
8515ab5
  * Added support for 802.1X MIBs in checkrad
8515ab5
  * Added support for %{rand:...}, which generates a uniformly
8515ab5
    distributed number between 0 and the number you specify.
8515ab5
  * Created "man" pages for all installed commands, and documented
8515ab5
    options for all commands.  Patch from John Dennis.
8515ab5
  * Allow radsniff to decode encrypted VSAs and CoA packets.
8515ab5
    Patch from Bjorn Mork.
8515ab5
  * Always send Message-Authenticator in radtest. Patch from John Dennis.
8515ab5
    radclient continues to be more flexible.
8515ab5
  * Updated Oracle schema and queries
8515ab5
  * Added SecurID module.  See src/modules/rlm_securid/README
8515ab5
8515ab5
  Bug fixes
8515ab5
  * Fix memory leak in rlm_detail
8515ab5
  * Fix "failed to insert event"
8515ab5
  * Allow virtual servers to be reloaded on HUP.
8515ab5
    It no longer complains about duplicate virtual servers.
8515ab5
  * Fix %{string:...} expansion
8515ab5
  * Fix "server closed socket" loop in radmin
8515ab5
  * Set ownership of control socket when starting up
8515ab5
  * Always allow root to connect to control socket, even if
8515ab5
    "uid" is set.  They're root.  They can already do anything.
8515ab5
  * Save all attributes in Access-Accept when proxying inner-tunnel
8515ab5
    EAP-MSCHAPv2
8515ab5
  * Fixes for DHCP relaying.
8515ab5
  * Check certificate validity when using OCSP.
8515ab5
  * Updated Oracle "configure" script
8515ab5
  * Fixed typos in dictionary.alvarion
8515ab5
  * WARNING on potential proxy loop.
8515ab5
  * Be more aggressive about clearing old requests from the
8515ab5
    internal queue
8515ab5
  * Don't open network sockets when using -C
8515ab5
7895932
* Wed Sep 21 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-7
7895932
- restore defattr customization in the main package
7895932
04a37e3
* Fri Sep  9 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-6
04a37e3
- add missing systemd scriptlets
04a37e3
0269e1f
* Thu Sep  8 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-5
0269e1f
- convert to systemd
0269e1f
Petr Sabata 89dc2a3
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.1.11-4
Petr Sabata 89dc2a3
- Perl mass rebuild
Petr Sabata 89dc2a3
Petr Sabata dee00d4
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.1.11-3
Petr Sabata dee00d4
- Perl mass rebuild
Petr Sabata dee00d4
631dd12
* Thu Jun 23 2011 John Dennis <jdennis@redhat.com> - 2.1.11-2
631dd12
- reload the server (i.e. HUP) after logrotate
631dd12
41c10f6
* Wed Jun 22 2011 John Dennis <jdennis@redhat.com> - 2.1.11-1
41c10f6
- Upgrade to latest upstream release: 2.1.11
41c10f6
- Remove the following two patches as upstream has incorporated them:
41c10f6
    freeradius-radtest-ipv6.patch
41c10f6
    freeradius-lt-dladvise.patch
41c10f6
- Upstream changelog for 2.1.11:
41c10f6
  Feature improvements
41c10f6
  * Added doc/rfc/rfc6158.txt: RADIUS Design Guidelines.
41c10f6
    All vendors need to read it and follow its directions.
41c10f6
  * Microsoft SoH support for PEAP from Phil Mayers.
41c10f6
    See doc/SoH.txt
41c10f6
  * Certificate "bootstrap" script now checks for certificate expiry.
41c10f6
    See comments in raddb/eap.conf, and then "make_cert_command".
41c10f6
  * Support for dynamic expansion of EAP-GTC challenges.
41c10f6
    Patch from Alexander Clouter.
41c10f6
  * OCSP support from Alex Bergmann.  See raddb/eap.conf, "ocsp"
41c10f6
    section.
41c10f6
  * Updated dictionary.huawei, dictionary.3gpp, dictionary.3gpp3.
41c10f6
  * Added dictionary.eltex, dictionary.motorola, and dictionary.ukerna.
41c10f6
  * Experimental redis support from Gabriel Blanchard.
41c10f6
    See raddb/modules/redis and raddb/modules/rediswho
41c10f6
  * Add "key" to rlm_fastusers.  Closes bug #126.
41c10f6
  * Added scripts/radtee from original software at
41c10f6
    http://horde.net/~jwm/software/misc/comparison-tee
41c10f6
  * Updated radmin "man" page for new commands.
41c10f6
  * radsniff now prints the hex decoding of the packet (-x -x -x)
41c10f6
  * mschap module now reloads its configuration on HUP
41c10f6
  * Added experimental "replicate" module.  See raddb/modules/replicate
41c10f6
  * Policy "foo" can now refer to module "foo".  This lets you
41c10f6
    over-ride the behavior of a module.
41c10f6
  * Policy "foo.authorize" can now over-ride the behavior of module
41c10f6
    "foo", "authorize" method.
41c10f6
  * Produce errors in more situations when the configuration files
41c10f6
    have invalid syntax.
41c10f6
41c10f6
  Bug fixes
41c10f6
  * Ignore pre/post-proxy sections if proxying is disabled
41c10f6
  * Add configure checks for pcap_fopen*.
41c10f6
  * Fix call to otp_write in rlm_otp
41c10f6
  * Fix issue with Access-Challenge checking from 2.1.10, when the
41c10f6
    debug flag was set after server startup.  Closes #116 and #117.
41c10f6
  * Fix typo in zombie period start time.
41c10f6
  * Fix leak in src/main/valuepair.c.  Patch from James Ballantine.
41c10f6
  * Allow radtest to use spaces in shared secret.
41c10f6
    Patch from Cedric Carree.
41c10f6
  * Remove extra calls to HMAC_CTX_init() in rlm_wimax, fixing leak.
41c10f6
    Patch from James Ballantine.
41c10f6
  * Remove MN-FA key generation.  The NAS does this, not AAA.
41c10f6
    Patch from Ben Weichman.
41c10f6
  * Include dictionary.mikrotik by default.  Closes bug #121.
41c10f6
  * Add group membership query to MS-SQL examples.  Closes bug #120.
41c10f6
  * Don't cast NAS-Port to integer in Postgresql queries.
41c10f6
    Closes bug #112.
41c10f6
  * Fixes for libtool and autoconf from Sam Hartman.
41c10f6
  * radsniff should read the dictionaries in more situations.
41c10f6
  * Use fnmatch to check for detail file reader==writer.
41c10f6
    Closes bug #128.
41c10f6
  * Check for short writes (i.e. disk full) in rlm_detail.
41c10f6
    Closes bug #130.  Patches and testing from John Morrissey.
41c10f6
  * Fix typo in src/lib/token.c.  Closes bug #124
41c10f6
  * Allow workstation trust accounts to use MS-CHAP.
41c10f6
    Closes bug #123.
41c10f6
  * Assigning foo=`/bin/echo hello` now produces a syntax error
41c10f6
    if it is done outside of an "update" section.
41c10f6
  * Fix "too many open file descriptors" problem when using
41c10f6
    "verify client" in eap.conf.
41c10f6
  * Many fixes to dialup_admin for PHP5, by Stefan Winter.
41c10f6
  * Allow preprocess module to have "hints = " and "huntgroups =",
41c10f6
    which allows them to be empty or non-existent.
41c10f6
  * Renamed "php3" files to "php" in dialup_admin/
41c10f6
  * Produce error when sub-TLVs are used in a dictionary.  They are
41c10f6
    supported only in the "master" branch, and not in 2.1.x.
41c10f6
  * Minor fix in dictionary.redback.  Closes bug #138.
41c10f6
  * Fixed MySQL "NULL" issues in ippool.conf.  Closes bug #129.
41c10f6
  * Fix to Access-Challenge warning from Ken-ichirou Matsuzawa.
41c10f6
    Closes bug #118.
41c10f6
  * DHCP fixes to send unicast packets in more situations.
41c10f6
  * Fix to udpfromto, to enable it to work on IPv6 networks.
41c10f6
  * Fixes to the Oracle accounting_onoff_query.
41c10f6
  * When using both IPv4 and IPv6 home servers, ensure that we use the
41c10f6
    correct local socket for proxying.  Closes bug #143.
41c10f6
  * Suppress messages when thread pool is nearly full, all threads
41c10f6
    are busy, and we can't create new threads.
41c10f6
  * IPv6 is now enabled for udpfromto.  Closes bug #141
41c10f6
  * Make sqlippool query buffer the same size as sql module.
41c10f6
    Closes bug #139.
41c10f6
  * Make Coa / Disconnect proxying work again.
41c10f6
  * Configure scripts for rlm_caching from Nathaniel McCallum
41c10f6
  * src/lib/dhcp.c and src/include/libradius.h are LGPL, not GPL.
41c10f6
  * Updated password routines to use time-insensitive comparisons.
41c10f6
    This prevents timing attacks (though none are known).
41c10f6
  * Allow sqlite module to do normal SELECT queries.
41c10f6
  * rlm_wimax now has a configure script
41c10f6
  * Moved Ascend, USR, and Motorola "illegal" dictionaries to separate
41c10f6
    files.  See share/dictionary for explanations.
41c10f6
  * Check for duplicate module definitions in the modules{} section,
41c10f6
    and refuse to start if duplicates are found.
41c10f6
  * Check for duplicate virtual servers, and refuse to start if
41c10f6
    duplicates are found.
41c10f6
  * Don't use udpfromto if source is INADDR_ANY.  Closes bug #148.
41c10f6
  * Check pre-conditions before running radmin "inject file".
41c10f6
  * Don't over-ride "no match" with "match" for regexes.
41c10f6
    Closes bug #152.
41c10f6
  * Make retry and error message configurable in mschap.
41c10f6
    See raddb/modules/mschap
41c10f6
  * Allow EAP-MSCHAPv2 to send error message to client.  This change
41c10f6
    allows some clients to prompt the user for a new password.
41c10f6
    See raddb/eap.conf, mschapv2 section, "send_error".
41c10f6
  * Load the default virtual server before any others.
41c10f6
    This matches what users expect, and reduces confusion.
41c10f6
  * Fix configure checks for udpfromto.  Fixes Debian bug #606866
41c10f6
  * Definitive fix for bug #35, where the server could crash under
41c10f6
    certain loads.  Changes src/lib/packet.c to use RB trees.
41c10f6
  * Updated "configure" checks to allow IPv6 udpfromto on Linux.
41c10f6
  * SQL module now returns NOOP if the accounting start/interim/stop
41c10f6
    queries don't do anything.
41c10f6
  * Allow %%{outer.control: ... } in string expansions
41c10f6
  * home_server coa config now matches raddb/proxy.conf
41c10f6
  * Never send a reply to a DHCP Release.
41c10f6
de15959
* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.1.10-8
de15959
- Perl mass rebuild
de15959
f1e2286
* Wed Mar 23 2011 John Dennis <jdennis@redhat.com> - 2.1.10-7
f1e2286
- Resolves: #689045 Using rlm_perl cause radiusd failed to start
f1e2286
  Fix configure typo which caused lt_dladvise_* functions to be skipped.
f1e2286
  run autogen.sh because HAVE_LT_DLADVISE_INIT isn't in src/main/autogen.h
f1e2286
  Implemented by: freeradius-lt-dladvise.patch
f1e2286
efd9eca
* Wed Mar 23 2011 John Dennis <jdennis@redhat.com> - 2.1.10-6
efd9eca
- Resolves: #599528 - make radtest IPv6 compatible
efd9eca
b7092d9
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 2.1.10-5
b7092d9
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
b7092d9
7bec371
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.10-4
7bec371
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7bec371
2a7bcb1
* Sat Jan  1 2011 John Dennis <jdennis@redhat.com> - 2.1.10-3
2a7bcb1
- bug 666589 - removing freeradius from system does not delete the user "radiusd"
2a7bcb1
  fix scriptlet argument testing, simplify always exiting with zero
2a7bcb1
06930f2
* Thu Dec 30 2010 John Dennis <jdennis@redhat.com> - 2.1.10-2
06930f2
- rebuild for new MySQL libs
06930f2
9090233
* Tue Oct 19 2010 John Dennis <jdennis@redhat.com> - 2.1.10-1
9090233
  Feature improvements
9090233
  * Install the "radcrypt" program.
9090233
  * Enable radclient to send requests containing MS-CHAPv1
9090233
    Send packets with: MS-CHAP-Password = "password".  It will
9090233
    be automatically converted to the correct MS-CHAP attributes.
9090233
  * Added "-t" command-line option to radtest.  You can use "-t pap",
9090233
   "-t chap", "-t mschap", or "-t eap-md5".  The default is "-t pap"
9090233
  * Make the "inner-tunnel" virtual server listen on 127.0.0.1:18120
9090233
    This change and the previous one makes PEAP testing much easier.
9090233
  * Added more documentation and examples for the "passwd" module.
9090233
  * Added dictionaries for RFC 5607 and RFC 5904.
9090233
  * Added note in proxy.conf that we recommend setting
9090233
    "require_message_authenticator = yes" for all home servers.
9090233
  * Added example of second "files" configuration, with documentation.
9090233
    This shows how and where to use two instances of a module.
9090233
  * Updated radsniff to have it write pcap files, too.  See '-w'.
9090233
  * Print out large WARNING message if we send an Access-Challenge
9090233
    for EAP, and receive no follow-up messages from the client.
9090233
  * Added Cached-Session-Policy for EAP session resumption.  See
9090233
    raddb/eap.conf.
9090233
  * Added support for TLS-Cert-* attributes. For details, see
9090233
    raddb/sites-available/default, "post-auth" section.
9090233
  * Added sample raddb/modules/{opendirectory,dynamic_clients}
9090233
  * Updated Cisco and Huawei, HP, Redback, and ERX dictionaries.
9090233
  * Added RFCs 5607, 5904, and 5997.
9090233
  * For EAP-TLS, client certificates can now be validated using an
9090233
    external command.  See eap.conf, "validate" subsection of "tls".
9090233
  * Made rlm_pap aware of {nthash} prefix, for compatibility with
9090233
    legacy RADIUS systems.
9090233
  * Add Module-Failure-Message for mschap module (ntlm_auth)
9090233
  * made rlm_sql_sqlite database configurable.  Use "filename"
9090233
    in sql{} section.
9090233
  * Added %%{tolower: ...string ... }, which returns the lowercase
9090233
    version of the string.  Also added %%{toupper: ... } for uppercase.
9090233
9090233
  Bug fixes
9090233
  * Fix endless loop when there are multiple sub-options for
9090233
    DHCP option 82.
9090233
  * More debug output when sending / receiving DHCP packets.
9090233
  * EAP-MSCHAPv2 should return the MPPE keys when used outside
9090233
    of a TLS tunnel.  This is needed for IKE.
9090233
  * Added SSL "no ticket" option to prevent SSL from creating sessions
9090233
    without IDs.  We need the IDs, so this option should be set.
9090233
  * Fix proxying of packets from inside a TTLS/PEAP tunnel.
9090233
    Closes bug #25.
9090233
  * Allow IPv6 address attributes to be created from domain names
9090233
    Closes bug #82.
9090233
  * Set the string length to the correct value when parsing double
9090233
    quotes.  Closes bug #88.
9090233
  * No longer look users up in /etc/passwd in the default configuration.
9090233
    This can be reverted by enabling "unix" in the "authorize" section.
9090233
  * More #ifdef's to enable building on systems without certain
9090233
    features.
9090233
  * Fixed SQL-Group comparison to register only if the group
9090233
    query is defined.
9090233
  * Fixed SQL-Group comparison to register <instance>-SQL-Group,
9090233
    just like rlm_ldap.  This lets you have multiple SQL group checks.
9090233
  * Fix scanning of octal numbers in "unlang".  Closes bug #89.
9090233
  * Be less aggressive about freeing "stuck" requests.  Closes bug #35.
9090233
  * Fix example in "originate-coa" to refer to the correct packet.
9090233
  * Change default timeout for dynamic clients to 1 hour, not 1 day.
9090233
  * Allow passwd module to map IP addresses, too.
9090233
  * Allow passwd module to be used for CoA packets
9090233
  * Put boot filename into DHCP header when DHCP-Boot-Filename
9090233
    is specified.
9090233
  * raddb/certs/Makefile no longer has certs depend on index.txt and
9090233
     serial.  Closes bug #64.
9090233
  * Ignore NULL errorcode in PostgreSQL client.  Closes bug #39
9090233
  * Made Exec-Program and Exec-Program-Wait work in accounting
9090233
    section again.  See sites-available/default.
9090233
  * Fix long-standing memory leak in esoteric conditions.  Found
9090233
    by Jerry Nichols.
9090233
  * Added "Password-With-Header == userPassword" to raddb/ldap.attrmap
9090233
    This will automatically convert more passwords.
9090233
  * Updated rlm_pap to decode Password-With-Header, if it was base64
9090233
    encoded, and to treat the contents as potentially binary data.
9090233
  * Fix Novell eDir code to use the right function parameters.
9090233
    Closes bug #86.
9090233
  * Allow spaces to be escaped when executing external programs.
9090233
    Closes bug #93.
9090233
  * Be less restrictive about checking permissions on control socket.
9090233
    If we're root, allow connecting to a non-root socket.
9090233
  * Remove control socket on normal server exit.  If the server isn't
9090233
    running, the control socket should not exist.
9090233
  * Use MS-CHAP-User-Name as Name field from EAP-MSCHAPv2 for MS-CHAP
9090233
    calculations.  It *MAY* be different (upper / lower case) from
9090233
    the User-Name attribute.  Closes bug #17.
9090233
  * If the EAP-TLS methods have problems, more SSL errors are now
9090233
    available in the Module-Failure-Message attribute.
9090233
  * Update Oracle configure scripts.  Closes bug #57.
9090233
  * Added text to DESC fields of doc/examples/openldap.schema
9090233
  * Updated more documentation to use "Restructured Text" format.
9090233
    Thanks to James Lockie.
9090233
  * Fixed typos in raddb/sql/mssql/dialup.conf.  Closes bug #11.
9090233
  * Return error for potential proxy loops when using "-XC"
9090233
  * Produce better error messages when slow databases block
9090233
    the server.
9090233
  * Added notes on DHCP broadcast packets for FreeBSD.
9090233
  * Fixed crash when parsing some date strings.  Closes bug #98
9090233
  * Improperly formatted Attributes are now printed as "Attr-##".
9090233
    If they are not correct, they should not use the dictionary name.
9090233
  * Fix rlm_digest to be check the format of the Digest attributes,
9090233
    and return "noop" rather than "fail" if they're not right.
9090233
  * Enable "digest" in raddb/sites-available/default.  This change
9090233
    enables digest authentication to work "out of the box".
9090233
  * Be less aggressive about marking home servers as zombie.
9090233
    If they are responding to some packets, they are still alive.
9090233
  * Added Packet-Transmit-Counter, to track detail file retransmits.
9090233
    Closes bug #13.
9090233
  * Added configure check for lt_dladvise_init().  If it exists, then
9090233
    using it solves some issues related to libraries loading libraries.
9090233
  * Added indexes to the MySQL IP Pool schema.
9090233
  * Print WARNING message if too many attributes are put into a packet.
9090233
  * Include dhcp test client (not built by default)
9090233
  * Added checks for LDAP constraint violation.  Closes bug #18.
9090233
  * Change default raddebug timeout to 60 seconds.
9090233
  * Made error / warning messages more consistent.
9090233
  * Correct back-slash handling in variable expansion.  Closes bug #46.
9090233
    You SHOULD check your configuration for backslash expansion!
9090233
  * Fix typo in "configure" script (--enable-libltdl-install)
9090233
  * Use local libltdl in more situations.  This helps to avoid
9090233
    compile issues complaining about lt__PROGRAM__LTX_preloaded_symbols.
9090233
  * Fix hang on startup when multiple home servers were defined
9090233
    with "src_ipaddr" field.
9090233
  * Fix 32/64 bit issue in rlm_ldap.  Closes bug #105.
9090233
  * If the first "listen" section defines 127.0.0.1, don't use that
9090233
    as a source IP for proxying.  It won't work.
9090233
  * When Proxy-To-Realm is set to a non-existent realm, the EAP module
9090233
    should handle the request, rather than expecting it to be proxied.
9090233
  * Fix IPv4 issues with udpfromto.  Closes bug #110.
9090233
  * Clean up child processes of raddebug.  Closes bugs #108 and #109
9090233
  * retry OTP if the OTP daemon fails.  Closes bug #58.
9090233
  * Multiple calls to ber_printf seem to work better.  Closes #106.
9090233
  * Fix "unlang" so that "attribute not found" is treated as a "false"
9090233
    comparison, rather than a syntax error in the configuration.
9090233
  * Fix issue with "Group" attribute.
9090233
933e584
* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.1.9-3
933e584
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
933e584
9f41d5c
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.1.9-2
9f41d5c
- Mass rebuild with perl-5.12.0
9f41d5c
794dc72
* Mon May 24 2010 John Dennis <jdennis@redhat.com> - 2.1.9-1
794dc72
- update to latest upstream, mainly bug fix release
794dc72
  Feature improvements
794dc72
  * Add radmin command "stats detail <file>" to see what
794dc72
    is going on inside of a detail file reader.
794dc72
  * Added documentation for CoA.  See raddb/sites-available/coa
794dc72
  * Add sub-option support for Option 82.  See dictionary.dhcp
794dc72
  * Add "server" field to default SQL NAS table, and documented it.
794dc72
794dc72
  Bug fixes
794dc72
  * Reset "received ping" counter for Status-Server checks.  In some
794dc72
    corner cases it was not getting reset.
794dc72
  * Handle large VMPS attributes.
794dc72
  * Count accounting responses from a home server in SNMP / statistics
794dc72
    code.
794dc72
  * Set EAP-Session-Resumed = Yes, not "No" when session is resumed.
794dc72
  * radmin packet counter statistics are now unsigned, for numbers
794dc72
    2^31..2^32.  After that they roll over to zero.
794dc72
  * Be more careful about expanding data in PAP and MS-CHAP modules.
794dc72
    This prevents login failures when passwords contain '{'.
794dc72
  * Clean up zombie children if there were many "exec" modules being
794dc72
    run for one packet, all with "wait = no".
794dc72
  * re-open log file after HUP.  Closes bug #63.
794dc72
  * Fix "no response to proxied packet" complaint for Coa / Disconnect
794dc72
    packets.  It shouldn't ignore replies to packets it sent.
794dc72
  * Calculate IPv6 netmasks correctly.  Closes bug #69.
794dc72
  * Fix SQL module to re-open sockets if they unexpectedly close.
794dc72
  * Track scope for IPv6 addresses.  This lets us use link-local
794dc72
    addresses properly.  Closes bug #70.
794dc72
  * Updated Makefiles to no longer use the shell for recursing into
794dc72
    subdirs.  "make -j 2" should now work.
794dc72
  * Updated raddb/sql/mysql/ippool.conf to use "= NULL".  Closes
794dc72
    bug #75.
794dc72
  * Updated Makefiles so that "make reconfig" no longer uses the shell
794dc72
    for recursing into subdirs, and re-builds all "configure" files.
794dc72
  * Used above method to regenerate all configure scripts.
794dc72
    Closes bug #34.
794dc72
  * Updated SQL module to allow "server" field of "nas" table
794dc72
    to be blank: "".  This means the same as it being NULL.
794dc72
  * Fixed regex realm example.  Create Realm attribute with value
794dc72
    of realm from User-Name, not from regex.  Closes bug #40.
794dc72
  * If processing a DHCP Discover returns "fail / reject", ignore
794dc72
    the packet rather than sending a NAK.
9090233
  * Allow '%%' to be escaped in sqlcounter module.
794dc72
  * Fix typo internal hash table.
794dc72
  * For PEAP and TTLS, the tunneled reply is added to the reply,
794dc72
    rather than integrated via the operators.  This allows multiple
794dc72
    VSAs to be added, where they would previously be discarded.
794dc72
  * Make request number unsigned.  This changes nothing other than
794dc72
    the debug output when the server receives more than 2^31 packets.
794dc72
  * Don't block when reading child output in 'exec wait'.  This means
794dc72
    that blocked children get killed, instead of blocking the server.
794dc72
  * Enabled building without any proxy functionality
794dc72
  * radclient now prefers IPv4, to match the default server config.
794dc72
  * Print useful error when a realm regex is invalid
794dc72
  * relaxed rules for preprocess module "with_cisco_vsa_hack".  The
794dc72
    attributes can now be integer, ipaddr, etc.  (i.e. non-string)
794dc72
  * Allow rlm_ldap to build if ldap_set_rebind_proc() has only
794dc72
    2 arguments.
794dc72
  * Update configure script for rlm_python to avoid dynamic linking
794dc72
    problems on some platforms.
794dc72
  * Work-around for bug #35
794dc72
  * Do suid to "user" when running in debug mode as root
794dc72
  * Make "allow_core_dumps" work in more situations.
794dc72
  * In detail file reader, treat bad records as EOF.
794dc72
    This allows it to continue working when the disk is full.
794dc72
  * Fix Oracle default accounting queries to work when there are no
794dc72
    gigawords attributes.  Other databases already had the fix.
794dc72
  * Fix rlm_sql to show when it opens and closes sockets.  It already
794dc72
    says when it cannot connect, so it should say when it can connect.
794dc72
  * "chmod -x" for a few C source files.
794dc72
  * Pull update spec files, etc. from RedHat into the redhat/ directory.
794dc72
  * Allow spaces when parsing integer values.  This helps people who
794dc72
    put "too much" into an SQL value field.
794dc72
19b7b49
* Thu Jan  7 2010 John Dennis <jdennis@redhat.com> - 2.1.8-2
19b7b49
- resolves: bug #526559 initial install should run bootstrap to create certificates
19b7b49
  running radiusd in debug mode to generate inital temporary certificates
19b7b49
  is no longer necessary, the /etc/raddb/certs/bootstrap is invoked on initial
19b7b49
  rpm install (not upgrade) if there is no existing /etc/raddb/certs/server.pem file
19b7b49
- resolves: bug #528493 use sha1 algorithm instead of md5 during cert generation
19b7b49
  the certificate configuration (/etc/raddb/certs/{ca,server,client}.cnf) files
19b7b49
  were modifed to use sha1 instead of md5 and the validity reduced from 1 year to 2 months
19b7b49
dd59821
* Wed Dec 30 2009 John Dennis <jdennis@redhat.com> - 2.1.8-1
dd59821
- update to latest upstream
dd59821
  Feature improvements
dd59821
  * Print more descriptive error message for too many EAP sessions.
dd59821
    This gives hints on what to do when "failed to store handler"
dd59821
  * Commands received from radmin are now printed on stdout when
dd59821
    in debugging mode.
dd59821
  * Allow accounting packets to be written to a detail file, even
dd59821
    if they were read from a different detail file.
dd59821
  * Added OpenSSL license exception (src/LICENSE.openssl)
dd59821
dd59821
  Bug fixes
dd59821
  * DHCP sockets can now set the broadcast flag before binding to a
dd59821
    socket.  You need to set "broadcast = yes" in the DHCP listener.
dd59821
  * Be more restrictive on string parsing in the config files
dd59821
  * Fix password length in scripts/create-users.pl
dd59821
  * Be more flexible about parsing the detail file.  This allows
dd59821
    it to read files where the attributes have been edited.
dd59821
  * Ensure that requests read from the detail file are cleaned up
dd59821
    (i.e. don't leak) if they are proxied without a response.
dd59821
  * Write the PID file after opening sockets, not before
dd59821
    (closes bug #29)
dd59821
  * Proxying large numbers of packets no longer gives error
dd59821
    "unable to open proxy socket".
dd59821
  * Avoid mutex locks in libc after fork
dd59821
  * Retry packet from detail file if there was no response.
dd59821
  * Allow old-style dictionary formats, where the vendor name is the
dd59821
    last field in an ATTRIBUTE definition.
dd59821
  * Removed all recursive use of mutexes.  Some systems just don't
dd59821
    support this.
dd59821
  * Allow !* to work as documented.
dd59821
  * make templates work (see templates.conf)
dd59821
  * Enabled "allow_core_dumps" to work again
dd59821
  * Print better errors when reading invalid dictionaries
dd59821
  * Sign client certificates with CA, rather than server certs.
dd59821
  * Fix potential crash in rlm_passwd when file was closed
dd59821
  * Fixed corner cases in conditional dynamic expansion.
dd59821
  * Use InnoDB for MySQL IP Pools, to gain transactional support
dd59821
  * Apply patch to libltdl for CVE-2009-3736.
dd59821
  * Fixed a few issues found by LLVM's static checker
dd59821
  * Keep track of "bad authenticators" for accounting packets
dd59821
  * Keep track of "dropped packets" for auth/acct packets
dd59821
  * Synced the "debian" directory with upstream
dd59821
  * Made "unlang" use unsigned 32-bit integers, to match the
dd59821
    dictionaries.
dd59821
227a51e
* Wed Dec 30 2009 John Dennis <jdennis@redhat.com> - 2.1.7-7
227a51e
- Remove devel subpackage. It doesn't make much sense to have a devel package since
227a51e
  we don't ship libraries and it produces multilib conflicts.
227a51e
1edb135
* Mon Dec 21 2009 John Dennis <jdennis@redhat.com> - 2.1.7-6
1edb135
- more spec file clean up from review comments
1edb135
- remove freeradius-libs subpackage, move libfreeradius-eap and
1edb135
  libfreeradius-radius into the main package
1edb135
- fix subpackage requires, change from freeradius-libs to main package
1edb135
- fix description of the devel subpackage, remove referene to non-shipped libs
1edb135
- remove execute permissions on src files included in debuginfo
89ceb49
- remove unnecessary use of ldconfig
dd81fe1
- since all sub-packages now require main package remove user creation for sub-packages
dd81fe1
- also include the LGPL library license file in addition to the GPL license file
dd81fe1
- fix BuildRequires for perl so it's compatible with both Fedora, RHEL5 and RHEL6
1edb135
1edb135
* Mon Dec 21 2009 John Dennis <jdennis@redhat.com> - 2.1.7-5
1edb135
- fix various rpmlint issues.
1edb135
531fd1a
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 2.1.7-4
531fd1a
- rebuild against perl 5.10.1
531fd1a
afeabfb
* Thu Dec  3 2009 John Dennis <jdennis@redhat.com> - 2.1.7-3
afeabfb
- resolves: bug #522111 non-conformant initscript
afeabfb
  also change permission of /var/run/radiusd from 0700 to 0755
afeabfb
  so that "service radiusd status" can be run as non-root
afeabfb
a437163
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.7-2
a437163
- use password-auth common PAM configuration instead of system-auth
a437163
5c1a950
* Tue Sep 15 2009 John Dennis <jdennis@redhat.com> - 2.1.7-1
5c1a950
- enable building of the rlm_wimax module
5c1a950
- pcap wire analysis support is enabled and available in utils subpackage
5c1a950
- Resolves bug #523053 radtest manpage in wrong package
5c1a950
- update to latest upstream release, from upstream Changelog:
5c1a950
  Feature improvements
5c1a950
    * Full support for CoA and Disconnect packets as per RFC 3576
5c1a950
      and RFC 5176.  Both receiving and proxying CoA is supported.
5c1a950
    * Added "src_ipaddr" configuration to "home_server".  See
5c1a950
      proxy.conf for details.
5c1a950
    * radsniff now accepts -I, to read from a filename instead of
5c1a950
      a device.
5c1a950
    * radsniff also prints matching requests and any responses to those
5c1a950
      requests when '-r' is used.
5c1a950
    * Added example of attr_filter for Access-Challenge packets
5c1a950
    * Added support for udpfromto in DHCP code
5c1a950
    * radmin can now selectively mark modules alive/dead.
5c1a950
      See "set module state".
5c1a950
    * Added customizable messages on login success/fail.
5c1a950
      See msg_goodpass && msg_badpass in log{} section of radiusd.conf
5c1a950
    * Document "chase_referrals" and "rebind" in raddb/modules/ldap
5c1a950
    * Preliminary implementation of DHCP relay.
5c1a950
    * Made thread pool section optional.  If it doesn't exist,
5c1a950
      the server will run single-threaded.
5c1a950
    * Added sample radrelay.conf for people upgrading from 1.x
5c1a950
    * Made proxying more stable by failing over, rather than
5c1a950
      rejecting the first request.  See "response_window" in proxy.conf
5c1a950
    * Allow home_server_pools to exist without realms.
5c1a950
    * Add dictionary.iea (closes bug #7)
5c1a950
    * Added support for RFC 5580
5c1a950
    * Added experimental sql_freetds module from Gabriel Blanchard.
5c1a950
    * Updated dictionary.foundry
5c1a950
    * Added sample configuration for MySQL cluster in raddb/sql/ndb
5c1a950
      See the README file for explanations.
5c1a950
  Bug fixes
5c1a950
    * Fixed corner case where proxied packets could have extra
5c1a950
      character in User-Password attribute.  Fix from Niko Tyni.
5c1a950
    * Extended size of "attribute" field in SQL to 64.
5c1a950
    * Fixes to ruby module to be more careful about when it builds.
5c1a950
    * Updated Perl module "configure" script to check for broken
5c1a950
      Perl installations.
5c1a950
    * Fix "status_check = none".  It would still send packets
5c1a950
      in some cases.
5c1a950
    * Set recursive flag on the proxy mutex, which enables safer
5c1a950
      cleanup on some platforms.
5c1a950
    * Copy the EAP username verbatim, rather than escaping it.
5c1a950
    * Update handling so that robust-proxy-accounting works when
5c1a950
      all home servers are down for extended periods of time.
5c1a950
    * Look for DHCP option 53 anywhere in the packet, not just
5c1a950
      at the start.
5c1a950
    * Fix processing of proxy fail handler with virtual servers.
5c1a950
    * DHCP code now prints out correct src/dst IP addresses
5c1a950
      when sending packets.
5c1a950
    * Removed requirement for DHCP to have clients
5c1a950
    * Fixed handling of DHCP packets with message-type buried in the packet
5c1a950
    * Fixed corner case with negation in unlang.
5c1a950
    * Minor fixes to default MySQL & PostgreSQL schemas
5c1a950
    * Suppress MSCHAP complaints in debugging mode.
5c1a950
    * Fix SQL module for multiple instance, and possible crash on HUP
5c1a950
    * Fix permissions for radius.log for sites that change user/group,
5c1a950
      but which don't create the file before starting radiusd.
5c1a950
    * Fix double counting of packets when proxying
5c1a950
    * Make %%l work
5c1a950
    * Fix pthread keys in rlm_perl
5c1a950
    * Log reasons for EAP failure (closes bug #8)
5c1a950
    * Load home servers and pools that aren't referenced from a realm.
5c1a950
    * Handle return codes from virtual attributes in "unlang"
5c1a950
      (e.g. LDAP-Group).  This makes "!(expr)" work for them.
5c1a950
    * Enable VMPS to see contents of virtual server again
5c1a950
    * Fix WiMAX module to be consistent with examples.  (closes bug #10)
5c1a950
    * Fixed crash with policies dependent on NAS-Port comparisons
5c1a950
    * Allowed vendor IDs to be be higher than 32767.
5c1a950
    * Fix crash on startup with certain regexes in "hints" file.
5c1a950
    * Fix crash in attr_filter module when packets don't exist
5c1a950
    * Allow detail file reader to be faster when "load_factor = 100"
5c1a950
    * Add work-around for build failures with errors related to
5c1a950
      lt__PROGRAM__LTX_preloaded_symbols.  libltdl / libtool are horrible.
5c1a950
    * Made ldap module "rebind" option aware of older, incompatible
5c1a950
      versions of OpenLDAP.
5c1a950
    * Check value of Fall-Through in attr_filter module.
5c1a950
9f82cb1
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.6-6
9f82cb1
- rebuilt with new openssl
9f82cb1
4ec9fe2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.6-5
4ec9fe2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4ec9fe2
e09d002
* Fri Jul 10 2009 John Dennis <jdennis@redhat.com> - 2.1.6-4
e09d002
- install COPYRIGHT CREDITS INSTALL LICENSE README into docdir
e09d002
2ae6b26
* Tue Jun 23 2009 John Dennis <jdennis@redhat.com> - 2.1.6-3
2ae6b26
- resolves bug #507571 freeradius packages do not check for user/group existence
2ae6b26
06761b8
* Tue Jun  2 2009 John Dennis <jdennis@redhat.com> - 2.1.6-2
06761b8
- make /etc/raddb/sites-available/* be config(noreplace)
06761b8
0bf50ea
* Mon May 18 2009 John Dennis <jdennis@redhat.com> - 2.1.6-1
5c1a950
- update to latest upstream release, from upstream Changelog:
5c1a950
  Feature improvements
5c1a950
    * radclient exits with 0 on successful (accept / ack), and 1
5c1a950
      otherwise (no response / reject)
5c1a950
    * Added support for %%{sql:UPDATE ..}, and insert/delete
5c1a950
      Patch from Arran Cudbard-Bell
5c1a950
    * Added sample "do not respond" policy.  See raddb/policy.conf
5c1a950
      and raddb/sites-available/do_not_respond
5c1a950
    * Cleanups to Suse spec file from Norbert Wegener
5c1a950
    * New VSAs for Juniper from Bjorn Mork
5c1a950
    * Include more RFC dictionaries in the default install
5c1a950
    * More documentation for the WiMAX module
5c1a950
    * Added "chase_referrals" and "rebind" configuration to rlm_ldap.
5c1a950
      This helps with Active Directory.  See raddb/modules/ldap
5c1a950
    * Don't load pre/post-proxy if proxying is disabled.
5c1a950
    * Added %%{md5:...}, which returns MD5 hash in hex.
5c1a950
    * Added configurable "retry_interval" and "poll_interval"
5c1a950
      for "detail" listeners.
5c1a950
    * Added "delete_mppe_keys" configuration option to rlm_wimax.
5c1a950
      Apparently some WiMAX clients misbehave when they see those keys.
5c1a950
    * Added experimental rlm_ruby from
5c1a950
      http://github.com/Antti/freeradius-server/tree/master
5c1a950
    * Add Tunnel attributes to ldap.attrmap
5c1a950
    * Enable virtual servers to be reloaded on HUP.  For now, only
5c1a950
      the "authorize", "authenticate", etc. processing sections are
5c1a950
      reloaded.  Clients and "listen" sections are NOT reloaded.
5c1a950
    * Updated "radwatch" script to be more robust.  See scripts/radwatch
5c1a950
    * Added certificate compatibility notes in raddb/certs/README,
5c1a950
      for compatibility with different operating systems. (i.e. Windows)
5c1a950
    * Permit multiple "-e" in radmin.
5c1a950
    * Add support for originating CoA-Request and Disconnect-Request.
5c1a950
      See raddb/sites-available/originate-coa.
5c1a950
    * Added "lifetime" and "max_queries" to raddb/sql.conf.
5c1a950
      This helps address the problem of hung SQL sockets.
5c1a950
    * Allow packets to be injected via radmin.  See "inject help"
5c1a950
      in radmin.
5c1a950
    * Answer VMPS reconfirmation request.  Patch from Hermann Lauer.
5c1a950
    * Sample logrotate script in scripts/logrotate.freeradius
5c1a950
    * Add configurable poll interval for "detail" listeners
5c1a950
    * New "raddebug" command.  This prints debugging information from
5c1a950
      a running server.  See "man raddebug.
5c1a950
    * Add "require_message_authenticator" configuration to home_server
5c1a950
      configuration.  This makes the server add Message-Authenticator
5c1a950
      to all outgoing Access-Request packets.
5c1a950
    * Added smsotp module, as contributed by Siemens.
5c1a950
    * Enabled the administration socket in the default install.
5c1a950
      See raddb/sites-available/control-socket, and "man radmin"
5c1a950
    * Handle duplicate clients, such as with replicated or
5c1a950
      load-balanced SQL servers and "readclients = yes"
5c1a950
  Bug fixes
5c1a950
    * Minor changes to allow building without VQP.
5c1a950
    * Minor fixes from John Center
5c1a950
    * Fixed raddebug example
5c1a950
    * Don't crash when deleting attributes via unlang
5c1a950
    * Be friendlier to very fast clients
5c1a950
    * Updated the "detail" listener so that it only polls once,
5c1a950
      and not many times in a row, leaking memory each time...
5c1a950
    * Update comparison for Packet-Src-IP-Address (etc.) so that
5c1a950
      the operators other than '==' work.
5c1a950
    * Did autoconf magic to work around weird libtool bug
5c1a950
    * Make rlm_perl keep tags for tagged attributes in more situations
5c1a950
    * Update UID checking for radmin
5c1a950
    * Added "include_length" field for TTLS.  It's needed for RFC
5c1a950
      compliance, but not (apparently) for interoperability.
5c1a950
    * Clean up control sockets when they are closed, so that we don't
5c1a950
      leak memory.
5c1a950
    * Define SUN_LEN for systems that don't have it.
5c1a950
    * Correct some boundary conditions in the conditional checker ("if")
5c1a950
      in "unlang".  Bug noted by Arran Cudbard-Bell.
5c1a950
    * Work around minor building issues in gmake.  This should only
5c1a950
      have affected developers.
5c1a950
    * Change how we manage unprivileged user/group, so that we do not
5c1a950
      create control sockets owned by root.
5c1a950
    * Fixed more minor issues found by Coverity.
5c1a950
    * Allow raddb/certs/bootstrap to run when there is no "make"
5c1a950
      command installed.
5c1a950
    * In radiusd.conf, run_dir depends on the name of the program,
5c1a950
      and isn't hard-coded to "..../radiusd"
5c1a950
    * Check for EOF in more places in the "detail" file reader.
5c1a950
    * Added Freeswitch dictionary.
5c1a950
    * Chop ethernet frames in VMPS, rather than droppping packets.
5c1a950
    * Fix EAP-TLS bug.  Patch from Arnaud Ebalard
5c1a950
    * Don't lose string for regex-compares in the "users" file.
5c1a950
    * Expose more functions in rlm_sql to rlm_sqlippool, which
5c1a950
      helps on systems where RTLD_GLOBAL is off.
5c1a950
    * Fix typos in MySQL schemas for ippools.
5c1a950
    * Remove macro that was causing build issues on some platforms.
5c1a950
    * Fixed issues with dead home servers.  Bug noted by Chris Moules.
5c1a950
    * Fixed "access after free" with some dynamic clients.
0bf50ea
0bf50ea
- fix packaging bug, some directories missing execute permission
0bf50ea
  /etc/raddb/dictionary now readable by all.
0bf50ea
68b0ca5
* Tue Feb 24 2009 John Dennis <jdennis@redhat.com> - 2.1.3-4
68b0ca5
- fix type usage in unixodbc to match new type usage in unixodbc API
68b0ca5
6ace470
* Thu Feb 19 2009 John Dennis <jdennis@redhat.com> - 2.1.3-3
6ace470
- add pointer to Red Hat documentation in docdir
6ace470
Caolan McNamara 1494a8c
* Sat Jan 24 2009 Caolán McNamara <caolanm@redhat.com> - 2.1.3-2
Caolan McNamara 1494a8c
- rebuild for dependencies
Caolan McNamara 1494a8c
b3b4236
* Thu Dec  4 2008 John Dennis <jdennis@redhat.com> - 2.1.3-1
b3b4236
- upgrade to latest upstream release, upstream summary follows:
b3b4236
  The focus of this release is stability.
b3b4236
  Feature Improvements:
b3b4236
    * Allow running with "user=radiusd" and binding to secure sockets.
b3b4236
    * Start sending Status-Server "are you alive" messages earlier, which
b3b4236
      helps with proxying multiple realms to a home server.
b3b4236
    * Removed thread pool code from rlm_perl.  It's not necessary.
b3b4236
    * Added example Perl configuration to raddb/modules/perl
b3b4236
    * Force OpenSSL to support certificates with SHA256. This seems to be
b3b4236
      necessary for WiMAX certs.
b3b4236
  Bug fixes:
b3b4236
    * Fix Debian patch to allow it to build.
b3b4236
    * Fix potential NULL dereference in debugging mode on certain
b3b4236
      platforms for TTLS and PEAP inner tunnels.
b3b4236
    * Fix uninitialized memory in handling of vendor definitions
b3b4236
    * Fix parsing of quoted (but non-string) attributes in the "users" file.
b3b4236
    * Initialize uknown NAS IP to 255.255.255.255, rather than 0.0.0.0
b3b4236
    * use SUN_LEN in control socket, to avoid truncation on some platforms.
b3b4236
    * Correct internal handling of "debug condition" to prevent it from
b3b4236
      being over-written.
b3b4236
    * Check return code of regcomp in "unlang", so that invalid regular
b3b4236
      expressions are caught rather than mishandled.
b3b4236
    * Make rlm_sql use <ltdl.h>.  Addresses bug #610.
b3b4236
    * Document list "type = status" better.  Closes bug #580.
b3b4236
    * Set "default days" for certificates, because OpenSSL won't do it.
b3b4236
      This closes bug #615.
b3b4236
    * Reference correct list in example raddb/modules/ldap. Closes #596.
b3b4236
    * Increase default schema size for Acct-Session-Id to 64. Closes #540.
b3b4236
    * Fix use of temporary files in dialup-admin.  Closes #605 and
b3b4236
      addresses CVE-2008-4474.
b3b4236
    * Addressed a number of minor issues found by Coverity.
b3b4236
    * Added DHCP option 150 to the dictionary.  Closes #618.
b3b4236
f6c1bd9
* Wed Dec  3 2008 John Dennis <jdennis@redhat.com> - 2.1.1-8
f6c1bd9
- add --with-system-libtool to configure as a workaround for
f6c1bd9
undefined reference to lt__PROGRAM__LTX_preloaded_symbols
f6c1bd9
4e15cd9
* Mon Dec  1 2008 John Dennis <jdennis@redhat.com> - 2.1.1-7
235ae13
- add obsoletes tag for dialupadmin subpackages which were removed
235ae13
4e15cd9
* Mon Dec  1 2008 John Dennis <jdennis@redhat.com> - 2.1.1-7
235ae13
- add readline-devel BuildRequires
235ae13
3deead4
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.1.1-4
3deead4
- Rebuild for Python 2.6
3deead4
05871a3
* Fri Nov 21 2008 John Dennis <jdennis@redhat.com> - 2.1.1-3
05871a3
- make spec file buildable on RHEL5.2 by making perl-devel a fedora only dependency.
05871a3
- remove diaupadmin packages, it's not well supported and there are problems with it.
05871a3
ee7e5da
* Fri Sep 26 2008 John Dennis <jdennis@redhat.com> - 2.1.1-1
ee7e5da
- Resolves: bug #464119 bootstrap code could not create initial certs in /etc/raddb/certs because
ee7e5da
  permissions were 750, radiusd running as euid radiusd could not write there, permissions now 770
ee7e5da
bf06152
* Thu Sep 25 2008 John Dennis <jdennis@redhat.com> - 2.1.1-1
bf06152
- upgrade to new upstream 2.1.1 release
bf06152
c71c5f8
* Wed Jul 30 2008 John Dennis <jdennis@redhat.com> - 2.0.5-2
c71c5f8
- Resolves: bug #453761: FreeRADIUS %%post should not include chown -R
c71c5f8
  specify file attributes for /etc/raddb/ldap.attrmap
c71c5f8
  fix consistent use of tabs/spaces (rpmlint warning)
c71c5f8
8b5c4b5
* Mon Jun  9 2008 John Dennis <jdennis@redhat.com> - 2.0.5-1
8b5c4b5
- upgrade to latest upstream, see Changelog for details,
8b5c4b5
  upstream now has more complete fix for bug #447545, local patch removed
8b5c4b5
8b5c4b5
* Wed May 28 2008 John Dennis <jdennis@redhat.com> - 2.0.4-1
8b5c4b5
- upgrade to latest upstream, see Changelog for details
8b5c4b5
- resolves: bug #447545: freeradius missing /etc/raddb/sites-available/inner-tunnel
8b5c4b5
8b5c4b5
* Fri May 16 2008  <jdennis@redhat.com> - 2.0.3-3
8b5c4b5
- # Temporary fix for bug #446864, turn off optimization
8b5c4b5
efcd18f
* Fri Apr 18 2008 John Dennis <jdennis@redhat.com> - 2.0.3-2
efcd18f
- remove support for radrelay, it's different now
efcd18f
- turn off default inclusion of SQL config files in radiusd.conf since SQL
efcd18f
  is an optional RPM install
efcd18f
- remove mssql config files
efcd18f
67d3d2c
* Thu Apr 17 2008 John Dennis <jdennis@redhat.com> - 2.0.3-1
67d3d2c
- Upgrade to current upstream 2.0.3 release
67d3d2c
- Many thanks to Enrico Scholz for his spec file suggestions incorporated here
67d3d2c
- Resolve: bug #438665: Contains files owned by buildsystem
67d3d2c
- Add dialupadmin-mysql, dialupadmin-postgresql, dialupadmin-ldap subpackages
67d3d2c
  to further partition external dependencies.
67d3d2c
- Clean up some unnecessary requires dependencies
67d3d2c
- Add versioned requires between subpackages
67d3d2c
c16ca10
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-2
c16ca10
- add Requires for versioned perl (libperl.so)
c16ca10
b281c60
* Thu Feb 28 2008  <jdennis@redhat.com> - 2.0.2-1
b281c60
- upgrade to new 2.0 release
b281c60
- split into subpackages for more fine grained installation
b281c60
e09e2f9
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.7-4.4.ipa
e09e2f9
- Autorebuild for GCC 4.3
e09e2f9
57a4853
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.7-3.4.ipa
57a4853
- Rebuild for deps
57a4853
ca4745e
* Sat Nov 10 2007  <jdennis@redhat.com> - 1.1.7-3.3.ipa
ca4745e
- add support in rlm_ldap for reading clients from ldap
ca4745e
- fix TLS parameter controling if a cert which fails to validate
ca4745e
  will be accepted (i.e. self-signed),
ca4745e
  rlm_ldap config parameter=tls_require_cert
ca4745e
  ldap LDAP_OPT_X_TLS_REQUIRE_CERT parameter was being passed to
ca4745e
  ldap_set_option() when it should have been ldap_int_tls_config()
ca4745e
ca4745e
* Sat Nov 3 2007  <jdennis@redhat.com> - 1.1.7-3.2.ipa
05ae0f7
- add support in rlm_ldap for SASL/GSSAPI binds to the LDAP server
05ae0f7
ea5b30d
* Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-3.1
ea5b30d
- made init script fully lsb conform
ea5b30d
632cefe
* Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-3
632cefe
- fixed initscript problem (rhbz#292521)
632cefe
e492c8c
* Tue Aug 28 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-2
e492c8c
- fixed initscript for LSB (rhbz#243671, rhbz#243928)
e492c8c
- fixed license tag
e492c8c
1b64b7d
* Tue Aug  7 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-1
1b64b7d
- new versin 1.1.7
1b64b7d
- install snmp MIB files
1b64b7d
- dropped LDAP_DEPRECATED flag, it is upstream
1b64b7d
- marked config files for sub packages as config (rhbz#240400)
1b64b7d
- moved db files to /var/lib/raddb (rhbz#199082)
1b64b7d
24f5fed
* Fri Jun 15 2007 Thomas Woerner <twoerner@redhat.com> 1.1.6-2
24f5fed
- radiusd expects /etc/raddb to not be world readable or writable
24f5fed
  /etc/raddb now belongs to radiusd, post script sets permissions
24f5fed
4fb033c
* Fri Jun 15 2007 Thomas Woerner <twoerner@redhat.com> 1.1.6-1
4fb033c
- new version 1.1.6
4fb033c
c39b9d3
* Fri Mar  9 2007 Thomas Woerner <twoerner@redhat.com> 1.1.5-1
c39b9d3
- new version 1.1.5
c39b9d3
  - no /etc/raddb/otppasswd.sample anymore
c39b9d3
  - build is pie by default, dropped pie patch
c39b9d3
- fixed build requirement for perl (perl-devel)
c39b9d3
a4c69ef
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.1.3-3
a4c69ef
- remove trailing dot from summary
a4c69ef
- fix buildroot
a4c69ef
- fix post/postun/preun requirements
a4c69ef
- use rpm macros
a4c69ef
61d626b
* Fri Dec  8 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-2.1
61d626b
- rebuild for new postgresql library version
61d626b
c7ab4f8
* Thu Nov 30 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-2
c7ab4f8
- fixed ldap code to not use internals, added LDAP_DEPRECATED compile time flag
c7ab4f8
  (#210912)
c7ab4f8
2601d91
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-1
2601d91
- new version 1.1.3 with lots of upstream bug fixes, some security fixes
2601d91
  (#205654)
2601d91
60c0c76
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-2
60c0c76
- commented out include for sql.conf in radiusd.conf (#202561)
60c0c76
8921c8c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-1.1
8921c8c
- rebuild
8921c8c
2713cfa
* Thu Jun  1 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-1
2713cfa
- new version 1.1.2
2713cfa
92218ad
* Wed May 31 2006 Thomas Woerner <twoerner@redhat.com> 1.1.1-1
92218ad
- new version 1.1.1
92218ad
- fixed incorrect rlm_sql globbing (#189095)
92218ad
  Thanks to Yanko Kaneti for the fix.
92218ad
- fixed chown syntax in post script (#182777)
92218ad
- dropped gcc34, libdir and realloc-return patch
92218ad
- spec file cleanup with additional libtool build fixes
92218ad
d4b88dd
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.2
d4b88dd
- bump again for double-long bug on ppc(64)
d4b88dd
33aefe5
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.1
33aefe5
- rebuilt for new gcc4.1 snapshot and glibc changes
33aefe5
29f7c9b
* Tue Dec 13 2005 Thomas Woerner <twoerner@redhat.com> 1.0.5-1
29f7c9b
- new version 1.0.5
29f7c9b
bb20b4d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
bb20b4d
- rebuilt
bb20b4d
cbd94a6
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> - 1.0.4-5
cbd94a6
- Rebuild due to mysql update.
cbd94a6
4056deb
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> - 1.0.4-4
4056deb
- rebuilt with new openssl
c493ff9
- fixed ignored return value of realloc
4056deb
1a17136
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 1.0.4-3
1a17136
- use include instead of pam_stack in pam config
1a17136
0facb42
* Wed Jul 20 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-2
0facb42
- added missing build requires for libtool-ltdl-devel (#160877)
0facb42
- modified file list to get a report for missing plugins
0facb42
c0d6ee5
* Tue Jun 28 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-1
c0d6ee5
- new version 1.0.4
c0d6ee5
- droppend radrelay patch (fixed upstream)
c0d6ee5
d72b92d
* Thu Apr 14 2005 Warren Togami <wtogami@redhat.com> 1.0.2-2
d72b92d
- rebuild against new postgresql-libs
d72b92d
7f6b001
* Mon Apr  4 2005 Thomas Woerner <twoerner@redhat.com> 1.0.2-1
7f6b001
- new version 1.0.2
7f6b001
c2530c0
* Fri Nov 19 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-3
c2530c0
- rebuild for MySQL 4
c2530c0
- switched over to installed libtool
c2530c0
e6f237a
* Fri Nov  5 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-2
e6f237a
- Fixed install problem of radeapclient (#138069)
e6f237a
e9e7267
* Wed Oct  6 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-1
e9e7267
- new version 1.0.1
e9e7267
- applied radrelay CVS patch from Kevin Bonner
e9e7267
cvsdist 5235210
* Wed Aug 25 2004 Warren Togami <wtogami@redhat.com> 1.0.0-3
cvsdist 5235210
- BuildRequires pam-devel and libtool
cvsdist 5235210
- Fix errant text in description
cvsdist 5235210
- Other minor cleanups
cvsdist 5235210
cvsdist 0d0f905
* Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-2.1
5c1a950
- renamed /etc/pam.d/radius to /etc/pam.d/radiusd to match default
cvsdist 0d0f905
  configuration (#130613)
cvsdist 0d0f905
cvsdist 413172b
* Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-2
cvsdist 413172b
- fixed BuildRequires for openssl-devel (#130606)
cvsdist 413172b
cvsdist b1b0943
* Mon Aug 16 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-1
cvsdist b1b0943
- 1.0.0 final
cvsdist b1b0943
cvsdist a71b247
* Mon Jul  5 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.2
cvsdist a71b247
- added buildrequires for zlib-devel (#127162)
cvsdist a71b247
- fixed libdir patch to prefer own libeap instead of installed one (#127168)
cvsdist a71b247
- fixed samba account maps in LDAP for samba v3 (#127173)
cvsdist a71b247
cvsdist 4843596
* Thu Jul  1 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.1
cvsdist 4843596
- third "pre" release of version 1.0.0
cvsdist 4843596
- rlm_ldap is using SASLv2 (#126507)
cvsdist 4843596
cvsdist 333470d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 333470d
- rebuilt
cvsdist 333470d
cvsdist 72d32fb
* Thu Jun  3 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-4.1
cvsdist 72d32fb
- fixed BuildRequires for gdbm-devel
cvsdist 72d32fb
cvsdist 62583fb
* Tue Mar 30 2004 Harald Hoyer <harald@redhat.com> - 0.9.3-4
cvsdist 62583fb
- gcc34 compilation fixes
cvsdist 62583fb
cvsdist 4eb7532
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 4eb7532
- rebuilt
cvsdist 4eb7532
cvsdist 4eb7532
* Tue Feb 24 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-3.2
cvsdist 4eb7532
- added sql scripts for rlm_sql to documentation (#116435)
cvsdist 4eb7532
cvsdist 4eb7532
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 4eb7532
- rebuilt
cvsdist 4eb7532
cvsdist 4eb7532
* Thu Feb  5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2.1
cvsdist 4eb7532
- using -fPIC instead of -fpic for s390 ans s390x
cvsdist 4eb7532
cvsdist 4eb7532
* Thu Feb  5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2
cvsdist 4eb7532
- radiusd is pie, now
cvsdist 4eb7532
cvsdist 4eb7532
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 0.9.3-1
cvsdist 4eb7532
- new version 0.9.3 (bugfix release)
cvsdist 4eb7532
cvsdist 4eb7532
* Fri Nov  7 2003 Thomas Woerner <twoerner@redhat.com> 0.9.2-1
cvsdist 4eb7532
- new version 0.9.2
cvsdist 4eb7532
cvsdist 95efc0b
* Mon Sep 29 2003 Thomas Woerner <twoerner@redhat.com> 0.9.1-1
cvsdist 95efc0b
- new version 0.9.1
cvsdist e141431
cvsdist 95efc0b
* Mon Sep 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.0-2.2
cvsdist e141431
- modify default PAM configuration to remove the directory part of the module
cvsdist e141431
  name, so that 32- and 64-bit libpam (called from 32- or 64-bit radiusd) on
cvsdist e141431
  multilib systems will always load the right module for the architecture
cvsdist e141431
- modify default PAM configuration to use pam_stack
cvsdist e141431
cvsdist 95efc0b
* Mon Sep  1 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-2.1
cvsdist 95efc0b
- com_err.h moved to /usr/include/et
cvsdist 95efc0b
cvsdist e141431
* Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-1
cvsdist e141431
- 0.9.0 final
cvsdist e141431
cvsdist e141431
* Wed Jul 16 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-0.9.0
cvsdist e141431
- new version 0.9.0 pre3
cvsdist e141431
cvsdist e141431
* Thu May 22 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-6
cvsdist e141431
- included directory /var/log/radius/radacct for logrotate
cvsdist e141431
cvsdist e141431
* Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-5
cvsdist e141431
- moved log and run dir to files section, cleaned up post
cvsdist e141431
cvsdist e141431
* Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-4
cvsdist e141431
- added missing run dir in post
cvsdist e141431
cvsdist e141431
* Tue May 20 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-3
cvsdist e141431
- fixed module load patch
cvsdist e141431
cvsdist e141431
* Fri May 16 2003 Thomas Woerner <twoerner@redhat.com>
cvsdist e141431
- removed la files, removed devel package
cvsdist e141431
- split into 4 packages: freeradius, freeradius-mysql, freeradius-postgresql,
cvsdist e141431
    freeradius-unixODBC
cvsdist e141431
- fixed requires and buildrequires
cvsdist e141431
- create logging dir in post if it does not exist
cvsdist e141431
- fixed module load without la files
cvsdist e141431
5c1a950
* Thu Apr 17 2003 Thomas Woerner <twoerner@redhat.com>
cvsdist e141431
- Initial build.