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