import from HEAD:
[freeradius.git] / debian / changelog
1 freeradius (1.1.3-0) unstable; urgency=low
2
3   * New upstream release.
4   * Delete dpatch merged in mainstream CVS:
5     - 01-actually_check_for_unset_password
6   * Remove irrelevant dpatch after autotools upgrade:
7     - 13_a_libtool_to_call_your_own
8   * Update debian/rules because of autotools upgrade, too.
9   * Fix errors in initscript when trying to reload even if the server
10     isn't running.
11
12  -- Nicolas Baradakis <nicolas.baradakis@cegetel.net>  Mon, 10 Jul 2006 14:06:04 +0200
13
14 freeradius (1.1.2-2) unstable; urgency=low
15
16   [ Stephen Gran ]
17   * Acknowledge my previous NMU's (closes: #351732, #359042)
18   * Init scripts overhaul:
19     - now use reload on upgrade of modules
20     - replace sleep statements with --retry, as time based tests are
21       fragile
22     - no longer exit with an error if stop fails because the
23       daemon isn't running (closes: #374670, #351735)
24     - stop using command -v in /bin/sh scripts
25   * General maintainer script overhaul:
26     - Don't rm -rf something in /etc (ouch)
27     - Use chown -R instead of 'find .. -exec'
28     - should not need to manually remove the init script on purge (it's a dpkg
29       managed conffile)
30     - Only do user management stuff if user is missing.  No point rerunning it
31       every upgrade.
32     - Install /etc/freeradius/dictionary with relaxed permissions, but never
33       touch it again (closes: #334299)
34     - switch to debhelper files where possible.  I like an easy to read
35       Makefile.
36   * Arg.  Move README.rfc to the freeradius package where it belongs.
37
38   [ Mark Hymers ]
39   * Document building SSL/PostgreSQL modules in debian/rules, add
40     control.postgresql to make it more convenient.  Tested on AMD64 using
41     system libtool.
42
43  -- Stephen Gran <sgran@debian.org>  Sun, 25 Jun 2006 23:06:16 +0100
44
45 freeradius (1.1.2-1) unstable; urgency=low
46
47   [ Mark Hymers ]
48   * New maintainers
49   * New upstream version.
50   * Remove previous patches merged upstream:
51     - 01_NET-SNMP_build_support.dpatch
52     - 02_document_actual_shared_secret_maximum_length.dpatch
53     - 12_more_dialup_admin_various_fixes.dpatch
54     - 14_broken_parse.dpatch
55     - 15_CVE-2006-1354.dpatch
56   * Use --with-system-libtool during configure.  Add B-D: on libtool
57     Removes obsolete dpatches:
58     - 06_libtool14_vs_rlm_eap_tls.dpatch
59     - 13_a_libtool_to_call_your_own.dpatch
60   * Remove freeradius.undocumented as we don't install links to
61     undocumented(7) anymore (not recommended since policy 3.5.8.0)
62
63   [ Stephen Gran ]
64   * Update to Standards Version 3.7.2 (no changes)
65   * Remove doc/rfc/ to make -legal happy (closes: #365192)
66     - this means repacked tarball.  See README.rfc for details
67   * Test for unset variable, rather than empty variable in clean_radacct,
68     monthly_tot_stats and truncate_radacct (closes: #374053)
69
70  -- Mark Hymers <mark@hymers.org.uk>  Sat, 17 Jun 2006 16:05:19 +0100
71
72 freeradius (1.1.2-0) unstable; urgency=low
73
74   * New upstream release.
75   * Update dpatch for 1.1.2:
76     - 13_a_libtool14_to_call_your_own
77
78  -- Nicolas Baradakis <nicolas.baradakis@cegetel.net>  Sun, 21 May 2006 19:20:03 +0200
79
80 freeradius (1.1.1-0) unstable; urgency=low
81
82   * New upstream release.
83   * Delete dpatches merged in mainstream CVS:
84     - 01_NET-SNMP_build_support
85     - 02_document_actual_shared_secret_maximum_length
86     - 12_more_dialup_admin_various_fixes
87   * Remove irrelevant dpatch after rlm_eap changes in CVS:
88     - 06_libtool14_vs_rlm_eap_tls
89   * Features that break compatibility with Sarge have not been merged:
90     - debhelper V5 support
91     - lsb-init functions
92
93  -- Nicolas Baradakis <nicolas.baradakis@cegetel.net>  Sun, 12 Feb 2006 16:29:20 +0100
94
95 freeradius (1.1.0-1.2) unstable; urgency=high
96
97   * Non-maintainer upload.
98   * [ CVE-2006-1354 ]:
99     src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c:
100     Due to insufficient input validation it is possible for a remote
101     attacker to bypass authentication or cause a denial of service.
102     (closes: #359042)
103
104  -- Stephen Gran <sgran@debian.org>  Wed, 17 May 2006 11:22:28 -0500
105
106 freeradius (1.1.0-1.1) unstable; urgency=low
107
108   * Non-maintainer upload.
109   * Upstream patch to fix parsing config file (closes: #351732)
110     Fixes: fails to start on amd64 (error in dictionary parsing code)
111
112  -- Stephen Gran <sgran@debian.org>  Sat,  1 Apr 2006 11:07:55 +0100
113
114 freeradius (1.1.0-1) unstable; urgency=low
115   * ReDebianise upstream tarball:
116     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
117                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
118                     draft-kamath-pppext-eap-mschapv2-00
119
120   * New FreeRADIUS modules marked stable by new upstream release
121     - rlm_perl
122     - rlm_sqlcounter
123     - rlm_sql_log + radsqlrelay
124     - rlm_otp (formerly rlm_x99_token, not built as it depends on OpenSSL)
125
126   * Remove upstream-integrated patches:
127     - 02_EAP-SIM_doesnt_need_openssl
128     - 03_X99_is_not_stable
129     - 07_manpage_fixups
130     - 09_use_crypth_if_we_have_it
131     - 10_escape_entire_ldap_string
132     - 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
133     - 12_dialup_admin_various_fixes
134
135   * More dialup-admin fixes from Arve Seljebu
136     - Fix redirects in dialup-admin pages on servers with
137       register_globals turned off.
138       Closes: #333704
139     - HTTP form fields will always fail is_int, use in_numeric instead
140       Closes: #335149
141     - Created 12_more_dialup_admin_various_fixes
142
143   * Update to Policy 3.6.2.0
144   * Upgrade Debhelper support to V5
145   * Don't install the .in files with the examples
146   * Prefer libmysqlclient15-dev
147     Closes: #343779
148   * Shared secrets can only be 31 characters long, note this in clients.conf
149     - Created 02_document_actual_shared_secret_maximum_length
150     Closes: 344606
151   * Added support for lsb-init functions
152
153  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 15 Jan 2006 13:34:13 +1100
154
155 freeradius (1.1.0-0) unstable; urgency=low
156
157   * New upstream release.
158   * Update set of patches:
159     - 01_NET-SNMP_build_support.dpatch
160     - 06_libtool14_vs_rlm_eap_tls.dpatch
161     - 13_a_libtool14_to_call_your_own.dpatch
162
163  -- Nicolas Baradakis <nicolas.baradakis@cegetel.net>  Sun,  1 Jan 2006 18:15:47 +0100
164
165 freeradius (1.0.5-2) unstable; urgency=low
166
167   * Stop dragging non-PIC code from libeap.a into rlm_eap_sim.so and
168     rlm_eap.so.
169     (Thanks to Peter Salinger)
170     Closes: #288547
171     - Rename 06_libtool14_vs_rlm_eap_tls to 06_libtool14_vs_rlm_eap
172       and modify with Peter's changes and some Makefile hackery to
173       get it all linking
174   * Don't rerun configure during the build.
175     (Thanks to Kurt Roeckx)
176   * A whole bunch of dialup-admin fixes from Arve Seljebu and Tobias
177     - Report correct data transfer statistics for users
178       Closes: #329672
179     - Lower-case sql column names to match creation scripts
180       Closes: #333709
181     - Fix creation of empty groups
182       Closes: #333739
183     - Put quote around usernames in HTML output
184       Closes: #333742
185     - Properly notice when we've got a blank password to SQL
186       Closes: #333744
187     - Created 12_dialup_admin_various_fixes
188   * Stop using libtool1.4 to build against, now that we can't have it and
189     libltdl3-dev installed at the same time
190     Closes: #279391
191     - Created 13_a_libtool14_to_call_your_own to get most recent ltmain.sh
192
193  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 16 Oct 2005 21:26:30 +1000
194
195 freeradius (1.0.5-1) unstable; urgency=high
196
197   * Urgency high for security fixes below, all reported upstream
198   * ReDebianise upstream tarball:
199     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
200                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
201                     draft-kamath-pppext-eap-mschapv2-00
202   * Add missed build-dependancy on dpatch (>=2)
203   * Update to Standards-Version 3.6.2.0
204     - No changes needed
205   * Repair some minorly broken manpages
206     - Created 07_manpage_fixups.dpatch
207   * Security fixes stolen from CVS release_1_0 branch:
208     - Be sure we use crypt.h if we have it, to avoid segfaulting on a
209       bad built-in crypt() definition, spotted by Konstantin Kubatkin
210       + Created 09_use_crypth_if_we_have_it
211     - Make sure we escape the entire LDAP string, instead of
212       aborting as soon as it becomes possible to be out of space
213       + Created 10_escape_entire_ldap_string
214     - Don't xlat the UserName attribute before we can be sure of meeting
215       any escape sequences it may contain, spotted by Primoz Bratanic
216       + Created 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
217   * Depend on adduser, so our postinst can create the freerad user
218   * Don't install the .in versions of the example scripts.
219
220  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 19 Sep 2005 15:10:40 +1000
221
222 freeradius (1.0.5-0) unstable; urgency=low
223
224   * New Upstream release, from release_1_0 branch
225     - Remove 04_bonus_control_code_in_clients_conf_5
226     - Remove 05_unbreak_quoted_sql_results
227   * Fix my _name_ in the dpatches
228   * Remove patch to CVS ID header from 05_unbreak_quoted_sql_values
229     so as not to break things when comitting to FreeRADIUS CVS
230   * Take linking fix from FreeRADIUS bugzilla #75 to allow
231     rlm_eap_tls to be linked to by rlm_eap_ttls and rlm_eap_peap
232     even though we don't build them in the Debian archive.
233     (Thanks to Luca Landi for the patch)
234     - Created 06_libtool14_vs_rlm_eap_tls
235   * Fix ownership of files in /var/log/freeradius/ more efficiently
236     (Caught by Guido Trotter)
237     Closes: #326891
238
239  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  7 Sep 2005 01:08:07 +1000
240
241 freeradius (1.0.4-2) unstable; urgency=low
242
243   * Fix my email address in the dpatches
244   * Remove extraneous ^g from man/man5/clients.conf.5
245     - Created 04_bonus_control_code_in_clients_conf_5
246   * Correct handing of parameterless call of init script, and
247     general init script neatening
248     (Thanks to Derrick Karpo)
249     Closes: #315438
250   * Correctly leave out the .in files in the examples
251   * Correctly use debhelper after splitting binary make target
252     into binary-arch and binary-indep.
253     (Thanks to Kurt Roeckx for actually hitting the bug)
254     Closes: #315770
255   * Steal fix from CVS release_1_0 tree for rlm_sql quoted values.
256     (Thanks to Nicolas Baradakis for the fix)
257     - Upstream bugzilla #242, src/modules/rlm_sql/sql.c 1.79.2.2
258     - Created 05_unbreak_quoted_sql_values
259
260  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 27 Jun 2005 03:13:48 +1000
261
262 freeradius (1.0.4-1) unstable; urgency=low
263   * ReDeianise upstream tarball:
264     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
265                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
266                     draft-kamath-pppext-eap-mschapv2-00
267   * Convert to dpatch, dpatch-2-style interface.
268     - New build-dependancy on dpatch (>= 2)
269     - Created 01_NET-SNMP_build_support
270     - Created 02_EAP-SIM_doesnt_need_openssl
271     - Created 03_X99_is_not_stable
272   * Assemble the freeradius-dialupadmin in the binary-indep make target
273     Closes: #313173 (Thanks to Santiago Vila for spotting this)
274   * Include the example scripts in /usr/share/doc/freeradius/examples/scripts
275     except those three which are installed into the binary by the Makefile.
276     Closes: #314253 (Thanks to Michael Langer for spotting this)
277   * Suggest libdate-manip-perl for freeradius-dialupadmin
278     Closes: #306007 (Thanks to Feng Sian)
279
280  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 22 Jun 2005 16:03:27 +1000
281
282 freeradius (1.0.4-0) unstable; urgency=medium
283
284   * New upstream release, fixing build problems.
285   * Prefer libpq-dev over postgresql-dev as a build-dependancy.
286    - This requires us to use pgconfig to find the headers.
287
288  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 16 Jun 2005 13:56:33 +1000
289
290 freeradius (1.0.3-0) unstable; urgency=high
291
292   * New upstream release
293   * Urgency high for some denial-of-service fixes:
294     - SQL injection attacks and DoS (core dump) via buffer overflow.
295       Closes: #307720
296
297  -- Alan DeKok <aland@ox.org>  Fri,  3 Jun 2005 11:29:34 -0700
298
299 freeradius (1.0.2-4) unstable; urgency=high
300
301   * Security fix stolen from CVS release_1_0 branch:
302    - Always use sql_escape_func when calling radius_xlat
303    - Add a test in sql_escape_func() to check buffer bound when
304      input character needs escaping.
305    - Urgency high as these are (theoretical) security issues.
306      Closes: #307720 (Thanks to Primoz Bratanic and Nicolas Baradakis)
307
308  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 23 May 2005 18:53:51 +1000
309
310 freeradius (1.0.2-3) unstable; urgency=medium
311
312   * Fixes stolen from CVS release_1_0 branch:
313    - Fix missed SIGCHLD when waiting for external programs
314      when threaded. (Medium urgency as this can easily livelock
315      FreeRADIUS, which is an authentication server.)
316
317  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 18 Apr 2005 23:46:41 +1000
318
319 freeradius (1.0.2-2) unstable; urgency=medium
320
321   * Get rid of extraneous '%' at the start of every reference to
322     /etc/freeradius-dialupadmin in freeradius-dialupadmin's configuration.
323      Closes: #299749
324   * Fixes stolen from CVS release_1_0 branch:
325    - Fix checkrad call for NAS ports > 9999999. (sprintf integer overrun,
326      reason for urgency medium.)
327    - Fix inverted test causing crash with pthreads and crypt
328      Closes: #300219 (Thanks Manuel Menal)
329
330  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  6 Apr 2005 12:33:05 +1000
331
332 freeradius (1.0.2-1) unstable; urgency=low
333
334   * ReDebianise upstream tarball:
335     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
336                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
337   * Allow rlm_eap_sim to build without OpenSSL
338   * Make init script return 1 if reloading kills the server
339     (Thanks to Nicolas Baradakis)
340      Closes: #292170
341   * Enable Novell eDirectory integration
342   * Enable udpfromto code so that replies come from the same address as
343     the request arrived at
344   * Build-depend on libmysqlclient12-dev as libmysqlclient10 has problems
345     accessing 4.0 series mySQL servers, and libmysqlclient12 can access
346     4.1 series mySQL servers.
347
348  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  4 Mar 2005 09:30:40 +1100
349
350 freeradius (1.0.2-0) unstable; urgency=low
351
352   * New upstream release
353   * Update for Debian Policy 3.6.1.1
354    - Change test if invoke-rc.d as per Policy 9.3.3.2
355   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
356      Closes: #279419
357   * Added a two-second pause to restart in init.d script
358      Closes: #262635
359   * FreeRADIUS module packages now depend on the same source
360     version of the main FreeRADIUS package.
361      Closes: #284353
362   * FreeRADIUS-dialupadmin's default paths in admin.conf are
363     now correct.
364      Closes: #280942
365   * FreeRADIUS-dialupadmin's help.php3 can now find README.
366      Closes: #280941
367
368  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:12:52 +1100
369
370 freeradius (1.0.1-2) unstable; urgency=high
371
372   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
373      Closes: #279419
374   * Added a two-second pause to restart in init.d script
375      Closes: #262635
376   * FreeRADIUS module packages now depend on the same source
377     version of the main FreeRADIUS package.
378      Closes: #284353
379   * FreeRADIUS-dialupadmin's default paths in admin.conf are
380     now correct.
381      Closes: #280942
382   * FreeRADIUS-dialupadmin's help.php3 can now find README.
383      Closes: #280941
384   * Fixes stolen from 1.0.2 CVS:
385     - Bug fix to make udpfromto code work
386     - radrelay shouldn't dump core if it can't read a VP from the
387       detail file.
388     - Only initialize the random pool once.
389     - In rlm_sql, don't escape characters twice.
390     - In rlm_ldap, only claim Auth-Type if a plain text password is present.
391     - Locking fixes in threading code
392     - Fix building on gcc-4.0 by not trying to access static auth_port from
393       other files.
394
395  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:19:42 +1100
396
397 freeradius (1.0.1-1) unstable; urgency=high
398
399   * ReDebianise upstream tarball:
400     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
401                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
402     - Remove CVS directories.
403   * Urgency high for security fix from 1.0.1-0 (CAN-2004-0938,
404     closes: #275136).
405
406  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 23 Sep 2004 22:28:11 +1000
407
408 freeradius (1.0.1-0) unstable; urgency=high
409
410   * New upstream release
411   * Urgency high for some denial-of-service fixes:
412    - Fix two remote crashes and a remote memory leak in
413      radius packet decoding.
414
415  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  2 Sep 2004 17:12:23 +1000
416
417 freeradius (1.0.0-1) unstable; urgency=low
418
419   * ReDebianise upstream tarball:
420     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
421                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
422   * Support building with libsnmp5's UCD-SNMP compatiblity mode.
423     - libsnmp{4.2,5} still depend on OpenSSL, so SNMP's still disabled.
424   * Update for Debian Policy 3.6.11
425     - Change test for invoke-rc.d as per Policy 9.3.3.2
426   * Disable rlm_eap types PEAP, TLS and TTLS as they depend on OpenSSL.
427   * Disable rlm_sql driver PostgreSQL as it depends on OpenSSL.
428   * Disable rlm_x99_token as it depends on OpenSSL.
429   * Finally, -v is documented in radius(8).
430     - Closes: #151266
431   * Reword a sentence in radwatch(8) by removing the personal pronoun.
432     - Closes: #264522
433
434  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 17 Aug 2004 17:42:40 +1000
435
436 freeradius (1.0.0-0) unstable; urgency=low
437
438   * New upstream release
439   * Added H323 billing stuff to the examples
440   * Created Dialup-Admin package for the PHP-based web
441     FreeRADIUS database (SQL/LDAP) frontend.
442
443  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sat, 17 Jul 2004 16:21:38 +1000
444
445 freeradius (0.9.3-1) unstable; urgency=low
446
447   * New upstream release, incorporates security fix from 0.9.2-4.
448   * Correct build-dependancy on debhelper.
449      Closes: #234486
450   * Split iodbc SQL driver into its own package.
451
452  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 24 Feb 2004 23:56:26 +1100
453
454 freeradius (0.9.2-4) unstable; urgency=high
455
456   * Patch from upstream head:
457    - Fix a remote DoS and possible exploit due to mis-handling
458      of tagged attributes, and Tunnel-Password attribute.
459
460  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri, 21 Nov 2003 09:52:51 +1100
461
462 freeradius (0.9.2-3) unstable; urgency=low
463
464   * Removed redundant code to delete contents of a directory
465     on purge which ends up being removed anyway.
466   * Provide a default pam.d configuration.
467   * Fix the usage of dh_installinit to not make the package uninstallable.
468   * Change package removal to not abort if we cannot stop the server.
469   * Debian-archive-fit version of freeradius.
470      Closes: #208620
471
472  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 11 Nov 2003 02:12:55 +1100
473
474 freeradius (0.9.2-2) unstable; urgency=low
475
476   * Use dh_installinit rather than doing it by hand
477     This involves renaming the initfile in the source tarball
478   * Only add user freerad to the group shadow on first installation
479   * Only chmod /etc/freeradius to group-readable, not group-read/write
480   * Removed the freerad user when the freerad group is removed
481   * Removed spurious build-dependancy on autoconf2.13 and libtool(1.4)
482   * Build-conflict against libssl-dev
483   * Restore Kerberos and LDAP as they will build without OpenSSL
484   * Make myself the maintainer
485   * Update to Policy 3.6.1.0
486     - No changes needed
487
488  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun,  9 Nov 2003 00:07:52 +1100
489
490 freeradius (0.9.2-1) unstable; urgency=low
491
492   * Deleted RFCs: 2243 2289 2433 2548 2618 2616 2620 2621
493     2719 2759 2809 2865 2866 2867 2868 2869 2882 2924 3162
494     from source tarball due to non-DFSG-free copyright.
495   * Disabled PostgreSQL, x.99 token, EAP/TLS, Kerberos, LDAP
496     and SNMP agent support due to OpenSSL/GPL conflict.
497
498  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  6 Nov 2003 22:40:32 +1100
499
500 freeradius (0.9.2-0) unstable; urgency=low
501
502   * New upstream release
503   * Added logrotate script for /var/log/freeradius/radius.log
504   * Don't leave symlinks to config.{guess,sub} lying around to
505     confuse dpkg-source.
506
507  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 15 Oct 2003 05:02:17 +1000
508
509 freeradius (0.9.1-0) unstable; urgency=low
510
511   * New upstream release.
512   * Renamed radiusd(8) to freeradius(8) to match binary
513   * Build-Depend on libtool1.4 | libtool (< 1.5) due to
514     new libtool 1.5 package.
515   * Merged multiple sed calls into a single sed call in debian/rules
516   * Installed SQL database examples into /usr/share/doc/freeradius/examples
517   * Modify initscript to only -HUP the parent process
518
519  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  5 Sep 2003 00:54:41 +1000
520
521 freeradius (0.9.0-1) unstable; urgency=low
522
523   * New Upstream release.
524    - Upstream dictionary files are in /usr/share/freeradius.
525    - Modified to 'configure{,.in}' to work with openssl 0.9.7 and 0.9.6
526   * Renamed pacakges to 'freeradius*' from 'radiusd-freeradius*'.
527   * Moved file hierarchy around to be neater:
528    - /etc/raddb -> /etc/freeradius
529    - /usr/share/doc/radiusd-freeradius -> /usr/share/doc/freeradius
530    - /var/log/radiusd-freeradius -> /var/log/freeradius
531    - /var/run/radiusd/radiusd.pid -> /var/run/freeradius/freeradius.pid
532   * Included RFCs in documentation.
533   * Enabled the daemon to run under user 'freerad:freerad' by default.
534   * Added support for DEB_BUILD_OPTIONS for policy 3.5.9 compliance.
535   * Installed SNMP mibs for Radius
536
537  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 20 Jul 2003 06:56:28 +1000
538
539 radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
540
541   * Explicitly excluding modules not in the "stable" list.
542   * Updated policy version number.
543   * Moved from non-US/main to main.
544   * Put pidfile in package's own directory.
545   * Package not as buggy and unstable modules are easily identifiable.
546     (closes: Bug#142217)
547   * Init script handles failure better. (closes: Bug#151264)
548   * New upstream release.  (closes: Bug#140536)
549   * Uses available version of postgresql.  (closes: Bug#139290)
550   * Removed "conflicts" with other radiusds.
551   * Added new build-dep on libtool.
552   * Changed section to "net" from "admin".
553   * New config.guess.  (closes: Bug#168647)
554   * Run with freerad user and group.  (closes: Bug#168272)
555   * Added libssl-dev as build-dep.  (closes: #131832)
556
557  -- Chad Miller <cmiller@debian.org>  Wed, 13 Nov 2002 17:01:19 -0500
558
559 radiusd-freeradius (0.5+cvs20020408-1) unstable; urgency=high
560
561   * New build-dep on libssl-dev, which is implied by another dep, but making
562     explicit for builders on Potato.  (closes: Bug#131832)
563   * Built against new postgresql libraries, so automatic dep tracking has
564     the correct version, now.  (closes: Bug#139290)
565   * Removed python example module.
566   * Explicitly disabled beta ippool module.
567
568  -- Chad Miller <cmiller@debian.org>  Mon,  8 Apr 2002 11:48:30 -0400
569
570 radiusd-freeradius (0.4-1) unstable; urgency=high
571
572   * New release.
573   * upstream: New EAP support.
574   * upstream: Fixed security bug in string translation.
575
576  -- Chad Miller <cmiller@debian.org>  Thu, 13 Dec 2001 09:26:45 -0500
577
578 radiusd-freeradius (0.3-2) unstable; urgency=low
579
580   * Moved to using logrotate instead of cron for files.
581   * Fixed permissions of log files. (closes: Bug#116242,#116243)
582   * Close file descriptors of stdin, stdout, stderr, if not debugging.
583     (closes: Bug#116768)
584   * Made package "non-native".  (An upload issue, not code.)
585     (closes: Bug#119161)
586
587  -- Chad Miller <cmiller@debian.org>  Tue, 20 Nov 2001 10:50:20 -0500
588
589 radiusd-freeradius (0.3-1) unstable; urgency=low
590
591   * New release.
592
593  -- Chad Miller <cmiller@debian.org>  Tue,  9 Oct 2001 18:16:23 -0400
594
595 radiusd-freeradius (0.2+20010917-1) unstable; urgency=low
596
597   * Removed old mysql build-dep.  (closes: Bug#112541)
598
599  -- Chad Miller <cmiller@debian.org>  Mon, 17 Sep 2001 11:38:24 -0400
600
601 radiusd-freeradius (0.2+20010912-1) unstable; urgency=low
602
603   * Build-dep mysql changed package names.
604   * Added build-dep for libmysqlclient10-dev.  (closes: Bug#111880)
605   * In acct_users, keep reply pairs.
606   * Integer values are printed as unsigned numbers, to comply with RFC2866.
607   * Fixed broken/reversed auth comparisons in SQL module.
608   * Sucked out CPPness from inside a printf, as printf is a macro in newer
609     compilers (gcc3.0, e.g.).  (closes: Bug#100889)
610   * Sundry LDAP configuration, unresponsive thread, and proxying fixes.
611   * Added user 'freerad' into the 'shadow' group.
612   * Fixed UUCP-style of restricting time of log-in.
613   * Changed debugging messages to give more info about execution flow.
614   * Better counter module.
615   * Inserted CHAP support for SQL modules.
616   * Removed possible infinite loop.
617
618  -- Chad Miller <cmiller@debian.org>  Wed, 12 Sep 2001 21:21:47 -0400
619
620 radiusd-freeradius (0.1+20010527-1) unstable; urgency=low
621
622   * Updated config.{guess,sub} to recent versions.  (closes: Bug#98183)
623   * Updated build-dep to reflect supercession of libltdl0-dev by libltdl3-dev
624     (closes: Bug#98914)
625
626  -- Chad Miller <cmiller@debian.org>  Sun, 27 May 2001 11:44:40 -0400
627
628 radiusd-freeradius (0.1+20010517-1) unstable; urgency=low
629
630   * Moved package to non-US to allow in Kerberos and PostgreSQL.
631   * Set Suggests of modules to main package.
632   * Better compile-time support of *BSD.
633
634  -- Chad Miller <cmiller@debian.org>  Thu, 17 May 2001 14:46:51 -0400
635
636 radiusd-freeradius (0.1-1) unstable; urgency=low
637
638   * First beta release!
639   * Added generalized SQL support for ODBC, Oracle, MySQL, and Postgres.
640   * Added shasta, microsoft, and redback dictionaries.
641   * Fixed rc.d restart rule.
642   * Added a user to own the daemon and logfiles.
643   * SQL DB handles more forgiving of unreachable servers at startup.
644   * SQL Crypt-Password attribute support.
645   * Fixed cron log rotation.
646   * Put module libraries in own directory.
647   * Removed bogus build-dep.  (closes: Bug#87277)
648   * Better permissions on /etc/raddb
649   * Use correct LDAP library.
650   * Fork ldap, postgresql, and mysql modules into different packages.
651   * Remove Kerberos, as it's restricted from export.
652
653  -- Chad Miller <cmiller@debian.org>  Mon,  7 May 2001 16:37:46 -0400
654
655 radiusd-freeradius (0.0.20010109-1) unstable; urgency=low
656
657   * Changed priority, from standard to optional.
658
659  -- Chad Miller <cmiller@debian.org>  Tue,  9 Jan 2001 14:01:38 -0500
660
661 radiusd-freeradius (0.0.20001227-1) unstable; urgency=low
662
663   * Initial revision. (closes: Bug#76476)
664
665  -- Chad Miller <cmiller@debian.org>  Wed, 27 Dec 2000 11:58:56 -0500