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