ttls: return channel bindings on half round trip success
[freeradius.git] / debian / changelog
1 freeradius (3.0.0git+dfsg-1) unstable; urgency=medium
2
3   * New upstream version.
4     + git version
5
6  -- Adrien Demarez <adrien.demarez@bolloretelecom.eu>  Tue, 01 Feb 2011 20:22:47 +0100
7
8 freeradius (2.1.8+dfsg-1) unstable; urgency=medium
9
10   * New upstream version.
11     + Fixes several showstopper bugs, hence increased urgency.
12     + Includes OpenSSL+GPL license exception, closes: #499120.
13     + Fixes typo in a warning, closes: #523074.
14   * Added libssl-dev into build-depends and enabled the building of
15     modules that just depend on OpenSSL, namely rlm_eap_peap, rlm_eap_tls,
16     rlm_eap_ttls, and rlm_otp, closes: #266229.
17   * Because the configuration of EAP+SSL modules now actually kicks in, its
18     non-existent certificate file would break the server start by default.
19     Depend on ssl-cert, make use of make-ssl-cert and openssl, and add
20     freerad to the ssl-cert group in the postinst to get us past the
21     problematic default settings so that we don't crash and burn on clean
22     upgrades, but otherwise leave everything else to the admin.
23   * Ship /etc/freeradius/attrs.access_challenge, like the others.
24   * Moved otp.conf and snmp.conf statoverride handling to the preinst
25     and used rm_conffile on them as well.
26   * Updated upstream changelog handling a bit.
27
28  -- Josip Rodin <joy-packages@debian.org>  Sat, 02 Jan 2010 20:22:47 +0100
29
30 freeradius (2.1.7+dfsg-2) unstable; urgency=low
31
32   * Ship radmin and raddebug in the freeradius package.
33   * Correct section number inside raddebug(8) so it doesn't get misplaced.
34
35  -- Josip Rodin <joy-packages@debian.org>  Tue, 24 Nov 2009 15:29:59 +0100
36
37 freeradius (2.1.7+dfsg-1) unstable; urgency=low
38
39   * Adopting the package, closes: #536623.
40   * New upstream version, closes: #513484.
41     + Fixes the blooper in unlang evaluation logic, closes: #526175.
42   * Used quilt (and added README.source), and moved upstream file patching
43     into debian/patches/. The source is no longer in collab-maint git
44     (to make it simpler for me to finally get this out the door), but
45     kept the .gitignore should we need that again.
46   * Dropped the dialup_admin/bin/backup_radacct patch (integrated upstream).
47   * Dropped the raddb/Makefile patch (problem no longer exists upstream).
48   * Dropped the lib/packet.c lib/radius.c main/listen.c patches (was from
49     upstream 2.0.5 anyway).
50   * Dropped references to otp.conf, it no longer exists upstream.
51     Keep removing the conffile statoverride in prerm.
52   * Dropped references to snmp.conf, it no longer exists upstream.
53     Keep removing the conffile statoverride in prerm.
54   * Ship /etc/freeradius/modules/* in the freeradius package.
55   * Stop shipping sites-enabled symlinks in the package and instead create
56     them only on initial install, thanks to Matej Vela, closes: #533396.
57   * Add export PATH="${PATH:+$PATH:}/usr/sbin:/sbin" to the init script
58     at the request of John Morrissey, closes: #550143.
59   * Stop installing /var/run/freeradius in the package to silence Lintian.
60     The init script already recreates it at will.
61   * Remove executable bit from example.pl to silence Lintian.
62
63  -- Josip Rodin <joy-packages@debian.org>  Mon, 23 Nov 2009 03:57:37 +0100
64
65 freeradius (2.0.4+dfsg-7) unstable; urgency=low
66
67   * Ignore rmdir failure on clean (closes: #545932)
68   * Do a better job of catching errors in the init script (closes: #533390)
69   * Init headers fixup (closes: #541882)
70   * Clean up some logs so dpkg can successfully rmdir (closes: #530727)
71
72  -- Stephen Gran <sgran@debian.org>  Sun, 13 Sep 2009 19:33:12 +0100
73
74 freeradius (2.0.4+dfsg-6) unstable; urgency=low
75
76   * Fix unsafe use of tempfile (closes: #496389)
77
78  -- Stephen Gran <sgran@debian.org>  Mon, 25 Aug 2008 14:18:48 +0100
79
80 freeradius (2.0.4+dfsg-5) unstable; urgency=low
81
82   [ Mark Hymers ]
83   * Cherry pick commit from 2.0.5 which fixes port binding issues.
84     Closes: #489773.
85
86   [ Stephen Gran ]
87   * add PERL_SYS_INIT3 and PERL_SYS_TERM calls to rlm_perl. (closes: #495073)
88   * Make the SQL modules link against rlm_sql.so in the most horrific
89     (and only) way possible.  (closes: #448699)
90
91  -- Stephen Gran <sgran@debian.org>  Thu, 14 Aug 2008 19:15:30 +0100
92
93 freeradius (2.0.4+dfsg-4) unstable; urgency=low
94
95   * Create links from sites-enabled to sites-available for the files that
96     upstream enables by default (closes: #483914)
97
98  -- Stephen Gran <sgran@debian.org>  Sun, 01 Jun 2008 12:24:35 +0100
99
100 freeradius (2.0.4+dfsg-3) unstable; urgency=low
101
102   * brown paper bag release
103   * Really actually do the statoverride I thought we were doing with -2
104     (closes: #482380)
105
106  -- Stephen Gran <sgran@debian.org>  Thu, 22 May 2008 11:18:12 +0100
107
108 freeradius (2.0.4+dfsg-2) unstable; urgency=low
109
110   * Install /var/log/freeradius 0750 so that people writing their passwords to
111     logfiles don't accidentally leak them without noticing (closes: #482085)
112
113  -- Stephen Gran <sgran@debian.org>  Tue, 20 May 2008 19:38:27 +0100
114
115 freeradius (2.0.4+dfsg-1) unstable; urgency=low
116
117   * Ok, actually remove all the cruft in debian/ shipped by upstream.  This
118     means repacking the tarball and all that, but it also means dpkg-source
119     won't get the chance to ignore removed files, resulting in files
120     reappearing, but not locally (closes: #481406)
121   * Also remove config.{cache,log} in clean target - damn you gitignore
122
123  -- Stephen Gran <sgran@debian.org>  Mon, 19 May 2008 03:55:55 +0100
124
125 freeradius (2.0.4-3) unstable; urgency=low
126
127   * I have no god damn idea why the buildds are adding manpages to the wrong
128     binary.  Reuploading with DH_VERBOSE=1 to see if we can find it.  We
129     certainly can't reproduce it in our local builds, even calling the same
130     targets in the same order as the buildds.
131
132  -- Stephen Gran <sgran@debian.org>  Mon, 19 May 2008 00:17:06 +0100
133
134 freeradius (2.0.4-2) unstable; urgency=low
135
136   * freeradius-{common,utils} needs to Conflict: with other radius
137     implementations that share files (closes: #480682)
138
139  -- Stephen Gran <sgran@debian.org>  Sun, 11 May 2008 18:41:45 +0100
140
141 freeradius (2.0.4-1) unstable; urgency=low
142
143   * New upstream release
144   * Make all directories in /etc/freeradius group +x (closes: #479835)
145
146  -- Stephen Gran <sgran@debian.org>  Fri, 09 May 2008 12:58:55 +0100
147
148 freeradius (2.0.3-1) unstable; urgency=low
149
150   [ Mark Hymers ]
151   * New upstream release
152   * Bump Build-Dep on debhelper to 6.0.7 as we use dh_lintian
153   * Delete lots of obsolete conffiles
154
155   [ Stephen Gran ]
156   * Create a -common package for some extra file that the -utils package
157     needs.  Also stuff in manpages and other arch all files to reduce the size
158     of the unnecessarily repeated stuff in the archive
159   * Change chown/chmod calls to dpkg-statoverride
160
161  -- Mark Hymers <mhy@debian.org>  Sat, 03 May 2008 17:07:42 +0100
162
163 freeradius (2.0.2-1) unstable; urgency=low
164
165   * Yet another new upstream version (closes: #465475)
166   * Cleanup manpages
167   * Add lintian overrides for rpath - this is intentional
168   * Packaging is now being done in git, we're dropping dpatch
169   * Split out client utilities (closes: #470977) - this means we also need to
170     split the library so the two binary packages can use it
171   * Major package rework
172
173  -- Stephen Gran <sgran@debian.org>  Sun, 16 Mar 2008 22:58:16 +0000
174
175 freeradius (2.0.0-1) unstable; urgency=low
176
177   * New upstream version
178   * Patches:
179     - freshen 02-radiusd-to-freeradius
180     - disable 03-dialupadmin-help until it's reworked properly
181
182  -- Stephen Gran <sgran@debian.org>  Thu, 10 Jan 2008 23:05:50 +0000
183
184 freeradius (1.1.7-1) unstable; urgency=low
185
186   * New upstream version
187   * Update debian/copyright to reflect reality:
188     - package is GPL v2 only, so refer to the correct file in common-licenses
189     - Remove explanation of wy postgres and snmp modules can't be shipped,
190       since we do ship them.
191   * Remove 04-configure-openssl.dpatch, --without-openssl applied upstream
192
193  -- Stephen Gran <sgran@debian.org>  Thu, 09 Aug 2007 10:09:20 +0100
194
195 freeradius (1.1.6-4) unstable; urgency=low
196
197   The "Give me GPLv2 compatibility or give me FTBFS" release
198   * Fix rlm_krb5 not to link with openssl unless it actually needs to
199   * debian/rules: move dependency on patch target to config.status
200   * debian/rules: FTBFS if a package accidentally directly links to openssl
201
202  -- Stephen Gran <sgran@debian.org>  Wed, 04 Jul 2007 17:08:45 +0100
203
204 freeradius (1.1.6-3) unstable; urgency=low
205
206   * Change freeradius-dbg to Priority: extra.
207   * After discussions with one of the ftp-assistants, we can ship
208     freeradius-postgresql in main.  Yey!  (Closes: #264649, #382329)
209
210  -- Mark Hymers <mhy@debian.org>  Thu, 21 Jun 2007 13:32:09 +0100
211
212 freeradius (1.1.6-2) unstable; urgency=low
213
214   [ Mark Hymers ]
215   * Add freeradius-dbg package.
216
217   [ Stephen Gran ]
218   * Update debian/control for php5 (dialupadmin) (closes: #424788, #412701)
219
220  -- Stephen Gran <sgran@debian.org>  Thu, 31 May 2007 02:47:02 +0100
221
222 freeradius (1.1.6-1) unstable; urgency=low
223
224   * New upstream release.  Closes: #420003. 
225
226  -- Mark Hymers <mhy@debian.org>  Thu, 19 Apr 2007 15:14:05 +0100
227
228 freeradius (1.1.5-1) unstable; urgency=low
229
230   * New upstream release.  Closes: #415980
231   * Remove 01-fix-proxy.dpatch as it was a backport from upstream.
232   * otppasswd.sample is no longer provided so make sure we remove the
233     conffile properly in preinst.
234   * Update my email address and remove Paul from Uploaders.  Thanks to him for
235     previously maintaining the package.
236   * Change so that we start at S50 and stop at K19 so that we start after
237     services we depend on and stop before them.  Closes: #408665.
238     Note that is only for new installs.
239
240  -- Mark Hymers <mhy@debian.org>  Fri, 13 Apr 2007 13:14:08 +0100
241
242 freeradius (1.1.3-3) unstable; urgency=medium
243
244   * Fix POSIX compliance problem in init script.  Closes: #403384. 
245
246  -- Mark Hymers <mark@hymers.org.uk>  Sat, 16 Dec 2006 20:45:11 +0000
247
248 freeradius (1.1.3-2) unstable; urgency=low
249
250   [ Stephen Gran ]
251   * Check for existence of pidfile in initscript.
252   * Clean some old cruft from debian/rules
253   * Write dialup_admin/Makefile
254   * Make binNMU safe
255   * Some lsb init headers
256
257   [ Mark Hymers ]
258   * Merge upstream patch to deal with proxy port settings.  Closes: #388024.
259   * Rewrite large parts of the Debian build system.
260
261  -- Stephen Gran <sgran@debian.org>  Sat,  7 Oct 2006 21:08:35 +0100
262
263 freeradius (1.1.3-1) unstable; urgency=low
264
265   [ Stephen Gran ]
266   * Add and rework ubuntu /var/run/tmpfs patch
267   * Add LSB init script headers
268   * Actually trap errors in init script, how about?
269
270   [ Mark Hymers ]
271   * New upstream version.
272   * New version of autotools in 1.1.3. Closes: #380204
273   * Remove previous patches merged upstream:
274     - 01-actually_check_for_unset_password.dpatch
275   * Only do user creation, group addition, chmod and chown stuff in postinst
276     on an initial install to avoid clobbering local changes.
277
278  -- Mark Hymers <mark@hymers.org.uk>  Wed, 23 Aug 2006 14:48:57 +0100
279
280 freeradius (1.1.2-2) unstable; urgency=low
281
282   [ Stephen Gran ]
283   * Acknowledge my previous NMU's (closes: #351732, #359042)
284   * Init scripts overhaul:
285     - now use reload on upgrade of modules
286     - replace sleep statements with --retry, as time based tests are
287       fragile
288     - no longer exit with an error if stop fails because the
289       daemon isn't running (closes: #374670, #351735)
290     - stop using command -v in /bin/sh scripts
291   * General maintainer script overhaul:
292     - Don't rm -rf something in /etc (ouch)
293     - Use chown -R instead of 'find .. -exec'
294     - should not need to manually remove the init script on purge (it's a dpkg
295       managed conffile)
296     - Only do user management stuff if user is missing.  No point rerunning it
297       every upgrade.
298     - Install /etc/freeradius/dictionary with relaxed permissions, but never
299       touch it again (closes: #334299)
300     - switch to debhelper files where possible.  I like an easy to read
301       Makefile.
302   * Arg.  Move README.rfc to the freeradius package where it belongs.
303
304   [ Mark Hymers ]
305   * Document building SSL/PostgreSQL modules in debian/rules, add
306     control.postgresql to make it more convenient.  Tested on AMD64 using
307     system libtool.
308
309  -- Stephen Gran <sgran@debian.org>  Sun, 25 Jun 2006 23:06:16 +0100
310
311 freeradius (1.1.2-1) unstable; urgency=low
312
313   [ Mark Hymers ]
314   * New maintainers
315   * New upstream version.
316   * Remove previous patches merged upstream:
317     - 01_NET-SNMP_build_support.dpatch
318     - 02_document_actual_shared_secret_maximum_length.dpatch
319     - 12_more_dialup_admin_various_fixes.dpatch
320     - 14_broken_parse.dpatch
321     - 15_CVE-2006-1354.dpatch
322   * Use --with-system-libtool during configure.  Add B-D: on libtool
323     Removes obsolete dpatches:
324     - 06_libtool14_vs_rlm_eap_tls.dpatch
325     - 13_a_libtool_to_call_your_own.dpatch
326   * Remove freeradius.undocumented as we don't install links to
327     undocumented(7) anymore (not recommended since policy 3.5.8.0)
328
329   [ Stephen Gran ]
330   * Update to Standards Version 3.7.2 (no changes)
331   * Remove doc/rfc/ to make -legal happy (closes: #365192)
332     - this means repacked tarball.  See README.rfc for details
333   * Test for unset variable, rather than empty variable in clean_radacct,
334     monthly_tot_stats and truncate_radacct (closes: #374053)
335
336  -- Mark Hymers <mark@hymers.org.uk>  Sat, 17 Jun 2006 16:05:19 +0100
337
338 freeradius (1.1.0-1.2) unstable; urgency=high
339
340   * Non-maintainer upload.
341   * [ CVE-2006-1354 ]:
342     src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c:
343     Due to insufficient input validation it is possible for a remote
344     attacker to bypass authentication or cause a denial of service.
345     (closes: #359042)
346
347  -- Stephen Gran <sgran@debian.org>  Wed, 17 May 2006 11:22:28 -0500
348
349 freeradius (1.1.0-1.1) unstable; urgency=low
350
351   * Non-maintainer upload.
352   * Upstream patch to fix parsing config file (closes: #351732)
353     Fixes: fails to start on amd64 (error in dictionary parsing code)
354
355  -- Stephen Gran <sgran@debian.org>  Sat,  1 Apr 2006 11:07:55 +0100
356
357 freeradius (1.1.0-1) unstable; urgency=low
358   * ReDebianise upstream tarball:
359     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
360                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
361                     draft-kamath-pppext-eap-mschapv2-00
362
363   * New FreeRADIUS modules marked stable by new upstream release
364     - rlm_perl
365     - rlm_sqlcounter
366     - rlm_sql_log + radsqlrelay
367     - rlm_otp (formerly rlm_x99_token, not built as it depends on OpenSSL)
368
369   * Remove upstream-integrated patches:
370     - 02_EAP-SIM_doesnt_need_openssl
371     - 03_X99_is_not_stable
372     - 07_manpage_fixups
373     - 09_use_crypth_if_we_have_it
374     - 10_escape_entire_ldap_string
375     - 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
376     - 12_dialup_admin_various_fixes
377
378   * More dialup-admin fixes from Arve Seljebu
379     - Fix redirects in dialup-admin pages on servers with
380       register_globals turned off.
381       Closes: #333704
382     - HTTP form fields will always fail is_int, use in_numeric instead
383       Closes: #335149
384     - Created 12_more_dialup_admin_various_fixes
385
386   * Update to Policy 3.6.2.0
387   * Upgrade Debhelper support to V5
388   * Don't install the .in files with the examples
389   * Prefer libmysqlclient15-dev
390     Closes: #343779
391   * Shared secrets can only be 31 characters long, note this in clients.conf
392     - Created 02_document_actual_shared_secret_maximum_length
393     Closes: 344606
394   * Added support for lsb-init functions
395
396  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 15 Jan 2006 13:34:13 +1100
397
398 freeradius (1.1.0-0) unstable; urgency=low
399
400   * New upstream release.
401   * Update set of patches:
402     - 01_NET-SNMP_build_support.dpatch
403     - 06_libtool14_vs_rlm_eap_tls.dpatch
404     - 13_a_libtool14_to_call_your_own.dpatch
405
406  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun,  1 Jan 2006 18:15:47 +0100
407
408 freeradius (1.0.5-2) unstable; urgency=low
409
410   * Stop dragging non-PIC code from libeap.a into rlm_eap_sim.so and
411     rlm_eap.so.
412     (Thanks to Peter Salinger)
413     Closes: #288547
414     - Rename 06_libtool14_vs_rlm_eap_tls to 06_libtool14_vs_rlm_eap
415       and modify with Peter's changes and some Makefile hackery to
416       get it all linking
417   * Don't rerun configure during the build.
418     (Thanks to Kurt Roeckx)
419   * A whole bunch of dialup-admin fixes from Arve Seljebu and Tobias
420     - Report correct data transfer statistics for users
421       Closes: #329672
422     - Lower-case sql column names to match creation scripts
423       Closes: #333709
424     - Fix creation of empty groups
425       Closes: #333739
426     - Put quote around usernames in HTML output
427       Closes: #333742
428     - Properly notice when we've got a blank password to SQL
429       Closes: #333744
430     - Created 12_dialup_admin_various_fixes
431   * Stop using libtool1.4 to build against, now that we can't have it and
432     libltdl3-dev installed at the same time
433     Closes: #279391
434     - Created 13_a_libtool14_to_call_your_own to get most recent ltmain.sh
435
436  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 16 Oct 2005 21:26:30 +1000
437
438 freeradius (1.0.5-1) unstable; urgency=high
439
440   * Urgency high for security fixes below, all reported upstream
441   * ReDebianise upstream tarball:
442     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
443                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
444                     draft-kamath-pppext-eap-mschapv2-00
445   * Add missed build-dependancy on dpatch (>=2)
446   * Update to Standards-Version 3.6.2.0
447     - No changes needed
448   * Repair some minorly broken manpages
449     - Created 07_manpage_fixups.dpatch
450   * Security fixes stolen from CVS release_1_0 branch:
451     - Be sure we use crypt.h if we have it, to avoid segfaulting on a
452       bad built-in crypt() definition, spotted by Konstantin Kubatkin
453       + Created 09_use_crypth_if_we_have_it
454     - Make sure we escape the entire LDAP string, instead of
455       aborting as soon as it becomes possible to be out of space
456       + Created 10_escape_entire_ldap_string
457     - Don't xlat the UserName attribute before we can be sure of meeting
458       any escape sequences it may contain, spotted by Primoz Bratanic
459       + Created 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
460   * Depend on adduser, so our postinst can create the freerad user
461   * Don't install the .in versions of the example scripts.
462
463  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 19 Sep 2005 15:10:40 +1000
464
465 freeradius (1.0.5-0) unstable; urgency=low
466
467   * New Upstream release, from release_1_0 branch
468     - Remove 04_bonus_control_code_in_clients_conf_5
469     - Remove 05_unbreak_quoted_sql_results
470   * Fix my _name_ in the dpatches
471   * Remove patch to CVS ID header from 05_unbreak_quoted_sql_values
472     so as not to break things when comitting to FreeRADIUS CVS
473   * Take linking fix from FreeRADIUS bugzilla #75 to allow
474     rlm_eap_tls to be linked to by rlm_eap_ttls and rlm_eap_peap
475     even though we don't build them in the Debian archive.
476     (Thanks to Luca Landi for the patch)
477     - Created 06_libtool14_vs_rlm_eap_tls
478   * Fix ownership of files in /var/log/freeradius/ more efficiently
479     (Caught by Guido Trotter)
480     Closes: #326891
481
482  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  7 Sep 2005 01:08:07 +1000
483
484 freeradius (1.0.4-2) unstable; urgency=low
485
486   * Fix my email address in the dpatches
487   * Remove extraneous ^g from man/man5/clients.conf.5
488     - Created 04_bonus_control_code_in_clients_conf_5
489   * Correct handing of parameterless call of init script, and
490     general init script neatening
491     (Thanks to Derrick Karpo)
492     Closes: #315438
493   * Correctly leave out the .in files in the examples
494   * Correctly use debhelper after splitting binary make target
495     into binary-arch and binary-indep.
496     (Thanks to Kurt Roeckx for actually hitting the bug)
497     Closes: #315770
498   * Steal fix from CVS release_1_0 tree for rlm_sql quoted values.
499     (Thanks to Nicolas Baradakis for the fix)
500     - Upstream bugzilla #242, src/modules/rlm_sql/sql.c 1.79.2.2
501     - Created 05_unbreak_quoted_sql_values
502
503  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 27 Jun 2005 03:13:48 +1000
504
505 freeradius (1.0.4-1) unstable; urgency=low
506   * ReDeianise upstream tarball:
507     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
508                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
509                     draft-kamath-pppext-eap-mschapv2-00
510   * Convert to dpatch, dpatch-2-style interface.
511     - New build-dependancy on dpatch (>= 2)
512     - Created 01_NET-SNMP_build_support
513     - Created 02_EAP-SIM_doesnt_need_openssl
514     - Created 03_X99_is_not_stable
515   * Assemble the freeradius-dialupadmin in the binary-indep make target
516     Closes: #313173 (Thanks to Santiago Vila for spotting this)
517   * Include the example scripts in /usr/share/doc/freeradius/examples/scripts
518     except those three which are installed into the binary by the Makefile.
519     Closes: #314253 (Thanks to Michael Langer for spotting this)
520   * Suggest libdate-manip-perl for freeradius-dialupadmin
521     Closes: #306007 (Thanks to Feng Sian)
522
523  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 22 Jun 2005 16:03:27 +1000
524
525 freeradius (1.0.4-0) unstable; urgency=medium
526
527   * New upstream release, fixing build problems.
528   * Prefer libpq-dev over postgresql-dev as a build-dependancy.
529    - This requires us to use pgconfig to find the headers.
530
531  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 16 Jun 2005 13:56:33 +1000
532
533 freeradius (1.0.3-0) unstable; urgency=high
534
535   * New upstream release
536   * Urgency high for some denial-of-service fixes:
537     - SQL injection attacks and DoS (core dump) via buffer overflow.
538       Closes: #307720
539
540  -- Alan DeKok <aland@ox.org>  Fri,  3 Jun 2005 11:29:34 -0700
541
542 freeradius (1.0.2-4) unstable; urgency=high
543
544   * Security fix stolen from CVS release_1_0 branch:
545    - Always use sql_escape_func when calling radius_xlat
546    - Add a test in sql_escape_func() to check buffer bound when
547      input character needs escaping.
548    - Urgency high as these are (theoretical) security issues.
549      Closes: #307720 (Thanks to Primoz Bratanic and Nicolas Baradakis)
550
551  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 23 May 2005 18:53:51 +1000
552
553 freeradius (1.0.2-3) unstable; urgency=medium
554
555   * Fixes stolen from CVS release_1_0 branch:
556    - Fix missed SIGCHLD when waiting for external programs
557      when threaded. (Medium urgency as this can easily livelock
558      FreeRADIUS, which is an authentication server.)
559
560  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 18 Apr 2005 23:46:41 +1000
561
562 freeradius (1.0.2-2) unstable; urgency=medium
563
564   * Get rid of extraneous '%' at the start of every reference to
565     /etc/freeradius-dialupadmin in freeradius-dialupadmin's configuration.
566      Closes: #299749
567   * Fixes stolen from CVS release_1_0 branch:
568    - Fix checkrad call for NAS ports > 9999999. (sprintf integer overrun,
569      reason for urgency medium.)
570    - Fix inverted test causing crash with pthreads and crypt
571      Closes: #300219 (Thanks Manuel Menal)
572
573  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  6 Apr 2005 12:33:05 +1000
574
575 freeradius (1.0.2-1) unstable; urgency=low
576
577   * ReDebianise upstream tarball:
578     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
579                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
580   * Allow rlm_eap_sim to build without OpenSSL
581   * Make init script return 1 if reloading kills the server
582     (Thanks to Nicolas Baradakis)
583      Closes: #292170
584   * Enable Novell eDirectory integration
585   * Enable udpfromto code so that replies come from the same address as
586     the request arrived at
587   * Build-depend on libmysqlclient12-dev as libmysqlclient10 has problems
588     accessing 4.0 series mySQL servers, and libmysqlclient12 can access
589     4.1 series mySQL servers.
590
591  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  4 Mar 2005 09:30:40 +1100
592
593 freeradius (1.0.2-0) unstable; urgency=low
594
595   * New upstream release
596   * Update for Debian Policy 3.6.1.1
597    - Change test if invoke-rc.d as per Policy 9.3.3.2
598   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
599      Closes: #279419
600   * Added a two-second pause to restart in init.d script
601      Closes: #262635
602   * FreeRADIUS module packages now depend on the same source
603     version of the main FreeRADIUS package.
604      Closes: #284353
605   * FreeRADIUS-dialupadmin's default paths in admin.conf are
606     now correct.
607      Closes: #280942
608   * FreeRADIUS-dialupadmin's help.php3 can now find README.
609      Closes: #280941
610
611  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:12:52 +1100
612
613 freeradius (1.0.1-2) unstable; urgency=high
614
615   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
616      Closes: #279419
617   * Added a two-second pause to restart in init.d script
618      Closes: #262635
619   * FreeRADIUS module packages now depend on the same source
620     version of the main FreeRADIUS package.
621      Closes: #284353
622   * FreeRADIUS-dialupadmin's default paths in admin.conf are
623     now correct.
624      Closes: #280942
625   * FreeRADIUS-dialupadmin's help.php3 can now find README.
626      Closes: #280941
627   * Fixes stolen from 1.0.2 CVS:
628     - Bug fix to make udpfromto code work
629     - radrelay shouldn't dump core if it can't read a VP from the
630       detail file.
631     - Only initialize the random pool once.
632     - In rlm_sql, don't escape characters twice.
633     - In rlm_ldap, only claim Auth-Type if a plain text password is present.
634     - Locking fixes in threading code
635     - Fix building on gcc-4.0 by not trying to access static auth_port from
636       other files.
637
638  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:19:42 +1100
639
640 freeradius (1.0.1-1) unstable; urgency=high
641
642   * ReDebianise upstream tarball:
643     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
644                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
645     - Remove CVS directories.
646   * Urgency high for security fix from 1.0.1-0 (CAN-2004-0938,
647     closes: #275136).
648
649  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 23 Sep 2004 22:28:11 +1000
650
651 freeradius (1.0.1-0) unstable; urgency=high
652
653   * New upstream release
654   * Urgency high for some denial-of-service fixes:
655    - Fix two remote crashes and a remote memory leak in
656      radius packet decoding.
657
658  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  2 Sep 2004 17:12:23 +1000
659
660 freeradius (1.0.0-1) unstable; urgency=low
661
662   * ReDebianise upstream tarball:
663     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
664                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
665   * Support building with libsnmp5's UCD-SNMP compatiblity mode.
666     - libsnmp{4.2,5} still depend on OpenSSL, so SNMP's still disabled.
667   * Update for Debian Policy 3.6.11
668     - Change test for invoke-rc.d as per Policy 9.3.3.2
669   * Disable rlm_eap types PEAP, TLS and TTLS as they depend on OpenSSL.
670   * Disable rlm_sql driver PostgreSQL as it depends on OpenSSL.
671   * Disable rlm_x99_token as it depends on OpenSSL.
672   * Finally, -v is documented in radius(8).
673     - Closes: #151266
674   * Reword a sentence in radwatch(8) by removing the personal pronoun.
675     - Closes: #264522
676
677  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 17 Aug 2004 17:42:40 +1000
678
679 freeradius (1.0.0-0) unstable; urgency=low
680
681   * New upstream release
682   * Added H323 billing stuff to the examples
683   * Created Dialup-Admin package for the PHP-based web
684     FreeRADIUS database (SQL/LDAP) frontend.
685
686  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sat, 17 Jul 2004 16:21:38 +1000
687
688 freeradius (0.9.3-1) unstable; urgency=low
689
690   * New upstream release, incorporates security fix from 0.9.2-4.
691   * Correct build-dependancy on debhelper.
692      Closes: #234486
693   * Split iodbc SQL driver into its own package.
694
695  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 24 Feb 2004 23:56:26 +1100
696
697 freeradius (0.9.2-4) unstable; urgency=high
698
699   * Patch from upstream head:
700    - Fix a remote DoS and possible exploit due to mis-handling
701      of tagged attributes, and Tunnel-Password attribute.
702
703  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri, 21 Nov 2003 09:52:51 +1100
704
705 freeradius (0.9.2-3) unstable; urgency=low
706
707   * Removed redundant code to delete contents of a directory
708     on purge which ends up being removed anyway.
709   * Provide a default pam.d configuration.
710   * Fix the usage of dh_installinit to not make the package uninstallable.
711   * Change package removal to not abort if we cannot stop the server.
712   * Debian-archive-fit version of freeradius.
713      Closes: #208620
714
715  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 11 Nov 2003 02:12:55 +1100
716
717 freeradius (0.9.2-2) unstable; urgency=low
718
719   * Use dh_installinit rather than doing it by hand
720     This involves renaming the initfile in the source tarball
721   * Only add user freerad to the group shadow on first installation
722   * Only chmod /etc/freeradius to group-readable, not group-read/write
723   * Removed the freerad user when the freerad group is removed
724   * Removed spurious build-dependancy on autoconf2.13 and libtool(1.4)
725   * Build-conflict against libssl-dev
726   * Restore Kerberos and LDAP as they will build without OpenSSL
727   * Make myself the maintainer
728   * Update to Policy 3.6.1.0
729     - No changes needed
730
731  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun,  9 Nov 2003 00:07:52 +1100
732
733 freeradius (0.9.2-1) unstable; urgency=low
734
735   * Deleted RFCs: 2243 2289 2433 2548 2618 2616 2620 2621
736     2719 2759 2809 2865 2866 2867 2868 2869 2882 2924 3162
737     from source tarball due to non-DFSG-free copyright.
738   * Disabled PostgreSQL, x.99 token, EAP/TLS, Kerberos, LDAP
739     and SNMP agent support due to OpenSSL/GPL conflict.
740
741  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  6 Nov 2003 22:40:32 +1100
742
743 freeradius (0.9.2-0) unstable; urgency=low
744
745   * New upstream release
746   * Added logrotate script for /var/log/freeradius/radius.log
747   * Don't leave symlinks to config.{guess,sub} lying around to
748     confuse dpkg-source.
749
750  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 15 Oct 2003 05:02:17 +1000
751
752 freeradius (0.9.1-0) unstable; urgency=low
753
754   * New upstream release.
755   * Renamed radiusd(8) to freeradius(8) to match binary
756   * Build-Depend on libtool1.4 | libtool (< 1.5) due to
757     new libtool 1.5 package.
758   * Merged multiple sed calls into a single sed call in debian/rules
759   * Installed SQL database examples into /usr/share/doc/freeradius/examples
760   * Modify initscript to only -HUP the parent process
761
762  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  5 Sep 2003 00:54:41 +1000
763
764 freeradius (0.9.0-1) unstable; urgency=low
765
766   * New Upstream release.
767    - Upstream dictionary files are in /usr/share/freeradius.
768    - Modified to 'configure{,.in}' to work with openssl 0.9.7 and 0.9.6
769   * Renamed pacakges to 'freeradius*' from 'radiusd-freeradius*'.
770   * Moved file hierarchy around to be neater:
771    - /etc/raddb -> /etc/freeradius
772    - /usr/share/doc/radiusd-freeradius -> /usr/share/doc/freeradius
773    - /var/log/radiusd-freeradius -> /var/log/freeradius
774    - /var/run/radiusd/radiusd.pid -> /var/run/freeradius/freeradius.pid
775   * Included RFCs in documentation.
776   * Enabled the daemon to run under user 'freerad:freerad' by default.
777   * Added support for DEB_BUILD_OPTIONS for policy 3.5.9 compliance.
778   * Installed SNMP mibs for Radius
779
780  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 20 Jul 2003 06:56:28 +1000
781
782 radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
783
784   * Explicitly excluding modules not in the "stable" list.
785   * Updated policy version number.
786   * Moved from non-US/main to main.
787   * Put pidfile in package's own directory.
788   * Package not as buggy and unstable modules are easily identifiable.
789     (closes: Bug#142217)
790   * Init script handles failure better. (closes: Bug#151264)
791   * New upstream release.  (closes: Bug#140536)
792   * Uses available version of postgresql.  (closes: Bug#139290)
793   * Removed "conflicts" with other radiusds.
794   * Added new build-dep on libtool.
795   * Changed section to "net" from "admin".
796   * New config.guess.  (closes: Bug#168647)
797   * Run with freerad user and group.  (closes: Bug#168272)
798   * Added libssl-dev as build-dep.  (closes: #131832)
799
800  -- Chad Miller <cmiller@debian.org>  Wed, 13 Nov 2002 17:01:19 -0500
801
802 radiusd-freeradius (0.5+cvs20020408-1) unstable; urgency=high
803
804   * New build-dep on libssl-dev, which is implied by another dep, but making
805     explicit for builders on Potato.  (closes: Bug#131832)
806   * Built against new postgresql libraries, so automatic dep tracking has
807     the correct version, now.  (closes: Bug#139290)
808   * Removed python example module.
809   * Explicitly disabled beta ippool module.
810
811  -- Chad Miller <cmiller@debian.org>  Mon,  8 Apr 2002 11:48:30 -0400
812
813 radiusd-freeradius (0.4-1) unstable; urgency=high
814
815   * New release.
816   * upstream: New EAP support.
817   * upstream: Fixed security bug in string translation.
818
819  -- Chad Miller <cmiller@debian.org>  Thu, 13 Dec 2001 09:26:45 -0500
820
821 radiusd-freeradius (0.3-2) unstable; urgency=low
822
823   * Moved to using logrotate instead of cron for files.
824   * Fixed permissions of log files. (closes: Bug#116242,#116243)
825   * Close file descriptors of stdin, stdout, stderr, if not debugging.
826     (closes: Bug#116768)
827   * Made package "non-native".  (An upload issue, not code.)
828     (closes: Bug#119161)
829
830  -- Chad Miller <cmiller@debian.org>  Tue, 20 Nov 2001 10:50:20 -0500
831
832 radiusd-freeradius (0.3-1) unstable; urgency=low
833
834   * New release.
835
836  -- Chad Miller <cmiller@debian.org>  Tue,  9 Oct 2001 18:16:23 -0400
837
838 radiusd-freeradius (0.2+20010917-1) unstable; urgency=low
839
840   * Removed old mysql build-dep.  (closes: Bug#112541)
841
842  -- Chad Miller <cmiller@debian.org>  Mon, 17 Sep 2001 11:38:24 -0400
843
844 radiusd-freeradius (0.2+20010912-1) unstable; urgency=low
845
846   * Build-dep mysql changed package names.
847   * Added build-dep for libmysqlclient10-dev.  (closes: Bug#111880)
848   * In acct_users, keep reply pairs.
849   * Integer values are printed as unsigned numbers, to comply with RFC2866.
850   * Fixed broken/reversed auth comparisons in SQL module.
851   * Sucked out CPPness from inside a printf, as printf is a macro in newer
852     compilers (gcc3.0, e.g.).  (closes: Bug#100889)
853   * Sundry LDAP configuration, unresponsive thread, and proxying fixes.
854   * Added user 'freerad' into the 'shadow' group.
855   * Fixed UUCP-style of restricting time of log-in.
856   * Changed debugging messages to give more info about execution flow.
857   * Better counter module.
858   * Inserted CHAP support for SQL modules.
859   * Removed possible infinite loop.
860
861  -- Chad Miller <cmiller@debian.org>  Wed, 12 Sep 2001 21:21:47 -0400
862
863 radiusd-freeradius (0.1+20010527-1) unstable; urgency=low
864
865   * Updated config.{guess,sub} to recent versions.  (closes: Bug#98183)
866   * Updated build-dep to reflect supercession of libltdl0-dev by libltdl3-dev
867     (closes: Bug#98914)
868
869  -- Chad Miller <cmiller@debian.org>  Sun, 27 May 2001 11:44:40 -0400
870
871 radiusd-freeradius (0.1+20010517-1) unstable; urgency=low
872
873   * Moved package to non-US to allow in Kerberos and PostgreSQL.
874   * Set Suggests of modules to main package.
875   * Better compile-time support of *BSD.
876
877  -- Chad Miller <cmiller@debian.org>  Thu, 17 May 2001 14:46:51 -0400
878
879 radiusd-freeradius (0.1-1) unstable; urgency=low
880
881   * First beta release!
882   * Added generalized SQL support for ODBC, Oracle, MySQL, and Postgres.
883   * Added shasta, microsoft, and redback dictionaries.
884   * Fixed rc.d restart rule.
885   * Added a user to own the daemon and logfiles.
886   * SQL DB handles more forgiving of unreachable servers at startup.
887   * SQL Crypt-Password attribute support.
888   * Fixed cron log rotation.
889   * Put module libraries in own directory.
890   * Removed bogus build-dep.  (closes: Bug#87277)
891   * Better permissions on /etc/raddb
892   * Use correct LDAP library.
893   * Fork ldap, postgresql, and mysql modules into different packages.
894   * Remove Kerberos, as it's restricted from export.
895
896  -- Chad Miller <cmiller@debian.org>  Mon,  7 May 2001 16:37:46 -0400
897
898 radiusd-freeradius (0.0.20010109-1) unstable; urgency=low
899
900   * Changed priority, from standard to optional.
901
902  -- Chad Miller <cmiller@debian.org>  Tue,  9 Jan 2001 14:01:38 -0500
903
904 radiusd-freeradius (0.0.20001227-1) unstable; urgency=low
905
906   * Initial revision. (closes: Bug#76476)
907
908  -- Chad Miller <cmiller@debian.org>  Wed, 27 Dec 2000 11:58:56 -0500