Note 2.1.0
[freeradius.git] / debian / changelog
1 freeradius (2.1.0-0) unstable; urgency=medium
2
3   * Clients may now be defined dynamically, based on IP address.  See raddb/sites-available/dynamic-clients.
4   * SNMP support is now available through an experimental Perl script.  See scripts/snmp-proxy/README
5   * SNMP statistics are available through Status-Server packets.  See raddb/sites-available/status
6   * Added more Microsoft attributes from bug #568.
7   * The "linelog" module has more functionality and flexibility. See raddb/modules/linelog.
8   * The debugging output has been sanitized.  It should be much more readable.
9   * Debug logs can now be turned on/off while the server is running, for a user, group, realm, etc.  See the "log" section of radiusd.conf.
10   * Added support for WiMAX Forum attributes.  The dynamic keys are not yet calculated.  See share/dictionary.wimax
11   * Added session resumption for PEAP and TTLS.  See raddb/eap.conf, "cache" sub-section.
12   * Added "radmin" command-line tool for administering a running server.  See "man radmin" and raddb/sites-available/control-socket.
13   * Double escaping of '\\' in the "users" (and some other) files has been fixed.  If you have '\\' in the "users" file, your configuration WILL NEED TO BE CHECKED, AND FIXED!
14   * Parse "security" section in radiusd.conf.  This was accidentally deleted in 2.0.5.  Closes bug #566.
15   * Bind to interface before IP, which allows DHCP sockets to listen on "*" for multiple interfaces.
16   * Fix handling of giaddr in DHCP responses.
17   * Corrected parsing of status_check in home_server so that it works.
18   * Fix hints so that "Puser" works again.
19   * Removed length restrictions on attribute names in the dictionaries.
20   * Update socket code to avoid C compiler optimizations.
21         
22  -- Alan DeKok <aland@freeradius.org>  Thu, 04 Sep 2008 16:08:30 +0100
23
24 freeradius (2.0.5-0) unstable; urgency=medium
25   * Permit SQL authorize_reply_query to be empty.
26   * Allow setting response packet type in Post-Proxy-Type Fail handler.
27   * Added install-chown target to set correct permission and ownership make RADMIN=radmin RGROUP=radius install-chown
28   * Support for LDAP-Group and other dynamic comparison attributes in unlang.  Developed from a patch by Jason Alderfer.
29   * Added chroot support.  See radiusd.conf for comments.
30   * Allow clients of 0/0.  We do not recommend using this, though.
31   * Moved many module configurations into raddb/modules/*
32   * Allow proxying to virtual servers for accounting packets, too.
33   * Added "num fields" function to PostgreSQL client.
34   * Updated proxy fallback mechanism to validate fallback servers, and to process fallback requests in a child thread.
35   * rlm_realm returns "ok" for LOCAL realms, not "noop".
36   * Fixed some DHCP code handling.  The examples should now work.
37
38  -- Alan DeKok <aland@freeradius.org>  Sat, 07 Jun 2008 17:17:00 +0100
39
40 freeradius (2.0.4-0) unstable; urgency=medium
41   * Allow "virtual_server" in "realm" and "home_server" sections. See raddb/proxy.conf and raddb/sites-available/virtual.example.com.
42   * Allow "passwd" module to be listed in "accounting" and "post-auth".
43   * Added "fallback" to "home_server_pool" configuration, to handle the case of all home servers being dead.  See raddb/proxy.conf.
44   * Added sample text to raddb/sites-available/inner-tunnel which can simplify debugging of inner tunnel configurations.
45   * Added regular expression matching in realm names.  See raddb/proxy.conf for examples.
46   * Added simple DHCP server functionality.  For comments, see raddb/sites-available/dhcp.
47   * Added file globbing capabilities to detail file reader
48   * Added sample raddb/sites-available/robust-proxy-accounting
49   * Clients in SQL can now refer to a virtual server. Patch from Michael Bretterklieber.
50   * Added some examples of creating RADIUS administrator in SQL, and assigning appropriate access rights.
51   * Install all files in raddb/sites-available
52   * Allow non-threaded builds.
53   * Don't treat '0x' as special for known attributes that are not of type "octets".
54   * Fix log error in rlm_pap.
55   * Remove documentation about non-existent functionality.
56   * Updated warning messages in debug output.
57   * Fix handling of timeouts in rlm_ldap that affected 64-bit systems. This fix was supposed to go into 2.0.3, but did not make it.
58   * Fix event handling in debug mode for failed proxy requests.
59   * Fix memleak in fifos.  Closes #537.
60   * Fix memleak on blocked threads.  Closes #538.
61   * Perform additional checks on NULL realms.  Closes #541.
62   * Fix handling of "clients" in "listen" section.
63   * When detail file cannot process a packet, sleep for longer to let the rest of the server do something.
64   * Add missing table to raddb/sql/mssql/schema.sql.  Closes #545.
65   * Updated rlm_sql_postgresql to build with PostgreSQL 7.x.  Closes #533.
66   * Fix "postauth" of rlm_ldap to look for LDAP-UserDn in the correct place.
67   * Update rlm_attr_filter for some corner cases.  Closes #543.
68   * Fixed memory leak in libfreeradius event handler.
69   * In the SQL Accounting on/off queries, remove the restriction that the session time had to be zero.
70
71  -- Alan DeKok <aland@freeradius.org>  Wed, 30 Apr 2008 7:32:00 +0100
72
73 freeradius (2.0.3-0) unstable; urgency=medium
74   * Updated raddb/certs/ca.cnf with extensions to allow ca.der to be imported as a CA on Symbian and Windows Mobile devices. Closes bug #524
75   * Enable multiple matches in "hints" via Fall-Through = Yes. Closes bug #477
76   * Added preliminary SQLite driver, contibuted by Apple. Untested, with no sample configuration.  This address bug #470.
77   * Updated logging sub-system so that log messages from libfreeradius can go to the log file, and not stdout.
78   * Added dictionary.rfc5176
79   * EAP module now checks for instance name, and uses that for authentication.  This avoids the need to set Auth-Type when there are multiple instances of the EAP module.
80   * Corrected typos in rlm_dbm.  Closes bugs #521 and #522.
81   * Detail file "listen" sections now work much better.
82   * Don't allow old "log_*" to over-ride new format.  Closes bug #525
83   * Initialize allocated memory in Oracle SQL driver.  This fixes occasional crashes on some systems.  Closes bug #518
84   * Call correct function in rlm_protocol_filter.  This enables the module to build.  Closes bug #512.
85   * Added deprecated flag to build for rlm_krb5.  This allows it to run on 64-bit systems.  Closes bug #491
86   * Corrected error message when parsing invalid configurations so it doesn't crash.  Closes bug #527
87   * Fix handling of timeouts in rlm_ldap that affected 64-bit systems.
88   * Handle $INCLUDE's in "instantiate" section.  Closes #528.
89
90  -- Alan DeKok <aland@freeradius.org>  Thu, 17 Mar 2008 10:00:00 +0100
91
92 freeradius (2.0.2-0) unstable; urgency=medium
93   * Added notes on how to debug the server in radiusd.conf
94   * Moved all "log_*" in radiusd.conf to log{} section.
95   * Added ca.der target in raddb/certs/Makefile.
96   * Added ability send raw attributes via "Raw-Attribute = 0x0102..."
97   * Permit "unlang" policies inside of Auth-Type{} sub-sections.
98   * "listen" sections can now have "type = proxy"
99   * Fixed reading of "detail" files.
100   * Allow inner EAP tunneled sessions to be proxied.
101   * Corrected MySQL schemas
102   * syslog now works in log{} section.
103   * Corrected typo in raddb/certs/client.cnf
104   * Updated raddb/sites-available/proxy-inner-tunnel.
105   * Ignore zero-length attributes in received packets.
106   * Correct memcpy when dealing with unknown attributes.
107   * Corrected debugging messages in attr_rewrite.
108   * Corrected generation of State attribute in EAP.
109   * Fall back to DEFAULT realm if no realm was found.
110   * Updated example raddb/sites-available/proxy-inner-tunnel
111   * Corrected behavior of attr_filter to match documentation.
112
113  -- Alan DeKok <aland@freeradius.org>  Thu, 14 Feb 2008 12:08:06 +0100
114
115 freeradius (2.0.1-0) unstable; urgency=low
116   * Improve "unlang".  See "man unlang"
117   * update acct_module
118   * fix parsing of syslog logging
119   * Minor fixes over 2.0.0
120
121  -- Alan DeKok <aland@freeradius.org>  Tue, 22 Jan 2008 14:25:44 +0100
122
123 freeradius (2.0.0-0) unstable; urgency=low
124
125   * New upstream release.
126   * Upgrade debhelper compatibility to version 5. This breaks the build
127     on Sarge, which is no longer in stable.
128   * Rewrite large parts of debian/rules based on the changes from the
129     downstream debian package. (use dpatches and debhelper files where
130     possible)
131   * New initscript that uses the LSB functions instead of calling directly
132     start-stop-daemon.
133   * Create default certificates in postinst to enable the EAP modules (tls,
134     ttls and peap) when the server starts for the first time.
135   * Update Standards-Version to 3.7.3.
136
137  -- Nicolas Baradakis <nbk@sitadelle.com>  Sat,  4 Jan 2008 20:15:42 +0100
138
139 freeradius (1.1.7-0) unstable; urgency=low
140
141   * New upstream release.
142
143  -- Alan DeKok <aland@freeradius.org>  Tue, 26 Jun 2007 09:52:41 +0100
144
145 freeradius (1.1.6-0) unstable; urgency=low
146
147   * New upstream release.
148
149  -- Alan DeKok <aland@freeradius.org>  Mon, 26 Mar 2007 14:57:03 +0100
150
151 freeradius (1.1.5-0) unstable; urgency=low
152
153   * New upstream release.
154
155  -- Nicolas Baradakis <nbk@sitadelle.com>  Tue,  6 Mar 2007 23:52:55 +0100
156
157 freeradius (1.1.3-0) unstable; urgency=low
158
159   * New upstream release.
160   * Delete dpatch merged in mainstream CVS:
161     - 01-actually_check_for_unset_password
162   * Remove irrelevant dpatch after autotools upgrade:
163     - 13_a_libtool_to_call_your_own
164   * Update debian/rules because of autotools upgrade, too.
165   * Fix errors in initscript when trying to reload even if the server
166     isn't running.
167
168  -- Nicolas Baradakis <nbk@sitadelle.com>  Mon, 10 Jul 2006 14:06:04 +0200
169
170 freeradius (1.1.2-0) unstable; urgency=low
171
172   * New upstream release.
173   * Update dpatch for 1.1.2:
174     - 13_a_libtool14_to_call_your_own
175
176  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun, 21 May 2006 19:20:03 +0200
177
178 freeradius (1.1.1-0) unstable; urgency=low
179
180   * New upstream release.
181   * Delete dpatches merged in mainstream CVS:
182     - 01_NET-SNMP_build_support
183     - 02_document_actual_shared_secret_maximum_length
184     - 12_more_dialup_admin_various_fixes
185   * Remove irrelevant dpatch after rlm_eap changes in CVS:
186     - 06_libtool14_vs_rlm_eap_tls
187   * Features that break compatibility with Sarge have not been merged:
188     - debhelper V5 support
189     - lsb-init functions
190
191  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun, 12 Feb 2006 16:29:20 +0100
192
193 freeradius (1.1.0-1) unstable; urgency=low
194   * ReDebianise upstream tarball:
195     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
196                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
197                     draft-kamath-pppext-eap-mschapv2-00
198
199   * New FreeRADIUS modules marked stable by new upstream release
200     - rlm_perl
201     - rlm_sqlcounter
202     - rlm_sql_log + radsqlrelay
203     - rlm_otp (formerly rlm_x99_token, not built as it depends on OpenSSL)
204
205   * Remove upstream-integrated patches:
206     - 02_EAP-SIM_doesnt_need_openssl
207     - 03_X99_is_not_stable
208     - 07_manpage_fixups
209     - 09_use_crypth_if_we_have_it
210     - 10_escape_entire_ldap_string
211     - 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
212     - 12_dialup_admin_various_fixes
213
214   * More dialup-admin fixes from Arve Seljebu
215     - Fix redirects in dialup-admin pages on servers with
216       register_globals turned off.
217       Closes: #333704
218     - HTTP form fields will always fail is_int, use in_numeric instead
219       Closes: #335149
220     - Created 12_more_dialup_admin_various_fixes
221
222   * Update to Policy 3.6.2.0
223   * Upgrade Debhelper support to V5
224   * Don't install the .in files with the examples
225   * Prefer libmysqlclient15-dev
226     Closes: #343779
227   * Shared secrets can only be 31 characters long, note this in clients.conf
228     - Created 02_document_actual_shared_secret_maximum_length
229     Closes: 344606
230   * Added support for lsb-init functions
231
232  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 15 Jan 2006 13:34:13 +1100
233
234 freeradius (1.1.0-0) unstable; urgency=low
235
236   * New upstream release.
237   * Update set of patches:
238     - 01_NET-SNMP_build_support.dpatch
239     - 06_libtool14_vs_rlm_eap_tls.dpatch
240     - 13_a_libtool14_to_call_your_own.dpatch
241
242  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun,  1 Jan 2006 18:15:47 +0100
243
244 freeradius (1.0.5-2) unstable; urgency=low
245
246   * Stop dragging non-PIC code from libeap.a into rlm_eap_sim.so and
247     rlm_eap.so.
248     (Thanks to Peter Salinger)
249     Closes: #288547
250     - Rename 06_libtool14_vs_rlm_eap_tls to 06_libtool14_vs_rlm_eap
251       and modify with Peter's changes and some Makefile hackery to
252       get it all linking
253   * Don't rerun configure during the build.
254     (Thanks to Kurt Roeckx)
255   * A whole bunch of dialup-admin fixes from Arve Seljebu and Tobias
256     - Report correct data transfer statistics for users
257       Closes: #329672
258     - Lower-case sql column names to match creation scripts
259       Closes: #333709
260     - Fix creation of empty groups
261       Closes: #333739
262     - Put quote around usernames in HTML output
263       Closes: #333742
264     - Properly notice when we've got a blank password to SQL
265       Closes: #333744
266     - Created 12_dialup_admin_various_fixes
267   * Stop using libtool1.4 to build against, now that we can't have it and
268     libltdl3-dev installed at the same time
269     Closes: #279391
270     - Created 13_a_libtool14_to_call_your_own to get most recent ltmain.sh
271
272  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 16 Oct 2005 21:26:30 +1000
273
274 freeradius (1.0.5-1) unstable; urgency=high
275
276   * Urgency high for security fixes below, all reported upstream
277   * ReDebianise upstream tarball:
278     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
279                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
280                     draft-kamath-pppext-eap-mschapv2-00
281   * Add missed build-dependancy on dpatch (>=2)
282   * Update to Standards-Version 3.6.2.0
283     - No changes needed
284   * Repair some minorly broken manpages
285     - Created 07_manpage_fixups.dpatch
286   * Security fixes stolen from CVS release_1_0 branch:
287     - Be sure we use crypt.h if we have it, to avoid segfaulting on a
288       bad built-in crypt() definition, spotted by Konstantin Kubatkin
289       + Created 09_use_crypth_if_we_have_it
290     - Make sure we escape the entire LDAP string, instead of
291       aborting as soon as it becomes possible to be out of space
292       + Created 10_escape_entire_ldap_string
293     - Don't xlat the UserName attribute before we can be sure of meeting
294       any escape sequences it may contain, spotted by Primoz Bratanic
295       + Created 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
296   * Depend on adduser, so our postinst can create the freerad user
297   * Don't install the .in versions of the example scripts.
298
299  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 19 Sep 2005 15:10:40 +1000
300
301 freeradius (1.0.5-0) unstable; urgency=low
302
303   * New Upstream release, from release_1_0 branch
304     - Remove 04_bonus_control_code_in_clients_conf_5
305     - Remove 05_unbreak_quoted_sql_results
306   * Fix my _name_ in the dpatches
307   * Remove patch to CVS ID header from 05_unbreak_quoted_sql_values
308     so as not to break things when comitting to FreeRADIUS CVS
309   * Take linking fix from FreeRADIUS bugzilla #75 to allow
310     rlm_eap_tls to be linked to by rlm_eap_ttls and rlm_eap_peap
311     even though we don't build them in the Debian archive.
312     (Thanks to Luca Landi for the patch)
313     - Created 06_libtool14_vs_rlm_eap_tls
314   * Fix ownership of files in /var/log/freeradius/ more efficiently
315     (Caught by Guido Trotter)
316     Closes: #326891
317
318  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  7 Sep 2005 01:08:07 +1000
319
320 freeradius (1.0.4-2) unstable; urgency=low
321
322   * Fix my email address in the dpatches
323   * Remove extraneous ^g from man/man5/clients.conf.5
324     - Created 04_bonus_control_code_in_clients_conf_5
325   * Correct handing of parameterless call of init script, and
326     general init script neatening
327     (Thanks to Derrick Karpo)
328     Closes: #315438
329   * Correctly leave out the .in files in the examples
330   * Correctly use debhelper after splitting binary make target
331     into binary-arch and binary-indep.
332     (Thanks to Kurt Roeckx for actually hitting the bug)
333     Closes: #315770
334   * Steal fix from CVS release_1_0 tree for rlm_sql quoted values.
335     (Thanks to Nicolas Baradakis for the fix)
336     - Upstream bugzilla #242, src/modules/rlm_sql/sql.c 1.79.2.2
337     - Created 05_unbreak_quoted_sql_values
338
339  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 27 Jun 2005 03:13:48 +1000
340
341 freeradius (1.0.4-1) unstable; urgency=low
342   * ReDeianise upstream tarball:
343     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
344                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
345                     draft-kamath-pppext-eap-mschapv2-00
346   * Convert to dpatch, dpatch-2-style interface.
347     - New build-dependancy on dpatch (>= 2)
348     - Created 01_NET-SNMP_build_support
349     - Created 02_EAP-SIM_doesnt_need_openssl
350     - Created 03_X99_is_not_stable
351   * Assemble the freeradius-dialupadmin in the binary-indep make target
352     Closes: #313173 (Thanks to Santiago Vila for spotting this)
353   * Include the example scripts in /usr/share/doc/freeradius/examples/scripts
354     except those three which are installed into the binary by the Makefile.
355     Closes: #314253 (Thanks to Michael Langer for spotting this)
356   * Suggest libdate-manip-perl for freeradius-dialupadmin
357     Closes: #306007 (Thanks to Feng Sian)
358
359  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 22 Jun 2005 16:03:27 +1000
360
361 freeradius (1.0.4-0) unstable; urgency=medium
362
363   * New upstream release, fixing build problems.
364   * Prefer libpq-dev over postgresql-dev as a build-dependancy.
365    - This requires us to use pgconfig to find the headers.
366
367  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 16 Jun 2005 13:56:33 +1000
368
369 freeradius (1.0.3-0) unstable; urgency=high
370
371   * New upstream release
372   * Urgency high for some denial-of-service fixes:
373     - SQL injection attacks and DoS (core dump) via buffer overflow.
374       Closes: #307720
375
376  -- Alan DeKok <aland@ox.org>  Fri,  3 Jun 2005 11:29:34 -0700
377
378 freeradius (1.0.2-4) unstable; urgency=high
379
380   * Security fix stolen from CVS release_1_0 branch:
381    - Always use sql_escape_func when calling radius_xlat
382    - Add a test in sql_escape_func() to check buffer bound when
383      input character needs escaping.
384    - Urgency high as these are (theoretical) security issues.
385      Closes: #307720 (Thanks to Primoz Bratanic and Nicolas Baradakis)
386
387  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 23 May 2005 18:53:51 +1000
388
389 freeradius (1.0.2-3) unstable; urgency=medium
390
391   * Fixes stolen from CVS release_1_0 branch:
392    - Fix missed SIGCHLD when waiting for external programs
393      when threaded. (Medium urgency as this can easily livelock
394      FreeRADIUS, which is an authentication server.)
395
396  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 18 Apr 2005 23:46:41 +1000
397
398 freeradius (1.0.2-2) unstable; urgency=medium
399
400   * Get rid of extraneous '%' at the start of every reference to
401     /etc/freeradius-dialupadmin in freeradius-dialupadmin's configuration.
402      Closes: #299749
403   * Fixes stolen from CVS release_1_0 branch:
404    - Fix checkrad call for NAS ports > 9999999. (sprintf integer overrun,
405      reason for urgency medium.)
406    - Fix inverted test causing crash with pthreads and crypt
407      Closes: #300219 (Thanks Manuel Menal)
408
409  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  6 Apr 2005 12:33:05 +1000
410
411 freeradius (1.0.2-1) unstable; urgency=low
412
413   * ReDebianise upstream tarball:
414     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
415                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
416   * Allow rlm_eap_sim to build without OpenSSL
417   * Make init script return 1 if reloading kills the server
418     (Thanks to Nicolas Baradakis)
419      Closes: #292170
420   * Enable Novell eDirectory integration
421   * Enable udpfromto code so that replies come from the same address as
422     the request arrived at
423   * Build-depend on libmysqlclient12-dev as libmysqlclient10 has problems
424     accessing 4.0 series mySQL servers, and libmysqlclient12 can access
425     4.1 series mySQL servers.
426
427  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  4 Mar 2005 09:30:40 +1100
428
429 freeradius (1.0.2-0) unstable; urgency=low
430
431   * New upstream release
432   * Update for Debian Policy 3.6.1.1
433    - Change test if invoke-rc.d as per Policy 9.3.3.2
434   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
435      Closes: #279419
436   * Added a two-second pause to restart in init.d script
437      Closes: #262635
438   * FreeRADIUS module packages now depend on the same source
439     version of the main FreeRADIUS package.
440      Closes: #284353
441   * FreeRADIUS-dialupadmin's default paths in admin.conf are
442     now correct.
443      Closes: #280942
444   * FreeRADIUS-dialupadmin's help.php3 can now find README.
445      Closes: #280941
446
447  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:12:52 +1100
448
449 freeradius (1.0.1-2) unstable; urgency=high
450
451   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
452      Closes: #279419
453   * Added a two-second pause to restart in init.d script
454      Closes: #262635
455   * FreeRADIUS module packages now depend on the same source
456     version of the main FreeRADIUS package.
457      Closes: #284353
458   * FreeRADIUS-dialupadmin's default paths in admin.conf are
459     now correct.
460      Closes: #280942
461   * FreeRADIUS-dialupadmin's help.php3 can now find README.
462      Closes: #280941
463   * Fixes stolen from 1.0.2 CVS:
464     - Bug fix to make udpfromto code work
465     - radrelay shouldn't dump core if it can't read a VP from the
466       detail file.
467     - Only initialize the random pool once.
468     - In rlm_sql, don't escape characters twice.
469     - In rlm_ldap, only claim Auth-Type if a plain text password is present.
470     - Locking fixes in threading code
471     - Fix building on gcc-4.0 by not trying to access static auth_port from
472       other files.
473
474  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:19:42 +1100
475
476 freeradius (1.0.1-1) unstable; urgency=high
477
478   * ReDebianise upstream tarball:
479     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
480                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
481     - Remove CVS directories.
482   * Urgency high for security fix from 1.0.1-0 (CAN-2004-0938,
483     closes: #275136).
484
485  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 23 Sep 2004 22:28:11 +1000
486
487 freeradius (1.0.1-0) unstable; urgency=high
488
489   * New upstream release
490   * Urgency high for some denial-of-service fixes:
491    - Fix two remote crashes and a remote memory leak in
492      radius packet decoding.
493
494  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  2 Sep 2004 17:12:23 +1000
495
496 freeradius (1.0.0-1) unstable; urgency=low
497
498   * ReDebianise upstream tarball:
499     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
500                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
501   * Support building with libsnmp5's UCD-SNMP compatiblity mode.
502     - libsnmp{4.2,5} still depend on OpenSSL, so SNMP's still disabled.
503   * Update for Debian Policy 3.6.11
504     - Change test for invoke-rc.d as per Policy 9.3.3.2
505   * Disable rlm_eap types PEAP, TLS and TTLS as they depend on OpenSSL.
506   * Disable rlm_sql driver PostgreSQL as it depends on OpenSSL.
507   * Disable rlm_x99_token as it depends on OpenSSL.
508   * Finally, -v is documented in radius(8).
509     - Closes: #151266
510   * Reword a sentence in radwatch(8) by removing the personal pronoun.
511     - Closes: #264522
512
513  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 17 Aug 2004 17:42:40 +1000
514
515 freeradius (1.0.0-0) unstable; urgency=low
516
517   * New upstream release
518   * Added H323 billing stuff to the examples
519   * Created Dialup-Admin package for the PHP-based web
520     FreeRADIUS database (SQL/LDAP) frontend.
521
522  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sat, 17 Jul 2004 16:21:38 +1000
523
524 freeradius (0.9.3-1) unstable; urgency=low
525
526   * New upstream release, incorporates security fix from 0.9.2-4.
527   * Correct build-dependancy on debhelper.
528      Closes: #234486
529   * Split iodbc SQL driver into its own package.
530
531  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 24 Feb 2004 23:56:26 +1100
532
533 freeradius (0.9.2-4) unstable; urgency=high
534
535   * Patch from upstream head:
536    - Fix a remote DoS and possible exploit due to mis-handling
537      of tagged attributes, and Tunnel-Password attribute.
538
539  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri, 21 Nov 2003 09:52:51 +1100
540
541 freeradius (0.9.2-3) unstable; urgency=low
542
543   * Removed redundant code to delete contents of a directory
544     on purge which ends up being removed anyway.
545   * Provide a default pam.d configuration.
546   * Fix the usage of dh_installinit to not make the package uninstallable.
547   * Change package removal to not abort if we cannot stop the server.
548   * Debian-archive-fit version of freeradius.
549      Closes: #208620
550
551  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 11 Nov 2003 02:12:55 +1100
552
553 freeradius (0.9.2-2) unstable; urgency=low
554
555   * Use dh_installinit rather than doing it by hand
556     This involves renaming the initfile in the source tarball
557   * Only add user freerad to the group shadow on first installation
558   * Only chmod /etc/freeradius to group-readable, not group-read/write
559   * Removed the freerad user when the freerad group is removed
560   * Removed spurious build-dependancy on autoconf2.13 and libtool(1.4)
561   * Build-conflict against libssl-dev
562   * Restore Kerberos and LDAP as they will build without OpenSSL
563   * Make myself the maintainer
564   * Update to Policy 3.6.1.0
565     - No changes needed
566
567  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun,  9 Nov 2003 00:07:52 +1100
568
569 freeradius (0.9.2-1) unstable; urgency=low
570
571   * Deleted RFCs: 2243 2289 2433 2548 2618 2616 2620 2621
572     2719 2759 2809 2865 2866 2867 2868 2869 2882 2924 3162
573     from source tarball due to non-DFSG-free copyright.
574   * Disabled PostgreSQL, x.99 token, EAP/TLS, Kerberos, LDAP
575     and SNMP agent support due to OpenSSL/GPL conflict.
576
577  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  6 Nov 2003 22:40:32 +1100
578
579 freeradius (0.9.2-0) unstable; urgency=low
580
581   * New upstream release
582   * Added logrotate script for /var/log/freeradius/radius.log
583   * Don't leave symlinks to config.{guess,sub} lying around to
584     confuse dpkg-source.
585
586  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 15 Oct 2003 05:02:17 +1000
587
588 freeradius (0.9.1-0) unstable; urgency=low
589
590   * New upstream release.
591   * Renamed radiusd(8) to freeradius(8) to match binary
592   * Build-Depend on libtool1.4 | libtool (< 1.5) due to
593     new libtool 1.5 package.
594   * Merged multiple sed calls into a single sed call in debian/rules
595   * Installed SQL database examples into /usr/share/doc/freeradius/examples
596   * Modify initscript to only -HUP the parent process
597
598  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  5 Sep 2003 00:54:41 +1000
599
600 freeradius (0.9.0-1) unstable; urgency=low
601
602   * New Upstream release.
603    - Upstream dictionary files are in /usr/share/freeradius.
604    - Modified to 'configure{,.in}' to work with openssl 0.9.7 and 0.9.6
605   * Renamed pacakges to 'freeradius*' from 'radiusd-freeradius*'.
606   * Moved file hierarchy around to be neater:
607    - /etc/raddb -> /etc/freeradius
608    - /usr/share/doc/radiusd-freeradius -> /usr/share/doc/freeradius
609    - /var/log/radiusd-freeradius -> /var/log/freeradius
610    - /var/run/radiusd/radiusd.pid -> /var/run/freeradius/freeradius.pid
611   * Included RFCs in documentation.
612   * Enabled the daemon to run under user 'freerad:freerad' by default.
613   * Added support for DEB_BUILD_OPTIONS for policy 3.5.9 compliance.
614   * Installed SNMP mibs for Radius
615
616  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 20 Jul 2003 06:56:28 +1000
617
618 radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
619
620   * Explicitly excluding modules not in the "stable" list.
621   * Updated policy version number.
622   * Moved from non-US/main to main.
623   * Put pidfile in package's own directory.
624   * Package not as buggy and unstable modules are easily identifiable.
625     (closes: Bug#142217)
626   * Init script handles failure better. (closes: Bug#151264)
627   * New upstream release.  (closes: Bug#140536)
628   * Uses available version of postgresql.  (closes: Bug#139290)
629   * Removed "conflicts" with other radiusds.
630   * Added new build-dep on libtool.
631   * Changed section to "net" from "admin".
632   * New config.guess.  (closes: Bug#168647)
633   * Run with freerad user and group.  (closes: Bug#168272)
634   * Added libssl-dev as build-dep.  (closes: #131832)
635
636  -- Chad Miller <cmiller@debian.org>  Wed, 13 Nov 2002 17:01:19 -0500
637
638 radiusd-freeradius (0.5+cvs20020408-1) unstable; urgency=high
639
640   * New build-dep on libssl-dev, which is implied by another dep, but making
641     explicit for builders on Potato.  (closes: Bug#131832)
642   * Built against new postgresql libraries, so automatic dep tracking has
643     the correct version, now.  (closes: Bug#139290)
644   * Removed python example module.
645   * Explicitly disabled beta ippool module.
646
647  -- Chad Miller <cmiller@debian.org>  Mon,  8 Apr 2002 11:48:30 -0400
648
649 radiusd-freeradius (0.4-1) unstable; urgency=high
650
651   * New release.
652   * upstream: New EAP support.
653   * upstream: Fixed security bug in string translation.
654
655  -- Chad Miller <cmiller@debian.org>  Thu, 13 Dec 2001 09:26:45 -0500
656
657 radiusd-freeradius (0.3-2) unstable; urgency=low
658
659   * Moved to using logrotate instead of cron for files.
660   * Fixed permissions of log files. (closes: Bug#116242,#116243)
661   * Close file descriptors of stdin, stdout, stderr, if not debugging.
662     (closes: Bug#116768)
663   * Made package "non-native".  (An upload issue, not code.)
664     (closes: Bug#119161)
665
666  -- Chad Miller <cmiller@debian.org>  Tue, 20 Nov 2001 10:50:20 -0500
667
668 radiusd-freeradius (0.3-1) unstable; urgency=low
669
670   * New release.
671
672  -- Chad Miller <cmiller@debian.org>  Tue,  9 Oct 2001 18:16:23 -0400
673
674 radiusd-freeradius (0.2+20010917-1) unstable; urgency=low
675
676   * Removed old mysql build-dep.  (closes: Bug#112541)
677
678  -- Chad Miller <cmiller@debian.org>  Mon, 17 Sep 2001 11:38:24 -0400
679
680 radiusd-freeradius (0.2+20010912-1) unstable; urgency=low
681
682   * Build-dep mysql changed package names.
683   * Added build-dep for libmysqlclient10-dev.  (closes: Bug#111880)
684   * In acct_users, keep reply pairs.
685   * Integer values are printed as unsigned numbers, to comply with RFC2866.
686   * Fixed broken/reversed auth comparisons in SQL module.
687   * Sucked out CPPness from inside a printf, as printf is a macro in newer
688     compilers (gcc3.0, e.g.).  (closes: Bug#100889)
689   * Sundry LDAP configuration, unresponsive thread, and proxying fixes.
690   * Added user 'freerad' into the 'shadow' group.
691   * Fixed UUCP-style of restricting time of log-in.
692   * Changed debugging messages to give more info about execution flow.
693   * Better counter module.
694   * Inserted CHAP support for SQL modules.
695   * Removed possible infinite loop.
696
697  -- Chad Miller <cmiller@debian.org>  Wed, 12 Sep 2001 21:21:47 -0400
698
699 radiusd-freeradius (0.1+20010527-1) unstable; urgency=low
700
701   * Updated config.{guess,sub} to recent versions.  (closes: Bug#98183)
702   * Updated build-dep to reflect supercession of libltdl0-dev by libltdl3-dev
703     (closes: Bug#98914)
704
705  -- Chad Miller <cmiller@debian.org>  Sun, 27 May 2001 11:44:40 -0400
706
707 radiusd-freeradius (0.1+20010517-1) unstable; urgency=low
708
709   * Moved package to non-US to allow in Kerberos and PostgreSQL.
710   * Set Suggests of modules to main package.
711   * Better compile-time support of *BSD.
712
713  -- Chad Miller <cmiller@debian.org>  Thu, 17 May 2001 14:46:51 -0400
714
715 radiusd-freeradius (0.1-1) unstable; urgency=low
716
717   * First beta release!
718   * Added generalized SQL support for ODBC, Oracle, MySQL, and Postgres.
719   * Added shasta, microsoft, and redback dictionaries.
720   * Fixed rc.d restart rule.
721   * Added a user to own the daemon and logfiles.
722   * SQL DB handles more forgiving of unreachable servers at startup.
723   * SQL Crypt-Password attribute support.
724   * Fixed cron log rotation.
725   * Put module libraries in own directory.
726   * Removed bogus build-dep.  (closes: Bug#87277)
727   * Better permissions on /etc/raddb
728   * Use correct LDAP library.
729   * Fork ldap, postgresql, and mysql modules into different packages.
730   * Remove Kerberos, as it's restricted from export.
731
732  -- Chad Miller <cmiller@debian.org>  Mon,  7 May 2001 16:37:46 -0400
733
734 radiusd-freeradius (0.0.20010109-1) unstable; urgency=low
735
736   * Changed priority, from standard to optional.
737
738  -- Chad Miller <cmiller@debian.org>  Tue,  9 Jan 2001 14:01:38 -0500
739
740 radiusd-freeradius (0.0.20001227-1) unstable; urgency=low
741
742   * Initial revision. (closes: Bug#76476)
743
744  -- Chad Miller <cmiller@debian.org>  Wed, 27 Dec 2000 11:58:56 -0500