19d6c6b58ce57a8301ef80491778091e4d6dfc9c
[freeradius.git] / freeradius-server.spec
1 Summary: High-performance and highly configurable free RADIUS server
2 Name: freeradius
3 Version: 3.0.1
4 Release: 1%{?dist}
5 License: GPLv2+ and LGPLv2+
6 Group: System Environment/Daemons
7 URL: http://www.freeradius.org/
8
9 # Is elliptic curve cryptography supported?
10 %if 0%{?rhel} >= 7 || 0%{?fedora} >= 20
11 %global HAVE_EC_CRYPTO 1
12 %else
13 %global HAVE_EC_CRYPTO 0
14 %endif
15
16 %global dist_base freeradius-server
17
18 #Source0: ftp://ftp.freeradius.org/pub/radius/%{dist_base}.tar.bz2
19 Source0: %{dist_base}.tar.gz
20 Source100: freeradius-radiusd-init
21 Source102: freeradius-logrotate
22 Source103: freeradius-pam-conf
23 Source104: freeradius-tmpfiles.conf
24
25 Patch1: freeradius-redhat-config.patch
26 Patch2: freeradius-postgres-sql.patch
27
28 %global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
29 %define initddir %{?_initddir:%{_initddir}}%{!?_initddir:%{_initrddir}}
30
31 BuildRequires: autoconf
32 BuildRequires: gdbm-devel
33 BuildRequires: chrpath
34 BuildRequires: openssl
35 BuildRequires: openssl-devel
36 BuildRequires: pam-devel
37 BuildRequires: zlib-devel
38 BuildRequires: net-snmp-devel
39 BuildRequires: net-snmp-utils
40 BuildRequires: readline-devel
41 BuildRequires: libpcap-devel
42 BuildRequires: libtalloc-devel
43 BuildRequires: pcre-devel
44
45 %if ! 0%{?rhel}
46 BuildRequires: libyubikey-devel
47 BuildRequires: tncfhh-devel
48 BuildRequires: ykclient-devel
49 %endif
50
51 Requires: openssl
52 Requires(pre): shadow-utils glibc-common
53 Requires(post): /sbin/chkconfig
54 Requires(preun): /sbin/chkconfig
55
56 %description
57 The FreeRADIUS Server Project is a high performance and highly configurable
58 GPL'd free RADIUS server. The server is similar in some respects to
59 Livingston's 2.0 server.  While FreeRADIUS started as a variant of the
60 Cistron RADIUS server, they don't share a lot in common any more. It now has
61 many more features than Cistron or Livingston, and is much more configurable.
62
63 FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
64 protocol, as defined in RFC 2865 (and others). It allows Network Access
65 Servers (NAS boxes) to perform authentication for dial-up users. There are
66 also RADIUS clients available for Web servers, firewalls, Unix logins, and
67 more.  Using RADIUS allows authentication and authorization for a network to
68 be centralized, and minimizes the amount of re-configuration which has to be
69 done when adding or deleting new users.
70
71 %package doc
72 Group: Documentation
73 Summary: FreeRADIUS documentation
74
75 %description doc
76 All documentation supplied by the FreeRADIUS project is included
77 in this package.
78
79 %package utils
80 Group: System Environment/Daemons
81 Summary: FreeRADIUS utilities
82 Requires: %{name} = %{version}-%{release}
83 Requires: libpcap >= 0.9.4
84
85 %description utils
86 The FreeRADIUS server has a number of features found in other servers,
87 and additional features not found in any other server. Rather than
88 doing a feature by feature comparison, we will simply list the features
89 of the server, and let you decide if they satisfy your needs.
90
91 Support for RFC and VSA Attributes Additional server configuration
92 attributes Selecting a particular configuration Authentication methods
93
94 %package devel
95 Group: System Environment/Daemons
96 Summary: FreeRADIUS development files
97 Requires: %{name} = %{version}-%{release}
98
99 %description devel
100 Development headers and libraries for FreeRADIUS.
101
102 %package ldap
103 Summary: LDAP support for freeradius
104 Group: System Environment/Daemons
105 Requires: %{name} = %{version}-%{release}
106 BuildRequires: openldap-devel
107
108 %description ldap
109 This plugin provides the LDAP support for the FreeRADIUS server project.
110
111 %package krb5
112 Summary: Kerberos 5 support for freeradius
113 Group: System Environment/Daemons
114 Requires: %{name} = %{version}-%{release}
115 BuildRequires: krb5-devel
116
117 %description krb5
118 This plugin provides the Kerberos 5 support for the FreeRADIUS server project.
119
120 %package perl
121 Summary: Perl support for freeradius
122 Group: System Environment/Daemons
123 Requires: %{name} = %{version}-%{release}
124 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
125 %{?fedora:BuildRequires: perl-devel}
126 BuildRequires: perl-devel
127 BuildRequires: perl(ExtUtils::Embed)
128
129 %description perl
130 This plugin provides the Perl support for the FreeRADIUS server project.
131
132 %package python
133 Summary: Python support for freeradius
134 Group: System Environment/Daemons
135 Requires: %{name} = %{version}-%{release}
136 BuildRequires: python-devel
137
138 %description python
139 This plugin provides the Python support for the FreeRADIUS server project.
140
141 %package mysql
142 Summary: MySQL support for freeradius
143 Group: System Environment/Daemons
144 Requires: %{name} = %{version}-%{release}
145 BuildRequires: mysql-devel
146
147 %description mysql
148 This plugin provides the MySQL support for the FreeRADIUS server project.
149
150 %package postgresql
151 Summary: Postgresql support for freeradius
152 Group: System Environment/Daemons
153 Requires: %{name} = %{version}-%{release}
154 BuildRequires: postgresql-devel
155
156 %description postgresql
157 This plugin provides the postgresql support for the FreeRADIUS server project.
158
159 %package sqlite
160 Summary: SQLite support for freeradius
161 Group: System Environment/Daemons
162 Requires: %{name} = %{version}-%{release}
163 BuildRequires: sqlite-devel
164
165 %description sqlite
166 This plugin provides the SQLite support for the FreeRADIUS server project.
167
168 %package unixODBC
169 Summary: Unix ODBC support for freeradius
170 Group: System Environment/Daemons
171 Requires: %{name} = %{version}-%{release}
172 BuildRequires: unixODBC-devel
173
174 %description unixODBC
175 This plugin provides the unixODBC support for the FreeRADIUS server project.
176
177
178 %prep
179 %setup -q -n %{dist_base}
180 # Note: We explicitly do not make patch backup files because 'make install'
181 # mistakenly includes the backup files, especially problematic for raddb config files.
182 %patch1 -p1
183 %patch2 -p1
184
185 %build
186 # Force compile/link options, extra security for network facing daemon
187 %global _hardened_build 1
188
189 %configure \
190         --libdir=%{_libdir}/freeradius \
191         --with-udpfromto \
192         --with-threads \
193         --with-docdir=%{docdir} \
194         --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
195         --with-rlm-sql-postgresql-lib-dir=%{_libdir} \
196         --with-rlm-sql_mysql-include-dir=/usr/include/mysql \
197         --with-mysql-lib-dir=%{_libdir}/mysql \
198         --with-unixodbc-lib-dir=%{_libdir} \
199         --with-rlm-dbm-lib-dir=%{_libdir} \
200         --with-rlm-krb5-include-dir=/usr/kerberos/include \
201         --without-rlm_eap_ikev2 \
202         --without-rlm_sql_iodbc \
203         --without-rlm_sql_firebird \
204         --without-rlm_sql_db2 \
205         --without-rlm_sql_oracle 
206
207 make
208
209 %install
210 mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/radiusd
211 make install R=$RPM_BUILD_ROOT
212
213 # logs
214 mkdir -p $RPM_BUILD_ROOT/var/log/radius/radacct
215 touch $RPM_BUILD_ROOT/var/log/radius/{radutmp,radius.log}
216
217 install -D -m 755 %{SOURCE100} $RPM_BUILD_ROOT/%{initddir}/radiusd
218 install -D -m 644 %{SOURCE102} $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/radiusd
219 install -D -m 644 %{SOURCE103} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/radiusd
220
221 mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
222 mkdir -p %{buildroot}%{_localstatedir}/run/
223 install -d -m 0710 %{buildroot}%{_localstatedir}/run/radiusd/
224 install -d -m 0700 %{buildroot}%{_localstatedir}/run/radiusd/tmp
225 install -m 0644 %{SOURCE104} %{buildroot}%{_sysconfdir}/tmpfiles.d/radiusd.conf
226
227 # remove unneeded stuff
228 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.crt
229 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.csr
230 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.der
231 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.key
232 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.pem
233 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/*.p12
234 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/index.*
235 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/serial*
236 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/dh
237 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/certs/random
238
239 rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/radeapclient.1
240
241 rm -f $RPM_BUILD_ROOT/usr/sbin/rc.radiusd
242 rm -rf $RPM_BUILD_ROOT/%{_libdir}/freeradius/*.a
243 rm -rf $RPM_BUILD_ROOT/%{_libdir}/freeradius/*.la
244
245 chrpath --delete $RPM_BUILD_ROOT/%{_libdir}/freeradius/rlm_sql_unixodbc.so
246 chrpath --delete $RPM_BUILD_ROOT/%{_libdir}/freeradius/rlm_sql_postgresql.so
247
248 rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/main/mssql
249
250 rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/ippool/oracle
251 rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/ippool-dhcp/oracle
252 rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/main/oracle
253
254 # remove unsupported config files
255 rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/experimental.conf
256
257 # install doc files omitted by standard install
258 for f in COPYRIGHT CREDITS INSTALL.rst README.rst VERSION; do
259     cp $f $RPM_BUILD_ROOT/%{docdir}
260 done
261 cp LICENSE $RPM_BUILD_ROOT/%{docdir}/LICENSE.gpl
262 cp src/lib/LICENSE $RPM_BUILD_ROOT/%{docdir}/LICENSE.lgpl
263 cp src/LICENSE.openssl $RPM_BUILD_ROOT/%{docdir}/LICENSE.openssl
264
265 # add Red Hat specific documentation
266 cat >> $RPM_BUILD_ROOT/%{docdir}/REDHAT << EOF
267
268 Red Hat, RHEL, Fedora, and CentOS specific information can be found on the
269 FreeRADIUS Wiki in the Red Hat FAQ.
270
271 http://wiki.freeradius.org/guide/Red-Hat-FAQ
272
273 Please reference that document.
274
275 All documentation is in the freeradius-doc sub-package.
276
277 EOF
278
279
280 # Make sure our user/group is present prior to any package or subpackage installation
281 %pre
282 getent group  radiusd >/dev/null || /usr/sbin/groupadd -r -g 95 radiusd > /dev/null 2>&1
283 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
284 exit 0
285
286 %post
287 if [ $1 -eq 1 ]; then           # install
288   /sbin/chkconfig --add radiusd
289   if [ ! -e /etc/raddb/certs/server.pem ]; then
290     /sbin/runuser -g radiusd -c 'umask 007; /etc/raddb/certs/bootstrap' > /dev/null 2>&1
291   fi
292 fi
293 exit 0
294
295 %preun
296 if [ $1 -eq 0 ]; then           # uninstall
297   /sbin/service radiusd stop > /dev/null 2>&1
298   /sbin/chkconfig --del radiusd
299 fi
300 exit 0
301
302
303 %postun
304 if [ $1 -ge 1 ]; then           # upgrade
305   /sbin/service radiusd condrestart >/dev/null 2>&1
306 fi
307 if [ $1 -eq 0 ]; then           # uninstall
308   getent passwd radiusd >/dev/null && /usr/sbin/userdel  radiusd > /dev/null 2>&1
309   getent group  radiusd >/dev/null && /usr/sbin/groupdel radiusd > /dev/null 2>&1
310 fi
311 exit 0
312
313 %files
314 %defattr(-,root,root)
315
316 # doc
317 %doc %{docdir}/LICENSE.gpl
318 %doc %{docdir}/LICENSE.lgpl
319 %doc %{docdir}/LICENSE.openssl
320 %doc %{docdir}/REDHAT
321
322 # system
323 %config(noreplace) %{_sysconfdir}/pam.d/radiusd
324 %config(noreplace) %{_sysconfdir}/logrotate.d/radiusd
325 %{initddir}/radiusd
326 %config %{_sysconfdir}/tmpfiles.d/radiusd.conf
327 %dir %attr(710,radiusd,radiusd) %{_localstatedir}/run/radiusd
328 %dir %attr(700,radiusd,radiusd) %{_localstatedir}/run/radiusd/tmp
329 %dir %attr(755,radiusd,radiusd) %{_localstatedir}/lib/radiusd
330
331 # configs (raddb)
332 %dir %attr(755,root,radiusd) /etc/raddb
333 %defattr(-,root,radiusd)
334 /etc/raddb/README.rst
335 %attr(644,root,radiusd) %config(noreplace) /etc/raddb/dictionary
336 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/clients.conf
337
338 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/templates.conf
339 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/trigger.conf
340
341 # symlink: /etc/raddb/hints -> ./mods-config/preprocess/hints
342 %config /etc/raddb/hints
343
344 # symlink: /etc/raddb/huntgroups -> ./mods-config/preprocess/huntgroups
345 %config /etc/raddb/huntgroups
346
347 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/proxy.conf
348 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/radiusd.conf
349
350 # symlink: /etc/raddb/users -> ./mods-config/files/authorize
351 %config(noreplace) /etc/raddb/users
352
353 # certs
354 %dir %attr(770,root,radiusd) /etc/raddb/certs
355 %config(noreplace) /etc/raddb/certs/Makefile
356 /etc/raddb/certs/README
357 %config(noreplace) /etc/raddb/certs/xpextensions
358 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/certs/*.cnf
359 %attr(750,root,radiusd) /etc/raddb/certs/bootstrap
360
361 # mods-config
362 %dir %attr(750,root,radiusd) /etc/raddb/mods-config
363 /etc/raddb/mods-config/README.rst
364 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/attr_filter
365 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/attr_filter/*
366 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/files
367 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/files/*
368 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/preprocess
369 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/preprocess/*
370
371 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql
372 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter
373 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui
374 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool
375 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool-dhcp
376 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main
377
378
379 # sites-available
380 %dir %attr(750,root,radiusd) /etc/raddb/sites-available
381 /etc/raddb/sites-available/README
382 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/control-socket
383 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/decoupled-accounting
384 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/robust-proxy-accounting
385 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/soh
386 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/coa
387 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/example
388 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/inner-tunnel
389 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/dhcp
390 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/check-eap-tls
391 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/status
392 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/dhcp.relay
393 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/virtual.example.com
394 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/originate-coa
395 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/vmps
396 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/default
397 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/proxy-inner-tunnel
398 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/dynamic-clients
399 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/copy-acct-to-home-server
400 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/buffered-sql
401 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/tls
402
403 # sites-enabled
404 # symlink: /etc/raddb/sites-enabled/xxx -> ../sites-available/xxx
405 %dir %attr(750,root,radiusd) /etc/raddb/sites-enabled
406 %config(missingok) /etc/raddb/sites-enabled/inner-tunnel
407 %config(missingok) /etc/raddb/sites-enabled/default
408
409 # mods-available
410 %dir %attr(750,root,radiusd) /etc/raddb/mods-available
411 /etc/raddb/mods-available/README.rst
412 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/always
413 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/attr_filter
414 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/cache
415 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/cache_eap
416 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/chap
417 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/counter
418 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/cui
419 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/date
420 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/detail
421 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/detail.example.com
422 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/detail.log
423 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/dhcp
424 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/dhcp_sqlippool
425 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/digest
426 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/dynamic_clients
427 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/eap
428 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/echo
429 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/etc_group
430 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/exec
431 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/expiration
432 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/expr
433 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/files
434 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/idn
435 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/inner-eap
436 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ippool
437 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/linelog
438 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/logintime
439 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/mac2ip
440 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/mac2vlan
441 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/mschap
442 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ntlm_auth
443 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/opendirectory
444 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/otp
445 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/pam
446 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/pap
447 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/passwd
448 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/preprocess
449 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/python
450 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/radutmp
451 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/realm
452 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/redis
453 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rediswho
454 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/replicate
455 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
456 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/smbpasswd
457 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/smsotp
458 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/soh
459 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sometimes
460 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sql
461 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sqlcounter
462 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sqlippool
463 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/sradutmp
464 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/unix
465 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/utf8
466 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/wimax
467 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/yubikey
468
469 # mods-enabled
470 # symlink: /etc/raddb/mods-enabled/xxx -> ../mods-available/xxx
471 %dir %attr(750,root,radiusd) /etc/raddb/mods-enabled
472 %config(missingok) /etc/raddb/mods-enabled/always
473 %config(missingok) /etc/raddb/mods-enabled/attr_filter
474 %config(missingok) /etc/raddb/mods-enabled/cache_eap
475 %config(missingok) /etc/raddb/mods-enabled/chap
476 %config(missingok) /etc/raddb/mods-enabled/detail
477 %config(missingok) /etc/raddb/mods-enabled/detail.log
478 %config(missingok) /etc/raddb/mods-enabled/dhcp
479 %config(missingok) /etc/raddb/mods-enabled/digest
480 %config(missingok) /etc/raddb/mods-enabled/dynamic_clients
481 %config(missingok) /etc/raddb/mods-enabled/eap
482 %config(missingok) /etc/raddb/mods-enabled/echo
483 %config(missingok) /etc/raddb/mods-enabled/exec
484 %config(missingok) /etc/raddb/mods-enabled/expiration
485 %config(missingok) /etc/raddb/mods-enabled/expr
486 %config(missingok) /etc/raddb/mods-enabled/files
487 %config(missingok) /etc/raddb/mods-enabled/linelog
488 %config(missingok) /etc/raddb/mods-enabled/logintime
489 %config(missingok) /etc/raddb/mods-enabled/mschap
490 %config(missingok) /etc/raddb/mods-enabled/ntlm_auth
491 %config(missingok) /etc/raddb/mods-enabled/pap
492 %config(missingok) /etc/raddb/mods-enabled/passwd
493 %config(missingok) /etc/raddb/mods-enabled/preprocess
494 %config(missingok) /etc/raddb/mods-enabled/radutmp
495 %config(missingok) /etc/raddb/mods-enabled/realm
496 %config(missingok) /etc/raddb/mods-enabled/replicate
497 %config(missingok) /etc/raddb/mods-enabled/soh
498 %config(missingok) /etc/raddb/mods-enabled/sradutmp
499 %config(missingok) /etc/raddb/mods-enabled/unix
500 %config(missingok) /etc/raddb/mods-enabled/utf8
501
502 # policy
503 %dir %attr(750,root,radiusd) /etc/raddb/policy.d
504 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/accounting
505 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/canonicalization
506 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/control
507 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/cui
508 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/dhcp
509 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/eap
510 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/filter
511 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/policy.d/operator-name
512
513
514 # binaries
515 %defattr(-,root,root)
516 /usr/sbin/checkrad
517 /usr/sbin/raddebug
518 /usr/sbin/radiusd
519 /usr/sbin/radmin
520
521 # dictionaries
522 %dir %attr(755,root,root) /usr/share/freeradius
523 /usr/share/freeradius/*
524
525 # logs
526 %dir %attr(700,radiusd,radiusd) /var/log/radius/
527 %dir %attr(700,radiusd,radiusd) /var/log/radius/radacct/
528 %ghost %attr(644,radiusd,radiusd) /var/log/radius/radutmp
529 %ghost %attr(600,radiusd,radiusd) /var/log/radius/radius.log
530
531 # libs
532 %attr(755,root,root) %{_libdir}/freeradius/lib*.so*
533
534 # loadable modules
535 %dir %attr(755,root,root) %{_libdir}/freeradius
536 %{_libdir}/freeradius/proto_dhcp.so
537 %{_libdir}/freeradius/proto_vmps.so
538 %{_libdir}/freeradius/rlm_always.so
539 %{_libdir}/freeradius/rlm_attr_filter.so
540 %{_libdir}/freeradius/rlm_cache.so
541 %{_libdir}/freeradius/rlm_chap.so
542 %{_libdir}/freeradius/rlm_counter.so
543 %{_libdir}/freeradius/rlm_cram.so
544 %{_libdir}/freeradius/rlm_date.so
545 %{_libdir}/freeradius/rlm_detail.so
546 %{_libdir}/freeradius/rlm_dhcp.so
547 %{_libdir}/freeradius/rlm_digest.so
548 %{_libdir}/freeradius/rlm_dynamic_clients.so
549 %{_libdir}/freeradius/rlm_eap.so
550 %{_libdir}/freeradius/rlm_eap_gtc.so
551 %{_libdir}/freeradius/rlm_eap_leap.so
552 %{_libdir}/freeradius/rlm_eap_md5.so
553 %{_libdir}/freeradius/rlm_eap_mschapv2.so
554 %{_libdir}/freeradius/rlm_eap_peap.so
555 %{_libdir}/freeradius/rlm_eap_pwd.so
556 %{_libdir}/freeradius/rlm_eap_sim.so
557 %{_libdir}/freeradius/rlm_eap_tls.so
558 %if ! 0%{?rhel}
559 %{_libdir}/freeradius/rlm_eap_tnc.so
560 %endif
561 %{_libdir}/freeradius/rlm_eap_ttls.so
562 %{_libdir}/freeradius/rlm_exec.so
563 %{_libdir}/freeradius/rlm_expiration.so
564 %{_libdir}/freeradius/rlm_expr.so
565 %{_libdir}/freeradius/rlm_files.so
566 %{_libdir}/freeradius/rlm_ippool.so
567 %{_libdir}/freeradius/rlm_linelog.so
568 %{_libdir}/freeradius/rlm_logintime.so
569 %{_libdir}/freeradius/rlm_mschap.so
570 %{_libdir}/freeradius/rlm_otp.so
571 %{_libdir}/freeradius/rlm_pam.so
572 %{_libdir}/freeradius/rlm_pap.so
573 %{_libdir}/freeradius/rlm_passwd.so
574 %{_libdir}/freeradius/rlm_preprocess.so
575 %{_libdir}/freeradius/rlm_radutmp.so
576 %{_libdir}/freeradius/rlm_realm.so
577 %{_libdir}/freeradius/rlm_replicate.so
578 %{_libdir}/freeradius/rlm_soh.so
579 %{_libdir}/freeradius/rlm_sometimes.so
580 %{_libdir}/freeradius/rlm_sql.so
581 %{_libdir}/freeradius/rlm_sqlcounter.so
582 %{_libdir}/freeradius/rlm_sqlippool.so
583 %{_libdir}/freeradius/rlm_sql_null.so
584 %{_libdir}/freeradius/rlm_unix.so
585 %{_libdir}/freeradius/rlm_utf8.so
586 %{_libdir}/freeradius/rlm_wimax.so
587 %{_libdir}/freeradius/rlm_yubikey.so
588
589 # main man pages
590 %doc %{_mandir}/man5/clients.conf.5.gz
591 %doc %{_mandir}/man5/dictionary.5.gz
592 %doc %{_mandir}/man5/radiusd.conf.5.gz
593 %doc %{_mandir}/man5/radrelay.conf.5.gz
594 %doc %{_mandir}/man5/rlm_always.5.gz
595 %doc %{_mandir}/man5/rlm_attr_filter.5.gz
596 %doc %{_mandir}/man5/rlm_chap.5.gz
597 %doc %{_mandir}/man5/rlm_counter.5.gz
598 %doc %{_mandir}/man5/rlm_detail.5.gz
599 %doc %{_mandir}/man5/rlm_digest.5.gz
600 %doc %{_mandir}/man5/rlm_expr.5.gz
601 %doc %{_mandir}/man5/rlm_files.5.gz
602 %doc %{_mandir}/man5/rlm_idn.5.gz
603 %doc %{_mandir}/man5/rlm_mschap.5.gz
604 %doc %{_mandir}/man5/rlm_pap.5.gz
605 %doc %{_mandir}/man5/rlm_passwd.5.gz
606 %doc %{_mandir}/man5/rlm_realm.5.gz
607 %doc %{_mandir}/man5/rlm_sql.5.gz
608 %doc %{_mandir}/man5/rlm_unix.5.gz
609 %doc %{_mandir}/man5/unlang.5.gz
610 %doc %{_mandir}/man5/users.5.gz
611 %doc %{_mandir}/man8/raddebug.8.gz
612 %doc %{_mandir}/man8/radiusd.8.gz
613 %doc %{_mandir}/man8/radmin.8.gz
614 %doc %{_mandir}/man8/radrelay.8.gz
615
616 %files doc
617
618 %doc %{docdir}/
619
620
621 %files utils
622 /usr/bin/*
623
624 # utils man pages
625 %doc %{_mandir}/man1/radclient.1.gz
626 %doc %{_mandir}/man1/radlast.1.gz
627 %doc %{_mandir}/man1/radtest.1.gz
628 %doc %{_mandir}/man1/radwho.1.gz
629 %doc %{_mandir}/man1/radzap.1.gz
630 %doc %{_mandir}/man1/smbencrypt.1.gz
631 %doc %{_mandir}/man5/checkrad.5.gz
632 #%doc %{_mandir}/man8/radconf2xml.8.gz
633 %doc %{_mandir}/man8/radcrypt.8.gz
634 %doc %{_mandir}/man8/radsniff.8.gz
635 %doc %{_mandir}/man8/radsqlrelay.8.gz
636 %doc %{_mandir}/man8/rlm_ippool_tool.8.gz
637
638 %files devel
639 /usr/include/freeradius
640
641 %files krb5
642 %{_libdir}/freeradius/rlm_krb5.so
643 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/krb5
644
645 %files perl
646 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/perl
647
648 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/perl
649 /etc/raddb/mods-config/perl/example.pl
650
651 %{_libdir}/freeradius/rlm_perl.so
652
653 %files python
654 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/python
655 /etc/raddb/mods-config/python/example.py*
656 %{_libdir}/freeradius/rlm_python.so
657
658 %files mysql
659 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter/mysql
660 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/dailycounter.conf
661 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/expire_on_login.conf
662 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/monthlycounter.conf
663 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/mysql/noresetcounter.conf
664
665 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui/mysql
666 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/mysql/queries.conf
667 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/mysql/schema.sql
668
669 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool/mysql
670 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/mysql/queries.conf
671 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/mysql/schema.sql
672
673 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool-dhcp/mysql
674 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool-dhcp/mysql/queries.conf
675
676 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/mysql
677 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/setup.sql
678 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/queries.conf
679 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/schema.sql
680
681 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/mysql/extras
682 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/mysql/extras/wimax
683 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/extras/wimax/queries.conf
684 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/mysql/extras/wimax/schema.sql
685
686 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/ndb
687 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/ndb/setup.sql
688 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/ndb/schema.sql
689 /etc/raddb/mods-config/sql/main/ndb/README
690
691 %{_libdir}/freeradius/rlm_sql_mysql.so
692
693 %files postgresql
694 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter/postgresql
695 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/dailycounter.conf
696 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/expire_on_login.conf
697 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/monthlycounter.conf
698 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/postgresql/noresetcounter.conf
699
700 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui/postgresql
701 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/postgresql/queries.conf
702 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/postgresql/schema.sql
703
704 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool/postgresql
705 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/postgresql/queries.conf
706 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/postgresql/schema.sql
707
708 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/postgresql
709 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/setup.sql
710 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/queries.conf
711 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/schema.sql
712
713 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/postgresql/extras
714 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/extras/update_radacct_group.sql
715 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/extras/voip-postpaid.conf
716 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/postgresql/extras/cisco_h323_db_schema.sql
717
718 %{_libdir}/freeradius/rlm_sql_postgresql.so
719
720 %files sqlite
721 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/counter/sqlite
722 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/dailycounter.conf
723 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/expire_on_login.conf
724 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/monthlycounter.conf
725 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/counter/sqlite/noresetcounter.conf
726
727 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/cui/sqlite
728 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/sqlite/queries.conf
729 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/cui/sqlite/schema.sql
730
731 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool/sqlite
732 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/sqlite/queries.conf
733 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool/sqlite/schema.sql
734
735 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/ippool-dhcp/sqlite
736 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool-dhcp/sqlite/schema.sql
737 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf
738
739 %dir %attr(750,root,radiusd) /etc/raddb/mods-config/sql/main/sqlite
740 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/sqlite/queries.conf
741 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-config/sql/main/sqlite/schema.sql
742
743 %{_libdir}/freeradius/rlm_sql_sqlite.so
744
745 %files ldap
746 %{_libdir}/freeradius/rlm_ldap.so
747 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ldap
748
749 %files unixODBC
750 %{_libdir}/freeradius/rlm_sql_unixodbc.so
751
752 %changelog
753 * Fri Mar 21 2014 Stefan Paetow <stefan.paetow@diamond.ac.uk> - 3.0.2-1
754 - Upgrade to upstream 3.0.2 release, full config compatible with 3.0.0.
755   This is a roll-up of all upstream bugs fixes found in 3.0.0-3.0.1
756   See upstream ChangeLog for details (in freeradius-doc subpackage)
757
758 * Tue Mar  4 2014 Stefan Paetow <stefan.paetow@diamond.ac.uk> - 3.0.1-4
759 - Inclusion of a SQLite 3 patch to unbreak SQLite support in FreeRADIUS 3.0.1
760
761 * Tue Mar  4 2014 Stefan Paetow <stefan.paetow@diamond.ac.uk> - 3.0.1-4
762 - Backported to CentOS 6.4
763
764 * Mon Feb 24 2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.1-4
765 - Fix CVE-2014-2015 "freeradius: stack-based buffer overflow flaw in rlm_pap
766   module"
767 - resolves: bug#1066984 (fedora 1066763)
768
769 * Fri Feb 21 2014 John Dennis <jdennis@redhat.com> - 3.0.1-3
770 - resolves: bug#1068798 (fedora 1068795)
771   rlm_perl attribute values truncated
772
773 * Sun Jan 19 2014 John Dennis <jdennis@redhat.com> - 3.0.1-2
774 - resolves: bug#1055073 (fedora 1055072)
775   rlm_ippool; bad config file attribute and fails to send reply attributes
776 - resolves: bug#1055567 (fedora 1056227)
777   bad mysql sql syntax
778 - change CFLAGS -imacros to -include to address gcc/gdb bug 1004526
779   where gdb will not display source information, only <command-line>
780
781 * Tue Jan 14 2014 John Dennis <jdennis@redhat.com> - 3.0.1-1
782 - Upgrade to upstream 3.0.1 release, full config compatible with 3.0.0.
783   This is a roll-up of all upstream bugs fixes found in 3.0.0
784   See upstream ChangeLog for details (in freeradius-doc subpackage)
785 - fixes bugs 1053020 1044747 1048474 1043036
786
787 * Tue Nov 26 2013 John Dennis <jdennis@redhat.com> - 3.0.0-4
788 - resolves: bug#1031035
789   remove radeapclient man page,
790   upstream no longer supports radeapclient, use eapol_test instead
791 - resolves: bug#1031061
792   rlm_eap_leap memory corruption, see freeradius-rlm_leap.patch
793 - move man pages for utils into utils subpackage from doc subpackage
794 - fix HAVE_EC_CRYPTO test to include f20
795 - add new directory /var/run/radiusd/tmp
796   update mods-available/eap so tls-common.verify.tmpdir to point to it
797
798 * Wed Nov 13 2013 John Dennis <jdennis@redhat.com> - 3.0.0-3
799 - resolves: bug#1029941
800   PW_TYPE_BOOLEAN config item should be declared int, not bool
801
802 * Mon Oct 28 2013 John Dennis <jdennis@redhat.com> - 3.0.0-2
803 - resolves: bug#1024119
804   tncfhh-devel is now available in RHEL-7, remove conditional BuildRequires
805
806 * Sun Oct 13 2013 John Dennis <jdennis@redhat.com> - 3.0.0-1
807 - Offical 3.0 gold release from upstream
808 - resolves: bug#1016873
809 - resolves: bug#891297
810
811 * Sun Sep  8 2013 John Dennis <jdennis@redhat.com> - 3.0.0-0.4.rc1
812 - upgrade to second 3.0 release candidate rc1
813
814 * Mon Aug 26 2013 John Dennis <jdennis@redhat.com> - 3.0.0-0.3.rc0
815 - add missingok config attribute to /etc/raddb/sites-enabled/* symlinks
816
817 * Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 3.0.0-0.2.rc0
818 - Perl 5.18 rebuild
819
820 * Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.0.0-0.1.rc0
821 - Install docs to %%{_pkgdocdir} where available.
822
823 * Mon Jul 22 2013 John Dennis <jdennis@redhat.com> - 3.0.0-0.rc0
824 - Upgrade to new upstream major version release
825
826 * Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.2.0-7
827 - Perl 5.18 rebuild
828
829 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-6
830 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
831
832 * Fri Dec 14 2012 John Dennis <jdennis@redhat.com> - 2.2.0-5
833 - resolves: bug#850119 - Introduce new systemd-rpm macros (>= F18)
834
835 * Thu Dec 13 2012 John Dennis <jdennis@redhat.com> - 2.2.0-4
836 - add compile option -fno-strict-aliasing
837
838 * Thu Dec 13 2012 John Dennis <jdennis@redhat.com> - 2.2.0-3
839 - specify homedir (/var/lib/radiusd) for radiusd user in useradd,
840   do not permit useradd to default the homedir.
841
842 * Wed Dec 12 2012 John Dennis <jdennis@redhat.com> - 2.2.0-2
843 - add security options to compiler/linker
844
845 * Mon Dec 10 2012 John Dennis <jdennis@redhat.com> - 2.2.0-1
846 - resolves: bug#876564 - fails to start without freeradius-mysql
847 - use upstream version of freeradius-exclude-config-file.patch
848
849 * Wed Oct  3 2012 John Dennis <jdennis@redhat.com> - 2.2.0-0
850 - Add new patch to avoid reading .rpmnew, .rpmsave and other invalid
851   files when loading config files
852 - Upgrade to new 2.2.0 upstream release
853 - Upstream changelog for 2.1.12:
854   Feature improvements
855   * 100% configuration file compatible with 2.1.x.
856     The only fix needed is to disallow "hashsize=0" for rlm_passwd
857   * Update Aruba, Alcatel Lucent, APC, BT, PaloAlto, Pureware,
858     Redback, and Mikrotik dictionaries
859   * Switch to using SHA1 for certificate digests instead of MD5.
860     See raddb/certs/*.cnf
861   * Added copyright statements to the dictionaries, so that we know
862     when people are using them.
863   * Better documentation for radrelay and detail file writer.
864     See raddb/modules/radrelay and raddb/radrelay.conf
865   * Added TLS-Cert-Subject-Alt-Name-Email from patch by Luke Howard
866   * Added -F <file> to radwho
867   * Added query timeouts to MySQL driver.  Patch from Brian De Wolf.
868   * Add /etc/default/freeradius to debian package.
869     Patch from Matthew Newton
870   * Finalize DHCP and DHCP relay code.  It should now work everywhere.
871     See raddb/sites-available/dhcp, src_ipaddr and src_interface.
872   * DHCP capabilitiies are now compiled in by default.
873     It runs as a DHCP server ONLY when manually enabled.
874   * Added one letter expansions: %G - request minute and %I request
875     ID.
876   * Added script to convert ISC DHCP lease files to SQL pools.
877     See scripts/isc2ippool.pl
878   * Added rlm_cache to cache arbitrary attributes.
879   * Added max_use to rlm_ldap to force connection to be re-established
880     after a given number of queries.
881   * Added configtest option to Debian init scripts, and automatic
882     config test on restart.
883   * Added cache config item to rlm_krb5. When set to "no" ticket
884     caching is disabled which may increase performance.
885
886   Bug fixes
887   * Fix CVE-2012-3547.  All users of 2.1.10, 2.1.11, 2.1.12,
888     and 802.1X should upgrade immediately.
889   * Fix typo in detail file writer, to skip writing if the packet
890     was read from this detail file.
891   * Free cached replies when closing resumed SSL sessions.
892   * Fix a number of issues found by Coverity.
893   * Fix memory leak and race condition in the EAP-TLS session cache.
894     Thanks to Phil Mayers for tracking down OpenSSL APIs.
895   * Restrict ATTRIBUTE names to character sets that make sense.
896   * Fix EAP-TLS session Id length so that OpenSSL doesn't get
897     excited.
898   * Fix SQL IPPool logic for non-timer attributes.  Closes bug #181
899   * Change some informational messages to DEBUG rather than error.
900   * Portability fixes for FreeBSD.  Closes bug #177
901   * A much better fix for the _lt__PROGRAM__LTX_preloaded_symbols
902     nonsense.
903   * Safely handle extremely long lines in conf file variable expansion
904   * Fix for Debian bug #606450
905   * Mutex lock around rlm_perl Clone routines. Patch from Eike Dehling
906   * The passwd module no longer permits "hashsize = 0".  Setting that
907     is pointless for a host of reasons.  It will also break the server.
908   * Fix proxied inner-tunnel packets sometimes having zero authentication
909     vector.  Found by Brian Julin.
910   * Added $(EXEEXT) to Makefiles for portability.  Closes bug #188.
911   * Fix minor build issue which would cause rlm_eap to be built twice.
912   * When using "status_check=request" for a home server, the username
913     and password must be specified, or the server will not start.
914   * EAP-SIM now calculates keys from the SIM identity, not from the
915     EAP-Identity.  Changing the EAP type via NAK may result in
916     identities changing.  Bug reported by Microsoft EAP team.
917   * Use home server src_ipaddr when sending Status-Server packets
918   * Decrypt encrypted ERX attributes in CoA packets.
919   * Fix registration of internal xlat's so %{mschap:...} doesn't
920     disappear after a HUP.
921   * Can now reference tagged attributes in expansions.
922     e.g. %{Tunnel-Type:1} and %{Tunnel-Type:1[0]} now work.
923   * Correct calculation of Message-Authenticator for CoA and Disconnect
924     replies.  Patch from Jouni Malinen
925   * Install rad_counter, for managing rlm_counter files.
926   * Add unique index constraint to all SQL flavours so that alternate
927     queries work correctly.
928   * The TTLS diameter decoder is now more lenient.  It ignores
929     unknown attributes, instead of rejecting the TTLS session.
930   * Use "globfree" in detail file reader.  Prevents very slow leak.
931     Closes bug #207.
932   * Operator =~ shouldn't copy the attribute, like :=.  It should
933     instead behave more like ==.
934   * Build main Debian package without SQL dependencies
935   * Use max_queue_size in threading code
936   * Update permissions in raddb/sql/postgresql/admin.sql
937   * Added OpenSSL_add_all_algorithms() to fix issues where OpenSSL
938     wouldn't use methods it knew about.
939   * Add more sanity checks in dynamic_clients code so the server won't
940     crash if it attempts to load a badly formated client definition.
941
942 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-10
943 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
944
945 * Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 2.1.12-9
946 - Perl 5.16 rebuild
947
948 * Tue May 15 2012 John Dennis <jdennis@redhat.com> - 2.1.12-8
949 - resolves: bug#821407 - openssl dependency
950
951 * Sat Apr 14 2012 John Dennis <jdennis@redhat.com> - 2.1.12-7
952 - resolves: bug#810605 Segfault with freeradius-perl threading
953
954 * Tue Feb 28 2012 John Dennis <jdennis@redhat.com> - 2.1.12-6
955   Fixing bugs in RHEL6 rebase, applying fixes here as well
956   resolves: bug#700870 freeradius not compiled with --with-udpfromto
957   resolves: bug#753764 shadow password expiration does not work
958   resolves: bug#712803 radtest script is not working with eap-md5 option
959   resolves: bug#690756 errors in raddb/sql/postgresql/admin.sql template
960
961 * Tue Feb  7 2012 John Dennis <jdennis@redhat.com> - 2.1.12-5
962 - resolves: bug#781877 (from RHEL5) rlm_dbm_parse man page misspelled
963 - resolves: bug#760193 (from RHEL5) radtest PPPhint option is not parsed properly
964
965 * Sun Jan 15 2012 John Dennis <jdennis@redhat.com> - 2.1.12-4
966 - resolves: bug#781744
967   systemd service file incorrectly listed pid file as
968   /var/run/radiusd/radiusd which it should have been
969   /var/run/radiusd/radiusd.pid
970
971 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-3
972 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
973
974 * Mon Oct 31 2011 John Dennis <jdennis@redhat.com> - 2.1.12-2
975 - rename /etc/tmpfiles.d/freeradius.conf to /etc/tmpfiles.d/radiusd.conf
976   remove config(noreplace) because it must match files section and
977   permissions differ between versions.
978 - fixup macro usage for /var/run & /var/lib
979
980 * Mon Oct  3 2011 John Dennis <jdennis@redhat.com> - 2.1.12-1
981 - Upgrade to latest upstream release: 2.1.12
982 - Upstream changelog for 2.1.12:
983   Feature improvements
984   * Updates to dictionary.erx, dictionary.siemens, dictionary.starent,
985     dictionary.starent.vsa1, dictionary.zyxel, added dictionary.symbol
986   * Added support for PCRE from Phil Mayers
987   * Configurable file permission in rlm_linelog
988   * Added "relaxed" option to rlm_attr_filter.  This copies attributes
989     if at least one match occurred.
990   * Added documentation on dynamic clients.
991     See raddb/modules/dynamic_clients.
992   * Added support for elliptical curve cryptography.
993     See ecdh_curve in raddb/eap.conf.
994   * Added support for 802.1X MIBs in checkrad
995   * Added support for %{rand:...}, which generates a uniformly
996     distributed number between 0 and the number you specify.
997   * Created "man" pages for all installed commands, and documented
998     options for all commands.  Patch from John Dennis.
999   * Allow radsniff to decode encrypted VSAs and CoA packets.
1000     Patch from Bjorn Mork.
1001   * Always send Message-Authenticator in radtest. Patch from John Dennis.
1002     radclient continues to be more flexible.
1003   * Updated Oracle schema and queries
1004   * Added SecurID module.  See src/modules/rlm_securid/README
1005
1006   Bug fixes
1007   * Fix memory leak in rlm_detail
1008   * Fix "failed to insert event"
1009   * Allow virtual servers to be reloaded on HUP.
1010     It no longer complains about duplicate virtual servers.
1011   * Fix %{string:...} expansion
1012   * Fix "server closed socket" loop in radmin
1013   * Set ownership of control socket when starting up
1014   * Always allow root to connect to control socket, even if
1015     "uid" is set.  They're root.  They can already do anything.
1016   * Save all attributes in Access-Accept when proxying inner-tunnel
1017     EAP-MSCHAPv2
1018   * Fixes for DHCP relaying.
1019   * Check certificate validity when using OCSP.
1020   * Updated Oracle "configure" script
1021   * Fixed typos in dictionary.alvarion
1022   * WARNING on potential proxy loop.
1023   * Be more aggressive about clearing old requests from the
1024     internal queue
1025   * Don't open network sockets when using -C
1026
1027 * Wed Sep 21 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-7
1028 - restore defattr customization in the main package
1029
1030 * Fri Sep  9 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-6
1031 - add missing systemd scriptlets
1032
1033 * Thu Sep  8 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.11-5
1034 - convert to systemd
1035
1036 * Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 2.1.11-4
1037 - Perl mass rebuild
1038
1039 * Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.1.11-3
1040 - Perl mass rebuild
1041
1042 * Thu Jun 23 2011 John Dennis <jdennis@redhat.com> - 2.1.11-2
1043 - reload the server (i.e. HUP) after logrotate
1044
1045 * Wed Jun 22 2011 John Dennis <jdennis@redhat.com> - 2.1.11-1
1046 - Upgrade to latest upstream release: 2.1.11
1047 - Remove the following two patches as upstream has incorporated them:
1048     freeradius-radtest-ipv6.patch
1049     freeradius-lt-dladvise.patch
1050 - Upstream changelog for 2.1.11:
1051   Feature improvements
1052   * Added doc/rfc/rfc6158.txt: RADIUS Design Guidelines.
1053     All vendors need to read it and follow its directions.
1054   * Microsoft SoH support for PEAP from Phil Mayers.
1055     See doc/SoH.txt
1056   * Certificate "bootstrap" script now checks for certificate expiry.
1057     See comments in raddb/eap.conf, and then "make_cert_command".
1058   * Support for dynamic expansion of EAP-GTC challenges.
1059     Patch from Alexander Clouter.
1060   * OCSP support from Alex Bergmann.  See raddb/eap.conf, "ocsp"
1061     section.
1062   * Updated dictionary.huawei, dictionary.3gpp, dictionary.3gpp3.
1063   * Added dictionary.eltex, dictionary.motorola, and dictionary.ukerna.
1064   * Experimental redis support from Gabriel Blanchard.
1065     See raddb/modules/redis and raddb/modules/rediswho
1066   * Add "key" to rlm_fastusers.  Closes bug #126.
1067   * Added scripts/radtee from original software at
1068     http://horde.net/~jwm/software/misc/comparison-tee
1069   * Updated radmin "man" page for new commands.
1070   * radsniff now prints the hex decoding of the packet (-x -x -x)
1071   * mschap module now reloads its configuration on HUP
1072   * Added experimental "replicate" module.  See raddb/modules/replicate
1073   * Policy "foo" can now refer to module "foo".  This lets you
1074     over-ride the behavior of a module.
1075   * Policy "foo.authorize" can now over-ride the behavior of module
1076     "foo", "authorize" method.
1077   * Produce errors in more situations when the configuration files
1078     have invalid syntax.
1079
1080   Bug fixes
1081   * Ignore pre/post-proxy sections if proxying is disabled
1082   * Add configure checks for pcap_fopen*.
1083   * Fix call to otp_write in rlm_otp
1084   * Fix issue with Access-Challenge checking from 2.1.10, when the
1085     debug flag was set after server startup.  Closes #116 and #117.
1086   * Fix typo in zombie period start time.
1087   * Fix leak in src/main/valuepair.c.  Patch from James Ballantine.
1088   * Allow radtest to use spaces in shared secret.
1089     Patch from Cedric Carree.
1090   * Remove extra calls to HMAC_CTX_init() in rlm_wimax, fixing leak.
1091     Patch from James Ballantine.
1092   * Remove MN-FA key generation.  The NAS does this, not AAA.
1093     Patch from Ben Weichman.
1094   * Include dictionary.mikrotik by default.  Closes bug #121.
1095   * Add group membership query to MS-SQL examples.  Closes bug #120.
1096   * Don't cast NAS-Port to integer in Postgresql queries.
1097     Closes bug #112.
1098   * Fixes for libtool and autoconf from Sam Hartman.
1099   * radsniff should read the dictionaries in more situations.
1100   * Use fnmatch to check for detail file reader==writer.
1101     Closes bug #128.
1102   * Check for short writes (i.e. disk full) in rlm_detail.
1103     Closes bug #130.  Patches and testing from John Morrissey.
1104   * Fix typo in src/lib/token.c.  Closes bug #124
1105   * Allow workstation trust accounts to use MS-CHAP.
1106     Closes bug #123.
1107   * Assigning foo=`/bin/echo hello` now produces a syntax error
1108     if it is done outside of an "update" section.
1109   * Fix "too many open file descriptors" problem when using
1110     "verify client" in eap.conf.
1111   * Many fixes to dialup_admin for PHP5, by Stefan Winter.
1112   * Allow preprocess module to have "hints = " and "huntgroups =",
1113     which allows them to be empty or non-existent.
1114   * Renamed "php3" files to "php" in dialup_admin/
1115   * Produce error when sub-TLVs are used in a dictionary.  They are
1116     supported only in the "master" branch, and not in 2.1.x.
1117   * Minor fix in dictionary.redback.  Closes bug #138.
1118   * Fixed MySQL "NULL" issues in ippool.conf.  Closes bug #129.
1119   * Fix to Access-Challenge warning from Ken-ichirou Matsuzawa.
1120     Closes bug #118.
1121   * DHCP fixes to send unicast packets in more situations.
1122   * Fix to udpfromto, to enable it to work on IPv6 networks.
1123   * Fixes to the Oracle accounting_onoff_query.
1124   * When using both IPv4 and IPv6 home servers, ensure that we use the
1125     correct local socket for proxying.  Closes bug #143.
1126   * Suppress messages when thread pool is nearly full, all threads
1127     are busy, and we can't create new threads.
1128   * IPv6 is now enabled for udpfromto.  Closes bug #141
1129   * Make sqlippool query buffer the same size as sql module.
1130     Closes bug #139.
1131   * Make Coa / Disconnect proxying work again.
1132   * Configure scripts for rlm_caching from Nathaniel McCallum
1133   * src/lib/dhcp.c and src/include/libradius.h are LGPL, not GPL.
1134   * Updated password routines to use time-insensitive comparisons.
1135     This prevents timing attacks (though none are known).
1136   * Allow sqlite module to do normal SELECT queries.
1137   * rlm_wimax now has a configure script
1138   * Moved Ascend, USR, and Motorola "illegal" dictionaries to separate
1139     files.  See share/dictionary for explanations.
1140   * Check for duplicate module definitions in the modules{} section,
1141     and refuse to start if duplicates are found.
1142   * Check for duplicate virtual servers, and refuse to start if
1143     duplicates are found.
1144   * Don't use udpfromto if source is INADDR_ANY.  Closes bug #148.
1145   * Check pre-conditions before running radmin "inject file".
1146   * Don't over-ride "no match" with "match" for regexes.
1147     Closes bug #152.
1148   * Make retry and error message configurable in mschap.
1149     See raddb/modules/mschap
1150   * Allow EAP-MSCHAPv2 to send error message to client.  This change
1151     allows some clients to prompt the user for a new password.
1152     See raddb/eap.conf, mschapv2 section, "send_error".
1153   * Load the default virtual server before any others.
1154     This matches what users expect, and reduces confusion.
1155   * Fix configure checks for udpfromto.  Fixes Debian bug #606866
1156   * Definitive fix for bug #35, where the server could crash under
1157     certain loads.  Changes src/lib/packet.c to use RB trees.
1158   * Updated "configure" checks to allow IPv6 udpfromto on Linux.
1159   * SQL module now returns NOOP if the accounting start/interim/stop
1160     queries don't do anything.
1161   * Allow %%{outer.control: ... } in string expansions
1162   * home_server coa config now matches raddb/proxy.conf
1163   * Never send a reply to a DHCP Release.
1164
1165 * Thu Jun 16 2011 Marcela MaÅ¡láňová <mmaslano@redhat.com> - 2.1.10-8
1166 - Perl mass rebuild
1167
1168 * Wed Mar 23 2011 John Dennis <jdennis@redhat.com> - 2.1.10-7
1169 - Resolves: #689045 Using rlm_perl cause radiusd failed to start
1170   Fix configure typo which caused lt_dladvise_* functions to be skipped.
1171   run autogen.sh because HAVE_LT_DLADVISE_INIT isn't in src/main/autogen.h
1172   Implemented by: freeradius-lt-dladvise.patch
1173
1174 * Wed Mar 23 2011 John Dennis <jdennis@redhat.com> - 2.1.10-6
1175 - Resolves: #599528 - make radtest IPv6 compatible
1176
1177 * Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 2.1.10-5
1178 - rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
1179
1180 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.10-4
1181 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1182
1183 * Sat Jan  1 2011 John Dennis <jdennis@redhat.com> - 2.1.10-3
1184 - bug 666589 - removing freeradius from system does not delete the user "radiusd"
1185   fix scriptlet argument testing, simplify always exiting with zero
1186
1187 * Thu Dec 30 2010 John Dennis <jdennis@redhat.com> - 2.1.10-2
1188 - rebuild for new MySQL libs
1189
1190 * Tue Oct 19 2010 John Dennis <jdennis@redhat.com> - 2.1.10-1
1191   Feature improvements
1192   * Install the "radcrypt" program.
1193   * Enable radclient to send requests containing MS-CHAPv1
1194     Send packets with: MS-CHAP-Password = "password".  It will
1195     be automatically converted to the correct MS-CHAP attributes.
1196   * Added "-t" command-line option to radtest.  You can use "-t pap",
1197    "-t chap", "-t mschap", or "-t eap-md5".  The default is "-t pap"
1198   * Make the "inner-tunnel" virtual server listen on 127.0.0.1:18120
1199     This change and the previous one makes PEAP testing much easier.
1200   * Added more documentation and examples for the "passwd" module.
1201   * Added dictionaries for RFC 5607 and RFC 5904.
1202   * Added note in proxy.conf that we recommend setting
1203     "require_message_authenticator = yes" for all home servers.
1204   * Added example of second "files" configuration, with documentation.
1205     This shows how and where to use two instances of a module.
1206   * Updated radsniff to have it write pcap files, too.  See '-w'.
1207   * Print out large WARNING message if we send an Access-Challenge
1208     for EAP, and receive no follow-up messages from the client.
1209   * Added Cached-Session-Policy for EAP session resumption.  See
1210     raddb/eap.conf.
1211   * Added support for TLS-Cert-* attributes. For details, see
1212     raddb/sites-available/default, "post-auth" section.
1213   * Added sample raddb/modules/{opendirectory,dynamic_clients}
1214   * Updated Cisco and Huawei, HP, Redback, and ERX dictionaries.
1215   * Added RFCs 5607, 5904, and 5997.
1216   * For EAP-TLS, client certificates can now be validated using an
1217     external command.  See eap.conf, "validate" subsection of "tls".
1218   * Made rlm_pap aware of {nthash} prefix, for compatibility with
1219     legacy RADIUS systems.
1220   * Add Module-Failure-Message for mschap module (ntlm_auth)
1221   * made rlm_sql_sqlite database configurable.  Use "filename"
1222     in sql{} section.
1223   * Added %%{tolower: ...string ... }, which returns the lowercase
1224     version of the string.  Also added %%{toupper: ... } for uppercase.
1225
1226   Bug fixes
1227   * Fix endless loop when there are multiple sub-options for
1228     DHCP option 82.
1229   * More debug output when sending / receiving DHCP packets.
1230   * EAP-MSCHAPv2 should return the MPPE keys when used outside
1231     of a TLS tunnel.  This is needed for IKE.
1232   * Added SSL "no ticket" option to prevent SSL from creating sessions
1233     without IDs.  We need the IDs, so this option should be set.
1234   * Fix proxying of packets from inside a TTLS/PEAP tunnel.
1235     Closes bug #25.
1236   * Allow IPv6 address attributes to be created from domain names
1237     Closes bug #82.
1238   * Set the string length to the correct value when parsing double
1239     quotes.  Closes bug #88.
1240   * No longer look users up in /etc/passwd in the default configuration.
1241     This can be reverted by enabling "unix" in the "authorize" section.
1242   * More #ifdef's to enable building on systems without certain
1243     features.
1244   * Fixed SQL-Group comparison to register only if the group
1245     query is defined.
1246   * Fixed SQL-Group comparison to register <instance>-SQL-Group,
1247     just like rlm_ldap.  This lets you have multiple SQL group checks.
1248   * Fix scanning of octal numbers in "unlang".  Closes bug #89.
1249   * Be less aggressive about freeing "stuck" requests.  Closes bug #35.
1250   * Fix example in "originate-coa" to refer to the correct packet.
1251   * Change default timeout for dynamic clients to 1 hour, not 1 day.
1252   * Allow passwd module to map IP addresses, too.
1253   * Allow passwd module to be used for CoA packets
1254   * Put boot filename into DHCP header when DHCP-Boot-Filename
1255     is specified.
1256   * raddb/certs/Makefile no longer has certs depend on index.txt and
1257      serial.  Closes bug #64.
1258   * Ignore NULL errorcode in PostgreSQL client.  Closes bug #39
1259   * Made Exec-Program and Exec-Program-Wait work in accounting
1260     section again.  See sites-available/default.
1261   * Fix long-standing memory leak in esoteric conditions.  Found
1262     by Jerry Nichols.
1263   * Added "Password-With-Header == userPassword" to raddb/ldap.attrmap
1264     This will automatically convert more passwords.
1265   * Updated rlm_pap to decode Password-With-Header, if it was base64
1266     encoded, and to treat the contents as potentially binary data.
1267   * Fix Novell eDir code to use the right function parameters.
1268     Closes bug #86.
1269   * Allow spaces to be escaped when executing external programs.
1270     Closes bug #93.
1271   * Be less restrictive about checking permissions on control socket.
1272     If we're root, allow connecting to a non-root socket.
1273   * Remove control socket on normal server exit.  If the server isn't
1274     running, the control socket should not exist.
1275   * Use MS-CHAP-User-Name as Name field from EAP-MSCHAPv2 for MS-CHAP
1276     calculations.  It *MAY* be different (upper / lower case) from
1277     the User-Name attribute.  Closes bug #17.
1278   * If the EAP-TLS methods have problems, more SSL errors are now
1279     available in the Module-Failure-Message attribute.
1280   * Update Oracle configure scripts.  Closes bug #57.
1281   * Added text to DESC fields of doc/examples/openldap.schema
1282   * Updated more documentation to use "Restructured Text" format.
1283     Thanks to James Lockie.
1284   * Fixed typos in raddb/sql/mssql/dialup.conf.  Closes bug #11.
1285   * Return error for potential proxy loops when using "-XC"
1286   * Produce better error messages when slow databases block
1287     the server.
1288   * Added notes on DHCP broadcast packets for FreeBSD.
1289   * Fixed crash when parsing some date strings.  Closes bug #98
1290   * Improperly formatted Attributes are now printed as "Attr-##".
1291     If they are not correct, they should not use the dictionary name.
1292   * Fix rlm_digest to be check the format of the Digest attributes,
1293     and return "noop" rather than "fail" if they're not right.
1294   * Enable "digest" in raddb/sites-available/default.  This change
1295     enables digest authentication to work "out of the box".
1296   * Be less aggressive about marking home servers as zombie.
1297     If they are responding to some packets, they are still alive.
1298   * Added Packet-Transmit-Counter, to track detail file retransmits.
1299     Closes bug #13.
1300   * Added configure check for lt_dladvise_init().  If it exists, then
1301     using it solves some issues related to libraries loading libraries.
1302   * Added indexes to the MySQL IP Pool schema.
1303   * Print WARNING message if too many attributes are put into a packet.
1304   * Include dhcp test client (not built by default)
1305   * Added checks for LDAP constraint violation.  Closes bug #18.
1306   * Change default raddebug timeout to 60 seconds.
1307   * Made error / warning messages more consistent.
1308   * Correct back-slash handling in variable expansion.  Closes bug #46.
1309     You SHOULD check your configuration for backslash expansion!
1310   * Fix typo in "configure" script (--enable-libltdl-install)
1311   * Use local libltdl in more situations.  This helps to avoid
1312     compile issues complaining about lt__PROGRAM__LTX_preloaded_symbols.
1313   * Fix hang on startup when multiple home servers were defined
1314     with "src_ipaddr" field.
1315   * Fix 32/64 bit issue in rlm_ldap.  Closes bug #105.
1316   * If the first "listen" section defines 127.0.0.1, don't use that
1317     as a source IP for proxying.  It won't work.
1318   * When Proxy-To-Realm is set to a non-existent realm, the EAP module
1319     should handle the request, rather than expecting it to be proxied.
1320   * Fix IPv4 issues with udpfromto.  Closes bug #110.
1321   * Clean up child processes of raddebug.  Closes bugs #108 and #109
1322   * retry OTP if the OTP daemon fails.  Closes bug #58.
1323   * Multiple calls to ber_printf seem to work better.  Closes #106.
1324   * Fix "unlang" so that "attribute not found" is treated as a "false"
1325     comparison, rather than a syntax error in the configuration.
1326   * Fix issue with "Group" attribute.
1327
1328 * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.1.9-3
1329 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
1330
1331 * Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.1.9-2
1332 - Mass rebuild with perl-5.12.0
1333
1334 * Mon May 24 2010 John Dennis <jdennis@redhat.com> - 2.1.9-1
1335 - update to latest upstream, mainly bug fix release
1336   Feature improvements
1337   * Add radmin command "stats detail <file>" to see what
1338     is going on inside of a detail file reader.
1339   * Added documentation for CoA.  See raddb/sites-available/coa
1340   * Add sub-option support for Option 82.  See dictionary.dhcp
1341   * Add "server" field to default SQL NAS table, and documented it.
1342
1343   Bug fixes
1344   * Reset "received ping" counter for Status-Server checks.  In some
1345     corner cases it was not getting reset.
1346   * Handle large VMPS attributes.
1347   * Count accounting responses from a home server in SNMP / statistics
1348     code.
1349   * Set EAP-Session-Resumed = Yes, not "No" when session is resumed.
1350   * radmin packet counter statistics are now unsigned, for numbers
1351     2^31..2^32.  After that they roll over to zero.
1352   * Be more careful about expanding data in PAP and MS-CHAP modules.
1353     This prevents login failures when passwords contain '{'.
1354   * Clean up zombie children if there were many "exec" modules being
1355     run for one packet, all with "wait = no".
1356   * re-open log file after HUP.  Closes bug #63.
1357   * Fix "no response to proxied packet" complaint for Coa / Disconnect
1358     packets.  It shouldn't ignore replies to packets it sent.
1359   * Calculate IPv6 netmasks correctly.  Closes bug #69.
1360   * Fix SQL module to re-open sockets if they unexpectedly close.
1361   * Track scope for IPv6 addresses.  This lets us use link-local
1362     addresses properly.  Closes bug #70.
1363   * Updated Makefiles to no longer use the shell for recursing into
1364     subdirs.  "make -j 2" should now work.
1365   * Updated raddb/sql/mysql/ippool.conf to use "= NULL".  Closes
1366     bug #75.
1367   * Updated Makefiles so that "make reconfig" no longer uses the shell
1368     for recursing into subdirs, and re-builds all "configure" files.
1369   * Used above method to regenerate all configure scripts.
1370     Closes bug #34.
1371   * Updated SQL module to allow "server" field of "nas" table
1372     to be blank: "".  This means the same as it being NULL.
1373   * Fixed regex realm example.  Create Realm attribute with value
1374     of realm from User-Name, not from regex.  Closes bug #40.
1375   * If processing a DHCP Discover returns "fail / reject", ignore
1376     the packet rather than sending a NAK.
1377   * Allow '%%' to be escaped in sqlcounter module.
1378   * Fix typo internal hash table.
1379   * For PEAP and TTLS, the tunneled reply is added to the reply,
1380     rather than integrated via the operators.  This allows multiple
1381     VSAs to be added, where they would previously be discarded.
1382   * Make request number unsigned.  This changes nothing other than
1383     the debug output when the server receives more than 2^31 packets.
1384   * Don't block when reading child output in 'exec wait'.  This means
1385     that blocked children get killed, instead of blocking the server.
1386   * Enabled building without any proxy functionality
1387   * radclient now prefers IPv4, to match the default server config.
1388   * Print useful error when a realm regex is invalid
1389   * relaxed rules for preprocess module "with_cisco_vsa_hack".  The
1390     attributes can now be integer, ipaddr, etc.  (i.e. non-string)
1391   * Allow rlm_ldap to build if ldap_set_rebind_proc() has only
1392     2 arguments.
1393   * Update configure script for rlm_python to avoid dynamic linking
1394     problems on some platforms.
1395   * Work-around for bug #35
1396   * Do suid to "user" when running in debug mode as root
1397   * Make "allow_core_dumps" work in more situations.
1398   * In detail file reader, treat bad records as EOF.
1399     This allows it to continue working when the disk is full.
1400   * Fix Oracle default accounting queries to work when there are no
1401     gigawords attributes.  Other databases already had the fix.
1402   * Fix rlm_sql to show when it opens and closes sockets.  It already
1403     says when it cannot connect, so it should say when it can connect.
1404   * "chmod -x" for a few C source files.
1405   * Pull update spec files, etc. from RedHat into the redhat/ directory.
1406   * Allow spaces when parsing integer values.  This helps people who
1407     put "too much" into an SQL value field.
1408
1409 * Thu Jan  7 2010 John Dennis <jdennis@redhat.com> - 2.1.8-2
1410 - resolves: bug #526559 initial install should run bootstrap to create certificates
1411   running radiusd in debug mode to generate inital temporary certificates
1412   is no longer necessary, the /etc/raddb/certs/bootstrap is invoked on initial
1413   rpm install (not upgrade) if there is no existing /etc/raddb/certs/server.pem file
1414 - resolves: bug #528493 use sha1 algorithm instead of md5 during cert generation
1415   the certificate configuration (/etc/raddb/certs/{ca,server,client}.cnf) files
1416   were modifed to use sha1 instead of md5 and the validity reduced from 1 year to 2 months
1417
1418 * Wed Dec 30 2009 John Dennis <jdennis@redhat.com> - 2.1.8-1
1419 - update to latest upstream
1420   Feature improvements
1421   * Print more descriptive error message for too many EAP sessions.
1422     This gives hints on what to do when "failed to store handler"
1423   * Commands received from radmin are now printed on stdout when
1424     in debugging mode.
1425   * Allow accounting packets to be written to a detail file, even
1426     if they were read from a different detail file.
1427   * Added OpenSSL license exception (src/LICENSE.openssl)
1428
1429   Bug fixes
1430   * DHCP sockets can now set the broadcast flag before binding to a
1431     socket.  You need to set "broadcast = yes" in the DHCP listener.
1432   * Be more restrictive on string parsing in the config files
1433   * Fix password length in scripts/create-users.pl
1434   * Be more flexible about parsing the detail file.  This allows
1435     it to read files where the attributes have been edited.
1436   * Ensure that requests read from the detail file are cleaned up
1437     (i.e. don't leak) if they are proxied without a response.
1438   * Write the PID file after opening sockets, not before
1439     (closes bug #29)
1440   * Proxying large numbers of packets no longer gives error
1441     "unable to open proxy socket".
1442   * Avoid mutex locks in libc after fork
1443   * Retry packet from detail file if there was no response.
1444   * Allow old-style dictionary formats, where the vendor name is the
1445     last field in an ATTRIBUTE definition.
1446   * Removed all recursive use of mutexes.  Some systems just don't
1447     support this.
1448   * Allow !* to work as documented.
1449   * make templates work (see templates.conf)
1450   * Enabled "allow_core_dumps" to work again
1451   * Print better errors when reading invalid dictionaries
1452   * Sign client certificates with CA, rather than server certs.
1453   * Fix potential crash in rlm_passwd when file was closed
1454   * Fixed corner cases in conditional dynamic expansion.
1455   * Use InnoDB for MySQL IP Pools, to gain transactional support
1456   * Apply patch to libltdl for CVE-2009-3736.
1457   * Fixed a few issues found by LLVM's static checker
1458   * Keep track of "bad authenticators" for accounting packets
1459   * Keep track of "dropped packets" for auth/acct packets
1460   * Synced the "debian" directory with upstream
1461   * Made "unlang" use unsigned 32-bit integers, to match the
1462     dictionaries.
1463
1464 * Wed Dec 30 2009 John Dennis <jdennis@redhat.com> - 2.1.7-7
1465 - Remove devel subpackage. It doesn't make much sense to have a devel package since
1466   we don't ship libraries and it produces multilib conflicts.
1467
1468 * Mon Dec 21 2009 John Dennis <jdennis@redhat.com> - 2.1.7-6
1469 - more spec file clean up from review comments
1470 - remove freeradius-libs subpackage, move libfreeradius-eap and
1471   libfreeradius-radius into the main package
1472 - fix subpackage requires, change from freeradius-libs to main package
1473 - fix description of the devel subpackage, remove referene to non-shipped libs
1474 - remove execute permissions on src files included in debuginfo
1475 - remove unnecessary use of ldconfig
1476 - since all sub-packages now require main package remove user creation for sub-packages
1477 - also include the LGPL library license file in addition to the GPL license file
1478 - fix BuildRequires for perl so it's compatible with both Fedora, RHEL5 and RHEL6
1479
1480 * Mon Dec 21 2009 John Dennis <jdennis@redhat.com> - 2.1.7-5
1481 - fix various rpmlint issues.
1482
1483 * Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 2.1.7-4
1484 - rebuild against perl 5.10.1
1485
1486 * Thu Dec  3 2009 John Dennis <jdennis@redhat.com> - 2.1.7-3
1487 - resolves: bug #522111 non-conformant initscript
1488   also change permission of /var/run/radiusd from 0700 to 0755
1489   so that "service radiusd status" can be run as non-root
1490
1491 * Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.7-2
1492 - use password-auth common PAM configuration instead of system-auth
1493
1494 * Tue Sep 15 2009 John Dennis <jdennis@redhat.com> - 2.1.7-1
1495 - enable building of the rlm_wimax module
1496 - pcap wire analysis support is enabled and available in utils subpackage
1497 - Resolves bug #523053 radtest manpage in wrong package
1498 - update to latest upstream release, from upstream Changelog:
1499   Feature improvements
1500     * Full support for CoA and Disconnect packets as per RFC 3576
1501       and RFC 5176.  Both receiving and proxying CoA is supported.
1502     * Added "src_ipaddr" configuration to "home_server".  See
1503       proxy.conf for details.
1504     * radsniff now accepts -I, to read from a filename instead of
1505       a device.
1506     * radsniff also prints matching requests and any responses to those
1507       requests when '-r' is used.
1508     * Added example of attr_filter for Access-Challenge packets
1509     * Added support for udpfromto in DHCP code
1510     * radmin can now selectively mark modules alive/dead.
1511       See "set module state".
1512     * Added customizable messages on login success/fail.
1513       See msg_goodpass && msg_badpass in log{} section of radiusd.conf
1514     * Document "chase_referrals" and "rebind" in raddb/modules/ldap
1515     * Preliminary implementation of DHCP relay.
1516     * Made thread pool section optional.  If it doesn't exist,
1517       the server will run single-threaded.
1518     * Added sample radrelay.conf for people upgrading from 1.x
1519     * Made proxying more stable by failing over, rather than
1520       rejecting the first request.  See "response_window" in proxy.conf
1521     * Allow home_server_pools to exist without realms.
1522     * Add dictionary.iea (closes bug #7)
1523     * Added support for RFC 5580
1524     * Added experimental sql_freetds module from Gabriel Blanchard.
1525     * Updated dictionary.foundry
1526     * Added sample configuration for MySQL cluster in raddb/sql/ndb
1527       See the README file for explanations.
1528   Bug fixes
1529     * Fixed corner case where proxied packets could have extra
1530       character in User-Password attribute.  Fix from Niko Tyni.
1531     * Extended size of "attribute" field in SQL to 64.
1532     * Fixes to ruby module to be more careful about when it builds.
1533     * Updated Perl module "configure" script to check for broken
1534       Perl installations.
1535     * Fix "status_check = none".  It would still send packets
1536       in some cases.
1537     * Set recursive flag on the proxy mutex, which enables safer
1538       cleanup on some platforms.
1539     * Copy the EAP username verbatim, rather than escaping it.
1540     * Update handling so that robust-proxy-accounting works when
1541       all home servers are down for extended periods of time.
1542     * Look for DHCP option 53 anywhere in the packet, not just
1543       at the start.
1544     * Fix processing of proxy fail handler with virtual servers.
1545     * DHCP code now prints out correct src/dst IP addresses
1546       when sending packets.
1547     * Removed requirement for DHCP to have clients
1548     * Fixed handling of DHCP packets with message-type buried in the packet
1549     * Fixed corner case with negation in unlang.
1550     * Minor fixes to default MySQL & PostgreSQL schemas
1551     * Suppress MSCHAP complaints in debugging mode.
1552     * Fix SQL module for multiple instance, and possible crash on HUP
1553     * Fix permissions for radius.log for sites that change user/group,
1554       but which don't create the file before starting radiusd.
1555     * Fix double counting of packets when proxying
1556     * Make %%l work
1557     * Fix pthread keys in rlm_perl
1558     * Log reasons for EAP failure (closes bug #8)
1559     * Load home servers and pools that aren't referenced from a realm.
1560     * Handle return codes from virtual attributes in "unlang"
1561       (e.g. LDAP-Group).  This makes "!(expr)" work for them.
1562     * Enable VMPS to see contents of virtual server again
1563     * Fix WiMAX module to be consistent with examples.  (closes bug #10)
1564     * Fixed crash with policies dependent on NAS-Port comparisons
1565     * Allowed vendor IDs to be be higher than 32767.
1566     * Fix crash on startup with certain regexes in "hints" file.
1567     * Fix crash in attr_filter module when packets don't exist
1568     * Allow detail file reader to be faster when "load_factor = 100"
1569     * Add work-around for build failures with errors related to
1570       lt__PROGRAM__LTX_preloaded_symbols.  libltdl / libtool are horrible.
1571     * Made ldap module "rebind" option aware of older, incompatible
1572       versions of OpenLDAP.
1573     * Check value of Fall-Through in attr_filter module.
1574
1575 * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.6-6
1576 - rebuilt with new openssl
1577
1578 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.6-5
1579 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1580
1581 * Fri Jul 10 2009 John Dennis <jdennis@redhat.com> - 2.1.6-4
1582 - install COPYRIGHT CREDITS INSTALL LICENSE README into docdir
1583
1584 * Tue Jun 23 2009 John Dennis <jdennis@redhat.com> - 2.1.6-3
1585 - resolves bug #507571 freeradius packages do not check for user/group existence
1586
1587 * Tue Jun  2 2009 John Dennis <jdennis@redhat.com> - 2.1.6-2
1588 - make /etc/raddb/sites-available/* be config(noreplace)
1589
1590 * Mon May 18 2009 John Dennis <jdennis@redhat.com> - 2.1.6-1
1591 - update to latest upstream release, from upstream Changelog:
1592   Feature improvements
1593     * radclient exits with 0 on successful (accept / ack), and 1
1594       otherwise (no response / reject)
1595     * Added support for %%{sql:UPDATE ..}, and insert/delete
1596       Patch from Arran Cudbard-Bell
1597     * Added sample "do not respond" policy.  See raddb/policy.conf
1598       and raddb/sites-available/do_not_respond
1599     * Cleanups to Suse spec file from Norbert Wegener
1600     * New VSAs for Juniper from Bjorn Mork
1601     * Include more RFC dictionaries in the default install
1602     * More documentation for the WiMAX module
1603     * Added "chase_referrals" and "rebind" configuration to rlm_ldap.
1604       This helps with Active Directory.  See raddb/modules/ldap
1605     * Don't load pre/post-proxy if proxying is disabled.
1606     * Added %%{md5:...}, which returns MD5 hash in hex.
1607     * Added configurable "retry_interval" and "poll_interval"
1608       for "detail" listeners.
1609     * Added "delete_mppe_keys" configuration option to rlm_wimax.
1610       Apparently some WiMAX clients misbehave when they see those keys.
1611     * Added experimental rlm_ruby from
1612       http://github.com/Antti/freeradius-server/tree/master
1613     * Add Tunnel attributes to ldap.attrmap
1614     * Enable virtual servers to be reloaded on HUP.  For now, only
1615       the "authorize", "authenticate", etc. processing sections are
1616       reloaded.  Clients and "listen" sections are NOT reloaded.
1617     * Updated "radwatch" script to be more robust.  See scripts/radwatch
1618     * Added certificate compatibility notes in raddb/certs/README,
1619       for compatibility with different operating systems. (i.e. Windows)
1620     * Permit multiple "-e" in radmin.
1621     * Add support for originating CoA-Request and Disconnect-Request.
1622       See raddb/sites-available/originate-coa.
1623     * Added "lifetime" and "max_queries" to raddb/sql.conf.
1624       This helps address the problem of hung SQL sockets.
1625     * Allow packets to be injected via radmin.  See "inject help"
1626       in radmin.
1627     * Answer VMPS reconfirmation request.  Patch from Hermann Lauer.
1628     * Sample logrotate script in scripts/logrotate.freeradius
1629     * Add configurable poll interval for "detail" listeners
1630     * New "raddebug" command.  This prints debugging information from
1631       a running server.  See "man raddebug.
1632     * Add "require_message_authenticator" configuration to home_server
1633       configuration.  This makes the server add Message-Authenticator
1634       to all outgoing Access-Request packets.
1635     * Added smsotp module, as contributed by Siemens.
1636     * Enabled the administration socket in the default install.
1637       See raddb/sites-available/control-socket, and "man radmin"
1638     * Handle duplicate clients, such as with replicated or
1639       load-balanced SQL servers and "readclients = yes"
1640   Bug fixes
1641     * Minor changes to allow building without VQP.
1642     * Minor fixes from John Center
1643     * Fixed raddebug example
1644     * Don't crash when deleting attributes via unlang
1645     * Be friendlier to very fast clients
1646     * Updated the "detail" listener so that it only polls once,
1647       and not many times in a row, leaking memory each time...
1648     * Update comparison for Packet-Src-IP-Address (etc.) so that
1649       the operators other than '==' work.
1650     * Did autoconf magic to work around weird libtool bug
1651     * Make rlm_perl keep tags for tagged attributes in more situations
1652     * Update UID checking for radmin
1653     * Added "include_length" field for TTLS.  It's needed for RFC
1654       compliance, but not (apparently) for interoperability.
1655     * Clean up control sockets when they are closed, so that we don't
1656       leak memory.
1657     * Define SUN_LEN for systems that don't have it.
1658     * Correct some boundary conditions in the conditional checker ("if")
1659       in "unlang".  Bug noted by Arran Cudbard-Bell.
1660     * Work around minor building issues in gmake.  This should only
1661       have affected developers.
1662     * Change how we manage unprivileged user/group, so that we do not
1663       create control sockets owned by root.
1664     * Fixed more minor issues found by Coverity.
1665     * Allow raddb/certs/bootstrap to run when there is no "make"
1666       command installed.
1667     * In radiusd.conf, run_dir depends on the name of the program,
1668       and isn't hard-coded to "..../radiusd"
1669     * Check for EOF in more places in the "detail" file reader.
1670     * Added Freeswitch dictionary.
1671     * Chop ethernet frames in VMPS, rather than droppping packets.
1672     * Fix EAP-TLS bug.  Patch from Arnaud Ebalard
1673     * Don't lose string for regex-compares in the "users" file.
1674     * Expose more functions in rlm_sql to rlm_sqlippool, which
1675       helps on systems where RTLD_GLOBAL is off.
1676     * Fix typos in MySQL schemas for ippools.
1677     * Remove macro that was causing build issues on some platforms.
1678     * Fixed issues with dead home servers.  Bug noted by Chris Moules.
1679     * Fixed "access after free" with some dynamic clients.
1680
1681 - fix packaging bug, some directories missing execute permission
1682   /etc/raddb/dictionary now readable by all.
1683
1684 * Tue Feb 24 2009 John Dennis <jdennis@redhat.com> - 2.1.3-4
1685 - fix type usage in unixodbc to match new type usage in unixodbc API
1686
1687 * Thu Feb 19 2009 John Dennis <jdennis@redhat.com> - 2.1.3-3
1688 - add pointer to Red Hat documentation in docdir
1689
1690 * Sat Jan 24 2009 Caolán McNamara <caolanm@redhat.com> - 2.1.3-2
1691 - rebuild for dependencies
1692
1693 * Thu Dec  4 2008 John Dennis <jdennis@redhat.com> - 2.1.3-1
1694 - upgrade to latest upstream release, upstream summary follows:
1695   The focus of this release is stability.
1696   Feature Improvements:
1697     * Allow running with "user=radiusd" and binding to secure sockets.
1698     * Start sending Status-Server "are you alive" messages earlier, which
1699       helps with proxying multiple realms to a home server.
1700     * Removed thread pool code from rlm_perl.  It's not necessary.
1701     * Added example Perl configuration to raddb/modules/perl
1702     * Force OpenSSL to support certificates with SHA256. This seems to be
1703       necessary for WiMAX certs.
1704   Bug fixes:
1705     * Fix Debian patch to allow it to build.
1706     * Fix potential NULL dereference in debugging mode on certain
1707       platforms for TTLS and PEAP inner tunnels.
1708     * Fix uninitialized memory in handling of vendor definitions
1709     * Fix parsing of quoted (but non-string) attributes in the "users" file.
1710     * Initialize uknown NAS IP to 255.255.255.255, rather than 0.0.0.0
1711     * use SUN_LEN in control socket, to avoid truncation on some platforms.
1712     * Correct internal handling of "debug condition" to prevent it from
1713       being over-written.
1714     * Check return code of regcomp in "unlang", so that invalid regular
1715       expressions are caught rather than mishandled.
1716     * Make rlm_sql use <ltdl.h>.  Addresses bug #610.
1717     * Document list "type = status" better.  Closes bug #580.
1718     * Set "default days" for certificates, because OpenSSL won't do it.
1719       This closes bug #615.
1720     * Reference correct list in example raddb/modules/ldap. Closes #596.
1721     * Increase default schema size for Acct-Session-Id to 64. Closes #540.
1722     * Fix use of temporary files in dialup-admin.  Closes #605 and
1723       addresses CVE-2008-4474.
1724     * Addressed a number of minor issues found by Coverity.
1725     * Added DHCP option 150 to the dictionary.  Closes #618.
1726
1727 * Wed Dec  3 2008 John Dennis <jdennis@redhat.com> - 2.1.1-8
1728 - add --with-system-libtool to configure as a workaround for
1729 undefined reference to lt__PROGRAM__LTX_preloaded_symbols
1730
1731 * Mon Dec  1 2008 John Dennis <jdennis@redhat.com> - 2.1.1-7
1732 - add obsoletes tag for dialupadmin subpackages which were removed
1733
1734 * Mon Dec  1 2008 John Dennis <jdennis@redhat.com> - 2.1.1-7
1735 - add readline-devel BuildRequires
1736
1737 * Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.1.1-4
1738 - Rebuild for Python 2.6
1739
1740 * Fri Nov 21 2008 John Dennis <jdennis@redhat.com> - 2.1.1-3
1741 - make spec file buildable on RHEL5.2 by making perl-devel a fedora only dependency.
1742 - remove diaupadmin packages, it's not well supported and there are problems with it.
1743
1744 * Fri Sep 26 2008 John Dennis <jdennis@redhat.com> - 2.1.1-1
1745 - Resolves: bug #464119 bootstrap code could not create initial certs in /etc/raddb/certs because
1746   permissions were 750, radiusd running as euid radiusd could not write there, permissions now 770
1747
1748 * Thu Sep 25 2008 John Dennis <jdennis@redhat.com> - 2.1.1-1
1749 - upgrade to new upstream 2.1.1 release
1750
1751 * Wed Jul 30 2008 John Dennis <jdennis@redhat.com> - 2.0.5-2
1752 - Resolves: bug #453761: FreeRADIUS %%post should not include chown -R
1753   specify file attributes for /etc/raddb/ldap.attrmap
1754   fix consistent use of tabs/spaces (rpmlint warning)
1755
1756 * Mon Jun  9 2008 John Dennis <jdennis@redhat.com> - 2.0.5-1
1757 - upgrade to latest upstream, see Changelog for details,
1758   upstream now has more complete fix for bug #447545, local patch removed
1759
1760 * Wed May 28 2008 John Dennis <jdennis@redhat.com> - 2.0.4-1
1761 - upgrade to latest upstream, see Changelog for details
1762 - resolves: bug #447545: freeradius missing /etc/raddb/sites-available/inner-tunnel
1763
1764 * Fri May 16 2008  <jdennis@redhat.com> - 2.0.3-3
1765 - # Temporary fix for bug #446864, turn off optimization
1766
1767 * Fri Apr 18 2008 John Dennis <jdennis@redhat.com> - 2.0.3-2
1768 - remove support for radrelay, it's different now
1769 - turn off default inclusion of SQL config files in radiusd.conf since SQL
1770   is an optional RPM install
1771 - remove mssql config files
1772
1773 * Thu Apr 17 2008 John Dennis <jdennis@redhat.com> - 2.0.3-1
1774 - Upgrade to current upstream 2.0.3 release
1775 - Many thanks to Enrico Scholz for his spec file suggestions incorporated here
1776 - Resolve: bug #438665: Contains files owned by buildsystem
1777 - Add dialupadmin-mysql, dialupadmin-postgresql, dialupadmin-ldap subpackages
1778   to further partition external dependencies.
1779 - Clean up some unnecessary requires dependencies
1780 - Add versioned requires between subpackages
1781
1782 * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-2
1783 - add Requires for versioned perl (libperl.so)
1784
1785 * Thu Feb 28 2008  <jdennis@redhat.com> - 2.0.2-1
1786 - upgrade to new 2.0 release
1787 - split into subpackages for more fine grained installation
1788
1789 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.7-4.4.ipa
1790 - Autorebuild for GCC 4.3
1791
1792 * Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.7-3.4.ipa
1793 - Rebuild for deps
1794
1795 * Sat Nov 10 2007  <jdennis@redhat.com> - 1.1.7-3.3.ipa
1796 - add support in rlm_ldap for reading clients from ldap
1797 - fix TLS parameter controling if a cert which fails to validate
1798   will be accepted (i.e. self-signed),
1799   rlm_ldap config parameter=tls_require_cert
1800   ldap LDAP_OPT_X_TLS_REQUIRE_CERT parameter was being passed to
1801   ldap_set_option() when it should have been ldap_int_tls_config()
1802
1803 * Sat Nov 3 2007  <jdennis@redhat.com> - 1.1.7-3.2.ipa
1804 - add support in rlm_ldap for SASL/GSSAPI binds to the LDAP server
1805
1806 * Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-3.1
1807 - made init script fully lsb conform
1808
1809 * Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-3
1810 - fixed initscript problem (rhbz#292521)
1811
1812 * Tue Aug 28 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-2
1813 - fixed initscript for LSB (rhbz#243671, rhbz#243928)
1814 - fixed license tag
1815
1816 * Tue Aug  7 2007 Thomas Woerner <twoerner@redhat.com> 1.1.7-1
1817 - new versin 1.1.7
1818 - install snmp MIB files
1819 - dropped LDAP_DEPRECATED flag, it is upstream
1820 - marked config files for sub packages as config (rhbz#240400)
1821 - moved db files to /var/lib/raddb (rhbz#199082)
1822
1823 * Fri Jun 15 2007 Thomas Woerner <twoerner@redhat.com> 1.1.6-2
1824 - radiusd expects /etc/raddb to not be world readable or writable
1825   /etc/raddb now belongs to radiusd, post script sets permissions
1826
1827 * Fri Jun 15 2007 Thomas Woerner <twoerner@redhat.com> 1.1.6-1
1828 - new version 1.1.6
1829
1830 * Fri Mar  9 2007 Thomas Woerner <twoerner@redhat.com> 1.1.5-1
1831 - new version 1.1.5
1832   - no /etc/raddb/otppasswd.sample anymore
1833   - build is pie by default, dropped pie patch
1834 - fixed build requirement for perl (perl-devel)
1835
1836 * Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.1.3-3
1837 - remove trailing dot from summary
1838 - fix buildroot
1839 - fix post/postun/preun requirements
1840 - use rpm macros
1841
1842 * Fri Dec  8 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-2.1
1843 - rebuild for new postgresql library version
1844
1845 * Thu Nov 30 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-2
1846 - fixed ldap code to not use internals, added LDAP_DEPRECATED compile time flag
1847   (#210912)
1848
1849 * Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-1
1850 - new version 1.1.3 with lots of upstream bug fixes, some security fixes
1851   (#205654)
1852
1853 * Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-2
1854 - commented out include for sql.conf in radiusd.conf (#202561)
1855
1856 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-1.1
1857 - rebuild
1858
1859 * Thu Jun  1 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-1
1860 - new version 1.1.2
1861
1862 * Wed May 31 2006 Thomas Woerner <twoerner@redhat.com> 1.1.1-1
1863 - new version 1.1.1
1864 - fixed incorrect rlm_sql globbing (#189095)
1865   Thanks to Yanko Kaneti for the fix.
1866 - fixed chown syntax in post script (#182777)
1867 - dropped gcc34, libdir and realloc-return patch
1868 - spec file cleanup with additional libtool build fixes
1869
1870 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.2
1871 - bump again for double-long bug on ppc(64)
1872
1873 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.1
1874 - rebuilt for new gcc4.1 snapshot and glibc changes
1875
1876 * Tue Dec 13 2005 Thomas Woerner <twoerner@redhat.com> 1.0.5-1
1877 - new version 1.0.5
1878
1879 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1880 - rebuilt
1881
1882 * Sat Nov 12 2005 Tom Lane <tgl@redhat.com> - 1.0.4-5
1883 - Rebuild due to mysql update.
1884
1885 * Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> - 1.0.4-4
1886 - rebuilt with new openssl
1887 - fixed ignored return value of realloc
1888
1889 * Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 1.0.4-3
1890 - use include instead of pam_stack in pam config
1891
1892 * Wed Jul 20 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-2
1893 - added missing build requires for libtool-ltdl-devel (#160877)
1894 - modified file list to get a report for missing plugins
1895
1896 * Tue Jun 28 2005 Thomas Woerner <twoerner@redhat.com> 1.0.4-1
1897 - new version 1.0.4
1898 - droppend radrelay patch (fixed upstream)
1899
1900 * Thu Apr 14 2005 Warren Togami <wtogami@redhat.com> 1.0.2-2
1901 - rebuild against new postgresql-libs
1902
1903 * Mon Apr  4 2005 Thomas Woerner <twoerner@redhat.com> 1.0.2-1
1904 - new version 1.0.2
1905
1906 * Fri Nov 19 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-3
1907 - rebuild for MySQL 4
1908 - switched over to installed libtool
1909
1910 * Fri Nov  5 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-2
1911 - Fixed install problem of radeapclient (#138069)
1912
1913 * Wed Oct  6 2004 Thomas Woerner <twoerner@redhat.com> 1.0.1-1
1914 - new version 1.0.1
1915 - applied radrelay CVS patch from Kevin Bonner
1916
1917 * Wed Aug 25 2004 Warren Togami <wtogami@redhat.com> 1.0.0-3
1918 - BuildRequires pam-devel and libtool
1919 - Fix errant text in description
1920 - Other minor cleanups
1921
1922 * Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-2.1
1923 - renamed /etc/pam.d/radius to /etc/pam.d/radiusd to match default
1924   configuration (#130613)
1925
1926 * Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-2
1927 - fixed BuildRequires for openssl-devel (#130606)
1928
1929 * Mon Aug 16 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-1
1930 - 1.0.0 final
1931
1932 * Mon Jul  5 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.2
1933 - added buildrequires for zlib-devel (#127162)
1934 - fixed libdir patch to prefer own libeap instead of installed one (#127168)
1935 - fixed samba account maps in LDAP for samba v3 (#127173)
1936
1937 * Thu Jul  1 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.1
1938 - third "pre" release of version 1.0.0
1939 - rlm_ldap is using SASLv2 (#126507)
1940
1941 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1942 - rebuilt
1943
1944 * Thu Jun  3 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-4.1
1945 - fixed BuildRequires for gdbm-devel
1946
1947 * Tue Mar 30 2004 Harald Hoyer <harald@redhat.com> - 0.9.3-4
1948 - gcc34 compilation fixes
1949
1950 * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
1951 - rebuilt
1952
1953 * Tue Feb 24 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-3.2
1954 - added sql scripts for rlm_sql to documentation (#116435)
1955
1956 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1957 - rebuilt
1958
1959 * Thu Feb  5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2.1
1960 - using -fPIC instead of -fpic for s390 ans s390x
1961
1962 * Thu Feb  5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2
1963 - radiusd is pie, now
1964
1965 * Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 0.9.3-1
1966 - new version 0.9.3 (bugfix release)
1967
1968 * Fri Nov  7 2003 Thomas Woerner <twoerner@redhat.com> 0.9.2-1
1969 - new version 0.9.2
1970
1971 * Mon Sep 29 2003 Thomas Woerner <twoerner@redhat.com> 0.9.1-1
1972 - new version 0.9.1
1973
1974 * Mon Sep 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.0-2.2
1975 - modify default PAM configuration to remove the directory part of the module
1976   name, so that 32- and 64-bit libpam (called from 32- or 64-bit radiusd) on
1977   multilib systems will always load the right module for the architecture
1978 - modify default PAM configuration to use pam_stack
1979
1980 * Mon Sep  1 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-2.1
1981 - com_err.h moved to /usr/include/et
1982
1983 * Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-1
1984 - 0.9.0 final
1985
1986 * Wed Jul 16 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-0.9.0
1987 - new version 0.9.0 pre3
1988
1989 * Thu May 22 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-6
1990 - included directory /var/log/radius/radacct for logrotate
1991
1992 * Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-5
1993 - moved log and run dir to files section, cleaned up post
1994
1995 * Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-4
1996 - added missing run dir in post
1997
1998 * Tue May 20 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-3
1999 - fixed module load patch
2000
2001 * Fri May 16 2003 Thomas Woerner <twoerner@redhat.com>
2002 - removed la files, removed devel package
2003 - split into 4 packages: freeradius, freeradius-mysql, freeradius-postgresql,
2004     freeradius-unixODBC
2005 - fixed requires and buildrequires
2006 - create logging dir in post if it does not exist
2007 - fixed module load without la files
2008
2009 * Thu Apr 17 2003 Thomas Woerner <twoerner@redhat.com>
2010 - Initial build.
2011