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